﻿#hero-section {
    background-color: #F0FBFF !important;
    background-image: unset !important;
}

    #hero-section .generic-block-ctas a.cta {
        max-width: 250px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 20px 60px !important;
    }

    #hero-section .hero-content {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

        #hero-section .hero-content h1 {
            font-size: 34px !important;
            line-height: 42px !important;
        }

            #hero-section .hero-content h1 sup {
                top: -0.25em;
            }

        #hero-section .hero-content h3 {
            font-size: 22px !important;
            line-height: 30px !important;
        }

            #hero-section .hero-content h3 a {
                color: #333740;
                text-decoration: underline;
            }

            #hero-section .hero-content h3 span.green-text {
                font-weight: 700;
            }

@media (min-width: 768px) {
    #hero-section .hero-content h1 {
        font-size: 58px !important;
        line-height: 64px !important;
    }

    #hero-section .hero-content h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
}

@media (min-width: 1200px) {
    #hero-section {
        min-height: unset !important;
    }
}
