﻿/*
* ----------------------------------------------------------------------------------------
* 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%;
    }
}

@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        width: 100%;
        padding-top: 36%;
    }
}

/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .full-width-img.solar-energy {
        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;
    }

    .column-reverse {
        flex-direction: column-reverse !important;
    }

    .bar-graph-svg {
        padding: 20px;
    }

    .footnotes {
        font-size: 10px;
    }

    .spilt-content.spilt-content-img {
        padding: 15px;
    }

    .jw-title > div.jw-title-primary.jw-reset-text {
        font-size: 10px;
    }

    .video-list {
        font-size: 12px;
    }

    .voyant-section-container {
        margin-bottom: 0px;
        padding: 30px;
    }

    .spilt-container {
        max-width: 100%;
        width: 100%;
    }

    .spilt-section {
        display: flex;
        flex-flow: column;
    }

    .spilt-content {
        display: block;
        float: none;
        width: 100%;
    }

    .spilt-content img {
        width: 100%;
    }

    .desktop--products-hover img {
        margin: 0 1px;
    }
}

@media only screen and (min-width: 768px) {
    .full-width-img.solar-energy {
        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;
    }

    .spilt-content.spilt-content-img {
        padding: 45px;
    }
}

@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;
    }

    .bar-graph-svg {
        padding: 50px;
    }

    .footnotes {
        font-size: 12px;
    }

    .jw-title > div.jw-title-primary.jw-reset-text,
    .video-list {
        font-size: 14px;
    }

    .voyant-section-container {
        margin-bottom: 80px;
        padding: 0px;
    }

    .spilt-section {
        display: table;
    }

    .spilt-content {
        display: table-cell;
        float: none;
        vertical-align: middle;
        width: 50%;
    }

    .text-padding {
        padding: 30px;
    }

    .desktop--products-hover img {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .voyant-section-container {
        margin-bottom: 80px;
        padding: 0px;
    }

    .text-padding {
        padding: 69px;
        font-size: 15px;
    }
}

