@media (min-width: 45em) and (max-width: 60em) {
  .header-logo > a {
    width: 60%;
  }
}
/* Primary SASS File */
.ic_trademark {
  font-size: 12px;
  vertical-align: super;
  top: 0px;
  position: relative;
}

/* Modal Styles */
.setupvideomodel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-setup {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  max-width: 888px;
  width: 100%;
  position: relative;
}

.close-video-button {
  position: absolute;
  top: 7px;
  right: 4px;
  font-size: 24px;
  cursor: pointer;
  width: 19px;
}

.product-image-selected {
  height: auto;
  object-fit: contain;
  user-drag: none;
  -webkit-user-drag: none;

  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.zoom-icon-container {
  height: 55px;
  width: 60px;
  padding: 15px;
  position: absolute;
  bottom: 0px;
  right: 5px;
  opacity: 0.5;
  transition: opacity 0.1s;
}

.zoom-icon-container:hover {
  opacity: 0.8;
}

figure.zoomable {
  background-position: -100% -100%;
  background-size: 250%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

figure.zoomable img {
  display: block;
  width: 100%;
}

.product-image-thumbnail {
  cursor: pointer;
  aspect-ratio: 1/1;
  object-fit: contain;
  user-drag: none;
  -webkit-user-drag: none;

  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  justify-self: end;
}

.product-image-viewer-container {
  /* max-height: 90vw; */
  max-height: 90vh;
}

.product-image-viewer {
  min-height: 100px;
  max-height: 700px;
  aspect-ratio: 1 / 1;
  width: 100%;
  position: relative;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 25% 75%;
  grid-template-rows: 25% 25% 25% 25%;
  grid-template-areas:
    "thumbnail-1 selected-img"
    "thumbnail-2 selected-img"
    "thumbnail-3 selected-img"
    "thumbnail-4 selected-img";
}

@media screen and (min-width: 768px) {
  .product-image-viewer {
    max-height: 500px;
  }
}

.product-thumbnail-1 {
  grid-area: thumbnail-1;
}

.product-thumbnail-2 {
  grid-area: thumbnail-2;
}

.product-thumbnail-3 {
  grid-area: thumbnail-3;
}

.product-thumbnail-4 {
  grid-area: thumbnail-4;
}

.grid-selected-image {
  grid-area: selected-img;
}

.homepage-product-image,
.homepage-product-image img {
  object-fit: contain;
  max-width: 100%;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 720px) {
  .homepage-product-image,
  .homepage-product-image img {
    height: 300px;
  }
}

.faq-product-image {
  object-fit: contain;
  aspect-ratio: 1/1;
  max-width: 120px;
  max-height: 120px;
}

@media screen and (min-width: 992px) {
  .faq-product-image {
    max-width: 150px;
    max-height: 150px;
  }
}

.integrations-lennox-logo {
  height: 20px;
}

.google-assistant-commands {
  line-height: 1.2;
}

/* .google-assistant-page .slick-next,
.google-assistant-page .slick-prev {
  margin-bottom: 8px !important;
} */

.resources-pdf {
  width: 100%;
  max-width: 30%;
}

.dealer-access-page .resources-pdf,
.translations-page .resources-pdf {
  max-width: 48% !important;
}

@media (min-width: 720px) {
  .dealer-access-page .resources-pdf {
    max-width: 23% !important;
  }
  .translations-page .resources-pdf {
    max-width: 32% !important;
  }
}

.translation-link-image {
  height: 60px;
  width: auto;
  color: red;
}

.srs-slider .PDP_getting_started {
  min-height: 600px !important;
}

.home-featured-s40 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
}

@media screen and (min-width: 769px) {
  .home-post-products .slider img {
    width: 100vw;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100vw;
  height: 105vh;
  background-color: rgba(25, 25, 25, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  /* opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1; */
}

/* .modal-container.active {
  opacity: 1;
  display: flex;
  z-index: 1100;
} */

.modal-container .modal {
  width: 100vw;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.modal-container .modal .controls {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.modal-container .modal .controls button {
  padding: 25px 25px 10px 25px;
}

.modal-container .main-content {
  padding: 0 25px 25px 25px;
}

@media (min-width: 45em) {
  .modal-container .modal {
    width: 70vw;
  }
}

.modal .video-container {
  position: relative;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal .video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* .modal .video-container iframe {
  aspect-ratio: 16 / 9;
  position: relative;
  padding-bottom: 56.25%;
} */

/* .modal .video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #383838;
  transition: none;
} */

@media (max-width: 768px) {
  .smart-products-plus-text {
    font-size: 11px;
    font-weight: bold;
  }
}

.google-assistant-page .slider-step1-h3 {
  margin-top: 140px !important;
}

@media screen and (min-width: 576px) {
  .google-assistant-page .slider-step1-h3 {
    margin-top: 120px !important;
  }
}

@media screen and (min-width: 1025px) {
  .google-assistant-page .slider-step1-h3 {
    margin-top: 100px !important;
  }
}

.PDP_tabs_sticky_header {
  position: -webkit-sticky !important;
  position: sticky !important;
  display: block !important;
  top: 0;
  z-index: 20;
  background-color: #ffffff;
}

@media (min-width: 720px) {
  .PDP_tabs_sticky_header {
    padding: 30px 0 !important;
  }
}

.home-post-products {
  background: url(../images/product-bg.PNG) repeat-x bottom;
  background-size: 1% 60%;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media (max-width: 468px) {
  .home-post-products {
    background-size: 1% 55%;
  }
}
@media (min-width: 469px) and (max-width: 720px) {
  .home-post-products {
    background-size: 1% 60%;
  }
}
.home-post-products .banner_text h4 {
  font-size: 40px;
  font-weight: 500;
  margin: 60px auto 30px auto;
  line-height: 1em;
}
@media (min-width: 45em) {
  .home-post-products .banner_text h4 {
    font-size: 50px;
    margin: 50px auto;
  }
}
@media (min-width: 1024px) {
  .home-post-products .banner_text h4 {
    display: none;
  }
}
.home-post-products .banner_text h4 .ic_trademark {
  top: -8px;
}
.home-post-products .banner_text .mobile-hr {
  margin: 0 0 30px 0;
  border: none;
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 768px) {
  .home-post-products .banner_text .mobile-hr {
    display: none;
  }
}
@media (min-width: 1024px) {
  .home-post-products .banner_text {
    position: absolute;
    top: 15%;
    right: 15%;
  }
}
.home-post-products .container {
  text-align: center;
}
.home-post-products .container h2 {
  font-family: "Avenir";
}
.home-post-products .container .post-title {
  margin-bottom: 15px;
  color: #222;
  line-height: 1em;
}
@media (min-width: 45em) {
  .home-post-products .container .post-title {
    margin-top: 80px;
  }
}
.home-post-products .container .post-desc {
  line-height: 2em;
  color: #666;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home-post-products .container .post-desc {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .home-post-products .container .post-desc {
    padding: 0 10%;
  }
}
.home-post-products .container .post-products {
  color: #fff;
  float: left;
  width: 100%;
}
.home-post-products .container .post-products ul li {
  margin-top: 35px;
}
.home-post-products .container .post-products ul li .post-product-placement {
  background-color: #f7f7f7;
  margin-bottom: 25px;
  /* padding: 70px 0; */
  width: 100%;
  aspect-ratio: 1/1;
}
.homepage-product-image {
  object-fit: contain;
  padding: 40px;
}
.home-post-products .container .post-products ul li .post-product-desc {
  float: none;
  margin: 0 auto;
}
.home-post-products .container .post-products ul li .post-product-desc h5 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.home-post-products .container .post-products ul li .post-product-desc p {
  width: 70%;
  margin: 0 auto;
}

@media (min-width: 45em) {
  .home-post-products {
    background-size: auto;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .home-post-products .post-products ul li {
    margin-top: 0;
  }
}
.products-intro {
  margin-bottom: 30px;
}
.products-intro .container .post-title {
  margin-bottom: 15px;
  color: #222;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 45em) {
  .products-intro .container .post-title {
    margin-top: 15px;
  }
}
.products-intro .container .post-desc {
  line-height: 2em;
  color: #666;
  text-align: center;
}
@media (min-width: 768px) {
  .products-intro .container .post-desc {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .products-intro .container .post-desc {
    padding: 0 5% 0 5%;
  }
}

.home-featured-products .container {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
}
.home-featured-products .container .featured-product-video iframe {
  width: 100%;
}
.home-featured-products .container .featured-product-desc {
  background-color: #fff;
  text-align: center;
}
@media (max-width: 45em) {
  .home-featured-products .container .featured-product-desc {
    display: inline-block;
    padding: 20px;
  }
}
.home-featured-products
  .container
  .featured-product-desc
  .featured-product-title {
  color: #222;
  padding-bottom: 10px;
  padding-top: 20px;
  font-weight: 500;
}
.home-featured-products .container .featured-product-desc p {
  color: #666;
  line-height: 1.8em;
}
.home-featured-products .container .featured-product-desc button.btn {
  margin-top: 30px;
}
@media (min-width: 45em) {
  .home-featured-products .container .featured-product-desc {
    text-align: left;
  }
}
@media (min-width: 45em) {
  .home-featured-products.featured-product-two
    .container
    .featured-product-desc {
    padding-left: 1em;
  }
  .home-featured-products.featured-product-two
    .container
    .featured-product-desc,
  .home-featured-products.featured-product-two
    .container
    .featured-product-desc
    .featured-product-title {
    padding-top: 0;
  }
  .home-featured-products.featured-product-three .container {
    border-bottom: none;
  }
  .home-featured-products.featured-product-three
    .container
    .featured-product-desc,
  .home-featured-products.featured-product-three
    .container
    .featured-product-desc
    .featured-product-title {
    padding-top: 0;
  }
}

.home-store-info {
  background: url(../images/footer-primary-bg.PNG) repeat bottom;
  padding-top: 30px;
}
.home-store-info ul li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.home-store-info ul li .store-info-title {
  margin-bottom: 20px;
  font-family: "Avenir-Medium";
  min-height: 23px;
}
.home-store-info ul li p {
  color: #666;
  min-height: 72px;
}
@media (min-width: 1280px) {
  .home-store-info ul li p {
    min-height: 55px;
  }
}
.home-store-info ul li p a {
  color: #c9001c;
}
.home-store-info ul li button.btn {
  margin-top: 20px;
}
.home-store-info ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 45em) {
  .home-store-info ul li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.home-store-info ul li #login {
  background: url("../images/Sprite.png") no-repeat -26px -248px;
  width: 27px;
  height: 33px;
  margin: 0 auto 20px auto;
}
.home-store-info ul li #location {
  background: url("../images/Sprite.png") no-repeat -25px -300px;
  width: 28px;
  height: 33px;
  margin: 0 auto 20px auto;
}
.home-store-info ul li #download {
  background: url("../images/Sprite.png") no-repeat -22px -353px;
  width: 35px;
  height: 33px;
  margin: 0 auto 20px auto;
}
@media (min-width: 45em) {
  .home-store-info {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .home-store-info ul li button.btn {
    margin-top: 30px;
  }
}

.play_btns {
  font-size: 0;
  margin: 20px auto;
}
.play_btns figure.google {
  width: 130px;
  display: inline-block;
}
.play_btns figure.apple {
  width: 120px;
  display: inline-block;
  margin-left: 20px;
}
@media (min-width: 45em) and (max-width: 1024px) {
  /* .play_btns figure.apple {
    margin-left: 0;
  } */
}
@media (min-width: 60em) {
  .play_btns {
    width: auto;
  }
}

.slick-slide img {
  width: 100%;
}

.main-content {
  position: relative;
}
.main-content .faq_link {
  position: fixed;
  right: -60px;
  top: 50%;
  z-index: 100;
  transform: translate3d(-1%, 0, 0) rotate(-90deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.dealer-access-page .faq_link {
  position: fixed;
  right: -90px;
  top: 50%;
  z-index: 100;
  transform: translate3d(-1%, 0, 0) rotate(-90deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.main-content .faq_link .stripes {
  color: #fff;
  background: repeating-linear-gradient(
    45deg,
    #ce1942,
    #ba052e 5px,
    #ba052e 5px
  );
  padding: 10px 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.main-content .faq_link .stripes span {
  width: 15px;
  line-height: 13px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
  padding: 0;
}

.img-s40 {
  padding: 0 !important;
}

.img-l40 {
  padding: 0 !important;
}
.prod-compare-img-l40{
  width: 131px;
}

/* .img-s30,
.img-e30 {
  width: 130px;
}

.img-m30 {
  width: 100px;
} */

.integrations-product-image {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.wrapper {
  float: left;
  text-align: center;
  width: 100%;
}

.container {
  display: block;
  text-align: left;
  margin: auto;
  width: 100%;
  max-width: 90%;
}
@media (min-width: 1024px) {
  .container {
    max-width: 75%;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 70%;
  }
}

.row {
  width: 100%;
}

[class*="col-"] {
  float: left;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  min-height: 1px;
}

@media only screen and (max-width: 33.75em) {
  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 45em) {
  .col-1 {
    width: 8.33333%;
  }

  .col-2 {
    width: 16.66667%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.33333%;
  }

  .col-5 {
    width: 41.66667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33333%;
  }

  .col-8 {
    width: 66.66667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33333%;
  }

  .col-11 {
    width: 91.66667%;
  }

  .col-12 {
    width: 100%;
  }
}
.mobile-hide {
  display: none;
}
@media (min-width: 45em) {
  .mobile-hide {
    display: block;
  }
}

.desktop-hide {
  display: block;
}
@media (min-width: 45em) {
  .desktop-hide {
    display: none;
  }
}

.chevron-up {
  transform: rotate(180deg);
}

@media only screen and (min-width: 60em) {
  .container.container-ow {
    width: 90%;
  }
}
.support-section .query_img:last-child {
  float: right;
}
.support-section h2 {
  text-transform: uppercase;
  color: #222;
  text-align: center;
  padding: 30px 0;
  font-size: 36px;
}
.support-section .support-container {
  width: 100%;
  text-align: center;
  background: url(../images/footer-primary-bg.PNG) repeat bottom;
  margin-bottom: 30px;
  overflow: hidden;
}
.support-section .support-container .top-container {
  width: 100%;
  max-width: 100%;
  padding: 0 25px;
  margin: 20px 0;
}
@media (min-width: 45em) {
  .support-section .support-container .top-container {
    width: 75%;
    max-width: 1020px;
    min-width: 768px;
    margin: 0 auto;
    padding: 6rem 0;
  }
}
.support-section .support-container .top-container h1 {
  line-height: 1.2;
  font-size: 30px;
  padding: 0 4%;
}
@media (min-width: 45em) {
  .support-section .support-container .top-container h1 {
    font-size: 50px;
    padding: 0 8%;
  }
}
.support-section .support-container .top-container p {
  color: #666;
  font-size: 14px;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5em;
  padding-top: 15px;
}
@media (min-width: 45em) {
  .support-section .support-container .top-container p {
    margin-top: 15px;
  }
}
.support-section .support-header {
  border: 1px solid #e9e6e0;
  width: 100%;
  margin: 0 auto;
  transition: top 0.4s ease-in-out;
  position: relative;
}
.support-section .support-header.sticky-header {
  position: fixed;
}
@media (max-width: 45em) {
  .support-section .support-header.sticky-header {
    top: 0;
    z-index: 3;
    background: #fff;
    width: 90%;
  }
}
@media (min-width: 45em) {
  .support-section .support-header.sticky-header {
    padding: 30px 0;
  }
}
@media (min-width: 45em) {
  .support-section .support-header {
    max-width: 100%;
    display: inline-block;
    border: none;
    text-align: center;
  }
}
.support-section .support-header .fa-chevron-down {
  position: absolute;
  right: 24px;
  top: 18px;
}
@media (min-width: 45em) {
  .support-section .support-header .fa-chevron-down {
    display: none;
  }
}
.support-section .support-header .option-selected {
  padding: 0 25px;
  text-transform: uppercase;
  margin: 15px 0;
  text-align: left;
  color: #666;
}
.support-section .support-header .option-selected:after {
  background: url(../images/Sprite.png) no-repeat -65px -72px;
  width: 8px;
  height: 14px;
  transform: rotate(90deg);
  content: "";
  position: absolute;
  right: 20px;
}
@media (min-width: 45em) {
  .support-section .support-header .option-selected {
    display: none;
  }
}
.support-section .support-header ul {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  border: 1px solid #cecbc6;
  z-index: 1;
}
@media (min-width: 45em) {
  .support-section .support-header ul {
    display: block;
    width: auto;
    background: transparent;
    position: static;
    border: 0;
  }
}
.support-section .support-header ul li {
  padding: 0 5px;
  text-transform: uppercase;
  margin: 20px;
  text-align: left;
}
@media (min-width: 45em) {
  .support-section .support-header ul li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
  }
}
.support-section .support-header ul li a {
  color: #666;
}
@media (min-width: 45em) {
  .support-section .support-header ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #c9001c;
    transition: width 0.3s;
  }
  .support-section .support-header ul li a.active {
    font-weight: 600;
  }
  .support-section .support-header ul li a.active::after {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .support-section .support-header ul li a:hover {
    font-weight: 600;
  }
  .support-section .support-header ul li a:hover::after {
    width: 100%;
  }
}
.support-section .support-header ul li a[data-content="FAQs"] {
  text-transform: none;
}
@media (min-width: 45em) {
  .support-section .sticky-header {
    position: fixed;
    z-index: 1020;
    left: 0;
    width: 100%;
    top: 0;
    height: 80px;
    opacity: 1;
    background-color: #fff;
  }
}
.support-section .support-content {
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  text-align: center;
}
@media (min-width: 45em) {
  .support-section .support-content {
    padding-top: 40px;
  }
}
.support-section .support-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 10px;
}
.support-section .support-content.homeKit-overview {
  margin: 30px 0 0;
  padding: 0 5% 30px;
}
.support-section .support-content.homeKit-overview a {
  color: #c9001c;
}
@media (min-width: 45em) {
  .support-section .feature-section h2 {
    padding: 60px 0;
  }
}
@media (min-width: 45em) {
  .support-section .feature-section.homeKit-features .support-feature-right {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .support-section
    .feature-section.homeKit-features
    .support-feature-right
    .feature-content {
    padding-top: 10px;
  }
}
.support-section .feature-section .support-feature-right,
.support-section .feature-section .support-feature-left {
  width: 100%;
  margin: 0 auto 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 60em) {
  .support-section .feature-section .support-feature-right,
  .support-section .feature-section .support-feature-left {
    display: block;
    overflow: auto;
  }
}
@media (min-width: 60em) {
  .support-section .feature-section .support-feature-right,
  .support-section .feature-section .support-feature-left {
    margin: 0 auto 60px;
  }
}
.support-section .feature-section .support-feature-right .feature-img,
.support-section .feature-section .support-feature-left .feature-img {
  text-align: center;
  position: relative;
}
.support-section
  .feature-section
  .support-feature-right
  .feature-img
  .video-icon,
.support-section
  .feature-section
  .support-feature-left
  .feature-img
  .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 60em) {
  .support-section .feature-section .support-feature-right .feature-img,
  .support-section .feature-section .support-feature-left .feature-img {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 60em) {
  .support-section
    .feature-section
    .support-feature-right
    .featured-product-video,
  .support-section
    .feature-section
    .support-feature-left
    .featured-product-video {
    width: 100%;
    margin: 0;
  }
}
.support-section
  .feature-section
  .support-feature-right
  .featured-product-video
  iframe,
.support-section
  .feature-section
  .support-feature-left
  .featured-product-video
  iframe {
  width: 100%;
  min-height: 300px;
}
.support-section .feature-section .support-feature-right .feature-content,
.support-section .feature-section .support-feature-left .feature-content {
  text-align: center;
  margin-top: 20px;
  padding: 0 10px;
  /*@media (max-width: $breakpoint-large) {
  	width: 80%;				    	
  }*/
}
@media (min-width: 45em) and (max-width: 60em) {
  .support-section .feature-section .support-feature-right .feature-content,
  .support-section .feature-section .support-feature-left .feature-content {
    width: 100%;
  }
}
@media (min-width: 60em) {
  .support-section .feature-section .support-feature-right .feature-content,
  .support-section .feature-section .support-feature-left .feature-content {
    text-align: left;
    margin-top: 0;
    padding: 0 40px;
  }
}
.support-section .feature-section .support-feature-right .feature-content h3,
.support-section .feature-section .support-feature-left .feature-content h3 {
  margin-bottom: 30px;
  line-height: 1.1em;
  text-align: center;
}
@media (min-width: 60em) {
  .support-section .feature-section .support-feature-right .feature-content h3,
  .support-section .feature-section .support-feature-left .feature-content h3 {
    text-align: left;
  }
}
.support-section .feature-section .support-feature-right .feature-content p,
.support-section .feature-section .support-feature-left .feature-content p {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-bottom: 10px;
}
.support-section
  .feature-section
  .support-feature-right
  .feature-content
  p.content,
.support-section
  .feature-section
  .support-feature-left
  .feature-content
  p.content {
  margin-bottom: 30px;
}
.support-section
  .feature-section
  .support-feature-right
  .feature-content
  p.border-content,
.support-section
  .feature-section
  .support-feature-left
  .feature-content
  p.border-content {
  border: 1px solid #cecbc6;
  border-radius: 30px;
  padding: 12px 10px;
  text-align: center;
  font-style: italic;
}
.support-section .feature-section .support-feature-left {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: left;
}
.support-section .feature-section .support-feature-right {
  -ms-flex-pack: center;
  justify-content: center;
}
.support-section #commands .container {
  background: #fafafa;
}
@media (max-width: 767px) {
  .support-section #commands .container {
    max-width: 100%;
  }
}
@media (min-width: 45em) {
  .support-section #commands .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.support-section .page-content {
  clear: both;
  position: relative;
  overflow: auto;
}
@media (min-width: 45em) {
  .support-section .page-content {
    display: -ms-flexbox;
    display: flex;
  }
}
.support-section .page-content h3 {
  font-family: "Avenir";
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 45em) {
  .support-section .page-content h3 {
    text-align: left;
    font-size: 36px;
    line-height: 1em;
  }
}
@media (min-width: 45em) and (max-width: 1200px) {
  .support-section .page-content h3 {
    font-size: 30px;
  }
}
.support-section .page-content .page-content,
.support-section .page-content a {
  color: #666666;
}
.support-section .page-content .faq-sidebar {
  background: #fff;
  padding: 60px 20px 0 60px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 45em) {
  .support-section .page-content .faq-sidebar {
    background: #f7f7f7;
    box-shadow: 5px 0px 21px -11px #222;
    position: static;
  }
}
@media (max-width: 60em) {
  .support-section .page-content .faq-sidebar {
    padding: 60px 20px 0 15px;
  }
}
.support-section .page-content .faq-sidebar-list {
  width: 100%;
  text-align: left;
  display: none;
  margin: 0 auto;
  padding: 15px 0 0 12px;
  background: #fff;
  border: 1px solid #cecbc6;
}
@media (min-width: 45em) {
  .support-section .page-content .faq-sidebar-list {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 0;
    background: transparent;
    border: 0;
  }
}
.support-section .page-content .faq-sidebar-list p {
  padding-bottom: 25px;
}
.support-section .page-content .faq-sidebar-list li {
  cursor: pointer;
}
.support-section .page-content .faq-sidebar-list li .sidebar-sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.support-section .page-content .faq-sidebar-list li .sidebar-sub-menu li {
  padding-bottom: 25px;
}
.support-section .page-content .faq-sidebar-list li.active .sidebar-sub-menu {
  max-height: 200px;
}
.support-section
  .page-content
  .faq-sidebar-list
  li.active
  .sidebar-sub-menu
  li.active
  a {
  color: #c9002d;
}
.support-section .page-content .faq-sidebar-list li.active p {
  color: #c9002d;
  font-family: "Avenir-Black";
}
.support-section .page-content .faq-questions {
  padding: 30px;
  text-align: left;
  color: #666;
  margin-top: 189px;
}
@media (min-width: 45em) {
  .support-section .page-content .faq-questions {
    padding: 60px 60px 10px;
    margin-top: 0;
  }
}
.support-section .page-content .answer-brief {
  display: none;
}
.support-section .page-content .answer-brief,
.support-section .page-content .faq-questions-submenu-inner {
  display: none;
}
.support-section .page-content .faq-questions-submenu-inner.active {
  display: block;
}
.support-section .page-content .faq-questions-list {
  margin-bottom: 30px;
}
.support-section .page-content .faq-questions-list .questions {
  border-bottom: 1px solid #ebebeb;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.support-section .drop-down {
  overflow: hidden;
  border: 1px solid #cecbc6;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.support-section .drop-down .fa-chevron-down {
  position: absolute;
  right: 25px;
  top: 18px;
}
.support-section .drop-down .option-selected {
  padding: 0 25px;
  text-transform: uppercase;
  margin: 15px 0;
  text-align: left;
  color: #666;
}
.support-section .drop-down .option-selected:after {
  background: url(../images/Sprite.png) no-repeat -65px -72px;
  width: 8px;
  height: 14px;
  transform: rotate(90deg);
  content: "";
  position: absolute;
  right: 20px;
}
@media (min-width: 45em) {
  .support-section .drop-down .option-selected {
    display: none;
  }
}
@media (min-width: 45em) {
  .support-section .drop-down {
    display: none;
  }
}
.support-section .support_tabular_content {
  width: 100%;
  margin: 0 auto;
}
.support-section .support_tabular_content * {
  outline: none;
}
.support-section .support_tabular_content .PDP_getting_started {
  background: url(../images/product-bg.PNG) repeat;
  height: 400px;
  position: relative;
  margin: 30px 0;
}
.support-section .support_tabular_content .PDP_getting_started .PDP_slider {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  color: #fff;
  width: 100%;
}
.support-section .support_tabular_content .PDP_getting_started .PDP_slider h3 {
  font-size: 30px;
  margin: 15px 0;
  line-height: 0.7em;
  text-transform: uppercase;
}
@media (max-width: 320px) {
  .support-section
    .support_tabular_content
    .PDP_getting_started
    .PDP_slider
    h3 {
    padding-top: 55px;
  }
}
@media (min-width: 45em) {
  .support-section
    .support_tabular_content
    .PDP_getting_started
    .PDP_slider
    h3 {
    margin-bottom: 30px;
  }
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  .getting_started_img {
  margin: 0 auto;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  .slide_one {
  background: url(../images/Sprite.png) no-repeat -146px -146px;
  width: 51px;
  height: 62px;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  .slide_two {
  background: url(../images/Sprite.png) no-repeat -216px -56px;
  width: 110px;
  height: 105px;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  .slide_three {
  width: 105px;
  height: 115px;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  .slide_four {
  background: url(../images/Sprite.png) no-repeat -227px -286px;
  width: 95px;
  height: 100px;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  .slide_five {
  background: url(../images/Sprite.png) no-repeat -322px -146px;
  width: 116px;
  height: 122px;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  .slide_six {
  width: 116px;
  height: 122px;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  .slide_six-alexa {
  width: 116px;
  height: 105px;
}
.support-section .support_tabular_content .PDP_getting_started .PDP_slider p {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 26px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  p:last-child {
  font-size: 24px;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  span {
  line-height: 1.4em;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.support-section .support_tabular_content .PDP_getting_started .PDP_slider li {
  list-style-type: none;
  list-style-position: inside;
  padding: 0 10px;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  li
  a {
  color: inherit;
  text-decoration: underline;
}
.support-section
  .support_tabular_content
  .PDP_getting_started
  .PDP_slider
  li
  a:hover {
  text-decoration: none;
}
.support-section .support_tabular_content .PDP_getting_started p.steps {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
}
@media (max-width: 45em) {
  .support-section .support_tabular_content .PDP_getting_started p.steps {
    bottom: 7%;
  }
}
@media (max-width: 33.75em) {
  .support-section .support_tabular_content .PDP_getting_started p.steps {
    bottom: 4%;
  }
}
.support-section .support_tabular_content .slick-prev,
.support-section .support_tabular_content .slick-next {
  background-color: transparent !important;
  top: auto !important;
  bottom: 9%;
}
@media (max-width: 45em) {
  .support-section .support_tabular_content .slick-prev,
  .support-section .support_tabular_content .slick-next {
    bottom: 11%;
  }
}
@media (max-width: 33.75em) {
  .support-section .support_tabular_content .slick-prev,
  .support-section .support_tabular_content .slick-next {
    bottom: 8%;
  }
}
.support-section .support_tabular_content .slick-next {
  left: 63% !important;
}
@media (max-width: 45em) {
  .support-section .support_tabular_content .slick-next {
    left: 83% !important;
  }
}
.support-section .support_tabular_content .slick-prev {
  left: 42% !important;
}
@media (max-width: 45em) {
  .support-section .support_tabular_content .slick-prev {
    left: 30% !important;
  }
}
.support-section .support_tabular_content.apple-homeKit {
  background: url("../images/product-bg.PNG") repeat;
  margin: 30px 0;
}
.support-section .support_tabular_content.apple-homeKit .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.support-section .support_tabular_content.apple-homeKit .PDP_getting_started {
  background: none;
  height: auto;
  margin: 0 0 30px;
  padding: 20px 0 50px;
}
.support-section
  .support_tabular_content.apple-homeKit
  .PDP_getting_started
  .PDP_slider {
  position: static;
  transform: none;
}
.support-section
  .support_tabular_content.apple-homeKit
  .PDP_getting_started
  .PDP_slider
  p {
  line-height: 1.2;
}
.support-section
  .support_tabular_content.apple-homeKit
  .PDP_getting_started
  p.steps {
  bottom: 0;
}
.support-section .support_tabular_content.apple-homeKit .slick-prev,
.support-section .support_tabular_content.apple-homeKit .slick-next {
  bottom: 3% !important;
}
.support-section
  .support_tabular_content.google-assistant-getting-started
  .slick-prev,
.support-section
  .support_tabular_content.google-assistant-getting-started
  .slick-next {
  bottom: 4% !important;
}
@media (min-width: 425px) {
  .support-section
    .support_tabular_content.google-assistant-getting-started
    .slick-prev,
  .support-section
    .support_tabular_content.google-assistant-getting-started
    .slick-next {
    bottom: 4.5% !important;
  }
}
@media (min-width: 720px) {
  .support-section
    .support_tabular_content.google-assistant-getting-started
    .slick-prev,
  .support-section
    .support_tabular_content.google-assistant-getting-started
    .slick-next {
    bottom: 3% !important;
  }
}
.support-section .query-section .query_img,
.support-section .product-query-section .query_img {
  padding: 0;
  margin: 40px 0;
  position: relative;
}
@media (min-width: 45em) {
  .support-section .query-section .query_img {
    width: 49%;
  }
  .support-section .product-query-section .query_img {
    width: 25%;
  }
  .support-section .query-section .query_img .image-container img.mobile-hide,
  .support-section
    .product-query-section
    .query_img
    .image-container
    img.mobile-hide {
    display: none;
  }
  .support-section .query-section .query_img .image-container img.desktop-hide,
  .support-section
    .product-query-section
    .query_img
    .image-container
    img.desktop-hide {
    display: block;
  }
}
.support-section .query-section .query_img .query_img_overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  z-index: 2;
}
.support-section .product-query-section .query_img .query_img_overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  z-index: 2;
  padding: 0 10px;
}
.support-section .query-section .query_img .query_img_overlay p,
.support-section .product-query-section .query_img .query_img_overlay p {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 45em) {
  .support-section .query-section .query_img .query_img_overlay p,
  .support-section .product-query-section .query_img .query_img_overlay p {
    line-height: 20px;
  }
}
@media (min-width: 60em) {
  .support-section .query-section .query_img .query_img_overlay p,
  .support-section .product-query-section .query_img .query_img_overlay p {
    font-size: 25px;
    line-height: 25px;
  }
}
.support-section .query-section .query_img .query_img_overlay a,
.support-section .product-query-section .query_img .query_img_overlay a {
  display: inline-block;
  border: 1px solid #fff;
  margin: 15px 0 0;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .support-section .query-section .query_img .query_img_overlay a,
  .support-section .product-query-section .query_img .query_img_overlay a {
    margin: 25px 0 0;
  }
}
@media (min-width: 45em) {
  .support-section .support_tabular_content #PDP_getting_started .slick-next {
    left: 67% !important;
    background-color: transparent !important;
  }
}
@media (min-width: 60em) {
  .support-section .support_tabular_content #PDP_getting_started .slick-next {
    left: 63% !important;
  }
}
@media (min-width: 1280px) {
  .support-section .support_tabular_content #PDP_getting_started .slick-next {
    left: 61% !important;
  }
}
@media (min-width: 45em) {
  .support-section .support_tabular_content #PDP_getting_started .slick-prev {
    left: 42% !important;
    background-color: transparent !important;
  }
}
@media (min-width: 60em) {
  .support-section .support_tabular_content #PDP_getting_started .slick-prev {
    left: 44% !important;
    background-color: transparent !important;
  }
}
/*
.support-section .resources h2 {
  text-transform: uppercase;
  color: $color-black;
  text-align: center;
  font-weight: bold;			
  margin: 10% 0;
}
*/
@media (min-width: 45em) {
  .pdp-section {
    margin: 30px 0 !important;
  }
  .support-section .resources h2 {
    margin: 60px 0;
  }
}
.support-section .resources .resource-section {
  position: relative;
}
@media (min-width: 45em) {
  .support-section .resources .resource-section {
    display: -ms-flexbox;
    display: flex;
    clear: both;
  }
}
.support-section .resources .resource-section .drop-down {
  margin: 0 auto;
}
.support-section .resources .resource-section .faq-sidebar {
  background: #fff;
  padding: 0;
  position: absolute;
  z-index: 2;
}
@media (min-width: 45em) {
  .support-section .resources .resource-section .faq-sidebar {
    box-shadow: 5px 0px 21px -11px #222;
    background: #f7f7f7;
    padding: 20px 50px;
    position: static;
  }
}
@media (min-width: 45em) and (max-width: 60em) {
  .support-section .resources .resource-section .faq-sidebar {
    padding: 60px 20px 0 15px;
  }
}
.support-section .resources .resource-section .faq-sidebar-list {
  width: 100%;
  text-align: left;
  display: none;
  padding: 15px 0 0 12px;
  background: #fff;
  border: 1px solid #cecbc6;
  margin: 0 auto;
  /*width: 90%;
  text-align: left;	
  display: none;				
  @media (min-width:$breakpoint-medium){
  	max-width: 274px;
  	display: block;
  }*/
}
@media (min-width: 45em) {
  .support-section .resources .resource-section .faq-sidebar-list {
    max-width: 274px;
    display: block;
    margin: 0;
    padding-left: 0;
    background: transparent;
    border: 0;
  }
}
.support-section .resources .resource-section .faq-sidebar-list p {
  font-family: "Avenir-Black";
  padding-bottom: 25px;
}
.support-section .resources .resource-section .faq-sidebar-list li {
  cursor: pointer;
}
.support-section
  .resources
  .resource-section
  .faq-sidebar-list
  li
  .sidebar-sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.support-section
  .resources
  .resource-section
  .faq-sidebar-list
  li
  .sidebar-sub-menu
  li {
  padding-bottom: 25px;
}
.support-section
  .resources
  .resource-section
  .faq-sidebar-list
  li.active
  .sidebar-sub-menu {
  max-height: 200px;
}
.support-section
  .resources
  .resource-section
  .faq-sidebar-list
  li.active
  .sidebar-sub-menu
  li.active
  a {
  color: #c9002d;
}
.support-section .resources .resource-section .faq-sidebar-list li.active p {
  color: #c9002d;
}
.support-section .resources .resource-section .faq-questions {
  background: #f7f7f7;
  padding: 30px;
  text-align: center;
  margin-top: 110px;
}
@media (max-width: 60em) {
  .support-section .resources .resource-section .faq-questions {
    padding: 0;
  }
}
@media (min-width: 45em) {
  .support-section .resources .resource-section .faq-questions {
    margin-top: 0;
    padding-left: 15px;
  }
}
.support-section .resources .resource-section .faq-questions .video-part,
.translations-downloads .video-part {
  /* background: #f7f7f7; */
  padding: 15px;
  text-align: center;
}
.support-section
  .resources
  .resource-section
  .faq-questions
  .video-part
  .webUrl {
  max-width: 60px;
}
.support-section .resources .resource-section .faq-questions p,
.translations-downloads p,
.modal-container .main-content p {
  text-align: center;
  padding-top: 5px;
  color: #c9001c;
  font-family: "Avenir-Black";
}
.support-section .resources .resource-section .answer-brief {
  display: none;
}
.support-section .resources .resource-section .answer-brief,
.support-section .resources .resource-section .faq-questions-submenu-inner {
  display: none;
}
.support-section
  .resources
  .resource-section
  .faq-questions-submenu-inner.active {
  display: block;
}
.support-section
  .resources
  .resource-section
  .faq-questions-submenu-inner#videos {
  padding: 20px 0;
}
.support-section
  .resources
  .resource-section
  .faq-questions-submenu-inner#downloads
  > ul,
.faq-questions-submenu-inner#references {
  text-align: left;
}
.support-section .resources .resource-section .faq-questions-list {
  margin-bottom: 60px;
  display: inline-block;
  margin-right: 2%;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 45em) {
  .support-section
    .resources
    .resource-section.pdp-resources
    .faq-questions-list {
    width: 30%;
    cursor: pointer;
  }
  .support-section
    .resources
    .resource-section
    .faq-questions-list
    .featured-product-video
    .youtube__wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url("../images/icons/play-icon.svg");
    background-size: 19%;
    background-repeat: no-repeat;
    transform: translate(-8%, -24%);
  }
  .support-section
    .resources
    .resource-section
    .faq-questions-list
    .featured-product-video
    .youtube__wrapper:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: url("../images/icons/play-icon.svg");
    background-size: 19%;
    background-repeat: no-repeat;
    transform: translate(-8%, -24%);
  }
  .support-section
    .resources
    .resource-section.pdp-resources
    .faq-questions-list
    iframe,
  .support-section
    .resources
    .resource-section.pdp-resources
    .faq-questions-list
    .lds-spinner,
  .support-section
    .resources
    .resource-section.pdp-resources
    .faq-questions-list
    .load-button,
  .support-section
    .resources
    .resource-section.pdp-resources
    .faq-questions-list
    .youtube__wrapper
    .youtube:after {
    display: none !important;
  }
  .support-section
    .resources
    .resource-section
    .faq-questions-list
    div.youtube {
    display: block !important;
  }
}
.support-section
  .resources
  .resource-section
  .faq-questions-list
  .featured-product-video
  iframe {
  width: 100%;
}
.support-section .resources .resource-section .faq-questions-list .questions {
  border-bottom: 1px solid #ebebeb;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.support-section .image-container {
  position: relative;
}
.support-section .image-container img {
  vertical-align: top;
  width: 100%;
}
.support-section .product-query-section .image-container img {
  min-height: 140px;
  width: 100%;
  object-fit: cover;
}
.support-section .image-container .overlay {
  position: absolute;
  /*background: rgba(0,0,0,0.3);*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (min-width: 45em) {
  #videos ul {
    text-align: left;
    margin-left: 20px;
  }
}

@media (min-width: 45em) {
  .appleHomeKit .container {
    max-width: 75% !important;
  }
}
.iComfort_PDP #PDP_header_text {
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 45em) {
  .iComfort_PDP #PDP_header_text {
    margin: 60px 0;
  }
}
.iComfort_PDP #PDP_header_text h1 {
  font-size: 40px;
  font-family: "Avenir-Medium";
  font-weight: 500;
  color: #222;
  margin: 20px 0;
  line-height: 0.9em;
}
@media (min-width: 45em) {
  .iComfort_PDP #PDP_header_text h1 {
    font-size: 50px;
  }
}
.iComfort_PDP #PDP_header_text span,
.iComfort_PDP #PDP_header_text p {
  color: #666;
}
.iComfort_PDP #PDP_header_text p {
  margin: 20px 0;
}
@media (min-width: 45em) {
  .iComfort_PDP #PDP_header_text p {
    margin: 20px 150px;
  }
}
.iComfort_PDP .PDP_tabs_header {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}
.iComfort_PDP .PDP_tabs_header p#PDP_mobile_header {
  display: block;
  text-transform: uppercase;
  padding: 20px;
  color: #666;
  cursor: pointer;
  font-family: "Avenir-Medium";
}
.iComfort_PDP .PDP_tabs_header p#PDP_mobile_header:after {
  background: url("../images/Sprite.png") no-repeat -65px -72px;
  width: 8px;
  height: 14px;
  transform: rotate(90deg);
  content: "";
  position: absolute;
  right: 20px;
}
@media (min-width: 45em) {
  .iComfort_PDP .PDP_tabs_header p#PDP_mobile_header {
    display: none;
  }
}
.iComfort_PDP .PDP_tabs_header.menu-show p#PDP_mobile_header:after {
  transform: rotate(270deg);
}
.iComfort_PDP .PDP_tabs_header ul {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 45em) {
  .iComfort_PDP .PDP_tabs_header ul {
    display: none;
    position: absolute;
    top: 57px;
    background: #fff;
    width: 100%;
    border: 1px solid #e1e1e1;
    z-index: 2;
    left: 0;
  }
}
@media (min-width: 45em) {
  .iComfort_PDP .PDP_tabs_header ul {
    display: block !important;
  }
}
.iComfort_PDP .PDP_tabs_header ul li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 0 10px;
}
@media (min-width: 45em) and (max-width: 60em) {
  .iComfort_PDP .PDP_tabs_header ul li {
    margin: 0 5px;
    padding: 0 5px;
  }
}
@media (max-width: 45em) {
  .iComfort_PDP .PDP_tabs_header ul li {
    display: block;
    margin: 20px;
    text-align: left;
    padding-left: 0;
  }
}
.iComfort_PDP .PDP_tabs_header ul li a {
  color: #666;
}
@media (max-width: 45em) {
  .iComfort_PDP .PDP_tabs_header ul li a {
    display: block;
  }
  .iComfort_PDP .PDP_tabs_header ul li a:active,
  .iComfort_PDP .PDP_tabs_header ul li a:hover {
    border: 0 none;
    font-weight: 600;
  }
  .iComfort_PDP .PDP_tabs_header ul li a:active span,
  .iComfort_PDP .PDP_tabs_header ul li a:hover span {
    border-bottom: 2px solid #c9001c;
  }
}
.iComfort_PDP .PDP_tabs_header ul li a[data-content="FAQs"] {
  text-transform: none;
}
.iComfort_PDP .PDP_tabular_content {
  width: 70%;
  margin: auto;
}
.iComfort_PDP .PDP_tabular_content * {
  outline: none;
}
@media (max-width: 1024px) {
  .iComfort_PDP .PDP_tabular_content {
    width: 100%;
  }
}
.iComfort_PDP .PDP_tabular_content h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #222;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.iComfort_PDP .PDP_tabular_content #PDP_getting_started .slick-prev,
.iComfort_PDP .PDP_tabular_content #PDP_getting_started .slick-next {
  background-color: transparent !important;
  top: auto !important;
  bottom: 9%;
}
@media (max-width: 45em) {
  .iComfort_PDP .PDP_tabular_content #PDP_getting_started .slick-prev,
  .iComfort_PDP .PDP_tabular_content #PDP_getting_started .slick-next {
    bottom: 11%;
  }
  .iComfort_PDP .srs-slider .slick-prev,
  .iComfort_PDP .srs-slider .slick-next {
    bottom: 10% !important;
  }
}
@media (max-width: 33.75em) {
  .iComfort_PDP .PDP_tabular_content #PDP_getting_started .slick-prev,
  .iComfort_PDP .PDP_tabular_content #PDP_getting_started .slick-next {
    bottom: 8%;
  }
  .iComfort_PDP .srs-slider .slick-prev,
  .iComfort_PDP .srs-slider .slick-next {
    bottom: 7% !important;
  }
}
.iComfort_PDP .PDP_tabular_content #PDP_getting_started .slick-next {
  left: 63% !important;
}
@media (max-width: 45em) {
  .iComfort_PDP .PDP_tabular_content #PDP_getting_started .slick-next {
    left: 80% !important;
  }
}
.iComfort_PDP .PDP_tabular_content #PDP_getting_started .slick-prev {
  left: 42% !important;
}
@media (max-width: 45em) {
  .iComfort_PDP .PDP_tabular_content #PDP_getting_started .slick-prev {
    left: 30% !important;
  }
}
.iComfort_PDP .PDP_getting_started {
  background: url(../images/product-bg.PNG) repeat;
  height: 450px;
  position: relative;
  margin: 30px 0;
}
.s40-getting-started {
  min-height: 750px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
}
.iComfort_PDP .PDP_getting_started .PDP_slider h3 {
  font-size: 30px;
  margin: 15px 0;
  line-height: 0.7em;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 45em) {
  .iComfort_PDP .PDP_getting_started .PDP_slider h3 {
    margin-bottom: 30px;
  }
}
.iComfort_PDP .PDP_getting_started .PDP_slider .getting_started_img {
  margin: 0 auto;
}
.iComfort_PDP .PDP_getting_started .PDP_slider .slide_one {
  background: url(../images/Sprite.png) no-repeat -146px -146px;
  width: 51px;
  height: 62px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider .slide_two {
  background: url(../images/Sprite.png) no-repeat -216px -56px;
  width: 110px;
  height: 105px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider .slide_three {
  width: 105px;
  height: 115px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider .slide_three-we {
  width: 85px;
  height: 95px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider .slide_four {
  background: url(../images/Sprite.png) no-repeat -227px -286px;
  width: 95px;
  height: 100px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider .slide_five {
  background: url(../images/Sprite.png) no-repeat -322px -146px;
  width: 116px;
  height: 122px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider .slide_six {
  width: 116px;
  height: 122px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider .slide_six-we {
  width: 116px;
  height: 85px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider p {
  font-size: 24px;
  line-height: 1em;
  margin: 20px 0;
  padding: 0 10px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider p:last-child {
  font-size: 24px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider span {
  line-height: 1.4em;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 0 10px;
}
.iComfort_PDP .PDP_getting_started .PDP_slider ul {
  padding: 0 10px;
}
.iComfort_PDP .PDP_getting_started p.steps {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
}
@media (min-width: 720px) {
  .dealer-access-page .iComfort_PDP .PDP_getting_started p.steps {
    transform: translateX(-57%);
  }
}
.s40-page .iComfort_PDP .PDP_getting_started p.steps {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  bottom: 7.5%;
}
@media (max-width: 33.75em) {
  .iComfort_PDP .PDP_getting_started p.steps {
    bottom: 4%;
  }
  .s40-page .iComfort_PDP .PDP_getting_started p.steps {
    bottom: 5.5%;
  }
}
.iComfort_PDP .PDP_getting_started .step-content {
  max-width: 100%;
  margin: auto;
}

.iComfort_PDP .PDP_getting_started .download_qsg {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  padding: 6px 5px 0px 5px;
  border-radius: 6px;
  background-color: #eee;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  z-index: 90;
}

.usg {
  position: absolute;
  top: 60px !important;
}

.iComfort_PDP .PDP_getting_started .download_qsg:hover {
  background-color: #fff;
}

.iComfort_PDP .PDP_getting_started .download_qsg span.icon,
.iComfort_PDP .PDP_getting_started .download_qsg-mobile span.icon {
  background: url(../images/pdf_icon_16px.png) no-repeat;
  float: left;
  width: 24px;
  height: 24px;
}

.iComfort_PDP .PDP_getting_started .download_qsg-mobile {
  display: none;
}

@media (max-width: 600px) {
  .iComfort_PDP .PDP_getting_started .download_qsg {
    display: none;
    border-radius: 6px 6px 0px 0px;
    position: fixed;
    right: -75px;
    top: 18%;
    z-index: 90;
    transform: translate3d(-1%, 0, 0) rotate(-90deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .iComfort_PDP .PDP_getting_started .download_qsg-mobile {
    height: 30px;
    padding: 6px 5px 0px 5px;
    border-radius: 6px;
    background-color: #eee;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block !important;
  }
}

/* @media (min-width: 600px) and (max-width: 768px) {
  .iComfort_PDP .PDP_getting_started .download_qsg {
    top: -15px !important;
  }

  .iComfort_PDP .PDP_getting_started .usg {
    top: 25px !important;
  }
} */

@media (min-width: 768px) {
  .iComfort_PDP .PDP_getting_started .step-content {
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  .iComfort_PDP .PDP_getting_started {
    height: 450px;
  }
  .s40-getting-started {
    min-height: 750px !important;
  }
}
.iComfort_PDP #PDP_faqs {
  background: #fafafa;
  padding: 15px;
  margin-bottom: 30px;
}
@media (min-width: 45em) {
  .iComfort_PDP #PDP_faqs {
    padding: 50px;
    margin: 50px 0 !important;
  }
}
.iComfort_PDP #PDP_faqs ul {
  margin: 20px 0 0;
}
.iComfort_PDP #PDP_faqs ul li {
  margin-bottom: 30px;
  text-align: left;
}
.iComfort_PDP #PDP_faqs ul li:last-child {
  text-align: center;
}
@media (min-width: 45em) {
  .iComfort_PDP #PDP_faqs ul li:last-child {
    margin-bottom: 0;
  }
}
.iComfort_PDP #PDP_faqs ul li p {
  color: #666;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 45em) {
  .iComfort_PDP #PDP_faqs ul li p {
    padding-right: 10%;
  }
}
.iComfort_PDP #PDP_faqs ul li p:after {
  content: "";
  background: url(../images/Sprite.png) no-repeat -65px -72px;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 5px;
  right: 10px;
}
.iComfort_PDP #PDP_faqs ul li p:hover {
  color: #c9002d;
}
.iComfort_PDP #PDP_faqs ul li p:hover:after {
  color: #666;
}
.iComfort_PDP #PDP_faqs ul li span {
  color: #666;
  display: none;
}
.iComfort_PDP #PDP_faqs h3 {
  text-transform: none;
}
.iComfort_PDP #PDP_whats_new {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 50px;
  font-size: 0;
}
.iComfort_PDP #PDP_whats_new .PDP_videos {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
  /*&:first-child{
  	@media (min-width: $breakpoint-medium){
  		margin-right: 10px;
  	}
  }
  &:nth-child(2n+1){
  	@media (min-width: $breakpoint-medium){
  		margin-left: 10px;
  	}
  }*/
}
@media (min-width: 45em) {
  .iComfort_PDP #PDP_whats_new {
    margin: 60px 0 !important;
  }
  .iComfort_PDP #PDP_whats_new .PDP_videos {
    width: 48%;
    margin: 0 auto;
  }
}
.iComfort_PDP #PDP_whats_new .PDP_videos .featured-product-video iframe {
  width: 100%;
}
.iComfort_PDP #PDP_whats_new .PDP_videos .amazon_play,
.iComfort_PDP #PDP_whats_new .PDP_videos .btn {
  display: block;
  margin: 20px auto;
}
.iComfort_PDP #PDP_specifications {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.iComfort_PDP #PDP_specifications .PDP_specifications {
  position: relative;
}
.iComfort_PDP #PDP_specifications .PDP_specifications * {
  outline: none;
}
@media (min-width: 45em) {
  .iComfort_PDP #PDP_specifications {
    margin: 50px 0 !important;
  }
  .iComfort_PDP #PDP_specifications .PDP_specifications {
    padding: 0 50px;
  }
  .iComfort_PDP #PDP_specifications .PDP_specifications .slick-prev,
  .iComfort_PDP #PDP_specifications .PDP_specifications .slick-next {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    margin-top: -26px;
    /* background: none !important; */
  }
  .iComfort_PDP #PDP_specifications .PDP_specifications .slick-prev span,
  .iComfort_PDP #PDP_specifications .PDP_specifications .slick-next span {
    /* display: block; */
    display: none;
    height: 51px;
  }
  .iComfort_PDP #PDP_specifications .PDP_specifications .slick-prev span:before,
  .iComfort_PDP
    #PDP_specifications
    .PDP_specifications
    .slick-next
    span:before {
    content: "";
    border-style: solid;
    border-color: #c9002d;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .iComfort_PDP #PDP_specifications .PDP_specifications .slick-next {
    left: auto !important;
    right: 0 !important;
  }
  .iComfort_PDP
    #PDP_specifications
    .PDP_specifications
    .slick-next
    span:before {
    transform: rotate(-45deg);
  }
  .iComfort_PDP #PDP_specifications .PDP_specifications .slick-prev {
    left: 0 !important;
  }
  .iComfort_PDP
    #PDP_specifications
    .PDP_specifications
    .slick-prev
    span:before {
    transform: rotate(135deg);
  }
}
.iComfort_PDP #PDP_specifications ul {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 45em) {
  .iComfort_PDP #PDP_specifications ul {
    width: 48%;
    margin-top: 30px;
  }
}
.iComfort_PDP #PDP_specifications ul li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
  margin-bottom: 20px;
  color: #666;
  float: left;
  width: 100%;
}
@media (max-width: 45em) {
  .iComfort_PDP #PDP_specifications ul li {
    padding-left: 5%;
  }
}
.iComfort_PDP #PDP_specifications ul li p {
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
  text-align: left;
}
.iComfort_PDP #PDP_specifications ul li p:before {
  background: url("../images/Sprite.png") no-repeat -79px -251px;
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
}
.iComfort_PDP #PDP_specifications ul li span {
  padding-left: 40px;
  display: block;
  text-align: left;
}
.iComfort_PDP #PDP_specifications sup {
  vertical-align: super;
  font-size: 8px;
}
.iComfort_PDP #PDP_specifications sup.registered {
  font-size: 12px;
}
.iComfort_PDP #PDP_videos_dwlds.resources {
  width: 100%;
}
@media (min-width: 45em) {
  /* .iComfort_PDP
    #PDP_videos_dwlds.resources
    .resource-section
    .faq-questions-list {
    width: 100%;
  } */
  .translations-downloads
    #PDP_videos_dwlds.resources
    .resource-section
    .faq-questions-list {
    width: 100%;
  }
}
.iComfort_PDP
  #PDP_videos_dwlds.resources
  .resource-section
  .faq-questions-list
  .featured-product-video
  iframe {
  width: 100%;
}
@media (max-width: 45em) {
  .iComfort_PDP #PDP_videos_dwlds.resources .resource-section .drop-down {
    width: 90%;
  }
}
@media (max-width: 45em) {
  .iComfort_PDP
    #PDP_videos_dwlds.resources
    .resource-section
    .faq-sidebar-list {
    width: 90%;
  }
}
@media (min-width: 45em) {
  .iComfort_PDP #PDP_videos_dwlds.resources .query-section .query_img {
    width: 33%;
  }
  .iComfort_PDP #PDP_videos_dwlds.resources .product-query-section .query_img {
    width: 24%;
  }
  .iComfort_PDP
    #PDP_videos_dwlds.resources
    .query-section
    .query_img:nth-child(2) {
    margin: 40px 0.5%;
  }
  .iComfort_PDP #PDP_videos_dwlds.resources .product-query-section .query_img {
    margin: 20px 0.5%;
  }
}
.iComfort_PDP
  #PDP_videos_dwlds.resources
  .query-section
  .query_img
  .query_img_overlay
  p,
