/************** 1400px ***************/
@media (min-width: 0px) and (max-width: 1400px) {

    /* banners - text */

    .section-top-banners .banner-text {
        margin-left: 0;
        margin-right: 0;
    }

}




/************** 1200px ***************/
@media (min-width: 0px) and (max-width: 1200px) {

    /* banners - 50% width */

    .banner {
        flex-basis: 50%;
    }

    .section-top-banners .banner-text {
        margin-left: 20px;
        margin-right: 20px;
    }


    /* home nav categories */

    .home-navigation-container {
        margin: -8px -8px 56px -8px;
    }

    a.home-navigation-tile {
        width: calc(25% - 16px);
        margin: 8px;
    }

}



/************** 1024px ***************/
@media (min-width: 0px) and (max-width: 1024px) {

    /* home nav categories */

    a.home-navigation-tile {
        width: calc(33.33% - 16px);
    }

    /* extra-service - 100% width - change to horizontal */

    .extra-service {
        width: 100%;
    }

    .extra-service-card {
        flex-direction: row;
    }

    .extra-service-image {
        width: 48%;
        min-width: 350px;
        padding-bottom: 16px;
    }

    .extra-service-text {
        padding: 32px 32px 32px 0;
    }

    ul.extra-service-highlights {
        margin-left: 16px;
        margin-right: 16px;
    }

}





/************** 768px ***************/
@media (min-width: 0px) and (max-width: 768px) {

    /* home nav categories */

    a.home-navigation-tile {
        width: calc(50% - 16px);
    }

}





/************** 640px ***************/
@media (min-width: 0px) and (max-width: 640px) {

    /* banners - 100% width */

    .banner {
        flex-basis: 100%;
    }

    .banner-image {
        height: 226px;
    }

    .section-top-banners .banner-text {
        margin-left: 16px;
        margin-right: 16px;
    }

    /* extra-service - change to vertical */

    .extra-service-card {
        flex-direction: column;
    }

    .extra-service-image {
        width: 100%;
        min-width: auto;
        padding: 20px 12px 0 12px;
    }

    .extra-service-text {
        padding: 16px 32px 40px 32px;
    }

    ul.extra-service-highlights {
        margin-left: 0;
        margin-right: 0;
    }

    /* sustainability banner - change to vertical */

    .banner.sustainability-banner {
        flex-direction: column;
    }

    .banner-image.sustainability:after {
        background-image: url(/assets/sustainability-bg-vertical.svg);
        background-position: left bottom;
        background-size: 100% auto;
    }

    .banner.sustainability-banner .banner-text {
        padding: 16px 32px 40px 32px;
    }

    .banner.sustainability-banner .banner-title {
        font-size: 32px;
        letter-spacing: -1px;
        line-height: 40px;
    }

    .banner.sustainability-banner .banner-description {
        font-size: 16px;
    }



}




/************** 480px ***************/
@media (min-width: 0px) and (max-width: 480px) {

    /* banners */

    .section-top-banners {
        margin-bottom: 0;
    }

    /* home nav categories */
    .home-navigation-container {
        margin-bottom: 40px;
    }

    a.home-navigation-tile {
        width: calc(100% - 16px);
    }

}