/**
* @file
* Visual styles for Bartik's featured bottom component.
*/

.featured-bottom {
  border-top: 1px solid #009900;  
}
@media all and (min-width: 560px) {
  .featured-bottom .region {
    position: relative;
    box-sizing: border-box;       
  }
  [dir="rtl"] .featured-bottom .region {
    float: right;
  }
}
.featured-bottom h2 {
  margin-bottom: 0.6em;
  text-align: center;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.4em;
  line-height: 1em;
}
.featured-bottom .block {
  margin-bottom: 15px;  
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3em;
}
#block-views-block-slider-partners-block-1 .content{
    margin-top:15px;
}
.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;
}