/*
* ----------------------------------------------------------------------------------------
* 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: 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) {
    img.voyant-img {
        display: block;
        margin: 0 auto;
        max-width: 535px;
    }

    img.voyant-ffk {
        display: block;
        margin: 0 auto;
        max-width: 240px;
        padding: 0 0 5px 0;
    }

    .view-product-specs {
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    #product-family-p {
        font-weight: 300;
        font-size: 19px;
        line-height: 30px;
    }

    .view-product-specs {
        font-size: 19px;
        margin-bottom: 25px;
    }

    .hidden-mobile {
        display: none;
    }

    .product-family-title {
        font-size: 23px !important;
        margin-bottom: 0px;
        margin-top: 35px;
        padding-left: 25px;
    }

    #product-family-p {
        font-weight: 300;
        font-size: 15px;
        line-height: 30px;
        padding: 25px;
        padding-top: 0;
    }

    a.view-product-specs.mt-38 {
        font-size: 15px;
        text-decoration: underline !important;
    }

    .family-title-container.flex-item {
        display: flex;
        flex-direction: column-reverse;
    }

    .mobile-only {
        margin-top: -30px;
    }

    .desktop-only,
    .products-stealth-container--detailed.products-container-detailed {
        display: none;
        visibility: hidden;
    }

    .jw-title > div.jw-title-primary.jw-reset-text {
        font-size: 10px;
    }

    a.hidden-sm.mobile-only {
        margin-top: initial;
    }

    .mobile-only.mobile-discrepancy {
        font-size: 10px;
        margin: 30px 25px;
    }

}
@media only screen and (min-width: 768px) {
  .products-stealth-container--detailed img {
    max-width: 186px; 
  }
  
  .product-family-title {
    font-size: 30px !important;
  }

  .jw-title > div.jw-title-primary.jw-reset-text {
    font-size: 14px;
  }

   a.hidden-sm.mobile-only {
     display: block !important;
   }

   .hline.product-family-hline.hidden-xs {
     display: none !important;
     visibility: hidden;
   }

   .product-family-item img {
     height: 15px;
   }

   .mobile-only.mobile-discrepancy {
      font-size: 12px;
      margin: 30px 25px;
   }

}
@media only screen and (min-width: 992px) {
    .col-sm-6.pr-63 {
        padding-right: 63px !important;
    }

    img.voyant-ffk {
        float: right;
    }

    #product-family-p {
        font-size: 20px;
    }

    a.view-product-specs.mt-38 {
        font-size: 20px;
    }

    .family-title-container.flex-item {
        flex-direction: row;
    }

    #video1 {
        width: 50%;
    }

    .mobile-only {
        display: none;
        visibility: hidden;
    }

    .desktop-only {
        display: block;
        visibility: visible;
        padding-left: 15px !important;
    }

    a.hidden-sm.mobile-only {
        display: none !important;
    }

    .products-stealth-container--detailed.products-container-detailed,
    .hline.product-family-hline.hidden-xs{
        display: block !important;
        visibility: visible;
    }

    .voyant-landing-pg-product-containers {
        font-size: 18px !important;
        margin: 0 10px !important;
        font-weight: 400;
    }

    .products-container-detailed .product-learn-more {
        margin: 0 15px !important;
    }

}

@media only screen and (min-width: 1200px) {
    .view-product-specs {
        font-size: 30px;
        font-weight: 500;
    }

    #video1 {
        background-color: #fff;
        margin: 45px;
        margin-left: 0px;
        margin-bottom: 0;
        padding-left: 0px;
        float: left;
    }

    .product-family-title {
        font-size: 40px !important;
        padding-left: 0px;
    }

    #product-family-p {
        font-weight: 300;
        line-height: 42px;
        padding: 0;
    }

    .view-product-specs {
        font-size: 23px;
    }

    .hidden-mobile {
        display: block;
    }

    a.view-product-specs.mt-38 {
        font-size: 22px;
        padding-left: 0;
    }

    .desktop-only {
        padding-left: initial !important;
    }

    .responsive-img.fixed-height {
        height: 165px;
    }

    .voyant-landing-pg-product-containers {
        font-size: 22px !important;
        margin: 0 15px !important;
    }
}

/*# sourceMappingURL=voyant.css.map */
