/****************************
-- Specs --
****************************/
/* Load Animation - Standalone Specifics */
.on-load-anim #techspecs .techspecs {
  /*opacity: 0;*/
}

header.loaded + #techspecs .techspecs {
  -webkit-animation: fadeInFromBottom 300ms ease-in 1200ms forwards;
  animation: fadeInFromBottom 300ms ease-in 1200ms forwards;
}
/* /Load Animation */

.techspecs {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}

.techspecs:last-chi
ld { /* For Standalone page */
  border: 0;
}

/*---------------------
Filters
---------------------*/
.techspecs .filters {
  margin: 0 auto;
  max-width: 540px;
  overflow: hidden;
  width: 100%;
}

.techspecs .filters .wrap {
  margin: 0 -100px;
  text-align: center;
}

.techspecs .filters h3 {
  margin-bottom: 0.75em;
}

.techspecs .filters .grid {
  margin: 0;
}

.techspecs .filters .filter {
  width: 146px;
}

.techspecs .filters .bx-wrapper li {
  padding: 0 17px 10px;
}

.techspecs .filters li {
  padding: 0 5px 10px;
}

.techspecs .filters .bx-controls-direction a {
  bottom: 10px;
  height: auto;
  margin-top: 0;
  top: 0;
  width: auto;
}

.techspecs .filters .bx-controls-direction a:hover {
  background-color: transparent;
}

.techspecs .filters .bx-controls-direction .bx-prev {
  left: 0;
  margin-right: 73px; /* 146/2 */
  right: 50%;
}

.techspecs .filters .bx-controls-direction .bx-next {
  right: 0;
  margin-left: 73px; /* 146/2 */
  left: 50%;
}

.techspecs .filters .bx-controls-direction a:after {
  color: #989898;
  font-size: 8px;
  font-size: 0.8rem;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 50%;
  width: 10px;
}

.techspecs .filters .bx-controls-direction .bx-prev:after {
  left: auto;
  right: 12px; /* (34-10)/2 */
}

.techspecs .filters .bx-controls-direction .bx-next:after {
  left: 12px; /* (34-10)/2 */
  margin-left: 0;
}

/*---------------------
Specs page
---------------------*/
.techspecs .specs-pages {
  overflow: hidden;
  padding: 0 30px 40px;
  position: relative;
}

#techspecs .wrapper {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}

#techspecs .techspecs .specs-pages .wrapper {
  max-width: 880px;
  padding: 0;
}

@media screen and (min-width: 64em){
#techspecs .main-title .top .wrapper {
    padding: 20px 15px 40px;
}
}

#techspecs .main-title .top .wrapper {
    max-width: 730px;
    padding: 15px;
}
#techspecs .main-title .wrapper {
    max-width: 700px;
}

.techspecs .specs-page {
  height: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
/*   -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; */
}

.techspecs .specs-page.active {
  opacity: 1;
  visibility: visible;
  height: initial;
  position: relative;
}

.techspecs .specs-page.animating {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.techspecs .specs-page .grid {
  text-align: left;
}

.techspecs .specs-page .col {
  display: block;
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
}

.techspecs .specs-page .limiter {
  margin: 0 auto 20px;
  max-width: 240px;
}

.techspecs .filters + .specs-pages .specs-page .limiter {
  margin-top: 10px;
}

.techspecs .specs-page h4 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}

.techspecs .specs-block > p,
.techspecs .spec {
  margin-top: 15px;
}

.techspecs .specs-block > p:first-of-type,
.techspecs .spec:first-child {
  margin-top: 15px;
}

.techspecs .spec h5 {
  float: left;
  margin-bottom: 0;
  margin-right: 2.78%; /* 10/360 */
  width: 38.89%; /* 140/360 */
  display: none;
}

.techspecs .spec ul {
  overflow: hidden;
}

.techspecs .spec li {
  margin-top: 8px;
}

.techspecs .spec li:first-child {
  margin: 0;
}

/* Pager */
.techspecs .pager a {
  background-color: #e7e7e7;
  border-radius: 50%;
  color: #8a8a8a;
  display: none;
  height: 140px;
  position: absolute;
  top: 50px;
  width: 140px;
  z-index: 1;
  transition: all 200ms ease;
}

.techspecs .pager .prev {
  left: -80px;
}

.techspecs .pager .next {
  right: -80px;
}

.techspecs .pager a span {
  font-size: 2.8rem;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}

.techspecs .pager .prev span {
  right: 25px;
}

.techspecs .pager .next span {
  left: 25px;
}

.techspecs .pager a:hover {
  background-color: #06a94e;
  color: #fff;
}

/*---------------------
Specs Extra
---------------------*/
.techspecs .specs-extra {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 40px;
}

.techspecs .specs-extra .grid {
  margin: 0 auto;
  max-width: 440px;
}

.techspecs .specs-extra .col {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.techspecs .specs-extra .col:first-child {
  margin-top: 0;
}

.techspecs .specs-extra h4 {
  margin-bottom: 0.5em;
}

/*---------------------
Standalone Specifics
---------------------*/
#techspecs .techspecs .filters .filter {
  background-color: #e7e7e7;
  width: 146px;
}

#techspecs .techspecs .filters .filter.active,
#techspecs .techspecs .filters .filter:hover {
  background-color: #06a94e;
}

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 31.25em) {
  /*---------------------
  Filters
  ---------------------*/
  .techspecs .filters {
    max-width: none;
  }

  .techspecs .arrows{
    display: none;
  }

  .techspecs .filters .wrap {
    margin: 0;
    padding: 0 10px;
  }

  .techspecs .filters .grid {
    margin: 0 -5px;
  }

  /* Only for Tablet or Desktop */
  .not-mobile .techspecs .pager a {
    display: block;
  }

  /*---------------------
  Standalone Specifics
  ---------------------*/
  #techspecs .techspecs .specs-pages {
    min-height: 200px;
  }
}

@media screen and (min-width: 50em) {
  /*---------------------
  Specs
  ---------------------*/
  .techspecs {
    border-bottom: 0;
  }

  .techspecs .specs-page .col {
    display: inline-block;
    max-width: none;
    padding: 0 5.682%; /* 50/880 */
    width: 50%;
  }

 
  /*---------------------
  Standalone Specifics
  ---------------------*/
  #techspecs .techspecs {
    margin-top: -20px;
  }
}

@media screen and (min-width: 60em) {
  /*---------------------
  Specs
  ---------------------*/
  .techspecs .specs-extra {
    border-top: 0;
  }

  .techspecs .specs-extra .grid {
    max-width: none;
  }

  .techspecs .specs-extra .col {
    border-right: 1px solid #e5e5e5;
    margin-top: 0;
    padding: 0 30px;
    width: 33.33%;
  }

  .techspecs .specs-extra .col:nth-child(3n) {
    border: 0;
  }

  /*---------------------
  Filters
  ---------------------*/
  .techspecs .filters h3 {
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 60em) {
  /*---------------------
  Standalone Specifics
  ---------------------*/
  #techspecs .techspecs {
    margin-top: -45px;
  }
}

