.main-container .block .block-title { margin-left: 0; margin-right: 0; }
.main-container .block .block-title small { font-size: 2.1rem; font-style: normal; color: #333; }
#are-you-looking-for .block-title { margin-left: 0; margin-right: 0; text-align: left; font-family: "Gotham A","Gotham B",Montserrat,Helvetica,Arial,sans-serif; font-style: normal; font-size: 1.8rem; text-transform: uppercase;   font-weight: 500; }
@media all and (min-width: 768px) { #are-you-looking-for .block-title { padding-left: 0.75rem; }}
.feature-blocks-textonly-related .view-content .feature-block .landing-page-tile .feature-block-title a { font-style: normal; }

@media all and (min-width: 1200px) {
  .applied-margin-page {
    padding-left: 10%;
    padding-right: 10%;
}
}

.subland-intro-blurb--items + .field img {
  width: 100vw;
  height: 32vh;
  object-fit: cover;
}

@media all and (min-width: 860px) {
.subland-intro-blurb--items + .field img {
  width: 100%;
  height: 225px;
  object-fit: none;
}
}

.cep-banner {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.cep-banner .text-box {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  background-color: rgba(20,20,20,.8);
  padding: .5em 2em 1.2em;
  text-align: center;
  color: #f9f9f9;
  font-family: "Gotham Book","Gotham B",Montserrat,Helvetica,Arial,sans-serif !important;
  font-size: 18px !important;
  font-weight: 300;
}
.cep-banner h2 {
  font-size: 22px;
  margin-top: .3em;
}
.cep-banner p:before {
  content: " ";
  border-top: 2px solid #fbf2637a;
  display: block;
  width: 27%;
  height: 18px;
  margin: 0 auto;
}
.cep-banner p {
  font: inherit !important;
  font-size: 15px !important;
}
.cep-banner a {
  font-family: "Gotham A","Gotham B",Montserrat,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222222 !important;
  background: #fbf263 url('/sites/default/files/cep_link-arrow-box.png') 95% 50%/30px no-repeat scroll !important;
  border-radius: 2px;
  padding: 1em 3em 1em 1em;
}
.cep-banner a:visited, 
.cep-banner a:hover, 
.cep-banner a:active {
  background: #fbf263dd url('/sites/default/files/cep_link-arrow-box.png') 95% 50%/30px no-repeat scroll !important;
}

@media all and (min-width: 500px) {
  .cep-banner .text-box {
    width: 65%;
    padding: .5em 2em 1.2em;
  }
  .cep-banner h2 {
    font-size: 34px;
  }
  .cep-banner .text-box p {
    font-size: 17px !important;
  }
}