﻿h1, h2, h3, h4, h5 {
    font-family: 'Roboto';
    font-weight: bold;
    color: #333333;
}

h2 {
    font-size: 40px;
    line-height: 47px;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 32px;
    line-height: 38px;
    color: #006940;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 3px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}

p, div {
    font-size: 16px;
}

hr {
    border-top: 1px solid #006940;
    margin: 0px 0px 24px 0px;
}

.banner {
    padding: 88px 0px 72px 0px;
}

.search-term {
    font-size: 32px;
    line-height: 38px;
    padding: 0px;
    margin-bottom: 3px;
    text-transform: none;
    white-space: normal;
}

.about-eri-section p {
    margin-bottom: 22px;
}

.cta-section .body-content {
    margin-bottom: 24px;
}

.cta-section .left-col {
    padding-right: 26px;
}

.cta-section .right-col {
    padding-left: 26px;
}

.cta-section h2, .cta-section h3 {
    margin-bottom: 8px;
}

.schedule-cta-section {
    margin: 40px 0px 72px 0px;
}

.contact-cta-section {
    margin: 0px 0px 72px 0px;
}

.connect-section-header h2 {
    margin-bottom: 32px;
}

.connect-section-header h3 {
    margin-bottom: 16px;
}

.connect-section .icon-container {
    margin-bottom: 24px;
}

.connect-section h5 {
    font-size: 18px;
    line-height: 21px;
    color: #006940;
    margin-bottom: 8px;
}

.connect-section a:link:not(.btn),
.connect-section a:visited,
.connect-section a:active,
.connect-section a:hover {
    color: #006940;
    text-decoration: underline;
}

.social-icons {
    margin-bottom: 90px;
}



@media (max-width: 576px) {
    h2 {
        font-size: 32px;
        line-height: 38px;
        white-space: normal;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
    }

    h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .banner {
        padding: 32px 0px 16px 0px;
    }

        .banner h1, .banner .page_title {
            font-size: 40px;
            line-height: 47px;
        }

    .schedule-cta-section, .contact-cta-section {
        margin-bottom: 40px;
    }

    .cta-image-container {
        margin-top: 24px;
    }

    .col-sm-6, .cta-section .left-col, .cta-section .right-col {
        padding: 0px;
    }

    .connect-section-header h2 {
        margin-bottom: 24px;
        margin-left: 15%;
        margin-right: 15%;
    }

    .connect-section .label-container p {
        margin-bottom: 8px;
    }

    .connect-section .content-container p {
        margin-bottom: 24px;
    }
}