@media screen and (min-width: 80em) {
  /*---------------------
  Specs
  ---------------------*/
  .techspecs .specs-pages {
    padding-bottom: 60px;
  }

  .techspecs .spec h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .techspecs .spec li {
    margin-bottom: 5px;
  }

  .techspecs p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875em;
  }
}


/****************************
-- Main Title --
****************************/
/* Load Animation */
.on-load-anim .main-title {
  /*opacity: 0;*/
}

.on-load-anim.wf-active .main-title.loaded {
  -webkit-animation: fadeInFromTop 300ms ease-in 500ms forwards;
  animation: fadeInFromTop 300ms ease-in 500ms forwards;
}

.on-load-anim.wf-active .main-title.video-bg.loaded {
  -webkit-animation: fadeIn 300ms ease-in 500ms forwards;
  animation: fadeIn 300ms ease-in 500ms forwards;
}

.on-load-anim.wf-active .main-title.img-loaded.bg-loaded {
  -webkit-animation: fadeIn 300ms ease-in 500ms forwards;
  animation: fadeIn 300ms ease-in 500ms forwards;
}

.on-load-anim.wf-active .main-title.classic-bg-loaded {
  -webkit-animation: fadeIn 300ms ease-in 500ms forwards;
  animation: fadeIn 300ms ease-in 500ms forwards;
}

.on-load-anim .main-title.video-bg.loaded .wrapper {
  opacity: 0;
}

.on-load-anim.wf-active .main-title.video-bg.loaded .wrapper {
  -webkit-animation: fadeIn 300ms ease-in 1200ms forwards;
  animation: fadeIn 300ms ease-in 1200ms forwards;
}
/* /Load Animation */

.main-title {
  background-position: center center;
  background-size: cover;
}

.main-title .wrapper {
  max-width: 700px;
}

.main-title h1 {
  margin-bottom: 0.35em;
}

/* Top */
.main-title .top {
  background-color: #06a94e;
  background-position: center;
  background-size: cover;
}

.main-title .top .inner {
  /* background-color: rgba(6, 169, 78, 0.9); */
  padding: 53px 0 7.2917%;
}

.top-white .main-title .top .inner {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,0.96)), color-stop(100%,rgba(230,230,230,0.8)));
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 20%,rgba(230,230,230,0.8) 100%);
  background-position: center center;
  background-size: cover;
}

.main-title .top .wrapper {
  max-width: 730px;
  padding: 15px;
}

.main-title .top h1 {
  color: #fff;
  margin: 0;
}

.top-white .main-title .top h1 {
  color: #06a94e;
}

.main-title .top .search {
  margin: 15px auto 0;
  max-width: 320px;
}

.top-green .main-title .top .search input[type="search"] {
  background-color: #fff;
  color: #06a74e;
}

.top-green .main-title .top .search .submit {
  background-color: #0f6d35;
}

.top-green .main-title .top .search .submit:after {
  color: #fff;
  font-weight: 400;
}

.main-title .top .search .submit:hover:after {
  text-shadow: 0 0 5px rgba(255,255,255,0.5);
}

/* Bottom */
.main-title .bottom {
  background-color: #fff;
  position: relative;
}

.main-title .bottom h2 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

.main-title .bottom .price {
  color: #989898;
}

.main-title .bottom .price span {
  color: #06a94e;
}

.main-title .bottom .toggle-description {
  color: #8a8a8a;
  display: inline-block;
  margin-top: 2em;
}
.main-title .bottom .toggle-description:hover {
  color: #0f6d35;
}

/* Video Background */
.main-title.video-bg {
  margin: 0 -50%;
  position: relative;
  z-index: 0;
}

.main-title.video-bg:before {
  background-color: #06a74e;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.main-title.video-bg .wrapper {
  max-width: 850px;
  padding: 0 15px;
  width: 50%;
}

.main-title.video-bg .wrapper h1 {
  margin: 0;
}

.main-title.video-bg .wrapper .btn {
  margin-top: 2em;
}

.main-title.video-bg .bottom {
  background: transparent;
  bottom: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.video-bg video {
  width: 100%;
}

/* Pair Blocks */
.main-title.pair-blocks {
  box-shadow: 0 3px 2px -2px rgba(0,0,0,0.1);
  padding-top: 125px;
  position: relative;
}

.main-title.pair-blocks:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,0.96)), color-stop(100%,rgba(230,230,230,0.8)));
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 20%,rgba(230,230,230,0.8) 100%);
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.main-title.pair-blocks .wrapper {
  padding: 0;
}

.main-title.pair-blocks h1 {
  margin: 0;
  padding: 0 30px;
}

.main-title.pair-blocks h1 + .btn {
  margin-top: 30px;
}

.main-title.pair-blocks figure {
  margin-top: 50px;
  position: relative;
}

.main-title.pair-blocks figure .img-wrapper {
  overflow: hidden;
  padding-bottom: 5%;
  position: relative;
}

.main-title.pair-blocks figure .img-wrapper:after {
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 0;
  left: -5%;
  margin-bottom: -20%;
  padding-bottom: 30%;
  position: absolute;
  right: -5%;
  z-index: 0;
}

.main-title.pair-blocks figure img {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  width: 75%;
  z-index: 1;
}

.main-title.pair-blocks figcaption {
  background-color: #fff;
  padding: 0 30px;
}

.main-title.pair-blocks .block {
  float: none;
  padding: 35px 0;
}

.main-title.pair-blocks .block + .block {
  border-top: 1px solid #dbdbdb;
}

.main-title.pair-blocks .block .shift {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}

/* Classic BG */
.main-title.classic {
  position: relative;
  z-index: 0;
}