.iComfort_PDP
  #PDP_videos_dwlds.resources
  .product-query-section
  .query_img
  .query_img_overlay
  p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
}
@media (min-width: 45em) and (max-width: 60em) {
  .iComfort_PDP
    #PDP_videos_dwlds.resources
    .query-section
    .query_img
    .query_img_overlay
    p,
  .iComfort_PDP
    #PDP_videos_dwlds.resources
    .product-query-section
    .query_img
    .query_img_overlay
    p {
    font-size: 12px;
    line-height: 1.3;
  }
}
.iComfort_PDP
  #PDP_videos_dwlds.resources
  .query-section
  .query_img
  .query_img_overlay
  a,
.iComfort_PDP
  #PDP_videos_dwlds.resources
  .product-query-section
  .query_img
  .query_img_overlay
  a {
  margin-top: 10px;
}
@media (min-width: 45em) {
  .iComfort_PDP #PDP_videos_dwlds #videos-downloads {
    margin-top: 50px;
  }
}
.iComfort_PDP button.btn {
  min-width: 150px;
}

.scrollTop-sticky:not(.reached) {
  position: fixed;
  bottom: 0;
  right: calc(100% - 87.5%);
  margin: 0 -60px 0 0;
  width: 50px;
  height: 50px;
  z-index: 999;
}
.scrollTop-sticky:not(.reached) .container {
  max-width: 100% !important;
}
.scrollTop-sticky.reached .scrollTop,
.scrollTop-sticky.reached .support-scrollTop {
  float: right;
  margin: -50px -60px 0 0;
}

