﻿h2 {
    font-size: 40px;
    line-height: 47px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

h3 {
    font-size: 32px;
    line-height: 38px;
    color: #006940;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 3px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

hr {
    border: 0;
    border-bottom: 2px solid #0E6940;
    margin: 0px 0px 24px;
}

.banner {
    padding: 42px 0px 56px;
}

    .banner .page_subtitle_large {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        color: white;
        margin-bottom: 8px;
    }

    .banner .page_subtitle {
        font-size: 18px;
        line-height: 24px;
    }

.page-section {
    margin-bottom: 64px;
}

.content {
    font-size: 16px;
    line-height: 19px;
}

    .content p {
        margin-bottom: 12px;
    }

.left-col {
    padding-right: 32px;
}

.right-col {
    padding-left: 32px;
}

#importance .icons-container {
    margin-top: 12px;
}

    #importance .icons-container .icon-container {
        margin-bottom: 48px;
    }

    #importance .icons-container .icon-label {
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
        color: #006940;
    }

#solutions {
    background-color: #4FAC5015;
    padding: 84px 0px 106px;
}

    #solutions .main-image-container {
        margin: 24px 0px 48px;
    }

        #solutions .main-image-container h4 {
            margin-bottom: 32px;
        }

    #solutions ul {
        padding-inline-start: 20px;
        list-style: none;
        font-size: 16px;
        line-height: 19px;
    }

        #solutions ul li:not(:last-child) {
            margin-bottom: 16px;
        }

        #solutions ul li::before {
            content: "\2022";
            color: #0E6940;
            font-weight: bold;
            display: inline-block;
            width: 20px;
            margin-left: -20px;
            font-size: 19px;
            line-height: 19px;
        }

#cta .content p {
    margin-bottom: 24px;
}

@media (min-width: 769px) {
    #importance .icons-container .lg-new-row {
        margin-left: 12.5%;
    }
}

@media (max-width: 768px) {
    #importance .icons-container .col-xs-6:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 577px) {
    .mobile {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .non-mobile {
        display: none !important;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
        white-space: normal;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
    }

    h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .btn {
        width: 100%;
    }

    .banner {
        padding: 32px 0px 64px;
    }

        .banner h1, .banner .page_title {
            font-size: 40px;
            line-height: 47px;
            text-shadow: 0px 0px 8px #1C1C1C84;
            padding: 0px 0px 8px 0px;
        }

        .banner .page_subtitle_large {
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
        }

        .banner .page_subtitle {
            font-size: 16px;
            line-height: 22px;
        }

    .area-breadcrumbs {
        padding: 16px 0px 32px;
    }

    .page-section {
        margin-bottom: 48px;
    }

    .left-col {
        padding-right: 15px;
    }

    .right-col {
        padding-left: 15px;
    }

    #highlight1, #solutions .left-col {
        margin-bottom: 24px;
    }

    #importance .content {
        margin-bottom: 32px;
    }

    #importance .icons-container .icon-container {
        margin-bottom: 56px;
    }

    #solutions {
        padding: 56px 0px;
    }

        #solutions .main-image-container {
            margin-bottom: 40px;
        }

            #solutions .main-image-container h4 {
                margin-bottom: 16px;
            }
}
