.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;
}


.header-toggle-button{
    position: absolute;
    top: 10px;
    right: 350px;
}

button.language-toggle {
    border: none !important;
    height: 45px;
    width: 170px;
    margin: 10px 0;
    font-family: 'Playfair Display';
    color: #4a7aa3;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff !important;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
button.language-toggle:hover{
    background-color: #4a7aa3 !important;
    color: #fff;
}

@media only screen and (max-width: 768px) {
.header-content {
    min-height: 165px !important;
}
.header-main .ftr-logo-wrapper {
    top: 70% !important;
}
.header-toggle-button {
    right: 70px !important;
}
}