.main-title.classic:after {
  background: rgba(0,0,0,0.6);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.main-title.classic .wrapper {
  padding-bottom: 90px;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}

.main-title.classic h1 {
  color: #fff;
  line-height: 1.75;
  margin: 0;
}

.main-title.classic h1 + .btn {
  margin-top: 2em;
}

/****************************
-- Swimlanes --
****************************/
.swimlane {
  padding: 20px 0 40px;
  text-align: center;
}

.swimlane > .img {
  margin: 0 auto 20px;
  max-width: 300px;
  padding: 1.3889% 0; /* 20/1440 */
  width: 80%;
}

.swimlane > .copy {
  margin: 0 auto;
  max-width: 500px;
  padding: 0 10px;
  width: 100%;
}

.swimlane .copy + .img {
  display: none;
}

.swimlane.show-more .cta {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 30px;
}

.swimlane.show-more + .more {
  display: none;
}

.swimlane.show-more + .more.preopen {
  display: block;
}

/*---------------------
Background Swimlane
---------------------*/
.bg-swimlane {
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.desktop-only .slider-arlo-q-big .bg-swimlane {
  height: 560px;
}

/*.desktop-only .bg-swimlane {
  background-attachment: fixed;
}*/

.bg-swimlane:before {
  background: rgba(0,0,0,0.7);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bg-swimlane .swimlane {
  padding: 40px 0;
  position: relative;
}

/*---------------------
Image Swimlane
---------------------*/
.image-swimlane {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.image-swimlane:before {
  background-size: 100%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.image-swimlane.img-last:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(32%,rgba(255,255,255,0)), color-stop(59%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 32%,rgba(255,255,255,1) 59%,rgba(255,255,255,1) 100%);
}

.image-swimlane.img-first:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(32%,rgba(255,255,255,1)), color-stop(59%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 32%,rgba(255,255,255,0) 59%,rgba(255,255,255,0) 100%);
}

.image-swimlane .wrapper {
  position: static;
}

.image-swimlane .swimlane {
  padding-bottom: 20px;
}

.image-swimlane .img {
  margin: 0;
  max-width: none;
  width: 100%;
}

.image-swimlane.img-last .img {
  float: right;
}

.image-swimlane .img .wrap {
  margin: 0 -30px;
  position: relative;
}

.image-swimlane .img .main {
  margin: 5px 0 20px;
  max-width: 45%;
  padding: 0 15px 0 10px;
}

.image-swimlane.img-last .img .main {
  float: right;
}

.image-swimlane .img .ghost {
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 55%;
  position: absolute;
  right: 0;
  top: 0;
}

.image-swimlane.img-last .img .ghost {
  left: 0;
  right: auto;
}

.image-swimlane .img h3 {
  margin: 0;
  text-align: center;
}

/*---------------------
Fancy Swimlane
---------------------*/
.fancy-swimlane {
  border-bottom: 1px solid #d6d6d6;
}

.fancy-swimlane .oval-bg {
  background: url('../images/ovals-bottom-svg.svg') -15% 115% no-repeat;
  background-size: 170% auto;
}

.no-svg .fancy-swimlane .oval-bg {
  background-image: url('../images/ovals-bottom-svg.png');
}

.fancy-swimlane .img {
  padding: 30px 0 50px;
  width: 100%;
}

.fancy-swimlane .img img {
  margin: 0 auto;
  max-width: 360px;
  width: 66.6667%;
}

.fancy-swimlane .copy {
  background-color: #f8f8f8;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
}

.fancy-swimlane .copy h2 {
  line-height: 1.5;
}

.fancy-swimlane .copy h2 + p {
  margin-top: 1em;
}

.fancy-swimlane .copy h2 + .btn,
.fancy-swimlane .copy p + .btn {
  margin-top: 2em;
}

/****************************
-- Features --
****************************/
.features {
  padding: 40px 0 10px;
}

.features h3 {
  margin-bottom: 1.75em;
  text-align: center;
}

.features .feature {
  margin-bottom: 30px;
}

.features .feature .icon {
  float: left;
  margin: 5px 15px 0 0;
  width: 40px;
}

.features .feature figcaption {
  overflow: hidden;
}

/****************************
-- Features Columns --
****************************/
.features-cols > .col + .col {
  background-color: #f5f5f5;
}

.features-cols.inverted-bg > .col:first-child {
  background-color: #f5f5f5;
}

.features-cols.inverted-bg > .col + .col {
  background-color: #fff;
}

.features-cols.white-bg > .col + .col {
  background-color: #fff;
}

.features-cols.gray-bg > .col {
  background-color: #f5f5f5;
}

.features-cols .swimlane {
  padding: 30px 0 35px;
}

.features-cols .swimlane .img-limiter {
  margin: 0 auto;
  max-width: 360px;
}

.features-cols .swimlane figcaption {
  margin-top: 20px;
  text-align: center;
}

.features-cols .swimlane h3 {
  line-height: 1.5;
}

.features-cols .swimlane h3 + p {
  margin-top: 0.75em;
}

.features-cols .swimlane h3 + .btn,
.features-cols .swimlane p + .btn {
  margin-top: 1.5em;
}

/* No Features List */
.features-cols.no-feat-list .swimlane {
  padding: 70px 0;
}

/* Features */
.features-cols .swimlane + .features {
  border-top: 1px solid #d6d6d6;
}

.features-cols .features .all {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 10px 0 30px;
  text-align: center;
}

/****************************
-- Filters --
****************************/
.filters .grid {
  margin: 0 -7px;
  text-align: center;
}

.filters li {
  display: inline-block;
  padding: 0 7px;
}

.filters a {
  background-color: #fff;
  border-radius: 1.375em;
  color: #4d4d4d;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: .625em 1.375em;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.filters a:hover,
.filters a.active {
  background-color: #06a94e;
  color: #fff;
}

.filters a:after {
  border-style: solid;
  border-width: 0;
  border-color: #fff transparent transparent transparent;
  content: '';
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: 100%;
  transition: all 200ms ease;
}

.filters a.active:after {
  border-width: 8px 8px 0 8px;
  border-color: #06a94f transparent transparent transparent;
}

/****************************
-- Accordion --
****************************/
.accordion .title {
  cursor: pointer;
  display: table;
  height: 80px;
  padding: 0 30px;
  position: relative;
  width: 100%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.accordion .title:after {
  color: #b6b6b6;
  content: '+';
  font-family: arloicons;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  width: 16px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}

.accordion .title.active:after {
  content: '-';
  background-position: -16px -23px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.accordion .title h4 {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
}

.accordion .title.inactive {
  opacity: 0.5;
}

.accordion .title:hover {
  opacity: 1;
}

.accordion .title + div {
  display: none;
  margin-top: -10px;
  padding: 0 30px 30px;
}

/****************************
-- FAQ --
****************************/
.faq .wrapper {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0;
  width: 100%;
}

.faq.accordion article {
  border-bottom: 1px solid #e5e5e5;
}

/****************************
-- Articles List --
****************************/
.article-list {
  background-color: #f0f0f0;
}

.article-list .articles {
  text-align: left;
}

.article-list .box {
  background-color: #fff;
  border-radius: 6px;
  padding: 25px 20px 20px;
  height: 345px;
}

.article-list .box .wrap {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
}

.article-list .box h5 {
  margin-bottom: 15px;
}

.article-list .box p {
  margin-bottom: 20px;
}

.article-list .box .read {
  color: #4d4d4d;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

/****************************
-- Products List --
****************************/
.product-list {
  padding: 40px 0;
}

.product-list > .wrapper {
  text-align: center;
}

.product-list h4 {
  margin-bottom: 0.25em;
  text-align: center;
}

.product-list .all {
  color: #8a8a8a;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.product-list .item .img-wrap {
  margin-bottom: 20px;
}

.product-list .item .img-wrap img {
  max-height: 90%;
}

.product-list .item {
  border-top: 1px solid #e5e5e5;
  display: block;
  margin-top: 30px;
  padding-top: 30px;
}

.product-list .item:first-child,
.product-list .bx-wrapper .item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.product-list .item h5 {
  margin: 0.5em 0;
}

.product-list .item .description {
  text-align: left;
}

.product-list .item ul {
  list-style-type: disc;
  margin: 0 0 5px 15px;
}

.product-list .item ul li {
  margin-bottom: 5px;
}

.product-list .item .cta {
  margin: 0 -5px;
  text-align: center;
}

.product-list .item .btn {
  margin: 15px 5px 0;
}

.product-list .item .price {
  color: #989898;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

.product-list .item .price span {
  color: #06a94e;
}

.product-list .bx-wrapper .bx-controls-direction a {
  width: 16px;
}

.product-list .bx-wrapper .bx-controls-direction a:after {
  color: #8a8a8a;
  font-size: 12px;
  font-size: 1.2rem;
  height: 12px;
  left: 50%;
  line-height: 12px;
  margin-left: -5px;
  margin-top: -6px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 50%;
  width: 10px;
}

.product-list .bx-wrapper .bx-controls-direction .bx-prev {
  left: -25px;
}

.product-list .bx-wrapper .bx-controls-direction .bx-next {
  right: -25px;
}

/****************************
-- Highlight Link --
****************************/
.highlight-link {
  padding: 45px 0 40px;
}

.product-list + .highlight-link {
  padding-top: 10px;
}

.highlight-link h3 {
  color: #666666;
  margin: 0;
}

.highlight-link h3.icon {
  padding-top: 1.25em;
  position: relative;
}

.highlight-link h3.icon:before {
  color: #e3e3e3;
  content: 'a';
  font-family: arloicons;
  font-size: 23px;
  left: 50%;
  line-height: 28px;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  top: -14px;
  width: 50px;
}

/****************************
-- Highlight Title --
****************************/
.highlight.title {
  background-color: #06a94e;
  padding: 25px 0 30px;
}

.highlight.title .wrapper {
  max-width: 1150px; /* With 2 buttons, used to be max-width: 1280px; and inherited padding */
  padding: 0 15px;
}

.highlight.title .wrapper .first,
.highlight.title .wrapper .last {
  float: none;
}

.highlight.title h3 {
  margin-bottom: 1em;
}

/****************************
-- Autocomplete --
****************************/
.ui-autocomplete.ui-menu {
  background: #fff;
  border-radius: 6px;
  padding: 5px 0;
}

.ui-autocomplete .ui-menu-item {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 8px 1em;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #f6f6f6;
  border: 0;
  color: #0f6d35;
  font-weight: 400;
  margin: 0;
}

.ui-autocomplete .ui-menu-item.ui-state-focus a {
  color: #0f6d35;
}

.ui-autocomplete .autocompleteItem img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.ui-autocomplete .autocompleteItem a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: middle;
}

/****************************
-- Breadcrumbs --
****************************/
.breadcrumbs {
  margin: 0 -5px 20px;
}

.breadcrumbs,
.breadcrumbs a {
  color: #989898;
  font-size: 13px;
  font-size: 1.3rem;
}

.breadcrumbs a {
  color: #4d4d4d;
  display: inline-block;
  margin: 0 5px 10px;
}

.breadcrumbs a:hover {
  color: #0f6d35;
}

.breadcrumbs .active {
  cursor: text;
  font-weight: 700;
}

.breadcrumbs .active:hover {
  color: #4d4d4d;
}

/****************************
-- Quote Slider --
****************************/
.quote-slider {
  padding: 40px 0;
}

.quote-slider .wrapper {
  max-width: 760px;
}

.quote-slider {
  background: url('../images/ovals-svg.svg') 50% -65% no-repeat #06a94e;
  background-size: 120%;
}

.no-svg .quote-slider {
  background: url('../images/ovals-png.png') 50% -65% no-repeat #06a94e;
}

.quote-slider img {
  border-radius: 50%;
  margin: 0 auto 20px;
  max-width: 90px;
}

.quote-slider cite p {
  color: #106d35;
  font-weight: 500;
  margin-top: 1em;
}

.quote-slider cite a {
  color: #106d35;
}

.quote-slider .bx-wrapper .bx-pager {
  padding-top: 35px;
}

.quote-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #40b773;
}

.quote-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.quote-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #106d35;
}

.quote-slider .bx-wrapper .bx-pager.bx-default-pager a.active:after {
  border-color: #106d35;
}

/****************************
-- Articles --
****************************/
.article h4 {
  margin: 0.8em 0 0.25em;
}

.article h5 {
  margin: 1.25em 0 0.5em;
}

.article p {
  margin: 0 0 1em;
}

.article ul {
  list-style-type: disc;
  margin: 0 0 20px 50px;
  margin: 0 0 2rem 5rem;
}

.article ol {
  counter-reset: item;
  margin: 0 0 20px 30px;
  margin: 0 0 2rem 3rem;
}

.article li {
  margin-bottom: 1em;
}

.article ol li {
  counter-increment: item;
}

.article ol li:before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: 700;
  padding-right: .5rem;
  text-align: left;
  width: 30px;
  width: 3rem;
}

.article figure {
  margin-top: 30px;
}

.article figure img {
  margin-bottom: 10px;
}

.article figure + p {
  margin-top: 1em;
}

/****************************
-- Pager - Simple Pagination --
****************************/
.pager.simple-pagination ul {
  margin: 10px -5px 5px;
  text-align: center;
}

.pager.simple-pagination li {
  display: inline-block;
  padding: 0 5px;
}

.pager.simple-pagination a,
.pager.simple-pagination span {
  color: #969696;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.2em 0.25em;
}

.pager.simple-pagination a:hover {
  color: #06a94e;
}

.pager.simple-pagination .active span {
  color: #06a94e;
  cursor: default;
}

.pager.simple-pagination .active:first-child span,
.pager.simple-pagination .active:last-child span {
  color: #969696;
  opacity: 0.5;
}

/****************************
-- NL Signup --
****************************/
.nl-signup {
  background-position: center center;
  background-size: cover;
  height: 375px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.nl-signup .nl-signup-iframe {
  display: none;
}

.nl-signup .wrapper {
  background-color: rgba(27,165,82,0.9);
  height: 100%;
  z-index: 1;
}

.nl-signup .signup {
  left: 30px;
  max-width: 330px;
  padding: 0 25px;
  right: 30px;
  text-align: center;
  width: auto;
}

.nl-signup .signup h3 + p {
  margin-top: 1em;
}

.nl-signup .signup h3 + .input-wrapper,
.nl-signup .signup p + .input-wrapper {
  margin-top: 30px;
}

.nl-signup .signup .input-wrapper {
  display: inline-block;
  max-width: 250px;
}

.nl-signup .bg-image {
  display: none;
}

/****************************
-- Bottom Popup --
****************************/
.bottom-popup {
  background-color: #fff;
  display: none;
}

.bottom-popup.scroll-mark {
  display: block;
}

.bottom-popup.fixed {
  box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
  bottom: 0;
  display: none;
  max-width: 1440px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.bottom-popup > .wrapper,
.bottom-popup > .grid {
  padding: 0 25px 0 15px;
}

.bottom-popup .col {
  width: 100%;
}

.bottom-popup .wrapper {
  display: table;
  max-width: 700px;
  height: 100px;
}

.bottom-popup .col .wrapper {
  padding: 10px 0;
  height: auto;
}

.bottom-popup .col + .col .wrapper {
  border-top: 1px solid #e1e1e1;
}

.bottom-popup .wrapper > p {
  color: #06a94e;
  display: table-cell;
  font-weight: 500;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
}

.bottom-popup .wrapper > .aux {
  display: table-cell;
  vertical-align: middle;
}

.bottom-popup .aux a {
  white-space: nowrap;
}

.bottom-popup .close {
  display: block;
  height: 12px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 12px;
  width: 12px;
  z-index: 1;
}

.bottom-popup .close:after {
  content: attr(data-icon);
  color: #0f6d35;
  font-family: arloicons;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.bottom-popup .close:hover:after {
  color: #333;
}

/* Type 2 */
.bottom-popup.t2 {
  background-color: #06a94e;
}

.bottom-popup.t2 p {
  color: #fff;
}

/****************************
-- Bubbles: Pre-Order & Sign Up --
****************************/
.bubbles {
  background-color: #06a94e;
  overflow: hidden;
}

.bubbles .wrapper {
  max-width: 1280px;
  padding: 0;
  position: relative;
}

.bubbles .center {
  padding: 25px 15px 35px;
  text-align: center;
}

.bubbles .signup .input-wrapper {
  margin: auto;
  min-width: 200px;
  max-width: 380px;
  width: 84%;
}

.bubbles .signup input {
  background-color: #40b973;
  width: 100%;
}

.bubbles .bubble {
  float: none;
  padding: 24px 70px 27px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.bubbles .bubble:before {
  background-color: #40b973;
  background-color: rgba(64, 185, 115, 0.98);
  border-radius: 50%;
  content: '';
  left: -21.25%;
  position: absolute;
  right: -21.25%;
  z-index: -1;
}

.bubbles .bubble.first:before {
  bottom: 0;
  top: -29%;
}

.bubbles .bubble.last:before {
  bottom: -29%;
  top: 0;
}

.bubbles .bubble h4 {
  margin-bottom: 1em;
}

.bubbles .close {
  display: none;
  height: 12px;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 14px;
  width: 12px;
  z-index: 1;
}

.bubbles .close:after {
  content: attr(data-icon);
  color: #0f6d35;
  font-family: arloicons;
  font-size: 12px;;
  line-height: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.bubbles .close:hover:after {
  color: #fff;
}

.nl-signup-iframe,
.after-signup {
  display: none;
}

.after-signup h3 {
  margin-bottom: 0.25em;
}

.after-signup p {
  line-height: 1.25;
}

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 25em) {
  /*---------------------
  Main Title
  ---------------------*/
  .main-title.video-bg {
    margin: 0 -25%;
  }

  .main-title.video-bg .wrapper {
    width: 66.66%;
  }
}

@media screen and (min-width: 35em) {
  /*---------------------
  Main Title
  ---------------------*/
  .main-title.video-bg {
    margin: 0;
  }

  .main-title.video-bg .wrapper {
    width: 100%;
  }

  .main-title .bottom h2 {
    margin-top: 0;
  }

  /*---------------------
  Quote Slider
  ---------------------*/
  .quote-slider {
    background-position: 50% -50%;
    background-size: 100%;
  }
}

@media screen and (min-width: 40.0625em) {
  /*---------------------
  Main Title
  ---------------------*/
  .main-title .top .inner {
    padding-top: 61px;
  }

  .main-title .top .search {
    max-width: 480px;
    width: 50%;
  }

  /* Classic BG */
  .main-title.classic:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-size: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8)));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
  }

  /*---------------------
  Swimlanes
  ---------------------*/
  /* Background Swimlane */
  .bg-swimlane .swimlane > .copy {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  /*---------------------
  Features
  ---------------------*/
  .features .grid {
    margin: 0 -15px;
  }

  .features .feature {
    padding: 0 15px;
    width: 50%;
  }

  /*---------------------
  Accordion
  ---------------------*/
  .accordion .title:after {
    background-position: 0 0;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    width: 24px;
  }

  .accordion .title.active:after {
    background-position: -23px 0;
  }

  .accordion .title h4 {
    padding-right: 25px;
  }

  /*---------------------
  Article List
  ---------------------*/
  .article-list .box h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .article-list .box .read {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /*---------------------
  Products List
  ---------------------*/
  .product-list {
    overflow: hidden;
    padding: 50px 0;
  }

  .product-list .all {
    margin-bottom: 40px;
  }

  .product-list .products {
    text-align: left;
  }

  .product-list .wrapper.center .products {
    text-align: center;
  }

  .product-list .products > .grid {
    margin: 0 -30px;
  }

  .product-list .grid .item {
    border-top: 0;
    border-left: 1px solid #e5e5e5;
    display: inline-block;
    margin: 40px 0 0;
    padding: 0 30px;
    width: 50%;
  }

  .product-list .grid .item:first-child,
  .product-list .grid .item:first-child + .item {
    margin: 0;
  }

  .product-list .grid .item:nth-child(2n+1),
  .product-list > .center .grid .item:last-child {
    border-left: 0;
  }

  /*---------------------
  Highlight Link
  ---------------------*/
  .product-list + .highlight-link {
    padding-top: 0;
  }

  /*---------------------
  Quote Slider
  ---------------------*/
  .quote-slider {
    background-image: url('../images/circles-svg.svg');
    background-position: 50% 50%;
    background-size: 110%;
  }

  .no-svg .quote-slider {
    background-image: url('../images/circles-png.png');
  }

  .quote-slider .wrapper {
    width: 80%;
  }

  /*---------------------
  Bottom Popup
  ---------------------*/
  .bottom-popup .wrapper {
    padding: 0 30px;
  }

  .bottom-popup p {
    padding-right: 35px;
  }

  /*---------------------
  Bubbles: Pre-Order & Sign Up
  ---------------------*/
  .bubbles .wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 48em) {
  /*---------------------
  Main Title
  ---------------------*/
  /* Pair Blocks */
  .main-title.pair-blocks .block:first-child {
    padding-top: 0;
  }

  /* Classic BG */
  .main-title.classic .wrapper {
    padding-bottom: 140px;
  }

  .main-title.classic h1 {
    line-height: 1.5;
  }

  /*---------------------
  Swimlanes
  ---------------------*/
  .swimlane {
    margin: 0 -10px;
    padding: 40px 0;
    text-align: left;
  }

  .swimlane > .img {
    margin: 0;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    width: 41.67%;
  }

  .swimlane > .copy {
    display: inline-block;
    max-width: none;
    vertical-align: middle;
    width: 58.33%;
  }

  .swimlane.i-t > .copy:first-child { /* No image, copy first */
    margin-left: 41.67%;
  }

  .swimlane.i-t > .copy {
    padding-left: 2.5%;
    text-align: right;
  }

  .swimlane.t-i > .copy {
    padding-right: 2.5%;
  }

  .swimlane.t-i > .img:first-child {
    display: none;
  }

  .swimlane.t-i > .copy + .img {
    display: inline-block;
  }

  /* Background Swimlane */
  .bg-swimlane.left:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 500ms ease;
  }

  .bg-swimlane.right:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 500ms ease;
  }

  .bg-swimlane.left.shadow:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-size: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.85)), color-stop(100%,rgba(0,0,0,0)));
    background: linear-gradient(to right, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    -webkit-transform: translateX(0%);
    transform: translateX(0);
  }

  .bg-swimlane.right.shadow:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-size: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85)));
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    -webkit-transform: translateX(0%);
    transform: translateX(0);
  }

  /* Image Swimlane */
  .image-swimlane .swimlane {
    padding-bottom: 40px;
  }

  .image-swimlane .img .wrap {
    margin: 0;
    position: static;
  }

  .image-swimlane .img .main {
    max-width: 100%;
    padding: 0;
  }

  /* Fancy Swimlane */
  .fancy-swimlane {
    background: url('../images/ovals-bottom-svg.svg') 350% 115% no-repeat;
    background-size: 85% auto;
  }

  .fancy-swimlane .img {
    background-image: none;
    padding-bottom: 5.5556%; /* 80/1440 */
    padding-top: 5.5556%; /* 80/1440 */
    vertical-align: middle;
    width: 50%;
  }

  .fancy-swimlane .img img {
    max-width: none;
  }

  .fancy-swimlane .copy {
    background-color: transparent;
    padding-bottom: 7.6389%; /* 110/1440 */
    padding-left: 9.722%; /* 140/1440 */
    padding-right: 4.8611%; /* 70/1440 */
    padding-top: 9.0278%; /* 120/1440 */
    vertical-align: middle;
    width: 50%;
  }

  .fancy-swimlane .copy h2 {
    line-height: 1.4;
  }

  /*---------------------
  Features Columns
  ---------------------*/
  .features-cols > .col {
    width: 50%;
  }

  .features-cols .swimlane {
    margin: 0;
  }

  .features-cols .features .grid {
    margin: 0;
  }

  .features-cols .features .feature {
    padding: 0;
    width: 100%;
  }

  /*---------------------
  Highlight Title
  ---------------------*/
  .highlight.title {
    background-color: #06a94e;
    padding: 40px 0;
  }

  .highlight.title .wrapper {
    display: table;
  }

  .highlight.title .wrapper .first,
  .highlight.title .wrapper .last {
    display: table-cell;
    vertical-align: middle;
  }

  .highlight.title .wrapper .first {
    text-align: left;
  }

  .highlight.title .wrapper .last {
    text-align: right;
  }

  .highlight.title h3 {
    margin: 0;
  }

  /*---------------------
  Bottom Popup
  ---------------------*/
  .bottom-popup .close {
    right: 18px;
    top: 17px;
  }
}

