
#headline .intro-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 235px;
  opacity: 1;
  outline: medium none;
  overflow: hidden;
  visibility: visible;
  padding-top: 4.5em;
  text-shadow: 1px 1px 1px #666, -1px 1px 1px #666, -1px -1px 1px #666, 1px -1px 1px #666, 0px 3px 3px rgba(0,0,0,0.4), 0px 7px 12px rgba(0,0,0,0.2);
}

#products .products-wrapper {
  margin-bottom: 4em;
  display: block;
}


.product > .img-wrap {
  z-index: -1;
}

.product > .product-content {
  z-index: 10;
}

#primary-cta > .container-fluid > .container {
  max-width: 100%;
  width: 100%;
}

sup {
  top: -.25em;
  font-family: sans-serif !important;
}
h3 sup {
  display: inline-block;
  transform: scale(0.75) translateX(-4px);
}


#products .products-wrapper>div {
  width: 33%;
  float: left;
}

#products h3,
#products p {
  font-size: 18px;
}

.product-content li {
  margin-bottom: 8px;
}

.product-content li::first-line {
  font-weight: 600;
}


h2 > strong {
  font-size: 50px;
  font-weight: normal;
}
h2 > strong ~ span {
  font-size: 38px;
}


#products .product-content {
  max-width: 100%;
  padding-top: 1em;
}

#products .product-content a.btn {
  float: left;
  clear: left;
  margin: 8px 0 !important;
}

#products > h3 {
  display: none;
}

#products h3.show {
  display: block;
  margin: -4px 0 0;
  padding-bottom: 8px;
  font-weight: 500;
}
#products .products-wrapper div:nth-child(2) .img-wrap {
  padding-left: 0;
}




.vid-holder {

  position: relative;
  display: block;
  max-width: 80vw;
  text-align: center;
  float: none;
  margin: 0 auto;
    margin-top: 6rem;
}

.vid-holder > iframe {
  border: 6px solid #555;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 70vw;
  max-height: 56vh;
  max-width: 100vh;
}

#video .intro-content + .scroll-down {
  transform: translateY( 8px ) rotate( 180deg );
}



.scroll-down {
  display: none;
}

.intro-content>a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 400px) and (max-width: 580px){
  #products .products-wrapper>div:nth-child(3) {
    clear: both;
  }
}

@media (max-width: 400px) {
  #products .products-wrapper>div {
    width: 100%;
  }
  #products .img-wrap img {
    max-width: unset;
    max-height: 200px;
  }
}


.container + #headline {
  background-position-x: center;
}


#products .bar {
  -ms-pointer-events: none;
  pointer-events: none;
}

#products {
  margin-top: 6em;
}

#products .row h2 .arrow {
  display: none !important;
}

#products .container-fluid .row.text-center:first-of-type {
  display: none;
}

#benefits .content-row.text-center {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  z-index: 999;
}

#benefits .portfolio-wrapper {
  background: transparent !important;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#benefits .bar h2 {
  padding: 4%;
  font-size: 48px;
}

#portfoliolist .portfolio {
  width: 100% !important;
}

#benefits .portfolio-wrapper {
  height: 180px !important;
}

#benefits .portfolio-wrapper i, #benefits .portfolio-wrapper p, #benefits .portfolio-wrapper hr, #benefits .portfolio-wrapper h3 {
  display: none !important;
}

#benefits .portfolio-wrapper a {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  transition: 0.3s ease all;
  color: black !important;
  background-color: #ECD010;
  padding: .5em;
padding-left: 15px;
padding-right: 15px;
  font-size: 2em;
  border: 1px solid transparent;
  border-bottom: 2px solid #DA0;
  border-top: 1px solid #FE3;
  padding-top: 4px;
}

#benefits .portfolio-wrapper a > strong {
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  transform: translateY(12px);
}


#benefits .benefits-wrapper {
  margin-top: 45px;
}

#benefits .portfolio-wrapper a > strong ~ span {
  font-size: 20px;
}

#benefits .portfolio-wrapper a:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

#benefits .portfolio-wrapper a:active {
  transform: translateY(2px);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.5);
}

