/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 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;
    color: #444444;
}

.bg-white {
    background: #ffffff;
}

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

.bg-light-gold {
    background: #F9F5E7;
}

.bg-blue {
    background: #DEECFB;
}

.example-btns {
    margin-top: 20px;
}

.example-btns .btn-tertiary {
    margin-left: 10px;
}

.bg-blue blockquote,
.bg-blue blockquote p {
    background: #ffffff;
}

.wysiwyg ol{
    padding-left: 0;
}


.wysiwyg ol li{
    padding-left: 25px;
}

.wysiwyg ol li:before{
    color: #0033A0;
    font-weight: bold;
}


@media (min-width:  768px) {

    .example-btns .btn-tertiary {
        margin-left: 20px;
    }
}