@media screen and (min-width: 52.5em) {
  /*---------------------
  Bubbles: Pre-Order & Sign Up
  ---------------------*/
  .bubbles .wrapper {
    font-family: arloicons;
    max-width: none;
  }

  .bubbles .center,
  .bubbles .bubble.first,
  .bubbles .bubble.last {
    display: inline-block;
    vertical-align: middle;
  }

  .bubbles .center {
    padding: 50px 5.21%;
    width: 34%;
  }

  .bubbles .bubble {
    padding: 50px 5.56%;
    width: 33%;
  }

  .bubbles .bubble.first:before {
    bottom: -100%;
    left: -50%;
    right: 0;
    top: -100%;
  }

  .bubbles .bubble.last:before {
    bottom: -100%;
    left: 0;
    right: -50%;
    top: -100%;
  }

  .bubbles .bubble h4 {
    line-height: 1.25;
    margin-bottom: 0.65em;
  }

  /* No first bubble */
  .bubbles .center:first-child {
    width: 65.28%;
  }

  .bubbles .center:first-child + .bubble {
    width: 34.72%;
  }
}

@media screen and (min-width: 55em) {
  /*---------------------
  Quote Slider
  ---------------------*/
  .quote-slider blockquote > p {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 56.25em) {
  /*---------------------
  Main Title
  ---------------------*/
  /* Pair Blocks */
  .main-title.pair-blocks {
    padding-top: 160px;
  }

  /*---------------------
  Swimlanes
  ---------------------*/
  /* Background Swimlane */
  .bg-swimlane .swimlane > .copy {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

@media screen and (min-width: 60em) {
  /*---------------------
  Main Title
  ---------------------*/
  /* Pair Blocks */
  .main-title.pair-blocks {
    box-shadow: none;
  }

  /*---------------------
  Features
  ---------------------*/
  .features .feature {
    width: 33.33%;
  }

  /*---------------------
  Features Columns
  ---------------------*/
  .features-cols .features .grid {
    margin: 0 -15px;
  }

  .features-cols .features .feature {
    padding: 0 15px;
    width: 50%;
  }

  .features-cols .features .feature .icon {
    float: none;
    margin: 0 auto 15px;
  }

  .features-cols .features .feature figcaption {
    text-align: center;
  }

  .features-cols .features .feature figcaption h5 + p {
    margin-top: 0.25em;
  }

  /*---------------------
  Products List
  ---------------------*/
  .product-list .products > .grid {
    margin: 0 -50px;
  }

  .product-list .grid .item {
    border-left: 0;
    border-right: 1px solid #e5e5e5;
    padding: 0 50px;
    width: 33.33%;
  }

  .product-list .grid .item:first-child + .item + .item {
    margin: 0;
  }

  .product-list .grid .item:nth-child(3n),
  .product-list > .center .grid .item:last-child {
    border-right: 0;
  }

  /*---------------------
  Swimlanes
  ---------------------*/
  /* Fancy Swimlane */
  .fancy-swimlane .img {
    padding-left: 1%; /* 144.4/1440 */
    padding-right: 5.5556%; /* 80/1440 */
  }

  /*---------------------
  NL Signup
  ---------------------*/
  .nl-signup {
    background: #1ba552 !important;
  }

  .nl-signup .wrapper {
    background: none;
    max-width: 1280px;
  }

  .nl-signup .signup {
    right: auto;
  }

  .nl-signup .bg-image {
    border-radius: 15% 0 0 15% / 50% 0 0 50%;
    bottom: -15px;
    display: block;
    left: 360px;
    overflow: hidden;
    position: absolute;
    right: auto;
    top: -15px;
    z-index: 1;
  }

  .nl-signup .bg-image img {
    max-width: none;
  }
}

@media screen and (min-width: 60.0625em) {
  /*---------------------
  Main Title
  ---------------------*/
  .main-title .top .inner {
    padding-top: 120px;
  }

  /* Pair Blocks */
  .main-title.pair-blocks {
    padding-top: 180px;
  }

  .main-title.pair-blocks .block {
    bottom: 0;
    padding-bottom: 10%;
    position: absolute;
    width: 250px;
    z-index: 1;
  }

  .main-title.pair-blocks .block.first {
    margin-bottom: 20px;
    margin-right: 23%;
    right: 50%;
  }

  .main-title.pair-blocks .block.last {
    left: 50%;
    margin-bottom: 100px;
    margin-left: 23%;
  }

  .main-title.pair-blocks .block + .block {
    border: 0;
  }
}

@media screen and (min-width: 64em) {
  /*---------------------
  Main Title
  ---------------------*/
  .main-title .top .wrapper {
    padding: 20px 15px 40px;
  }

  .main-title .bottom .wrapper {
    margin-top: -45px;
  }

  .main-title .bottom h2 {
    margin-bottom: 0.25em;
  }

  .main-title .top .search {
    margin-top: 20px;
    max-width: 560px;
    width: 100%;
  }

  /*---------------------
  Swimlanes
  ---------------------*/
  .swimlane > .img {
    width: 35.71%; /*400/1120  */
  }

  .swimlane > .copy {
    width: 64.29%; /* 720/1120 */
  }

  .swimlane.i-t > .copy:first-child { /* No image, copy first */
    margin-left: 35.71%;
  }

  .swimlane.i-t > .copy {
    padding-left: 20%;
  }

  .swimlane.t-i > .copy {
    padding-right: 20%;
  }

  .swimlane.show-more .cta {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /*---------------------
  Features
  ---------------------*/
  .features {
    padding: 70px 0 30px;
  }

  .features .feature {
    margin-bottom: 70px;
  }

  .features .feature h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .features .feature .icon {
    margin-right: 20px;
  }

  /*---------------------
  Features Columns
  ---------------------*/
  .features-cols .swimlane {
    padding: 65px 0;
  }

  .features-cols .swimlane figcaption {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }

  .features-cols .swimlane h3 + .btn,
  .features-cols .swimlane p + .btn {
    margin-top: 2em;
  }

  /* No Features list */
  .features-cols.no-feat-list .swimlane figcaption {
    max-width: 400px;
  }

  /*---------------------
  Articles List
  ---------------------*/
  .article-list .box h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .article-list .box p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /*---------------------
  Products List
  ---------------------*/
  .product-list {
    padding: 70px 0 60px;
  }

  .product-list h3 {
    margin-bottom: 1.5em;
  }

  .product-list .item p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .product-list .all {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 8px;
  }

  .product-list .item .price {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /*---------------------
  Highlight Link
  ---------------------*/
  .highlight-link {
    padding: 60px 0 70px;
  }

  .product-list + .highlight-link {
    padding-top: 20px;
  }

  /*---------------------
  Pager - Simple Pagination
  ---------------------*/
  .pager.simple-pagination a,
  .pager.simple-pagination span {
    font-size: 20px;
    font-size: 2.0rem;
  }

  /*---------------------
  Quote Slider
  ---------------------*/
  .quote-slider {
    padding-top: 80px;
  }

  .quote-slider blockquote > p {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .quote-slider cite p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .quote-slider .bx-wrapper .bx-pager {
    padding-top: 45px;
  }

  /*---------------------
  Bottom Popup
  ---------------------*/
  .bottom-popup .grid {
    display: table;
    padding: 0 3% 0 2%;
    width: 100%;
  }

  .bottom-popup .col {
    display: table-cell;
    padding-left: 1%;
    vertical-align: middle;
    width: 50%;
  }

  .bottom-popup .col .wrapper {
    max-width: none;
  }

  .bottom-popup .col + .col .wrapper {
    border: 0;
  }

  /*---------------------
  Bubbles: Pre-Order & Sign Up
  ---------------------*/
  .bubbles .bubble {
    padding: 45px 3%;
    width: 32%;
  }

  .bubbles .center {
    padding: 45px 2%;
    width: 36%;
  }

  .bubbles .signup input {
    border-radius: 26px;
    font-size: 28px;
    font-size: 2.8rem;
    height: 56px;
    line-height: 36px;
    padding: 10px 67px 10px 28px;
  }

  .bubbles .signup .submit {
    border-radius: 22px;
    width: 58px;
  }

  .bubbles .signup .submit:after {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 40px;
  }

  /* Fixed */
  .bubbles.fixed {
    bottom: 0;
    display: none;
    max-width: 1440px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-backface-visibility: hidden;
  }

  .bubbles.fixed .bubble {
    display: table;
    float: left;
    min-height: 100px;
    padding: 0px 1.5%;
    width: 37%;
  }

  .bubbles.fixed .bubble > * {
    display: table-cell;
    vertical-align: middle;
  }

  .bubbles.fixed .center {
    float: left;
    padding: 15px 1.5%;
    width: 26%;
  }

  .bubbles.fixed h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .bubbles.fixed .bubble h4 {
    padding-right: 3%;
  }

  .bubbles.fixed .bubble .btn {
    white-space: nowrap;
  }

  .bubbles.fixed .center h3 {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .bubbles.fixed .signup .input-wrapper {
    width: 100%;
  }

  .bubbles.fixed .signup input {
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    line-height: 24px;
    padding: 8px 45px 8px 18px;
  }

  .bubbles.fixed .signup .submit {
    width: 39px;
  }

  .bubbles.fixed .signup .submit:after {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .bubbles.fixed .close {
    display: block;
  }

  /* No first bubble */
  .bubbles .center:first-child {
    padding: 45px 5.21%;
    width: 65.28%;
  }

  .bubbles .center:first-child form {
    display: table;
    padding: 6px 0;
    width: 100%;
  }

  .bubbles .center:first-child + .bubble {
    padding: 45px 5.56%;
    width: 34.72%;
  }

  .bubbles.fixed .center:first-child {
    padding: 26px 2%;
    width: 58%;
  }

  .bubbles.fixed .center:first-child form > * {
    display: table-cell;
    vertical-align: middle;
  }

  .bubbles.fixed .center:first-child + .bubble {
    padding: 10px 5%;
    width: 42%;
  }

  .bubbles.fixed .center:first-child + .bubble > * {
    text-align: left;
  }

  .bubbles.fixed .center:first-child + .bubble h4 {
    padding-right: 5%;
  }
}

@media screen and (min-width: 73.75em) {
  /*---------------------
  Main Title
  ---------------------*/
  /* Pair Blocks */
  .main-title.pair-blocks .block {
    width: 270px;
  }

  /*---------------------
  Products List
  ---------------------*/
  .product-list .products > .grid {
    margin: 0;
  }

  .product-list .item .cta {
    margin: 0 -6px;
  }

  /*---------------------
  NL Signup
  ---------------------*/
  .nl-signup {
    height: 400px;
  }

  .nl-signup .signup {
    padding: 0;
  }

  .nl-signup .bg-image {
    margin-left: 5%;
  }
}

@media screen and (min-width: 75em) {
  /*---------------------
  Bubbles: Pre-Order & Sign Up
  ---------------------*/
  .bubbles.fixed .bubble {
    width: 38%;
  }

  .bubbles.fixed .center {
    width: 24%;
  }

  /* No first bubble */
  .bubbles.fixed .center:first-child {
    width: 56%;
  }

  .bubbles.fixed .center:first-child + .bubble {
    padding: 25px 5.56%;
    width: 44%;
  }
}

@media screen and (min-width: 80em) {
  /*---------------------
  Main Title
  ---------------------*/
  /* Pair Blocks */
  .main-title.pair-blocks figure img {
    max-width: 500px;
  }

  .main-title.pair-blocks .block {
    width: 300px;
  }

  .main-title.pair-blocks .block.first {
    margin-bottom: 35px;
  }

  .main-title.pair-blocks .block.last {
    margin-bottom: 130px;
  }

  /*---------------------
  Features
  ---------------------*/
  .features {
    padding: 90px 0 40px;
  }

  /*---------------------
  Features Columns
  ---------------------*/
  .features-cols .wrapper {
    padding: 0 65px;
  }

  .features-cols .swimlane h3 {
    font-size: 28em;
    font-size: 2.8rem;
  }

  .features-cols .features .feature {
    padding: 0 40px;
  }

  .features-cols .features .all {
    margin-top: 0;
  }

  /* No Features list */
  .features-cols.no-feat-list .swimlane {
    padding-bottom: 90px;
  }

  /*---------------------
  Products List
  ---------------------*/
  #usecase .product-list h4 {
    height: 168px;
  }
  #usecase .product-list .item .description{
    height: 410px;
  }
  }
  .product-list .all {
    top: 15px;
  }

  .product-list .item h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /*---------------------
  Quote Slider
  ---------------------*/
  .quote-slider {
    padding-top: 100px;
  }

  .quote-slider blockquote > p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 85em) {
  /*---------------------
  NL Signup
  ---------------------*/
  .nl-signup .bg-image {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 90em) {
  /*---------------------
  Main Title
  ---------------------*/
  /* Pair Blocks */
  .main-title.pair-blocks .block {
    width: 320px;
  }

  .main-title.pair-blocks .block.first {
    margin-bottom: 45px;
  }

  .main-title.pair-blocks .block.last {
    margin-bottom: 155px;
  }

  /*---------------------
  Bubbles: Pre-Order & Sign Up
  ---------------------*/
  .bubbles.fixed .bubble {
    padding: 25px 4%;
    width: 36%;
  }

  .bubbles.fixed .center {
    width: 28%;
  }
}


.specs-block ul {
  list-style: none;
  padding: 0;
}

.specs-block ul li ul li p a:after{
  content: '';
}

@media screen and (max-width: 31.24em){

  .filters .wrap{
    overflow: hidden;
    margin: 0 0 0 0px !important;
    position: relative;
    width: 100%;
  }

  ul.grid.slides {
    display: inline-block;
    white-space: nowrap;
    text-align: center !important;
    padding: 0;
    position: relative;
    left: 50%;
    transform: translateX(-89%);
    width: 473px;
  }

  ul.grid.slides li{
    visibility: hidden;
    opacity: 0;
    white-space: normal;
    /* margin-right: 35px; */
    transition: all 0.6s;
    vertical-align: middle;
  }
   
  
  ul.grid.slides li:first-child, 
  ul.grid.slides li:nth-child(2), 
  ul.grid.slides li:nth-child(3),   
  ul.grid.slides li:nth-child(4),
  ul.grid.slides li:nth-child(5){
    visibility: visible;
    opacity: 1;
  }
  
/*   ul.grid.slides li:first-child{
    margin-left: -8%;
  } */

.prevSlide {
    width: 790px !important;
    margin-left: -145px !important;
}

.prevSlide li:nth-child(5){
    visibility: visible !important;
    opacity: 1 !important;
}

#techspecs .techspecs .filters .filter.active {
    margin: 0 30px;
}

.wrap .arrows {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 412px;
    overflow: hidden;
    height: 100%;
    z-index: 100;
}

.wrap .arrows button{
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  font-size: 25px;
  color: #989898;
}

.wrap .arrows button.left {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 8px;
}

.wrap .arrows button.right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 8px;
    padding-right: 20px;
}

}



#techspecs .title-cover-top {
    background: url(../images/title-cover-top-svg.svg) bottom center no-repeat transparent;
    background-size: 100% 100%;
    bottom: 100%;
    height: 0;
    left: 0;
    margin-bottom: -1px;
    padding-bottom: 7.2917%;
    position: absolute;
    right: 0;
}

#techspecs .main-title .top .inner {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,0.96)), color-stop(100%,rgba(230,230,230,0.8)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 20%,rgba(230,230,230,0.8) 100%);
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width: 40.0625em){
  #techspecs .main-title .top .inner {
      padding-top: 61px;
  }
}

@media screen and (min-width: 60.0625em){
  #techspecs .main-title .top .inner {
      padding-top: 120px;
  }
}

#techspecs .main-title .top .inner {
    padding: 53px 0 7.2917%;
}