#benefits {
  background-color: white;
  margin-bottom: -10em;
}

#headline {
  background-position: center right !important;
}


#body #products .container-fluid .products-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap:nowrap;
  justify-content: space-between;
}

#body #products .container-fluid .products-wrapper .col-sm-6 {
  display: block;
  flex-basis: 30%;
  max-width: 33%;
  position: relative;
}


#products .products-wrapper div:first-child {
  margin-bottom: 0 !important;
}


#products .products-wrapper .product-content {
  max-width: 100%
}

.product .img-wrap {
  width: 100%;
  height: 250px;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  position: relative;
  margin-bottom: 0 !important;
}

.product .img-wrap a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;

}

#products .col-sm-6:nth-child(3) .product .img-wrap a img {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
}

#products .col-sm-6:nth-child(3) .product:not(.stupid-safari) .img-wrap a img {
    -webkit-transform: scale(1.5) translateY(-20px);
    transform: scale(1.5) translateY(-20px);
}




@media screen and (min-width:991px) and (max-width:1199px) {
  #products .product-content h3 {
    font-size: 28px;
  }
}

@media screen and (min-width:1200px) {
  #products .product-content h3 {
    font-size: 32px;
  }

  .bar h2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #products .products-wrapper {
    display: flex;
    max-width: 84vw;
    width: 84vw;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width:2200px) {

  #products .products-wrapper .product .img-wrap {
    height: 400px !important;
  }

  #products .products-wrapper .product .img-wrap img {
      max-height: 400px !important;
  }

}


@media screen and (max-width: 991px) {
  #products .col-sm-6:nth-child(3) .product:not(.stupid-safari) .img-wrap a img {
        -webkit-transform: scale(1.3) translate( 10px, -25px);
        transform: scale(1.3) translate( 10px, -25px);
  }
}

#products img {
  margin: 0 auto !important;
  display: block;
  float: none !important;
}

#products .product-content {
  padding: 0;
  margin-top: 2rem;
}

#body #products .img-wrap a img {
  max-height: 250px;
  margin: 0;
  padding: 0;
}

.col-sm-6:last-child .product .img-wrap img {
  margin-top: 20% !important;
}


#headline .intro-content {
  text-indent: inherit;
  font-variant: normal;
  max-width: inherit !important;
  width: 90vw !important;
  text-align: center;
  padding-top:2.5%;
}

#headline .intro-content h1 {
  text-transform: none;
  font-size: 8vw !important;
  line-height: 1 !important;
  letter-spacing: inherit;
}
#headline .intro-content h1 > span {
  font-size: 4.5vw;
  font-weight: normal;
    line-height: 2.25vw !important;
  letter-spacing: inherit;
}


@media screen and (min-width:1150px) {
  #headline .intro-content {
    height: calc(260px + 5vw) !important;
  }
}

@media screen and (min-width:1300px) {
  #headline .intro-content {
    height: calc(120px + 10vw) !important;
  }

  #headline .intro-content h1 {
    font-size: calc( 4vw + 70px ) !important;
    line-height: .85 !important;
    margin-top: -1.5vw;
  }
  #headline .intro-content h1 > span {
    font-size: calc( 2.5vw + 15px ) !important;
    line-height: calc( 1.5vw + 22px ) !important;
  }
}

@media screen and (max-width:1149px) and (min-width:769px ) {
  #headline .intro-content {
    padding-top: calc(200px - 14vw);
    height: calc(250px + 8vw) !important;
  }
  #headline h1 {
    font-size: 9vw !important;
  }
  #headline h1 span {
    font-size: 4vw !important;
  }
}

