/*BILLBOARD BLACK OVERLAY*/
.billboard-section::after {
    background: rgba(0, 0, 0, 0.4)!important;
}

/*WYNDHAM DIFFERENCE*/
.wyndham-difference-cta {
    display: inline-block;
    padding: 8px 13px;
    border: 1px solid #003366;
    background-color: #ffffff;
    color: #003366;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wyndham-difference-cta:hover {
    background-color: #00578A;
    color: #ffffff;
}


/*ACCESS LINKS*/
.rjl-access-links a.rjl-client-access-header-link {
    color: var(--white);
    background-color: transparent;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    min-height: 30px;
    padding: 4px 8px;
    text-decoration: none;
    border-radius: 4px;
    transition: 200ms ease-in-out;
    border: 1px solid var(--white);
    margin: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rjl-access-links a.rjl-client-access-header-link:hover {
    background-color: var(--white);
    color: var(--black);
}

.rjl-access-links {
    position: absolute;
    top: 5px;   
    right: 10px; 
    display: flex;
    gap: 5px;
    z-index: 9999;
}

/* Hide on mobile/tablet */
.rjl-access-links {
    display: none;
}

/* Show ONLY on desktop*/
@media (min-width: 992px) {
    .rjl-access-links {
        display: flex;
    }
}

a .btn.secondary:hover {
    background: #00578A;
    color: #ffffff;
}

/*COMMUNITY INVOLVEMENT*/
.content-slider-wrapper {
border: none;
}
.content-slider {
    width: 80%;
    margin: 0 auto;
}
.content-slider-wrapper .content-slider-copy {
padding-bottom: 0;
}

.services-section {
    display: none;
}

.intro-content .intro-text {
    padding: 0px 0 66px !important;
}

.intro-section .body-copy-accent:after {
    background: #002949;
}

.intro-section {
    padding: 100px 0 0 !important;
}

.intro-section .intro-content:after {
    display: none !important;
}

.intro-section .intro-text:before {
    top: -3px !important;
}

.intro-content .intro-text {
    padding: 0px !important;
}

.billboard-heading-wrapper {
    padding: 200px 15px!important;
}

/* H4 WRAPPER ONLY FOR THIS SECTION */
.niche-content .rich-text-container .sub-head-main {
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    display: block;
    animation: slideInUpSmall 1s linear;
}

/* "Our" text */
.niche-content .rich-text-container .sub-head-main .head-2 {
    font-family: 'Playfair Display', serif;
    font-size: 31px;
    font-weight: 300;
    color: #104C6E;
    display: block;
    line-height: 31px;
    animation: slideInUpSmall 1s linear;
}

/* "Clients" text */
.niche-content .rich-text-container .sub-head-main .head-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 52px;
    font-weight: 600;
    color: #002949;
    line-height: 44px;
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    animation: slideInUpSmall 1s linear;
    animation-delay: 0.3s;
}

/* YOUR TEAM DROPDOWN SECTION */
.ae54d586 .sub-a,
.c14cddbb .sub-a,
.bd436a3a .sub-a,
.ba745d7d .sub-a {
    color: #ae5c3c !important;
    font-weight: bold !important;
    cursor: default !important;
}

.ae54d586 .sub-a:hover,
.c14cddbb .sub-a:hover,
.bd436a3a .sub-a:hover,
.ba745d7d .sub-a:hover {
    color: #ae5c3c !important;
}

@media only screen and (min-width: 769px) {

    
    .about-us-page.has-children-second > ul.nav-subnav-second {
        background: #ffffff !important;
        padding: 30px 30px !important;  
        margin-top: 10px;
        width: max-content !important;
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px;
        border-radius: 6px;
        border-top: 2px solid #002949;
    }

    .about-us-page.has-children-second > ul.nav-subnav-second > li {
        display: inline-block;
        width: 100%;
        margin-bottom: 0 !important; 
        padding: 0 !important;       
    }

    .about-us-page.has-children-second > ul.nav-subnav-second > li a {
        display: inline-flex !important;
        width: 170px !important;      
        text-align: left;
        padding: 0 !important;
        margin-bottom: 20px !important;  
    }

    .nav-overall-wrapper:not(.van-mobile-nav) 
    .nav .primary-nav .nav-subnav li:not(.nav-top-link) {
        padding: 0px 20px 0px 0px !important;
    }
}


.ftr-logo-wrapper {
    padding: 0 !important;
}

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

