/*
* ----------------------------------------------------------------------------------------
* 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; } }
@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; } }
@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: 2em;
            margin-left: -50%;
        }

        h3.product-subtitle.strike:after {
            left: 2em;
            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;
        margin-top: 10px;
        }

        .product-overview--paragraph {
            color: #007078;
        }

        .row.flex--benefits {
            justify-content: space-between;
        }

    .product-overview-desc-align {
        display: none;
    }

    .latchinghandle-desc-break {
        display: none;
    }

   }

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

    .product-overview--container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .product--flex {
        width: 45%;
    }

    .product-overview--paragraph {
        font-size: 18px;
    }

    .latchinghandle-desc-break {
        display: block;
    }
    
}

@media only screen and (min-width: 1200px) {
    .product-overview-desc-align {
        display: block;
    }
}

/*# sourceMappingURL=maryland-fusion.css.map */
