/**
* @file
* Visual styles for Bartik's featured bottom component.
*/
.documents {
  background: #fab31b;
  color: #333;
  padding: 0 125px 20px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
}

.documents a {
  color: #333;
  text-decoration: none;
}

.documents a:hover {
  color: #333;
  text-decoration: none;
}

.featured-bottom {
  border-top: 1px solid #e7e7e7;
  background: rgba(30, 50, 10, 0.08);
}
.featured-bottom .region {
  padding: 0 20px;
}

@media all and (min-width: 560px) {
  .featured-bottom .region {
    position: relative;
    float: left; /* LTR */
    box-sizing: border-box;
    /*width: 33%;*/
    width: 100%;
    padding: 20px 15px 30px;
  }
  [dir="rtl"] .featured-bottom .region {
    float: right;
  }
}

@media all and (min-width: 851px) {
  .featured-bottom .region {
    padding: 0 20px;
  }
}
.featured-bottom h2 {
  margin-bottom: 0.6em;
  text-align: left;
  color: #002e5b;
  font-size: 1.4em;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.text-theme-secondary {
  color: #002e5b;

}
.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: none;
}
.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;
}
