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

.featured-bottom {
  padding: 0 15px;
}

.featured-bottom h2 {
width: 100%;
margin: 0px 0 40px;
padding: 0px 0 10px;
font-size: 48px;
color: #00477c;
font-weight: 700;
line-height: 48px;
}

.featured-bottom h2 span {
  float: right;
  color: #FFFFFF;
  background: #00477c;
  display: table;
  font-size: 36px;
  font-weight: 300;
  padding: 13px 50px;
}

.featured-bottom .block {
  margin-bottom:60px;
  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;
}

@media screen and (max-width: 767px) {

.featured-bottom h2 {
margin: 0px 0 10px;
padding: 0px 0 20px;
font-size: 24px;
font-weight: 700;
line-height: 24px;
text-align: center;
}


}