<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* @file
* Visual styles for Bartik's featured bottom component.
*/

.featured-bottom {
  /*background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;*/
}
.featured-bottom .region {
  padding: 0 20px;
}
@media (max-width: 1021px) {
  .featured-bottom .region {
    float: left; /* LTR */
    position: relative;
    box-sizing: border-box;
    padding: 20px 15px 30px;
    width: 45%;
  }
  [dir="rtl"] .featured-bottom .region {
    float: right;
  }
}

@media all and (min-width: 851px) {
  .featured-bottom .region {
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 20px 15px 30px;
    width: 50%;
  }
  #block-video iframe {
    margin: 0 auto;
  }
}

@media (max-width: 1145px) {
  .featured-bottom .region {
    float: none;
    position: relative;
    box-sizing: border-box;
    padding: 0px 15px 0px;
    width: 100%;
  }
}

@media (max-width: 851px) {
  .featured-bottom .region {
    padding: 0 20px;
  }
  .featured-bottom .region {
    float: none;
    position: relative;
    box-sizing: border-box;
    padding: 20px 15px 30px;
    width: 100%;
  }
  #block-video iframe {
    margin: 0 auto;
  }
}
.featured-bottom h2 {
  font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 24px;
border-bottom: 1px solid;
border-color: #999999;
  margin-bottom: 25px;
  padding-bottom: 25px;
  line-height: 1em;

}
.featured-bottom .block {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3em;
}
.featured-bottom .block:last-child {
  border-bottom: none;
}
.featured-bottom ul,
.featured-bottom ol {
  padding-left: 0;
}
.featured-bottom ul li,
.featured-bottom ol li {
  list-style: unset;
  font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 36px;
}

.featured-bottom ol li .views-field-title {
  font-family: 'Merriweather', serif;
font-weight: 700;
font-size: 17px;
border-bottom: 1px solid;
border-color: #999999;
margin-bottom: 6px;
padding-bottom: 6px;
}

.featured-bottom ol li {
      margin: 0 0 30px 1.5em;
}

.featured-bottom ol li .views-field-title a, link {
  color: #333333;
}

.featured-bottom ol li .views-field-field-author {
  float: left;
    padding: 0 15px 0 0;
    border-right: 1px solid;
    border-color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 100;
    margin-right: 15px;
}

.featured-bottom ol li .views-field-created {
  font-size: 18px;
  font-weight: 100;
    margin: 1px 15px;
font-family: 'Roboto', sans-serif;
}

.featured-bottom #block-video iframe {
  width: 100%;
    height: 305px;
}

.featured-bottom input:not(.form-submit) {
  width: 185px;
}
.region-featured-bottom-third .feed-icon {
  float: right;
}
.region-featured-bottom-second .block-system-powered-by-block {
  text-align: center;
}
</pre></body></html>