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

/* ========= BLOG Category ========== */

.main-content-int-blog-archive {
    margin-top: -25px !important;
}


.niche-section{
    display: none !important;
}

.quote-section {
    border-top: 3px solid var(--gray-dark) !important;
background: radial-gradient(ellipse at center, #40404e 0%, #40404e 0%, #27272f 99%) !important;
}

.quote-cta {
    color: #fff;
    padding: 5px 20px !important;
    height: auto !important;
    line-height: initial;
    width: inherit !important;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.quote-section .quote {
    color: #fff !important;
}

.home-cta
 {
    color: var(--dark);
    line-height: initial;
    height: auto !important;
    width: inherit !important;
    border: 2px solid var(--dark);
    transition: 0.3s ease-in-out;
    padding: 5px 20px !important;
}

.subscribe-cta {
font-weight: bold;
text-align: center;
    font-size: 13px !important;
    color: #ffffff !important;
    background-color: #023358;
    display: inline-block !important;
    white-space: normal !important;
    padding: 8px 20px;
    margin: 10px 0;
}
.subscribe-cta:hover {
    color: #023358 !important;
text-align: center;
    border: 1px solid #023358;
    padding: 8px 20px;
    margin: 10px 0;
    font-size: 13px;
    letter-spacing: 2.5px;
}

.header-main .ftr-logo.mobile-image {
    max-width: 320px !important;
}

.header-main .ftr-logo.desktop-image {
    max-width: 700px !important;
}

.footer-section .footer-logo .ftr-logo {
    max-width: 300px !important;
}