.scrollTop,
.support-scrollTop {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #c9002d;
  line-height: 50px;
  font-size: 14px;
  outline: none;
  position: relative;
}
.scrollTop:before,
.support-scrollTop:before {
  content: "";
  background: url(../images/Sprite.png) no-repeat -6px -58px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(270deg);
}
/*
.contact {
  @media (min-width:$breakpoint-small){
  	display: -webkit-box;
  	display: -ms-flexbox;
    	display: flex;	
    	clear: both;
  }
}
*/
.contact h2 {
  text-align: center;
  margin: 7% 0;
  font-size: 50px;
  font-family: "Avenir-Medium";
  line-height: 0.7em;
}
@media (max-width: 33.75em) {
  .contact h2 {
    margin: 15% 0;
    font-size: 40px;
  }
}
.contact .contact-text {
  text-align: center;
  font-family: "Avenir";
}
@media (max-width: 33.75em) {
  .contact .contact-text {
    margin: 15% 0;
  }
}
.contact .contact-content {
  margin: 5% 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact .contact-content li {
  display: inline-block;
  width: 100%;
  margin: 10% 0;
  text-align: center;
  position: relative;
}
@media (min-width: 45em) {
  .contact .contact-content li {
    width: 50%;
  }
}
.contact .contact-content li span {
  margin: 10px 0;
  display: block;
}
.contact .contact-content li a {
  font-family: "Avenir";
  font-size: 18px;
  display: block;
}
.contact .contact-content li a span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.contact .contact-content li a.twitter span:before {
  background: url("../images/X-logo-white.png") no-repeat;
  background-size: contain;
  width: 41px;
  height: 34px;
  top: -34px;
}
.contact .contact-content li a.email span:before {
  background: url(../images/Sprite.png) no-repeat -139px -353px;
  width: 41px;
  height: 31px;
}
.contact .contact-content li a.phone span:before {
  background: url(../images/Sprite.png) no-repeat -79px -301px;
  width: 33px;
  height: 33px;
}
.contact .contact-content li p {
  font-size: 12px;
  color: #666;
}
@media (min-width: 60em) {
  .contact .contact-content li p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 780px) and (max-height: 1200px) {
  section.contact {
    min-height: 600px;
  }
}
/* latin-ext */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web Regular"), local("TitilliumWeb-Regular"),
    url("../fonts/TitilliumWeb-Regular-latinExt.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web Regular"), local("TitilliumWeb-Regular"),
    url("../fonts/TitilliumWeb-Regular-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light.eot");
  src: url("../fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Avenir-Light.woff2") format("woff2"),
    url("../fonts/Avenir-Light.woff") format("woff"),
    url("../fonts/Avenir-Light.ttf") format("truetype"),
    url("../fonts/Avenir-Light.svg#Avenir-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("../fonts/Avenir-Medium.eot");
  src: url("../fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Avenir-Medium.woff2") format("woff2"),
    url("../fonts/Avenir-Medium.woff") format("woff"),
    url("../fonts/Avenir-Medium.ttf") format("truetype"),
    url("../fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Black";
  src: url("../fonts/Avenir-Black.eot");
  src: url("../fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Avenir-Black.woff2") format("woff2"),
    url("../fonts/Avenir-Black.woff") format("woff"),
    url("../fonts/Avenir-Black.ttf") format("truetype"),
    url("../fonts/Avenir-Black.svg#Avenir-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

.align-right {
  text-align: right;
}

html {
  height: 100%;
}

body {
  font-family: "Avenir-Medium";
  font-size: 14px;
  line-height: 18px;
  height: 100%;
}

button {
  background-image: none;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-family: "Avenir-Medium";
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover {
  text-decoration: none;
}
button.btn {
  background-color: #c9002d;
  padding: 18px 25px;
  text-transform: uppercase;
}

.dealer-access-page .btn {
  background-image: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-family: "Avenir-Medium";
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #c9002d;
  padding: 18px 25px;
  text-transform: uppercase;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 12px;
}

.pull-right {
  float: right;
}

.pull.left {
  float: left;
}

.padding-left-0 {
  padding-left: 0;
}

.paddinf-right-0 {
  padding-right: 0;
}

input,
textarea {
  background-image: none;
  display: block;
  outline: none;
  width: 100%;
}
input:focus,
textarea:focus {
  outline: none;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: not-allowed;
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

.slick-next {
  left: calc(49% + 49px) !important;
  background: url("../images/Sprite.png") no-repeat -6px -58px #c9002d !important;
  z-index: 1;
  transform: translate(-100%, 0%) !important;
  top: auto !important;
  width: 51px !important;
  height: 51px !important;
  bottom: -26px;
}
@media (max-width: 45em) {
  .slick-next {
    left: calc(51% + 40px) !important;
    background: url(../images/Sprite.png) no-repeat -8px -62px #c9002d !important;
    width: 40px !important;
    height: 40px !important;
    bottom: -20px;
  }
}
.slick-next:before {
  content: none !important;
}

.slick-prev {
  left: 49% !important;
  background: url(../images/Sprite.png) no-repeat -10px -15px #c9002d !important;
  z-index: 1;
  transform: translate(-100%, 0%) !important;
  top: auto !important;
  width: 51px !important;
  bottom: -26px;
  height: 51px !important;
}
@media (max-width: 45em) {
  .slick-prev {
    left: 51% !important;
    background: url(../images/Sprite.png) no-repeat -13px -19px #c9002d !important;
    width: 40px !important;
    height: 40px !important;
    bottom: -20px;
  }
}
.slick-prev:before {
  content: none !important;
}

header {
  background-color: #c9001c;
  float: left;
  width: 100%;
}
header .wrapper {
  position: relative;
}
header .container {
  padding: 10px 0;
}
header .container .header-logo {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
header .container .header-logo img {
  display: inline-block;
}
header .container .header-logo img:first-child {
  width: 95px;
}
@media (max-width: 45em) {
  header .container .header-logo {
    width: 80%;
    display: inline-block;
    padding: 0;
  }
}
header .container .header-logo .logo-mb {
  width: 130px;
  top: -5px;
  position: relative;
}
@media (min-width: 1280px) {
  header .container .header-logo .logo-mb {
    display: none;
  }
}
header .container .header-logo .logo-dk {
  display: none;
  width: 300px;
  top: -5px;
  position: relative;
}
@media (min-width: 1280px) {
  header .container .header-logo .logo-dk {
    display: inline-block;
  }
}
header .container nav {
  position: absolute;
  right: 0;
  top: 45%;
  height: 100%;
  transform: translateY(-20%);
}
@media (min-width: 1025px) {
  header .container nav {
    right: 15%;
  }
}
@media (min-width: 45em) {
  header .container nav {
    top: 20%;
  }
}
header .container nav.header-nav {
  display: inline-block;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .container nav.header-nav input {
  display: none;
  width: 60px;
  height: 42px;
  position: absolute;
  top: -7px;
  right: 20px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
@media (max-width: 45em) {
  header .container nav.header-nav input {
    display: block;
  }
}
header .container nav.header-nav input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-25px, -10px);
  background: #fff;
  width: 33px;
  right: 0;
}
header .container nav.header-nav input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .container nav.header-nav input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-21px, 2px);
}
header .container nav.header-nav input:checked ~ ul {
  transform: none;
  box-shadow: 0px 15px 25px -10px #222;
}
header .container nav.header-nav span {
  display: none;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: absolute;
  right: 5%;
  background: #fff;
  z-index: 1;
  text-align: right;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media (max-width: 45em) {
  header .container nav.header-nav span {
    display: block;
  }
}
header .container nav.header-nav span:first-child {
  transform-origin: 0% 0%;
}
header .container nav.header-nav span:nth-child(3) {
  transform-origin: 0% 100%;
  width: 25px;
  top: 10px;
}
header .container nav.header-nav span:nth-child(2) {
  transform-origin: 0% 100%;
  width: 13px;
  top: 20px;
}
header .container nav ul.header_nav_primary {
  position: absolute;
}
@media (max-width: 45em) {
  header .container nav ul.header_nav_primary {
    width: 100%;
    top: -100%;
    padding: 20px;
    left: 0px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 30;
  }
}
@media (max-width: 33.75em) {
  header .container nav ul.header_nav_primary {
    top: 52px;
  }
}
@media (min-width: 33.75em) and (max-width: 45em) {
  header .container nav ul.header_nav_primary {
    top: 60px;
  }
}
@media (min-width: 45em) and (max-width: 60em) {
  header .container nav ul.header_nav_primary {
    top: 0;
    right: 0%;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 60em) and (max-width: 1024px) {
  header .container nav ul.header_nav_primary {
    right: 10%;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  header .container nav ul.header_nav_primary {
    right: 0;
    height: 100%;
  }
}
header .container nav ul.header_nav_primary li {
  float: left;
  padding-left: 16px;
  position: relative;
}
header .container nav ul.header_nav_primary li:nth-child(2) a {
  text-transform: none;
}
@media (max-width: 45em) {
  header .container nav ul.header_nav_primary li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #d1d1d1;
  }
}
@media (min-width: 45em) {
  header .container nav ul.header_nav_primary li {
    height: 100%;
    display: table;
  }
}
header .container nav ul.header_nav_primary li a {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 45em) {
  header .container nav ul.header_nav_primary li a {
    color: #222;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0;
    display: block;
  }
}
@media (min-width: 45em) {
  header .container nav ul.header_nav_primary li a {
    display: table-cell;
    vertical-align: middle;
  }
  header .container nav ul.header_nav_primary li a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
  }
  header .container nav ul.header_nav_primary li a:hover::after {
    width: 100%;
  }
}
@media (min-width: 45em) {
  header .container nav ul.header_nav_primary li .header_nav_sub-menu {
    display: none;
    position: absolute;
    width: 200px;
    background-color: #fff;
    top: 100%;
    left: 22%;
    padding: 10px;
  }
}
@media (max-width: 45em) {
  header .container nav ul.header_nav_primary li .header_nav_sub-menu li {
    border-bottom: 0 none;
  }
  header .container nav ul.header_nav_primary li .header_nav_sub-menu li a {
    display: block;
    font-size: 16px;
    margin: 10px 0;
  }
}
@media (min-width: 45em) {
  header .container nav ul.header_nav_primary li .header_nav_sub-menu li {
    width: 100%;
    padding: 0;
    margin: 5px 0;
  }
  header .container nav ul.header_nav_primary li .header_nav_sub-menu li a {
    display: block;
    text-transform: none;
  }
}
header .container nav ul.header_nav_primary li .header_nav_sub-menu a {
  color: #666;
  display: inline-block;
}
header .container nav ul.header_nav_primary li .header_nav_sub-menu a:hover {
  color: #c9002d;
}
header .container nav ul.header_nav_primary li:hover .header_nav_sub-menu {
  display: block;
}
header .container nav ul.header_nav_primary li:hover .header_nav_sub-menu a {
  text-transform: none;
}
header .container nav ul.header_nav_primary .show-list .header_nav_sub-menu {
  display: block !important;
}
header .container nav ul.header_nav_primary .show-list .header_nav_sub-menu a {
  text-transform: none;
}
@media (min-width: 45em) {
  header .container nav {
    display: block;
  }
}

footer {
  background-color: #222;
  color: #fff;
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 45em) {
  footer .footer-sec {
    border-bottom: 1px solid #373737;
    margin-bottom: 25px;
    padding-right: 0;
  }
  footer .footer-sec:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 720px) {
  footer .footer-sec {
    padding-left: 0;
    padding-right: 0;
    width: 18%;
  }
  footer .footer-sec:nth-child(2) {
    width: 10%;
  }
  footer .footer-sec:first-child {
    padding-left: 1em;
  }
}
footer .footer-sec .footer-sec-title {
  margin-bottom: 15px;
  position: relative;
  font-size: 16px;
}
@media (min-width: 720px) {
  footer .footer-sec .footer-sec-title {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  footer .footer-sec .footer-sec-title {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  footer .footer-sec .footer-sec-title {
    font-size: 17px;
  }
}
@media (max-width: 45em) {
  footer .footer-sec .footer-sec-title {
    margin-bottom: 25px;
    cursor: pointer;
  }
}
footer .footer-sec.footer-acc .footer-sec-title {
  transition: top 0s ease 1s;
}
footer .footer-sec.footer-acc .footer-sec-title:after {
  display: none;
  content: "";
  background: url("../images/plus.png") no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 45em) {
  footer .footer-sec.footer-acc .footer-sec-title:after {
    display: block;
  }
}
footer .footer-sec.footer-acc.active h5:after {
  background: url("../images/minus.png") no-repeat;
  width: 20px;
  top: 8px;
}
@media (min-width: 45em) {
  footer .footer-sec.footer-acc.active h5 {
    font-size: 16px;
  }
}
footer .footer-sec ul li {
  padding-bottom: 10px;
  font-size: 13px;
}
@media (min-width: 720px) {
  footer .footer-sec ul li {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  footer .footer-sec ul li {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  footer .footer-sec ul li {
    font-size: 14px;
  }
}
@media (max-width: 45em) {
  footer .footer-sec ul li {
    padding-bottom: 20px;
  }
}
footer .footer-sec ul li a {
  display: block;
  cursor: pointer;
}
footer .footer-sec ul li .facebook {
  background: url("../images/Sprite.png") no-repeat -75px -29px;
  width: 9px;
  height: 19px;
}
footer .footer-sec ul li .twitter {
  background: url("../images/X-logo-white.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
}
footer .footer-sec ul li .youtube {
  background: url("../images/Sprite.png") no-repeat -146px -34px;
  width: 21px;
  height: 14px;
}
@media (max-width: 45em) {
  footer .footer-sec:first-child ul,
  footer .footer-sec:nth-child(2) ul,
  footer .footer-sec:nth-child(4) ul {
    display: none;
  }
}
footer .footer-sec:last-child ul li {
  display: inline-block;
  margin-left: 17px;
  cursor: pointer;
}
@media (min-width: 45em) and (max-width: 60em) {
  footer .footer-sec:last-child ul li {
    margin-left: 10px;
  }
}
footer .footer-sec:last-child ul li:first-child {
  margin-left: 0;
}
footer a {
  color: #fff;
}
footer .footer-secondary {
  width: 100%;
}
footer .legacy-link {
  line-height: 2;
}
@media (min-width: 45em) {
  footer .footer-secondary {
    border-top: 1px solid #4e4e4e;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
  }
}
footer .footer-secondary a {
  border-bottom: 1px solid #fff;
}
@media (max-width: 45em) {
  footer .footer-secondary a {
    font-size: 16px;
  }
}
@media (max-width: 45em) {
  footer .footer-secondary div.container div {
    text-align: left;
    font-size: 16px;
    padding: 0 15px;
    margin: 15px 0;
  }
}

.faq .text-center {
  text-align: center;
  margin: 0 auto;
}
.faq .section-bg {
  background: url("../images/footer-primary-bg.PNG") repeat;
}
.faq .container {
  padding: 40px 0;
}
.faq .page-title {
  margin-bottom: 40px;
  font-size: 50px;
  color: #222;
  line-height: 1;
}
.faq .faq-comfort-list {
  font-family: "Avenir-Black";
  font-size: 16px;
  color: #666666;
}
.faq .faq-comfort-list img,
.faq .faq-comfort-list span:not(.product-name) {
  display: none;
}
.faq .faq-comfort-list li {
  display: inline-block;
  padding: 20px;
  border: 1px solid transparent;
  cursor: pointer;
}
.faq .faq-comfort-list li:hover p,
.faq .faq-comfort-list li.active p {
  border-bottom: 2px solid #c9002d;
}
.faq .page-content {
  display: none;
}
.faq .page-content.d-flex {
  display: block !important;
}
.faq .page-content,
.faq a {
  color: #666666;
}
.faq .faq-sidebar {
  background: #f7f7f7;
  padding: 30px 0 0;
  box-shadow: 0;
}
@media (max-width: 45em) {
  .faq .faq-sidebar {
    position: absolute;
    z-index: 1;
  }
}
.faq .drop-down {
  overflow: hidden;
  border: 1px solid #cecbc6;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.faq .drop-down .fa-chevron-down {
  position: absolute;
  right: 25px;
  top: 18px;
}
.faq .drop-down .option-selected {
  padding: 15px 25px 15px 15px;
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
}
.faq .faq-sidebar-list {
  display: none;
  width: 90%;
  text-align: left;
  border: 1px solid #cecbc6;
  padding: 20px;
  height: 300px;
  overflow-y: scroll;
}
.translations-section .faq-sidebar-list {
  height: auto !important;
}
@media (max-width: 45em) {
  .faq .faq-sidebar-list {
    background: #fff;
  }
}
.faq .faq-sidebar-list p {
  font-family: "Avenir-Black";
  padding-bottom: 15px;
}
.faq .faq-sidebar-list li {
  cursor: pointer;
  position: relative;
}
.faq .faq-sidebar-list li.faq-sidebar-list-items {
  border-bottom: 1px solid #ebebeb;
}
.translations-section .faq-sidebar-list li.faq-sidebar-list-items {
  border-bottom: none;
}
.faq .faq-sidebar-list li.faq-sidebar-list-items:not(:first-child) {
  margin-top: 15px;
}
.faq .faq-sidebar-list li .sidebar-sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.faq .faq-sidebar-list li .sidebar-sub-menu li {
  padding-bottom: 25px;
}
.faq .faq-sidebar-list li.active.faq-sidebar-list-items p:before {
  background-position: -197px -40px;
}
.faq .faq-sidebar-list li.active .sidebar-sub-menu {
  max-height: 200px;
}
.faq .faq-questions {
  background: #fafafa;
  padding: 30px;
  text-align: left;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 45em) {
  .faq .faq-questions {
    padding-top: 100px;
  }
}
.faq .answer-brief {
  display: none;
}
.faq .answer-brief,
.faq .faq-questions-submenu-inner {
  display: none;
  font-size: 14px;
  line-height: 20px;
}
.faq .faq-questions-submenu-inner.active {
  display: block;
}
.faq .faq-questions-list {
  margin-bottom: 30px;
}
.faq .faq-questions-list .question-container {
  position: relative;
  cursor: pointer;
}
.faq .faq-questions-list .go-faq {
  display: none;
}
@media (min-width: 45em) {
  .faq .faq-questions-list.active .back_to {
    display: block;
    width: auto;
    right: 20px;
    bottom: 75%;
    background: transparent;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    line-height: 10px;
    height: 12px;
    position: absolute;
  }
}
.faq .faq-questions-list.active .questions {
  padding-left: 25px;
  padding-right: 0;
  margin-bottom: 20px;
  color: #c9002d;
}
.faq .faq-questions-list.active .questions:before {
  color: #666;
  transform: rotate(180deg);
  right: auto;
  left: 0;
}
.faq .faq-questions-list .questions,
.ifttt-questions {
  border-bottom: 1px solid #ebebeb;
  font-weight: bold;
  padding-bottom: 20px;
  padding-right: 25px;
  display: inline-block;
  width: 90%;
  position: relative;
}
.faq .faq-questions-list .questions:hover,
.ifttt-questions:hover a {
  color: #c9002d;
}

.faq .faq-questions-list .questions:hover:before {
  color: #666;
}
.faq .faq-questions-list .questions:before {
  content: "";
  cursor: pointer;
  background: url("../images/Sprite.png") no-repeat -65px -72px;
  width: 8px;
  height: 14px;
  position: absolute;
  line-height: 14px;
  top: 50%;
  right: 0;
  margin-top: -17px;
}
.faq .faq-questions-list.warning_code tr:nth-child(even) {
  background-color: #e1e1e1;
}
.faq .faq-questions-list.warning_code td {
  height: 45px;
  word-wrap: break-word;
  vertical-align: middle;
}
.faq .faq-questions-list.warning_code td:first-child {
  width: 15%;
  text-align: center;
}
.faq .faq-questions-list.warning_code td:last-child {
  width: 85%;
  padding-left: 50px;
}
.faq .faq-ques-image-title {
  /*padding-left:20%;*/
  font-size: 20px;
  display: block;
}
.faq .faq-ques-link {
  color: #c9001c;
}
.faq__answer-list li {
  display: block;
  padding-left: 10px;
}

@media (min-width: 45em) {
  .faq .container {
    padding: 60px 0;
  }
  .faq .faq-comfort-list {
    display: table;
  }
  .faq .faq-comfort-list img,
  .faq .faq-comfort-list span:not(.product-name) {
    display: inline-block;
  }
  .faq .faq-comfort-list li {
    max-width: 24%;
  }
  .faq .faq-comfort-list li:hover,
  .faq .faq-comfort-list li.active {
    background: #fff;
    border: 1px solid #efefef;
  }
  .faq .faq-comfort-list li:hover p,
  .faq .faq-comfort-list li.active p {
    color: #c9002d;
    border-bottom: 0;
  }
  .faq .page-content.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .faq .faq-sidebar {
    padding: 60px 0;
    box-shadow: 5px 0px 21px -11px #222;
  }
  .faq .faq-sidebar-list {
    margin-top: 0;
    display: block;
    width: 274px;
    border: 0;
    padding: 0;
    height: auto;
    overflow-y: auto;
  }
  .faq .faq-sidebar-list li.active p,
  .faq .faq-sidebar-list li.active .sidebar-sub-menu li.active a {
    color: #c9002d;
  }
  .faq .faq-sidebar-list li.active a.ques-list-link {
    color: #c9002d;
  }
  .faq .faq-questions-list.active .questions {
    padding-right: 150px;
  }
  .faq .faq-questions-list .questions,
  .ifttt-questions {
    width: 94%;
  }
  .faq .drop-down {
    display: none;
  }
  .faq .faq-questions {
    padding: 60px;
  }
  .faq__answer-list li {
    display: block;
    padding-left: 20px;
  }
}
@media (max-width: 45em) {
  .faq .faq-sidebar-list p {
    padding-bottom: 0;
  }
}
@media (min-width: 45em) and (max-width: 60em) {
  .faq .faq-sidebar-list {
    width: 200px;
  }
}
li.active a.ques-list-link {
  color: #c9002d;
}

.compare-products {
  padding: 30px 0 30px 0;
}
.compare-products .compare-products-title {
  max-width: 90%;
  margin: auto;
  line-height: 1.1em;
  font-size: 45px;
  padding-bottom: 30px;
  text-align: center;
}
.compare-products .compare-icomfort-header,
.compare-products .compare-feature-header {
  display: none;
}
.compare-products .compare-list-item {
  display: -ms-flexbox;
  display: flex;
}
.compare-products .compare-feature-title {
  line-height: 1.1em;
}
.compare-products .compare-feature-desc {
  padding-top: 15px;
  line-height: 1.5em;
  color: #666;
}
.compare-products .compare-content {
  position: relative;
  border-left: 1px solid #e9e6e0;
  border-bottom: 1px solid #e9e6e0;
  padding: 25px;
}
.compare-products .border-right-grey {
  border-right: 1px solid #e9e6e0;
}
.compare-products .border-bottom-grey {
  border-bottom: 1px solid #e9e6e0 !important;
}
.compare-products .feature-title,
.compare-products .feature-icon,
.compare-products .compare-icon,
.compare-products .icomfort-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.compare-products .col-xs-12 {
  width: 100%;
}
.compare-products .col-xs-4 {
  width: 25%;
  min-height: 100px;
}
@media (max-width: 767px) {
  .compare-products .container {
    width: 100%;
    max-width: 100%;
  }
}
.compare-products .compare-icon {
  font-family: "Avenir-Black";
  min-height: 60px;
}
.compare-products .compare-icon span {
  color: #666;
}
.compare-products .striped-background {
  background-image: url("../images/title_bg.jpg");
}
.compare-products .icon-title {
  padding-bottom: 10px;
}
.compare-products sup {
  vertical-align: super;
  font-size: 0.8em;
}
.compare-products sup.registered {
  font-size: 12px;
}
@media (min-width: 768px) {
  .compare-products {
    padding: 60px 0 60px 0;
  }
  .compare-products .compare-products-title {
    font-size: 50px;
  }
  .compare-products .compare-icomfort-header {
    min-height: 80px;
    display: -ms-flexbox;
    display: flex;
  }
  .compare-products .compare-feature-header {
    display: -ms-flexbox;
    display: flex;
  }
  .compare-products .icomfort-content {
    position: relative;
  }
  .compare-products .feature-content {
    min-height: 225px;
    position: relative;
    border-left: 1px solid #e9e6e0;
    border-top: 1px solid #e9e6e0;
    border-bottom: 1px solid #e9e6e0;
  }
  .compare-products .col-xs-12 {
    width: 20%;
  }
  .compare-products .col-xs-4 {
    width: 20%;
    min-height: 0;
  }
  .compare-products .compare-feature-desc {
    padding-top: 10px;
  }
  .compare-products .compare-content {
    border-bottom: none;
    padding: 15px;
  }
  .compare-products .icomfort-title,
  .compare-products .feature-title {
    color: #c9001c;
    font-size: 1.2em;
    font-family: "Avenir-Black";
  }
  .compare-products .icon-title {
    display: none;
  }
  .compare-products .compare-icon {
    min-height: 0;
  }
  .compare-products div.compare-list-item:last-child {
    border-bottom: 1px solid #e9e6e0;
  }
}

.software-release-notes {
  padding: 30px 0 0 0;
}
.software-release-notes .release-notes-title {
  max-width: 90%;
  margin: auto;
  text-align: center;
  font-size: 45px;
  line-height: 1.1em;
  padding-bottom: 30px;
}
.software-release-notes h5.version-title,
.software-release-notes h5.features-title {
  line-height: 2em;
}
.software-release-notes p.release-details {
  color: #666;
  line-height: 1.8em;
}
.software-release-notes .release-list {
  width: 90%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.software-release-notes hr {
  display: none;
}
.software-release-notes .release-item {
  padding: 30px;
  border-bottom: 1px solid #e9e6e0;
}
.software-release-notes .features-list li {
  color: #666;
  line-height: 1.8em;
}
.software-release-notes .features-list .fa-circle {
  padding: 3px;
}
.software-release-notes .features-list .fa-sm {
  font-size: 8px;
}
.software-release-notes .features-added {
  padding-top: 20px;
}
.software-release-notes .striped-background {
  background: url(../images/footer-primary-bg.PNG) repeat bottom;
}
@media (max-width: 767px) {
  .software-release-notes .container {
    width: 100%;
    max-width: 100%;
  }
}
.software-release-notes .readmore {
  color: #c9002d !important;
  font-weight: 600;
}
@media (min-width: 768px) {
  .software-release-notes {
    padding: 60px 0 0 0;
  }
  .software-release-notes .release-notes-title {
    font-size: 50px;
  }
  .software-release-notes hr {
    display: block;
    border: 0.5px solid #e9e6e0;
  }
  .software-release-notes .release-item {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .software-release-notes .release-list {
    width: 80%;
  }
}

.youtube__wrapper {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube__wrapper .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.youtube__wrapper .youtube:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.youtube__wrapper img,
.youtube__wrapper iframe,
.youtube__wrapper .play-button {
  position: absolute;
}
.youtube__wrapper img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
  cursor: pointer;
}
.youtube__wrapper .play-button {
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
}
.youtube__wrapper .play-button:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.youtube__wrapper .play-button,
.youtube__wrapper .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube__wrapper .play-button:hover {
  background-color: red;
  opacity: 1;
}
.youtube__wrapper iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  min-height: auto !important;
  display: none;
  z-index: 1;
}
.youtube__wrapper .load-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  text-align: center;
  height: 30px;
  font-size: 14px;
  margin-top: 30px;
  z-index: 1;
}
@media (min-width: 45em) {
  .youtube__wrapper .load-button {
    font-size: 18px;
    margin-top: 35px;
  }
}
@media (min-width: 45em) and (max-width: 60em) {
  .youtube__wrapper .load-button {
    font-size: 16px;
    margin-top: 25px;
  }
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.clear {
  clear: both;
}
.col-video {
  display: inline-block;
  width: 50%;
}
@media (max-width: 767px) {
  .col-video {
    display: block;
    width: 100%;
  }
  .support-section
    .feature-section
    .support-feature-right
    .featured-product-video {
    margin-top: 15px;
  }
}

.iComfort_PDP #PDP_whats_new .col-video .PDP_videos {
  width: 95%;
}
@media (min-width: 45em) and (max-width: 60em) {
  .lds-spinner {
    top: -15px;
  }
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div::nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.support-post-products h2 {
  line-height: 1.3;
}
.support-post-products .post-product-placement {
  text-align: center;
  margin-bottom: 30px;
}
.support-post-products .post-product-name {
  display: block;
  margin: 0.625rem 0;
  font-size: 16px;
  font-weight: 600;
}
.support-post-products .post-product-name:hover {
  color: #c9001c;
}
.support-post-products h2 .ic_trademark {
  font-size: 18px;
  top: -8px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.download_button {
  align-items: center;
  border: 0;
  border-radius: 4px;
  color: white;
  display: flex;
  font-size: 18px;
  max-width: 225px;
  text-decoration: none;
  width: 100%;

  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.download_button figure {
  background-color: #c60c35;
  background-image: linear-gradient(
    135deg,
    #b20e32 14.29%,
    #c60c35 14.29%,
    #c60c35 50%,
    #b20e32 50%,
    #b20e32 64.29%,
    #c60c35 64.29%,
    #c60c35 100%
  );
  background-size: 9.9px 9.9px;
  height: 50px;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
  width: 75px;
  vertical-align: middle;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.download_button span {
  background: #fff;
  display: block;
  font-family: "Titillium Web", sans-serif;
  flex-basis: 225px;
  padding: 16px 8px;
  text-align: left;
  height: 50px;
  width: max-content;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (min-width: 767px) {
  .display-inline-flex {
    display: inline-flex !important;
  }

  .margin0 {
    margin-left: 0px !important;
    margin-top: 0px !important;
  }

  .width94 {
    width: 94px !important;
  }

  .margin-right20 {
    margin-right: 20px;
  }
}

.display-inline-block {
  display: inline-block;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-bottom5 {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.callout-flag {
  position: absolute;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #c60c35;
  padding: 5px 10px;
  font-weight: bold;
}
.l40-container {
  background: url(../images/product-bg.PNG) repeat;
  color: white;
  text-align: center;
  padding: 30px;
  min-height: 400px; 
}
.l40-title {
  font-size: 30px;
  margin: 15px 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height:1em;
}
.l40-text {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 20px;
  line-height: 1.5;
}
.l40-buttons {
  width: 100%; 
  height: auto; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.l40-button {
  background-color: #e6e6e6;
  width: 250px;
  color: black;
  font-weight:normal;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.l40-qr-code {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.l40-qr-code img {
  width: 150px;
  height: auto;
}
.s40-qr-code {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.s40-qr-code img {
  width: 150px;
  height: auto;
}

.dealer-access-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.s40-dealer-access-page, .l40-dealer-access-page {
  flex: 1;
  min-width: 200px;
  max-width: 400px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  position: relative;

}

.s40-dealer-access-page img, .l40-dealer-access-page img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor:pointer;
}

.dealer-title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.dealer-description {
  font-size: 16px;
  color: #555;
}

.dealer-flag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c60c35;
  padding: 5px 10px;
  font-weight: bold;
}

.dealer-l40-image {
  width: 35%;
  height: 35%;
  margin: 0;
}