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

.footer-section .ftr-nap .ftr-nap-address:before{
    display: none !important;
}
.ftr-nap-address-label{
    font-family: 'Playfair Display', serif !important;
    display: block;
    color: #b7deff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px!important;
    position: relative;
    margin-right: 30px;
    margin-bottom: 6px;
}
.ftr-nap-address-label:after{
    content: '\a';
    white-space: pre;
}

#assistants .first-name{
    color: #002949 !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 28px;
    font-weight: 300;
    line-height: 33px;
    text-transform: uppercase;
}
#assistants .last-name{
    color: #002949 !important;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}
#assistants .title{
    text-transform: uppercase;
}
