/*
* ----------------------------------------------------------------------------------------
* 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) {
    .testimonials-container {
        background: #FAFAFA;
        padding: 1px 0;
    }

        .testimonials-container .portrait {
            margin: 0 0 15px 0;
            width: 100px;
        }

        .testimonials-container .quote {
            margin-bottom: 0;
        }

        .testimonials-container .member {
            color: #007078;
            font-weight: 500;
            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;
    }
}

@media only screen and (min-width: 768px) {
    .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;
    }

    .testimonials-container {
        background: #FAFAFA;
        display: flex !important;
        margin-bottom: 60px;
        margin-top: 55px;
        padding: 25px 0 20px 0;
    }

        .testimonials-container .portrait {
            display: block;
            margin: 0 auto;
            margin-bottom: 20px;
            max-width: 120px;
            width: 100%;
        }

        .testimonials-container .quote {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .testimonials-container .member {
            color: #007078;
            font-size: 16px;
            font-weight: 500;
        }

    .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;
    }
}

@media only screen and (min-width: 992px) {
    .desktop--banner.sales-img-1 {
        margin-bottom: 30px;
        max-width: 502px;
        padding-right: 10px;
    }

    .desktop--banner.sales-img-2 {
        margin-bottom: 30px;
        margin-top: 0;
        max-width: 502px;
        padding-left: 10px;
    }

    .testimonials-container .portrait {
        margin-bottom: 0;
    }

    .area-of-opportunity {
        color: #007078;
        font-size: 16px;
        font-weight: 700;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .desktop--banner.sales-img-1 {
        padding-right: 0;
    }

    .desktop--banner.sales-img-2 {
        padding-left: 0;
    }
}

/*# sourceMappingURL=ra-quality.css.map */
