.info__link a {
  font-size: 12px;
  text-transform: uppercase;
  color: #007987;
  font-weight: bolder;
  cursor: pointer;
}

.info__link a:after {
  content: '\E62D';
  font-family: "Icons";
  font-size: 1rem;
  margin-left: 10px;
  opacity: 1;
  top: 40%;
}

/* line 148, ../../app/styles/_placeholders.scss */
.pdp-features .pdp-features-hero .img-wrap, .testimonials .img-wrap, .full-video .img-wrap, .img-wrap {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
}

/* line 160, ../../app/styles/_placeholders.scss */
.pdp-features .pdp-features-hero .img-wrap img, .testimonials .img-wrap img, .full-video .img-wrap img, .img-wrap img {
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.details > h6 { 
  text-align: center;
  color: #000;
  padding: 40px 0;
}

/* line 13, ../../app/styles/modules/_pdp-specs.scss */
.details .details-description, .details hr {
  display: none;
}
/* line 18, ../../app/styles/modules/_pdp-specs.scss */
.product-features {
  margin: 20px auto 0;
  width: 80%;
}
/* line 24, ../../app/styles/modules/_pdp-specs.scss */
.product-feature span {
  background: #feef35;
  border-radius: 10%;
  display: block;
  margin-bottom: 10px;
  height: 120px;
  width: 120px;
}
/* line 32, ../../app/styles/modules/_pdp-specs.scss */
.product-feature span:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  content: '';
  height: 120px;
}
/* line 38, ../../app/styles/modules/_pdp-specs.scss */
.product-feature span:before {
  font-size: 60px;
  font-size: 6rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #222a2b;
  text-align: center;
  width: 100%;
}
/* line 48, ../../app/styles/modules/_pdp-specs.scss */
.product-feature h6 {
  color: #222a2b;
  line-height: 1.5em;
  margin-bottom: 10px;
}
/* line 54, ../../app/styles/modules/_pdp-specs.scss */
.product-feature p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222a2b;
  line-height: 1.8em;
  width: 80%;
}
/* line 65, ../../app/styles/modules/_pdp-specs.scss */
.technology > div {
  padding: 0 10%;
}
/* line 68, ../../app/styles/modules/_pdp-specs.scss */
.technology > div > div {
  margin-bottom: 40px;
}
/* line 73, ../../app/styles/modules/_pdp-specs.scss */
.technology h6, .technology p {
  color: #222a2b;
  margin-bottom: 25px;
}
/* line 78, ../../app/styles/modules/_pdp-specs.scss */
.technology .compatibility {
  float: left;
  font-size: 0;
  width: 30%;
}
/* line 83, ../../app/styles/modules/_pdp-specs.scss */
.technology .compatibility span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 5%;
  width: 45%;
}
/* line 90, ../../app/styles/modules/_pdp-specs.scss */
.technology .compatibility a {
  display: block;
}
/* line 94, ../../app/styles/modules/_pdp-specs.scss */
.technology .compatibility a:hover h4 {
  color: #007987;
}
/* line 100, ../../app/styles/modules/_pdp-specs.scss */
.technology .compatibility img {
  display: block;
  margin: 20px auto 10px;
}
/* line 105, ../../app/styles/modules/_pdp-specs.scss */
.technology .compatibility h4 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word;
}
/* line 113, ../../app/styles/modules/_pdp-specs.scss */
.technology .features, .technology .materials {
  float: right;
  padding-left: 2%;
  width: 35%;
}
/* line 118, ../../app/styles/modules/_pdp-specs.scss */
.technology .features li, .technology .materials li {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Avenir";
  line-height: 1.2em;
  margin-bottom: 15px;
  padding-left: 12px;
}
/* line 126, ../../app/styles/modules/_pdp-specs.scss */
.technology .features li:before, .technology .materials li:before {
  content: '- ';
  margin-left: -10px;
}
/* line 133, ../../app/styles/modules/_pdp-specs.scss */
.technology .features {
  border-left: 1px solid #9e9e9e;
}
/* line 137, ../../app/styles/modules/_pdp-specs.scss */
.technology .environmental-protection {
  clear: both;
  margin: 0 auto;
}
/* line 143, ../../app/styles/modules/_pdp-specs.scss */
.technology .environmental-protection h6 {
  margin-bottom: 15px;
}
/* line 147, ../../app/styles/modules/_pdp-specs.scss */
.technology .environmental-protection p {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  line-height: 1.2em;
  width: 80%;
}
/* line 154, ../../app/styles/modules/_pdp-specs.scss */
.technology .environmental-protection .patents {
  font-size: 14px;
  font-size: 1.4rem;
  color: #9e9e9e;
  font-family: "Avenir";
  float: right;
}
/* line 164, ../../app/styles/modules/_pdp-specs.scss */
.cross-sell-items {
  margin-top: 10px;
  width: 80%;
}
@media (max-width: 1000px) {
  /* line 170, ../../app/styles/modules/_pdp-specs.scss */
  .product-features {
    width: 96%;
  }
  /* line 174, ../../app/styles/modules/_pdp-specs.scss */
  .product-feature p {
    width: 90%;
  }
  /* line 179, ../../app/styles/modules/_pdp-specs.scss */
  .technology > div {
    padding: 0 4%;
  }
  /* line 183, ../../app/styles/modules/_pdp-specs.scss */
  .technology .compatibility {
    width: 30%;
  }
  /* line 187, ../../app/styles/modules/_pdp-specs.scss */
  .technology .materials, .technology .features {
    width: 35%;
  }
}
@media (max-width: 860px) and (min-width: 481px) {
  /* line 195, ../../app/styles/modules/_pdp-specs.scss */
  .product-features {
    width: 90%;
  }
  /* line 199, ../../app/styles/modules/_pdp-specs.scss */
  .cross-sell-items {
    margin-top: 30px;
  }
  /* line 206, ../../app/styles/modules/_pdp-specs.scss */
  .technology .compatibility, .technology .features,
  .technology .materials, .technology .environmental-protection {
    border: none;
    float: left;
    margin: 0 0 20px;
    padding: 0 1%;
    width: 50%;
  }
  /* line 214, ../../app/styles/modules/_pdp-specs.scss */
  .technology .compatibility {
    clear: right;
  }
  /* line 217, ../../app/styles/modules/_pdp-specs.scss */
  .technology .compatibility img {
    margin-top: 0;
  }
  /* line 222, ../../app/styles/modules/_pdp-specs.scss */
  .technology .environmental-protection {
    clear: none;
  }
  /* line 225, ../../app/styles/modules/_pdp-specs.scss */
  .technology .environmental-protection p {
    width: 90%;
  }
  /* line 229, ../../app/styles/modules/_pdp-specs.scss */
  .technology .environmental-protection .patents {
    margin-right: 10%;
  }
}
@media (max-width: 650px) {
  /* line 238, ../../app/styles/modules/_pdp-specs.scss */
  .product-feature span {
    margin: 0 auto 10px;
  }
  /* line 242, ../../app/styles/modules/_pdp-specs.scss */
  .product-feature h6, .product-feature p {
    text-align: center;
  }
  /* line 246, ../../app/styles/modules/_pdp-specs.scss */
  .product-feature p {
    margin: 0 auto;
  }
  /* line 252, ../../app/styles/modules/_pdp-specs.scss */
  .details .details-description {
    color: #222a2b;
    display: block;
    line-height: 1.5em;
    padding: 0 5%;
  }
  /* line 259, ../../app/styles/modules/_pdp-specs.scss */
  .details hr {
    background: #9e9e9e;
    border: none;
    display: block;
    height: 1px;
    margin: 5%;
    width: 90%;
  }
}
@media (max-width: 540px) {
  /* line 1, ../../app/styles/modules/_pdp-specs.scss */
  {
    min-height: inherit;
  }
  /* line 273, ../../app/styles/modules/_pdp-specs.scss */
  .reviews, .related-products {
    display: none;
  }
  /* line 280, ../../app/styles/modules/_pdp-specs.scss */
  .technology .materials, .technology .features,
  .technology .compatibility, .technology .environmental-protection,
  .technology .environmental-protection p {
    width: 100%;
  }
  /* line 284, ../../app/styles/modules/_pdp-specs.scss */
  .technology .features {
    border: none;
  }
  /* line 288, ../../app/styles/modules/_pdp-specs.scss */
  .technology .compatibility img {
    margin-top: 0;
  }
}

