/*
* ----------------------------------------------------------------------------------------
* 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%;*/
        /*padding-top: 26.05%;*/
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: none;
    }

    .banner-title {
        font-size: 26px;
        left: 45px;
        max-width: 195px;
        top: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-title {
        font-size: 44.3px;
        left: 45px;
        max-width: 245px;
        top: 120px;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        left: 45px;
        max-width: 320px;
        top: 140px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .full-width-img.solar-energy {
        background: url("../../../../IMG/WhoWeAre/Mobile/Sustainability/Exterior_R108_Solar Panels_01.jpg") no-repeat center center;
        background-color: #DEF0FC;
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
    }

    .solar-panel-description {
        background-color: #DEF0FC;
        text-align: center;
        padding: 100px 0 70px 0;
    }

    .solar-panel-description h3 {
        font-size: 19px;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 30px;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 0;
    }

    .solar-panel-description p {
        font-size: 14px;
        margin: 0 auto;
        margin-left: 25px;
        margin-right: 25px;
    }
    .flex-container {
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .product-subtitle {
        line-height: 25px;
        text-transform: none !important;
    }

    .column-reverse {
        flex-direction: column-reverse !important;
    }

    .intelligence--feature-image {
        padding: 25px;
    }

    .intelligence--discrepancy {
        font-size: 10px;
    }

    .inline {
        font-weight: 300;
    }
}

@media only screen and (min-width: 768px) {

    .page--container {
        font-weight: 300;
    }
    .full-width-img.solar-energy {
        background: url("../../../../IMG/WhoWeAre/Desktop/Sustainability/Solar_Panels_R108.jpg") no-repeat center center;
        background-color: #DEF0FC;
        background-repeat: no-repeat;
        background-size: cover;
        height: 800px;
    }

    .solar-panel-description {
        background-color: #DEF0FC;
        text-align: center;
        padding: 200px 0;
    }

    .solar-panel-description h3 {
        font-size: 40px;
        font-weight: 300;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .solar-panel-description p {
        font-size: 20px;
        margin: 0 auto;
        width: 645px;
    }

    .intelligence--feature-image {
        padding: 70px;
    }
}

@media only screen and (min-width: 992px) {
    .flex-container {
        flex-direction: row;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .row-reverse {
        flex-direction: row-reverse;
    }

    .product-subtitle {
        line-height: 35px;
    }

    .intelligence--discrepancy {
        font-size: 12px;
    }

}

/*# sourceMappingURL=energyconservation.css.map */
