﻿.content-container {
    padding: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

h2.section-header {
    border-bottom: 1px solid #F2F2F2;
    color: #007078;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
}

h3.subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #007078;
    margin-top: 40px;
}

a.link {
    color: #00ae41;
    font-weight: 400;
    text-decoration: underline !important;
}

.disclaimer-text {
    font-size: 12px;
}


.flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.section-margin {
    margin-top: 60px;
}

.flex-item {
    width: 48%;
}

/*Banner CSS*/

.flex-banner-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.flex-banner-item {
    align-self: flex-end;
    width: 30%;
    height: 400px;
}

.banner-link {
    background: #F2F2F2;
    color: #00AE41;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 12px 15px;
    text-transform: uppercase;
}

@media only screen and (max-width : 992px) {
    .flex {
        flex-direction: column;
    }

    .flex-item {
        width: 100%;
    }

    .section-margin {
        margin-top: 30px;
    }

    .flex-banner-container {
        flex-direction: column;
    }

    .flex-banner-item {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .content-container {
        font-size: 12px;
    }

    h3.subtitle {
        margin-top: 30px;
        font-size: 15px;
    }

    h2.section-header {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 15px;
        padding-bottom: 10px;
    }


    .flex-banner-container {
        margin-bottom: 0px;
    }

    .banner-link {
        font-size: 14px;
    }
}
