/*------------------------------------*\
    
    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 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-graphic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.bg-white {
    background: #ffffff;
}

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

.bg-light {
    background: rgba(240, 244, 248, 0.6);
}

.bg-light-gray {
    background: #F7F8F9;
}

.bg-gredient::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0.5%, rgba(0, 72, 133, 0.20) 43.35%, rgba(0, 72, 133, 0.20) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}

.wysiwyg .btn-group+h3,
.wysiwyg .btn-group+h4,
.wysiwyg .btn+h3,
.wysiwyg .btn+h4,
.wysiwyg .btn+h5,
.wysiwyg .btn+h6 {
    margin-top: 30px;
}

.wysiwyg .wysiwyg__multiple-images {
    margin-bottom: 30px;
}

.wysiwyg__multiple-images .row,
.wysiwyg__two-images .row {
    gap: 30px 0;
}

.wysiwyg__product-top-content p {
    margin-bottom: 25px;
}

.wysiwyg__product__image {
    max-width: 316px;
    margin: 0 auto 25px;
}

.btn-center {
    justify-content: center;
}

.wysiwyg__product-top-content {
    padding-right: 1px;
}

.wysiwyg__product__content a.btn {
    margin: 30px auto 0;
    display: table;
    text-align: center;
}

.list--two-columns {
    columns: 2;
}

.wysiwyg__multiple-images-template-3 .images-wrap {
    margin-bottom: 30px;
}

.wysiwyg__multiple-images-template-3 .col-sm-6.caption-wrap {
    display: flex;
    align-items: center;
}


@media (min-width: 768px) {

    .wysiwyg__multiple-images .row,
    .wysiwyg__two-images .row {
        gap: 0;
    }

    .wysiwyg__two-images .row {
        --bs-gutter-x: 44px;
    }

    img.alignright--gap {
        margin-left: 70px;
    }

    .btn-center {
        justify-content: flex-start;
    }

    .wysiwyg__product__content a.btn {
        margin: 0;
        display: inline-block;
        text-align: left;
    }
}

@media (min-width: 1200px) {

    .wysiwyg .btn-group+h3,
    .wysiwyg .btn-group+h4,
    .wysiwyg .btn+h3,
    .wysiwyg .btn+h4,
    .wysiwyg .btn+h5,
    .wysiwyg .btn+h6 {
        margin-top: 45px;
    }

    .wysiwyg__multiple-images {
        margin-bottom: 40px;
    }

    .wysiwyg__two-images {
        padding-right: 136px;
        margin: 30px 0;
    }

    .wysiwyg__two-images .row {
        --bs-gutter-x: 10px;
    }

    .wysiwyg__product-top-content p {
        margin-bottom: 35px;
    }

    .wysiwyg__product {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .wysiwyg__product__content {
        width: 500px;
    }

    .wysiwyg__product__image {
        width: calc(100% - 500px);
        height: auto;
        max-width: 100%;
        padding-left: 16px;
        margin-top: 100px;
    }

    img.alignright--gap {
        margin-left: 102px;
    }

    .wysiwyg__product__content a.btn {
        margin-top: 15px;
    }

    .table-width {
        width: 79.666667%;
        margin: 8.666667%;
        margin-bottom: 0;
    }
}

.wysiwyg .caption {
    padding: 10px 0 20px 0;
}