/* line 1, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs {
  min-height: 480px;
}
/* line 5, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs section .slick-dots {
  bottom: 0;
  margin-top: 15px;
  position: relative;
}
/* line 13, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .details .details-description, .pdp-specs .details hr {
  display: none;
}
/* line 18, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .product-features {
  margin: 20px auto 0;
  width: 80%;
}
/* line 24, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .product-feature span {
  background: #222a2b;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  height: 120px;
  width: 120px;
}
/* line 32, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .product-feature span:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  content: '';
  height: 120px;
}
/* line 38, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .product-feature span:before {
  font-size: 60px;
  font-size: 6rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #222a2b;
  text-align: center;
  width: 100%;
}
/* line 48, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .product-feature h6 {
  color: #222a2b;
  line-height: 1.5em;
  margin-bottom: 10px;
}
/* line 54, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .product-feature p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #222a2b;
  line-height: 1.8em;
  width: 80%;
}
/* line 65, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology > div {
  padding: 0 10%;
}
/* line 68, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology > div > div {
  margin-bottom: 40px;
}
/* line 73, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology h6, .pdp-specs .technology p {
  color: #222a2b;
  margin-bottom: 25px;
}
/* line 78, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .compatibility {
  float: left;
  font-size: 0;
  width: 30%;
}
/* line 83, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .compatibility span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 5%;
  width: 45%;
}
/* line 90, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .compatibility a {
  display: block;
}
/* line 94, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .compatibility a:hover h4 {
  color: #007987;
}
/* line 100, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .compatibility img {
  display: block;
  margin: 20px auto 10px;
}
/* line 105, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .compatibility h4 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word;
}
/* line 113, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .features, .pdp-specs .technology .materials {
  float: right;
  padding-left: 2%;
  width: 35%;
}
/* line 118, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .features li, .pdp-specs .technology .materials li {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Avenir";
  line-height: 1.2em;
  margin-bottom: 15px;
  padding-left: 12px;
}
/* line 126, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .features li:before, .pdp-specs .technology .materials li:before {
  content: '- ';
  margin-left: -10px;
}
/* line 133, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .features {
  border-left: 1px solid #9e9e9e;
}
/* line 137, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .environmental-protection {
  clear: both;
  margin: 0 auto;
}
/* line 143, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .environmental-protection h6 {
  margin-bottom: 15px;
}
/* line 147, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .environmental-protection p {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  line-height: 1.2em;
  width: 80%;
}
/* line 154, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .technology .environmental-protection .patents {
  font-size: 14px;
  font-size: 1.4rem;
  color: #9e9e9e;
  font-family: "Avenir";
  float: right;
}
/* line 164, ../../app/styles/modules/_pdp-specs.scss */
.pdp-specs .cross-sell-items {
  margin-top: 10px;
  width: 80%;
}
@media (max-width: 1000px) {
  /* line 170, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .product-features {
    width: 96%;
  }
  /* line 174, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .product-feature p {
    width: 90%;
  }
  /* line 179, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology > div {
    padding: 0 4%;
  }
  /* line 183, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .compatibility {
    width: 30%;
  }
  /* line 187, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .materials, .pdp-specs .technology .features {
    width: 35%;
  }
}
@media (max-width: 860px) and (min-width: 481px) {
  /* line 195, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .product-features {
    width: 90%;
  }
  /* line 199, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .cross-sell-items {
    margin-top: 30px;
  }
  /* line 206, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .compatibility, .pdp-specs .technology .features,
  .pdp-specs .technology .materials, .pdp-specs .technology .environmental-protection {
    border: none;
    float: left;
    margin: 0 0 20px;
    padding: 0 1%;
    width: 50%;
  }
  /* line 214, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .compatibility {
    clear: right;
  }
  /* line 217, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .compatibility img {
    margin-top: 0;
  }
  /* line 222, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .environmental-protection {
    clear: none;
  }
  /* line 225, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .environmental-protection p {
    width: 90%;
  }
  /* line 229, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .environmental-protection .patents {
    margin-right: 10%;
  }
}
@media (max-width: 650px) {
  /* line 238, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .product-feature span {
    margin: 0 auto 10px;
  }
  /* line 242, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .product-feature h6, .pdp-specs .product-feature p {
    text-align: center;
  }
  /* line 246, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .product-feature p {
    margin: 0 auto;
  }
  /* line 252, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .details .details-description {
    color: #222a2b;
    display: block;
    line-height: 1.5em;
    padding: 0 5%;
  }
  /* line 259, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .details hr {
    background: #9e9e9e;
    border: none;
    display: block;
    height: 1px;
    margin: 5%;
    width: 90%;
  }
}
@media (max-width: 540px) {
  /* line 1, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs {
    min-height: inherit;
  }
  /* line 273, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .reviews, .pdp-specs .related-products {
    display: none;
  }
  /* line 280, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .materials, .pdp-specs .technology .features,
  .pdp-specs .technology .compatibility, .pdp-specs .technology .environmental-protection,
  .pdp-specs .technology .environmental-protection p {
    width: 100%;
  }
  /* line 284, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .features {
    border: none;
  }
  /* line 288, ../../app/styles/modules/_pdp-specs.scss */
  .pdp-specs .technology .compatibility img {
    margin-top: 0;
  }
}

