﻿/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin-top: 0;
        padding-top: 44%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: none;
    }

    .introduction {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        margin-top: 5px;
        /*padding-top: 66.64%;*/
        padding-top: 36%;
        width: 100%;
    }

    .desktop--hero-banner-container h2 {
        display: block;
    }

    .banner-title {
        font-size: 26px !important;
        left: 45px;
        position: absolute;
        top: 85px;
        max-width: 250px;
    }
}

@media only screen and (min-width: 992px) {
    .banner-title {
        font-size: 29px !important;
        left: 45px;
        max-width: 315px;
        top: 109px;
    }

    .introduction {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-title {
        font-size: 36px !important;
        left: 45px;
        max-width: 378px;
        top: 133px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    h3.product-subtitle.strike {
        overflow: hidden;
        text-align: center;
        border-bottom: none !important;
        margin-top: 30px;
    }

    h3.product-subtitle.strike:before,
    h3.product-subtitle.strike:after {
        background-color: #007078;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    h3.product-subtitle.strike:before {
        right: 1em;
        margin-left: -50%;
    }

    h3.product-subtitle.strike:after {
        left: 1em;
        margin-right: -50%;
    }

    .product--flex {
        display: flex;
        flex-direction: column;
        margin: 30px 0px 50px;
    }

    .product-overview--text {
        padding: 25px;
        background-color: #F2F2F2;
    }

    .product-feature-subtitle.overview {
        margin: 0px;
        font-weight: 700;
    }

    .product-feature-subtitle.overview > span {
        font-weight: 400;
        display: block;
    }

    .product-overview--paragraph {
        color: #007078;
    }

    .product-feature-subtitle.benefits {
        margin: 0;
        font-size: 16px;
        font-weight: 400 !important;
    }

    .row.flex--benefits {
        justify-content: space-between;
    }

    .jw-title > div.jw-title-primary.jw-reset-text,
    .video-list.mt-10 {
        font-size: 10px;
    }

    /*product utility*/

    .product-container .row {
        display: flex;
        /*justify-content: center;*/
    }

    .justify-content-center {
        justify-content: center;
    }


    .text-half {
        align-self: flex-start;
        width: 100%;
        padding: 20px;
    }

    .img-half {
        width: 50%;
        padding: 20px;
    }

    .product-feature-subtitle-header {
        font-size: 20px;
        margin: 0;
    }

    .desktop-img {
        visibility: hidden !important;
        display: none !important;
    }

    .mobile-img {
        visibility: visible !important;
        display: flex !important;
    }

    .desktop--products-hover img {
        margin: 0 1px;
    }

    .desktop--products-hover {
        display: none;
    }

    .footnotes {
        font-size: 10px !important;
    }

}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {

    /*product utility*/
    .img-half {
        width: 40%;
        padding: 30px;
    }

    .text-half {
        align-self: center;
        width: 50%;
    }

    .product-feature-subtitle-header {
        font-size: 25px;
        margin: 0;
    }    

    .mobile-img {
        visibility: hidden !important;
        display: none !important;
    }

    .fp-p {
        margin-top: 0;
    }

    .hidden-sm {
        display: initial !important;
    }

    .desktop-img {
        visibility: visible !important;
        display: flex !important;
    }

}

@media only screen and (min-width: 992px) {
    h3.product-subtitle.strike:before {
        right: 2.5em;
        margin-left: -50%;
    }

    h3.product-subtitle.strike:after {
        left: 2.5em;
        margin-right: -50%;
    }

    .product-overview--container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .product--flex {
        width: 45%;
    }

    .product-feature-subtitle.benefits {
        font-size: 20px;
    }

    .jw-title > div.jw-title-primary.jw-reset-text,
    .video-list.mt-10 {
        font-size: 14px;
    }

    .product-overview--paragraph {
        font-size: 18px;
    }    

    .desktop--products-hover img {
        margin: 0 10px;
    }

    .desktop--products-hover {
        display: block;
    }

    .footnotes {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1200px) {
}
