<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * CSS for views.
 */




/**
 * view
 */
.view {}




/**
 * views-admin-links
 */
.views-admin-links {
  display: none !important;
}




/**
 * view-header
 */
.view-header {}


/* @media */
@media screen and (max-width: 1440px) {
  .view-header {
    padding: 0 15px;
  }
}




/**
 * view-filters
 */
.view-filters {}




/**
 * view-content
 */
.view-content {}




/**
 * view-empty
 */
.view-empty {
  display: none;
}
.view-empty p {
  color: #aaaaaa;
  font-size: 1.5em;
  text-align: center;
}




/**
 * view-footer
 */
.view-footer {}




/**
 * LIST
 * view-content &gt; item-list
 */
.view-content &gt; .item-list &gt; ul {}
.view-content &gt; .item-list &gt; ul &gt; li.views-row {}
.view-content &gt; .item-list &gt; ul &gt; li.views-row-even {}
.view-content &gt; .item-list &gt; ul &gt; li.views-row-odd {}




/**
 * TABLE
 * views-table
 */
table.views-table {}
table.views-table tr.even {}
table.views-table tr.odd {}
table.views-table tr.views-row-first {}
table.views-table tr.views-row-last {}
table.views-table td.views-field {}




/**
 * VIEW - GLOBAL - STORY - TEASER
 */
.view-global-story-teaser {
  border-top: 1px solid #575756;
  padding: 15px 0;
}
.view-global-story-teaser .views-row {
  border: 1px solid #888888;
  border-width: 1px 0 0 0;
}
.view-global-story-teaser .views-row:first-child {
  border-width: 0;
}
.view-global-story-teaser .views-row:last-child {
  border-width: 1px 0;
}
.view-global-story-teaser .views-row:first-child:last-child {
  border-width: 0 0 1px 0;
}




/**
 * VIEW
 * view-search-api
 */
.view-search-api {
  padding: 0 15px;
}
.view-search-api .view-header {
  margin: 0 auto 15px auto;
  max-width: 620px;
}
.view-search-api .view-content {
  margin: 0 auto;
  max-width: 620px;
}
.view-search-api .view-content ul {}
.view-search-api .view-content ul li {
  border-top: 1px solid #888888;
  padding-top: 29px;
}

.views-field-title {}
.views-field-search-api-excerpt {
  font-size: 1.5em;
}</pre></body></html>