/*------------------------------------*\
    
    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: #2D2A2A;
}

.example-btns--padding .btn-secondary {
    margin: 24px 0;
}

@media (min-width: 768px) {

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

    .example-btns--padding .btn-secondary {
        margin: 0 30px;
    }

    .bg-dark-blue p a:hover {
        color: #CEE5ED;
        background: linear-gradient(to bottom, #3B608E 0%, #3B608E 100%);
        background-position: 0 100%;
        background-repeat: repeat-x;
        background-size: 3px 10px;
        transition: background-size .0s;    
    }

}

table {
    width: 100%;
    margin-bottom: 30px;
}

table th,
table td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
}