/* line 3, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-hero {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* line 213, ../../app/styles/_mixins.scss */
.pdp-features .pdp-features-hero:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  content: '';
  padding-top: 38.9%;
  position: relative;
}
@media (min-width: 1440px) {
  /* line 213, ../../app/styles/_mixins.scss */
  .pdp-features .pdp-features-hero:after {
    padding-top: 0;
    height: 560px;
  }
}
/* line 185, ../../app/styles/_mixins.scss */
.no-cssgradients .pdp-features .pdp-features-hero:after {
  display: none;
}
/* line 189, ../../app/styles/_mixins.scss */
.no-cssgradients .pdp-features .pdp-features-hero .faux-img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-top: 38.9%;
  position: relative;
}
/* line 3, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-hero {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* line 213, ../../app/styles/_mixins.scss */
.pdp-features .pdp-features-hero:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  content: '';
  padding-top: 38.9%;
  position: relative;
}
@media (min-width: 1440px) {
  /* line 213, ../../app/styles/_mixins.scss */
  .pdp-features .pdp-features-hero:after {
    padding-top: 0;
    height: 560px;
  }
}
/* line 185, ../../app/styles/_mixins.scss */
.no-cssgradients .pdp-features .pdp-features-hero:after {
  display: none;
}
/* line 189, ../../app/styles/_mixins.scss */
.no-cssgradients .pdp-features .pdp-features-hero .faux-img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-top: 38.9%;
  position: relative;
}

