/*------------------------------------*\
    
    WebFX WYSIWYG Customizations - Global styling for all ACF WYSIWYG's

    Add custom WYSIWYG styling to this file if it should be applied to all ACF WYSIWYG's on the site
    Otherwise, put your block-specific styles in individual block stylesheets

\*------------------------------------*/

.wysiwyg { 
    color: #2D3133;
    position: relative;
}

.bg-white {
    background: #ffffff;
}

.bg-light-blue {
    background: #F5FAFE;
}

.bg-dark-blue {
    background: #125084;
    color: #FFFFFF;
}

.bg-dark-blue h2,
.bg-dark-blue h3,
.bg-dark-blue h4,
.bg-dark-blue h5,
.bg-dark-blue h6 {
    color: #FFFFFF;
}

.bg-dark-blue p a:not(.btn) {
    color: #95E0FF;
}

.bg-dark-blue .btn-primary {
    color: #001821;
    background: #4DC3F4;
}

.bg-dark-blue .btn-secondary {
    color: #0A76A2;
    background: #FFFFFF;
}

.bg-dark-blue .btn-tertiary {
    color: #0A76A2;
    background: #FFFFFF;
    border-color: #95E0FF;
}

.bg-dark-blue .btn-link {
    color: #95E0FF;
}

.bg-dark-blue ul li:before {
    background: #4DC3F4;
}

/* .bg-dark-blue .example-btns {
    margin-bottom: 40px;
} */

.example-btns .btn {
    margin-top: 16px;
}



@media (min-width: 768px) {

    .example-btns--padding br {
        display: none;
    }

    .example-btns .btn {
        margin-top: 16px;
        margin-right: 3px;
    }

    .example-btns .btn:last-child {
        margin-right: 0;
    }
}


@media (min-width: 1200px) {
    .bg-dark-blue p a:hover {
        color: #95E0FF;
        border-color: #95E0FF;
    }

    .bg-dark-blue .btn-primary:hover {
        color: #001821;
        background: #95E0FF;
    }
    
    .bg-dark-blue .btn-secondary:hover {
        color: #0A76A2;
        background: #E7F6FC;
    }
    
    .bg-dark-blue .btn-tertiary:hover {
        color: #0A76A2;
        background: #E7F6FC;
        border-color: #95E0FF;
    }
    
    .bg-dark-blue .btn-link:hover {
        color: #95E0FF;
        border-color: #95E0FF;
    }

    /* .bg-dark-blue .example-btns {
        margin-bottom: 60px;
    } */

    .example-btns {
        padding-top: 8px;
    }

    .example-btns .btn {
        margin-right: 35px;
    }

}

.cta {
    position: relative;
    padding: 50px 0 90px;
    background-color: #D9F3FA;
    overflow: hidden;
}

.cta-content {
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
}

.cta-content h2 {
    padding-top: 20px;
    position: relative;
    font-size: 24px;
    margin-bottom: 10px;
}

.cta-content .btn {
    margin-top: 10px;
}

.cta-image-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.cta-image-left img {
    position: absolute;
    bottom: -1px;
    max-width: unset;
    width: 751px;
    left: 0px;
}

.cta-image-right {
    position: absolute;
    width: 167px;
    right: 0;
    bottom: 0;
}

.cta-heading-icon {
    position: relative;
    top: 25px;
    width: 28px;
}

.cta--pattern {
    background-color: #125084;
    color: #fff;
    padding: 50px 0;
}

.cta--pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta--image-overlay {
    background-color: #125084;
    color: #fff;
    padding: 50px 0;
}

.cta--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    opacity: 0.25;
}

.cta--pattern h2,
.cta--image-overlay h2 {
    color: #fff;
}

.cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.cta-btns .btn {
    margin: 0;
    border: none;
    padding: 10px 18px;
}

.cta-btns .btn-secondary {
    background-color: #FFFFFF;
    color: #0A76A2;
}

.cta-btns .btn + .btn {
    margin-left: 20px;
}
.cta-image-right img{
    height: auto;
}
.wysiwyg ol li{
    padding-left: 25px;
}
@media(min-width: 768px) {
    .cta {
        padding: 58px 0 67px;
    }

    .cta-image-left img {
        width: 1125px;
        left: -180px;
    }

    .cta-image-right {
        width: 250px;
        right: -8px;
    }

    .cta-content .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        margin: 28px auto 0;
        gap: 5px;
    }

    .cta-content .btn span {
        margin: 0 4px;
    }

    .cta--pattern {
        padding: 55px 0 70px;
    }

    .cta-content h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .cta-btns .btn {
        padding: 12px 26px;
    }

    .cta-content .cta-btns .btn {
        margin: 0 16px;
    }

    .cta-btns .btn + .btn {
        margin-left: 16px;
    }

    .cta--image-overlay {
        padding: 55px 0 70px;
    }
}

@media(min-width: 1200px) {
    .cta-image-left img {
        width: 100%;
        left: 0;
        height: auto;
    }

    .cta {
        padding: 93px 0 6.65vw;
    }

    .cta-content h2 {
        padding-top: 30px;
        margin-bottom: 20px;
        font-size: 48px;
    }

    .cta-heading-icon {
        width: 38px;
    }

    .cta-image-right {
        width: 427px;
        right: unset;
        left: 50%;
        transform: translate(-50%, 0);
        margin-left: 460px;
    }

    .cta-content .btn {
        margin: 35px auto 0;
    }

    .cta-content .btn i {
        font-size: 20px;
    }

    .cta--pattern {
        padding: 95px 0 128px;
    }

    .cta-btns .btn {
        padding: 14px 32px;
    }

    .cta-btns {
        margin-top: 45px;
    }
    
    .cta--image-overlay {
        padding: 80px 0 100px;
    }

    .cta-btns .btn-secondary:hover {
        background-color: #E7F6FC;
        color: #0A76A2;
    }
}


@media(max-width: 475px) {
    .cta-heading-icon{
        top: 15px;
    }
}
.bg-dark-blue.wysiwyg li a{
    color:#4DC3F4;
}

.bg-dark-blue.wysiwyg li a:hover{
    border-color:#4DC3F4;
}