@media screen and (max-width: 767px) {


      #body  #products .container-fluid .products-wrapper .col-sm-6:nth-child(3) .product:not(.stupid-safari) .img-wrap a img {
        -webkit-transform: scale(1.2) translate(-10px,0);
        transform: scale(1.2) translate(-10px,0);
    }

      #body  #products .container-fluid .products-wrapper .col-sm-6:nth-child(3) .img-wrap {
      width: 45%;
    }

      #body  #products .container-fluid .products-wrapper .col-sm-6:nth-child(3) .product-content {
      max-width: 55%;
    }


  #headline .intro-content > h1 {
      font-size: 10vw !important;
  }
  #body #products .container-fluid .products-wrapper .product-content {
    max-width: 70%;
    float: right;
    margin-bottom: 6rem;
    max-width: 70%;
    float: right;
  }

  #body #products .container-fluid .products-wrapper {
    flex-direction: column;
  }

  #body #products .container-fluid .products-wrapper .col-sm-6 {
    width: 100% !important;
    max-width: unset !important;
  }

  #products .products-wrapper .col-sm-6 .product > .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25%;
    bottom: 0;
    height: 400px;
  }

  #body #products .products-wrapper .product .img-wrap {
      overflow: visible !important;
  }

  #body #products .product h3 {
    font-size: 26px !important;
  }

  #body #products .products-wrapper > div .img-wrap a {
    overflow: visible !important;
        text-align: center;
        display: inline !important;
  }

  #body #products a > img.img-responsive.pull-left {
    float: none !important;
    margin: 0 auto;
    padding: 0;
    padding-right: 0px;
    padding-top: 40px;
    max-height: 30vh !important;
  }


}

@media screen and (max-width: 512px) {
  #benefits .portfolio-content > a {
    white-space: nowrap;
    width: auto !important;
    font-size: 1.5em;
  }
  #headline h1 {
    margin-top: calc( 30px + 15% ) !important;
  }
  .masthead {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width:868px) {
    #video .vid-holder {
      max-width: 100% !important;
    }
  #video .vid-holder iframe {
    min-height: 392px !important;
    min-width: 695px !important;
    max-height: 392px !important;
    max-width: 695px !important;
    height: 392px !important;
    width: 695px !important;
  }
}


@media screen and (max-width:767px) and (min-width:580px) {

  .vid-holder {
    max-width: 100%;
  }
  #video .intro-content .vid-holder > iframe {
    max-width: inherit !important;
    max-height: inherit !important;
    min-width: inherit !important;
    min-height: inherit !important;
    width: 520px !important;
    height: 300px !important;
  }
}

#products .products-wrapper {
    margin-bottom: 0;
}

@media screen and (max-width:579px) and (min-width: 401px ){
  #body #products .img-wrap a > img.img-responsive.pull-left {
    max-height: 350px !important;
    padding-top: 0 !important;
    padding-bottom: 12px;
  }
  #products .products-wrapper .col-sm-6 .product > .img-wrap {
    height: inherit !important;
  }
  #body #products .container-fluid .products-wrapper .col-sm-6:nth-child(3) .product-content {
      max-width: inherit !important;
  }
  #body #products .container-fluid .products-wrapper .col-sm-6:nth-child(3) .img-wrap {
      width: 100%;
      height: 150px !important;
  }

  #products .product-content a.btn.white-on-red {
    float: none;
    font-size: 19px !important;
    clear: both;
    margin: 3rem auto !important;
    display: block;
    max-width: 60%;
  }
  #body #products .container-fluid .products-wrapper .col-sm-6:nth-child(3) .product-content {
    margin-bottom: 0 !important;
  }
  #body #products .product h3 {
      font-size: 32px !important;
  }


    h2 > strong ~ span {
        font-size: 28px;
    }

}




@media screen and (max-width:579px) {
    .vid-holder {
      max-width: 100%;
    }
    #video .intro-content .vid-holder > iframe {
      max-width: inherit !important;
      max-height: inherit !important;
      min-width: inherit !important;
      min-height: inherit !important;
      width: 90vw;
      height: 51vw;
    }

  #products .products-wrapper .col-sm-6 .product > .img-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 260px;
    margin: 0 auto !important;
    float: none;
    padding: 0;
    text-align: center;
  }

  #products .products-wrapper > div .img-wrap a {
    max-height: inherit;
  }

  #body #products .container-fluid .products-wrapper .product-content {
    max-width: 100%;
    width: 100%;
    float: none;
  }

  #products  .products-wrapper > div .img-responsive.pull-left {
    padding-top: inherit;
  }
}
