.billboard-full-height {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-full-height .billboard-content-wrapper {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height .billboard-content-wrapper {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.no-billboard .billboard-section{
    display: none;
}

.no-quote .quote-section{
    display: none;
}

.hide-cta .content-slider-cta-wrapper{
    display: none;
}

.thank-you-message{
    text-align: center;
    font-family: 'Abel', sans-serif;
    color: #787a7b;
    font-size: 25px;
    text-transform: uppercase;
    border-top: 2px solid #ab8336;
    padding: 30px;
    border-bottom: 2px solid #ab8336;
}

.video-section iframe{
    height: 520px !important;
}
/* Small iPhones */
@media only screen and (max-device-width: 736px) { 
    .video-section iframe {
        height: 185px !important;
    }
}
/* iPhone X Landscape */
@media only screen 
    and (min-device-width : 812px) 
    and (max-device-width : 812px) 
    and (-webkit-device-pixel-ratio : 3)
    and (orientation : landscape) { 
    .video-section iframe {
        height: 350px !important;
    }
}

/*BIO DETAIL AS LINK FIX*/

.bio-detail-links-as-text {
    margin-top: 15px !important;
}
 .bio-detail-links-as-text a{
    padding: 0 !important;
}

.billboard-heading {
    padding-bottom: 85px !important;
}

.multiple-btns {
    display: flex;
    justify-content: center;
}

  /* CLIENTS CALLOUT MODULE START */

.clients-callout, .about-callout {
    grid-template-columns: repeat(2, 1fr) !important;
}

.callout-heading-wrapper {
    height: unset !important;
}

 /*.clients-callout h3 {
    color: #5f8fb4;
    font-size: 1em;
} */

.clients-callout, .about-callout p {
    color: #595959;
}

.about-callout p {
    margin: 30px 0 !important;
}

span.head-1.services-content {
    color: unset;
    font-size: 1em !important;
}

.about-callout h3 {
    margin-top: 0 !important;
}

.callout-categories-wrapper {
    border: none !important;
    padding: unset !important;
}

.intro-section {
    text-align: center;
} 

element.style {
}
@supports (display: grid) {
    .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
        font-size: 1.5em !important;
        font-style: normal;
        color: #5f8fb4 !important;
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif;
    }
}

  /* CLIENTS CALLOUT MODULE END */

@media only screen and (max-width: 480px) {
    .billboard-heading-wrapper {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .billboard-heading-wrapper {
        margin-top: 0 !important;
    }
}

.footer-sub-btn a{
    display: inline-flex;
    padding: 0px 40px;
    border: 1px solid #ffffff !important;
    margin: 10px 0 40px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}
.footer-sub-btn a:hover{
    border: 1px solid #c5daea !important;
    color: #c5daea !important;
}

.footer-social .social-container {
    text-align: center;
    padding: 20px 0;
}

.ftr-cta-wrapper {
    margin: 0px;
}

/* CONTACT PAGE START */

.contact-links {
    margin-top: 15px;
    margin-bottom: 0px !important;
}

.contact-address {
    margin-top: -30px;
}

.icon-container .social-link {
    margin: 0 1em 0 0;
}

.contact-map {
    margin: 40px auto 20px;
}

/* CONTACT PAGE END */