/* line 15, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-hero-content {
  margin-left: 8%;
  width: 25%;
}
/* line 19, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-hero-content h1 {
  font-size: 60px;
  font-size: 6rem;
  color: #fff;
  text-align: left;
}
/* line 23, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-hero-content > p {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2em;
  width: 80%;
  color: white;
  margin: 0;
}
/* line 30, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-feature {
  font-size: 0px;
  font-size: 0rem;
  margin: 0 auto;
  width: 67%;
}
/* line 36, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-feature:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  content: '';
  height: 100%;
}

/* line 46, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-feature h3, .pdp-features .pdp-feature h4 {
  line-height: 1.2em;
  width: 80%;
}
/* line 53, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .feature-content > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 10px 0;
}
/* line 60, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-thirds {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
}
/* line 66, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-thirds > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 33%;
}

.pdp-features .pdp-features-thirds h6 {
  color: #000;
  padding: 25px 10px 0;
  text-align: center;
}

/* line 71, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-thirds img {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  width: 90%;
}
/* line 77, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-thirds .large-product-img img {
  margin-top: -100%;
  max-width: 300px;
  width: 100%;
}
/* line 83, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-thirds .feature-content {
  float: none;
  padding-left: 5%;
}
/* line 89, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-halves {
  border-bottom: 1px solid #9e9e9e;
  clear: both;
  height: 280px;
}
/* line 94, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-halves > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 1%;
  width: 50%;
}
/* line 101, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-halves > span + .feature-content {
  display: none;
}
/* line 105, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-halves > span img {
  width: 100%;
}
/* line 110, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-halves .feature-content {
  float: none;
}
/* line 115, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-two-one {
  height: 475px;
}
/* line 118, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-two-one > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 1%;
  width: 50%;
}
/* line 124, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-two-one img {
  width: 100%;
}
/* line 128, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-two-one .feature-content {
  padding-left: 10%;
}
/* line 131, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-two-one .feature-content h4 {
  margin-bottom: 30px;
}
/* line 135, ../../app/styles/modules/_pdp-features.scss */
.pdp-features .pdp-features-two-one .feature-content img {
  max-width: 250px;
  width: 60%;
}
@media (max-width: 1300px) {
  /* line 143, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-feature {
    width: 88%;
  }
  /* line 146, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-feature h3, .pdp-features .pdp-feature h4 {
    width: 100%;
  }
}
@media (max-width: 860px) {
  /* line 153, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-feature {
    height: auto;
  }
}
@media (max-width: 860px) and (min-width: 481px) {
  /* line 213, ../../app/styles/_mixins.scss */
  .pdp-features .pdp-features-hero:after {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    content: '';
    padding-top: 46.5%;
    position: relative;
  }
  /* line 185, ../../app/styles/_mixins.scss */
  .no-cssgradients .pdp-features .pdp-features-hero:after {
    display: none;
  }
  /* line 189, ../../app/styles/_mixins.scss */
  .no-cssgradients .pdp-features .pdp-features-hero .faux-img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding-top: 46.5%;
    position: relative;
  }
  /* line 163, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-hero-content {
    margin-left: 5%;
    width: 255px;
  }

  .pdp-features .pdp-features-hero-content h1 {
    font-size: 5rem;
  }
  /* line 167, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-feature {
    padding: 50px 0;
  }
}
@media (max-width: 860px) and (min-width: 481px) and (min-width: 861px) {
  /* line 213, ../../app/styles/_mixins.scss */
  .pdp-features .pdp-features-hero:after {
    padding-top: 0;
    height: 400px;
  }
}
@media (max-width: 750px) {
  /* line 173, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features h3, .pdp-features h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 177, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
@media (max-width: 650px) {
  /* line 184, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-feature {
    padding: 30px 0;
  }
  /* line 188, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-hero-content {
    width: 300px;
  }
  /* line 191, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-hero-content h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  /* line 195, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-hero-content p {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 200, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-thirds {
    display: none;
  }
  /* line 205, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-halves:before {
    display: none;
  }
  /* line 209, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-halves .feature-content {
    display: none;
  }
  /* line 213, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-halves > span {
    display: block;
    margin: 30px auto 15px;
    width: 90%;
  }
  /* line 218, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-halves > span + .feature-content {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: 80%;
  }
  /* line 229, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-two-one > span {
    display: block;
    margin: 0 auto 10px;
    width: 90%;
  }
  /* line 235, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-two-one img {
    display: block;
    margin: 0 auto;
    width: 70%;
  }
  /* line 241, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-two-one .feature-content {
    margin-left: 10%;
    padding: 0;
    text-align: center;
    width: 80%;
  }
  /* line 247, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-two-one .feature-content img {
    display: none;
  }
  /* line 253, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 257, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
}
@media (max-width: 480px) {
  /* line 264, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-hero {
    min-height: 225px;
  }
  /* line 268, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-hero-content {
    width: 240px;
  }
  /* line 271, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-hero-content h1 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
  }
  /* line 276, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-features-hero-content p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
  /* line 282, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features h3, .pdp-features h4 {
    margin: 5px auto;
    text-align: center;
    width: 80%;
  }
  /* line 288, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-feature {
    width: 90%;
  }
  /* line 291, ../../app/styles/modules/_pdp-features.scss */
  .pdp-features .pdp-feature > * {
    width: 100%;
  }
}
.module-picCarousel {
  background: whitesmoke;
  margin: 50px 0;
}

