@custom-media --viewport-large(min-width: 992px);
@custom-media --viewport-larger(min-width: 992px);

html{
    font-size: 16px;
}

.beige--bg {
    background-color: #F4EEE9;
}

.content--page section.continues,.cms--page section.continues {
    padding-bottom: 0px;
}
.content--page section.continued,.cms--page section.continued {
    padding-top: 0px;
}

.content--page .content--block a:hover, .content-learn-more--item a .text--area:hover {
    color: #486BDf;
}

.cms--page .tooltip-inner {
        background-color: #fff;
        color: #000;
    }

.cms--page h1 {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin: .75rem auto;
        padding: 0;
    }

.cms--page h2,.cms--page h2.section-headline, .cms--page .section-headline {
        margin: .75rem;
        padding-bottom:0;
        padding-top: 0;
    }

.cms--page .content h2 {
        margin: .75rem 0;
    }

.cms--page h2.section-headline {
        text-align: center;
    }

.cms--page h3 {
        margin: .25rem auto .125rem auto;
    }

.cms--page h4 {
        font-size: 1rem;
        line-height: 1.5;
        margin: .75rem auto;
    }

.cms--page .content p {
        font-size: .875rem;
        line-height: 1.375;
        margin: .75rem auto;
    }

.cms--page section,.cms--page .content-hero.no-bg-img .hero--text {
        padding: 1.5rem;
        /* margin: .5rem; */
    }

.cms--page section.hero {
        padding: 0;
    }

.cms--page section.sideshow {
        padding-left: 0px;
        padding-right: 0px;
    }

.cms--page section.sideshow .content {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

.cms--page body strong {
        font-weight: 600;
    }

@media (max-width: 991px) {
    .cms-page li {
        font-size: 14px;
        line-height: 22px;
    }
    
    .cms--page h2, .cms--page h2.section-headline, .cms--page .section-headline {
        font-size: 26px;
        line-height: 36px;
    }
}

@media(min-width: 992px) {
        .cms--page h1 {
            font-size: 3.125rem;
            line-height: 3.75rem;
            margin: 1rem auto;
        }

        .cms--page h2, .cms--page h2.section-headline, .cms--page .section-headline, h2.section-headline {
            font-size: 30px;
            line-height: 40px;
            margin: 1rem auto 1.25rem auto;
        }

        .cms--page h3 {
            font-size: 22px;
            line-height: 28px;
            margin: .5rem auto;
        }

        .cms--page h4 {
            font-size: 1.5rem;
            line-height: 2rem;
            margin: .75rem auto;
        }

       .cms--page .content p {
            font-size: 1rem;
            line-height: 1.375;
            margin: 1.25rem auto;
        }

        .cms--page section, .cms--page .content-hero.no-bg-img .hero--text {
            padding: 2.75rem;
        }
    } 
/*# sourceMappingURL=cms-style.css.map */
