/**
* @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: 0px 20px;
}
div.block.block-block-content {
padding: 0 0 10 0px;
}
@media all and (min-width: 560px) {
  .featured-bottom .region {
    float: left; /* LTR */
    position: relative;
    box-sizing: border-box;
    padding: 20px 15px 30px;
    width: 33%;
  }
  [dir="rtl"] .featured-bottom .region {
    float: right;
  }
}

@media all and (min-width: 851px) {
  .featured-bottom .region {
    padding: 0 20px;
  }
.featured-bottom h2 {
   padding-top: 25px !important;
   border: none !important;
   color: #003764;
   font: normal 500 20px/28px 'Roboto', sans-serif !important;
   position: relative;
   margin: 0 0 0.5em;
   padding: 15px 0 15px 5px !important;
}
.featured-bottom h2:before {
    content: '' !important;
    width: 100px !important;
    height: 5px !important;
    position: absolute !important;
    top: 0 !important;
    left: 8px !important;
    background: #003764 !important;

}
.featured-bottom .view-content {
    display:block;
    padding:10px !important;
    background: #fff !Important;
}

.featured-bottom .block {
  margin-bottom: 1em;
  margin-top: 1em;
  padding-bottom: 1em;
 /* border-bottom: 1px solid #dfdfdf; */
  line-height: 1.3em;
  background: #fff !Important;
}
.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;
}