.module-picCarousel h4 {
  font-size: 2.8rem;
  padding-bottom: 10px;
}

.module-picCarousel h5 {
  font-size: 1.5rem;
  padding-bottom: 10px;
}

.module-picCarousel ul li {
  font-weight: 100;
  padding: 5px 0px 0px 10px;
}

.module-picCarousel ul li.slick-active button, .slick-dots li.slick-active button {background:#000;color:#feef35;}

.careers-copy-featured li:before {
  content: '- ';
  margin-left: -10px;
}

.module-picCarousel article ul li:before {
  content: '- ';
  margin-left: -10px;
}

.grid {  
  float: none;
}

.grid:after {
  content: "";
  display: table;
  clear:both;
}

.grid .col-4 {
  position: relative;
  background: none;
  border: 0;
  height: 600px;
  overflow: hidden;
}

.grid .col-4 > img {
  width: 100%;
}

.grid .col-8 {
  background: whiteSmoke;
  border-top: 1px solid #DADAD9;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 95px 0;
}

.grid .col-8 article {
  float: right;
  padding: 100px 20px 0;
}

.grid .col-6 {
  background: none;
  border: 0;
}

.series-slider {
  position: relative;
  width: 35%;
}

.series-slider .slick-slide img { 
  margin: 0 auto;
}

.series-slider .slick-next { 
  right: 15%;
  width: 25px;
  height: 60px;
}

.series-slider .slick-next:before { 
  content: '\E62D';
}

.series-slider .slick-prev { 
  left: 15%;
  width: 25px;
  height: 60px;
}

.series-slider .slick-prev:before { 
  content: '\E62E';
}

.slick-prev:before, .slick-next:before {
  font-family: "Icons";
  font-size: 40px;
  color: #000;
  opacity: 1;
  top: 40%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (max-width: 1024px) {
  .grid .col-4 {
    display: none;
  }

  .grid .col-8 {
    width: 100%;
  }

  .series-slider {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .grid .col-8 {
    padding: 10px 0 40px 0;
  }

  .grid .col-8 article {
    float: none;
    width: 100%;
    padding: 20px;
  }

  .grid .col-6 {
    float: none;
    width: 100%;
  }

  .series-slider .slick-next { 
    right: 5%;
  }

  .series-slider .slick-prev { 
    left: 5%;
  }

}

/* ==============================
  series-hero div
  - Stuff at the very top of the page
  - Corrections for catalog.css
============================== */

.series-hero {
    background-size: cover;
    height: initial;
  }
  
.series-hero .hero-feature-icons ul {
  height: inherit;
}
/* Set to zero for Series pages */
.featureIcons {
  margin: 0px;
}
.featureIcons__icon {
  display: inline-block;
  margin: 10px 10px 10px 0;
  vertical-align: top;
  width: 60px;
}
.featureIcons__icon span:before {
  display: block;
  background: #feef35;
  color: #222a2b;
  width: 57px;
  height: 57px;
  font-size: 3.6rem;
  line-height: 57px;
  text-align: center;
  border-radius: 7px;
  margin: 0 auto;
}
.featureIcons__icon--md span:before {
  width: 57px;
  height: 57px;
  line-height: 57px;
  font-size: 3.6rem;
}
.featureIcons__feature {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 5px;
}
/* Removes the margin from catalog.css */
.series-hero .hero-feature-icons span {
  margin: 0px;
}
/* adjusts the width & font-size from catalog.css */
.series-hero .hero-feature-icons li a {
  width: inherit;
  font-size: 1rem;
}

@media (min-width: 1440px) {
  /* Removes the top padding from catalog.css */
  .series-hero {
    height: initial;
    padding-top: 6%;
  }
  .series-hero .hero-price-range {
    padding: 25px 0px;
  }
}

@media (max-width: 860px) {
  .series-hero {
    height: initial;
  }
  .series-hero .hero-explore {
    margin-top: 30px;
  }
  .series-hero .hero-price-range {
    padding: 25px 0px;
  }
}

@media (max-width: 540px) {
  .series-hero .hero-feature-icons {
    width: 60%;
    margin: 0px auto;
    height: inherit;
  }
}

@media (max-width: 481px) {
  .hero-tagline {
    width: 90%;
    margin: 0px auto;
    display: block;
  }
  .series-hero .hero-feature-icons {
    width: 75%;
    margin: 0px auto;
  }
}

@media (max-width: 321px) {
  .featureIcons__icon span:before {
    width: 37px;
    height: 37px;
    font-size: 2.2rem;
    line-height: 37px;
  }
}

/* ==============================
        Video Module
============================== */

.content-asset .module-video {
  width: 87%;
  margin: 0 auto;
}

.content-asset .module-video__heading {
  text-align: center;
  color: #000;
  padding: 40px 0;
}

.content-asset .module-video__thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.content-asset .module-video__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-asset .module-video__thumbnail header {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -85px;
}

.content-asset .module-video__thumbnail header h4 {
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  padding: 0 20px;
  margin-bottom: 42px;
  line-height: 3.4rem;
  font-size: 2.4rem;
  letter-spacing: 2px;
}

.content-asset .module-video__thumbnail header h4:after {
  content: ' ';
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: -15px;
  width: 36px;
  left: 50%;
  margin-left: -17px;
}

.content-asset .module-video__thumbnail header p {
  color: white;
  padding: 0 20px;
  text-align: center;
}

.module-video__thumbnail header .video-button.medium:after {
    border-width: 10px 14px;
    left: 13px;
    top: 8px;
  }

.module-video__vid {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
}

.module-video__vid:after {
  content: url(../images/global/ajax-loader.gif?$staticlink$);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}

.module-video__vid button {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -22px;
  height: 20px;
  font-size: 1.35rem;
  font-weight: 100;
}

.module-video__vid button:after {
  content: '\e632';
  font-family: "Icons";
  font-size: 1rem;
  padding-left: 5px;
}

.module-video__vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-video__article {
  padding: 30px 90px 20px 0;
}


@media (min-width: 720px) {
  .module-video .col-6 {
    width: 47%;
    margin: 0 1.5%;
  }
}

@media (max-width: 860px) {
  .module-video__article {
    padding: 30px 0 20px;
  }

  .module-video__article h2 {
    font-size: 1.9rem;
  }

  .module-video__thumbnail header p {
    display: none;
  }
  .module-video__thumbnail header h4 {
    padding: 1rem 0px 0px;
    margin: 0px auto 32px;
  }
  
}

@media (max-width: 321px) {
  .module-video__thumbnail header {
    top: 0;
    margin-top: 2px;
  }

  .module-video__thumbnail header h4 {
    line-height: 2.4rem;
    margin: 10px auto 25px;
  }
}

/* ==============================
       Testimonials Module
============================== */

.testimonials {
  background: whitesmoke;
  padding: 65px 0;
}

.testimonials .testimonials-wrap {
  font-size: 0;
  margin: 0 auto;
  max-width: 1240px;
  width: 90%;
}

.testimonials .img-wrap {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
}

.testimonials .img-wrap img {
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.testimonials .testimonial {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  position: relative;
}

.testimonials .testimonial > div {
  background: white;
  height: auto;
  margin: 0 2%;
  padding-bottom: 30px;
}

.testimonials blockquote {
  font-size: 14px;
  font-size: 1.4rem;
  color: #222a2b;
  font-family: "Avenir";
  height: auto;
  line-height: 2em;
  margin-bottom: 30px;
  padding: 0 2%;
  text-align: center;
}

.testimonials blockquote:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  content: '\201D';
}

.testimonials blockquote:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  content: '...\201D';
}

.testimonials h4, .testimonials p {
  text-align: center;
}

.testimonials h4 {
  /* height: 66px; */
  margin: 15px 0;
  padding: 0 10%;
  line-height: 1.2em;
}

.testimonials .testimonial-top {
  height: 200px;
  overflow: hidden;
  position: relative;
}

/* Fixes for Read More / Hide button */
.testimonials > a.text-link:after, a.text-link:before {
  top: 3px;
}

.testimonials .testimonial-quote.is-replaced:before,
.testimonials .testimonial-quote.is-replaced:after {
  content: '';
}
/* Added in because some pages only have two testimonials */
.slick-track {
  margin: 0px auto;
}


@media (max-width: 1050px) {

  .testimonials h4 {
    font-size: 22px;
    font-size: 2.2rem;
    /* height: 52px; */
  }
  
  .testimonials blockquote {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    padding: 0 4%;
  }
  
  .testimonials .testimonials-wrap {
    width: 95%;
  }
}
@media (max-width: 860px) and (min-width: 481px) {
  
  .testimonials blockquote {
    line-height: 1.4em;
  }
}
@media (max-width: 540px) {
  
  .testimonials {
    padding: 20px 0 50px;
  }
  
  .testimonials h4, .testimonials blockquote, .testimonials .testimonial > div,
  .testimonials .testimonial-top {
    height: auto;
  }
  
  .testimonials .testimonial-top {
    max-height: 200px;
  }
  
  .testimonials blockquote {
    margin-bottom: 15px;
  }
  
  .testimonials p {
    padding-bottom: 30px;
  }
  
  .testimonials .img-wrap {
    height: auto;
    left: inherit;
    position: relative;
    top: inherit;
    width: auto;
  }
  
  .testimonials .img-wrap img {
    bottom: inherit;
    display: block;
    left: inherit;
    min-height: inherit;
    min-width: inherit;
    right: inherit;
    top: inherit;
    position: relative;
    width: 100%;
  }
}

/* Shop Now button corrections */
div.button.scrollDevices {
  margin: 15px 0px 0px;
}
a.cta {
  padding: 12px 38px 12px 20px;
}
div.button.scrollDevices a.cta p {
  font-size: 1.2rem;
  line-height: normal;
  margin: 0px;
  font-weight: bold;
  padding-right: 0px;
}
.button-large p:after, .button p:after {
  top:23%;
  position: absolute;
  margin-left:2px;
}