@charset "UTF-8";
/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin-top: -5px;
        padding-top: 44%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        /*padding-top: 66.64%;*/
        margin-top: 0;
        padding-top: 36%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: block;
    }

    .banner-title {
        font-size: 26px;
        left: 45px;
        max-width: 180px;
        top: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-title {
        font-size: 44.3px;
        left: 45px;
        max-width: 180px;
        top: 125px;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        left: 45px;
        max-width: 220px;
        top: 142px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .background-gray {
        background: #fafafa;
    }

    .program-title {
        color: #007078;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .high-school-program {
        padding: 20px 25px;
        margin: 0 0 30px 0;
    }

    .hs-program-title {
        color: #007078;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }


    .equal-opportunity-container {
        margin: 40px 0 20px 0;
    }

        .equal-opportunity-container h3 {
            font-size: 12px;
            line-height: 14px;
            text-decoration: underline;
        }

        .equal-opportunity-container p {
            font-size: 12px;
            line-height: 14px;
        }

    .join-team-link {
        margin-bottom: 24px;
    }

    a.grn-link.join-team {
        display: table;
        margin: 20px 0 35px 0;
    }

    .area-of-opportunity {
        color: #007078;
        font-size: 14px;
        font-weight: 700;
        margin-top: 5px;
    }

    .who-we-are-description li {
        list-style-type: none;
    }

    .education-subtitle {
        color: #007078;
        font-size: 16px;
        font-weight: bold;
        margin: 35px 0 25px 0;
        text-transform: uppercase;
    }

    .fw-600 {
        font-weight: 600;
    }

    .program-container {
        height: 100%;
        padding: 20px 25px;
    }

    .engage-program {
        display: flex !important;
        flex-wrap: wrap;
    }

    .who-we-are-description ul li::before {
        content: "• ";
        color: #007078;
        font-size: 17px !important;
        position: relative;
        top: 1px !important;
    }
}

@media only screen and (min-width: 768px) {
    .hs-program-title {
        font-size: 22px;
    }

    .program-title {
        font-size: 22px;
    }

    .high-school-program {
        padding: 20px 35px;
    }

    .program-container {
        padding: 20px 35px;
    }

    .sales-img-2 {
        margin-top: 30px;
    }

    .desktop--who-we-are-subtitle {
        border-bottom: 1px solid #f2f2f2;
        color: #007078;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 23px;
        padding-bottom: 20px;
        text-transform: uppercase;
    }


    .equal-opportunity-container {
        margin: 80px 0 20px 0;
    }

        .equal-opportunity-container h3 {
            font-size: 12px;
            line-height: 14px;
            margin: 0;
            text-decoration: underline;
        }

        .equal-opportunity-container p {
            font-size: 12px;
            line-height: 14px;
        }

    .join-team-link {
        margin-bottom: 5px;
    }

    .read-more-testimonials {
        float: right;
    }

    .equal-opportunity-container {
        margin: 50px 0 80px 0;
    }

    .join-team {
        margin: 63px 0 56px 0;
    }

    .area-of-opportunity {
        color: #007078;
        font-size: 14px;
        font-weight: 700;
        margin-top: 20px;
    }

    .who-we-are-subtitle.areas-of-opportunity.join-team-title {
        display: block;
        margin-top: 55px;
    }

    .sustainability-before-icon {
        margin-bottom: 35px;
    }

    .who-we-are-description ul li {
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
    }

    .education-subtitle {
        color: #007078;
        font-size: 24px;
        font-weight: bold;
        margin: 56px 0 40px 0;
        text-transform: uppercase;
    }

    .who-we-are-description ul li::before {
        font-size: 25px !important;
        top: 4px !important;
    }
}

@media only screen and (min-width: 992px) {
    .desktop--banner.sales-img-1 {
        margin-bottom: 30px;
        max-width: 525px;
        padding-right: 10px;
    }

    .careers-view-link {
        margin-top: 10px;
    }

    .program-container {
        min-height: 317px;
        height: 317px;
    }

    .desktop--banner.sales-img-2 {
        margin-bottom: 30px;
        margin-top: 0;
        max-width: 525px;
        padding-left: 10px;
    }

    .area-of-opportunity {
        color: #007078;
        font-size: 16px;
        font-weight: 700;
        margin-top: 5px;
    }

}

@media only screen and (min-width: 1200px) {
    .careers-view-link {
        margin-top: 40px;
    }

    .program-container {
        height: 384px;
    }

    .desktop--banner.sales-img-1 {
        padding-right: 0;
    }

    .desktop--banner.sales-img-2 {
        padding-left: 0;
    }
}

/*# sourceMappingURL=internship.css.map */
