/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*------------------------------------*\
    
    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;
}

.bg-white {
    background: var(--white);
}

.bg-grey {
    background: var(--gray);
}

.bg-light-purple {
    background: var(--light-purple);
}

.bg-light-purple+.bg-light-purple,
.bg-grey+.bg-grey,
.bg-white+.bg-white {
    padding-top: 0 !important;
}

.wysiwyg p+h3,
.wysiwyg p+h4,
.wysiwyg p+h5,
.wysiwyg p+h6 {
    margin-top: 32px;
}

.section-top-content {
    margin-bottom: 32px;
}

.section-top-content :last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .section-top-content {
        margin-bottom: 64px;
    }
}

@media (min-width: 1200px) {

    .wysiwyg p+h3,
    .wysiwyg p+h4,
    .wysiwyg p+h5,
    .wysiwyg p+h6 {
        margin-top: 32px;
    }

}