.page-link.has-children > a, 
.landing-page > .ec9bcc2a, 
.landing-page > .d0a1947f{
    cursor: default !important;
}
.niche-section h2{
    margin-top: 60px;
}
.niche-section .mc-container a .mc-image {
    height: 200px !important;
}
.media-carousel-three .mc-image {
    width: 45%; !important;
}

/* home button */
.help-btn{
    height: 50px !important;
    width: 180px !important;
    border-radius: 0px !important;
}
.button:hover {
    letter-spacing: 0px !important;
    border-color: transparent !important;
    background-color: #497ba5 !important;
    color: #ffffff !important;
}
.ftr-logo-wrapper {
    padding: 14px 0 25px !important;
}

.no-quote .quote-section{
    display: none !important;
}
.videos{
    height: 350px;
}

.btn-contact {
    color: #3f6b90;
    border: 2px solid #3f6b90;
    display: inline-flex;
    height: 50px;
    margin: 30px 0 20px;
    font-family: 'Playfair Display', serif !important;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 25px;
    background: none;
    padding-right: 10px;
    padding-left: 10px;
}

.btn-contact:hover {
    color: #000;
    border: 2px solid #000;
}
.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;
}

