﻿.page-content {
    margin: 0;
}

.banner {
    height: 228px;
}
    .banner h1, .banner .page_title {
        padding-top: 64px;
    }

h2 {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
    color: #006940;
    margin: 0px 0px 24px 0px;
    padding: 0px;
}

.breadcrumbs-container {
    margin: 8px 0px 32px 0px;
}

.newsletter-container-row {
    margin-bottom: 64px;
}

.newsletter-container h2 {
    font-size: 40px;
    line-height: 47px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #707070;
    margin: 0px 0px 16px 0px;
}

.newsletter-container a {
    margin-left: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 576px) {
    .banner {
        height: 275px;
    }
        .banner h1, .banner .page_title {
            padding-top: 32px;
        }

    h2 {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 16px;
    }

    .breadcrumbs-container {
        margin: 12px 0px 16px 0px;
    }

    #NewsletterBreadcrumbs {
        padding-left: 0px;
        padding-right: 0px;
    }

    .newsletter-container-row {
        margin-bottom: 0px;
    }

    .newsletter-container {
        margin-bottom: 24px;
    }

    .newsletter-cta-container {
        margin-top: 32px;
    }
}
