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

/* Ensure all sections appear above masthead background */
section,
.half-and-half,
.section-padding {
    position: relative;
    z-index: 1;
}

.wysiwyg__content .sub-heading[style*="text-align: center"] {
    display: table;
    margin-left: auto;
    margin-right: auto;
}