@charset "UTF-8";
/*
Theme Name: Eemax
Theme URI:
Author: kinertia
*/
@import "fonts/fonts.css";
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

img.lg-object.lg-image {
  padding: 30px;
}

.card-body .sustainable-standout {
  background: url("https://media.eemax.com/site/rheemdotcom/_WP/img/categoryfilter/sustainabile-standout@2x.png");
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 9;
}

/**
 * EEmax Colors
 */
.bg-dark-grey {
  background: #53565a;
}

.bg-white {
  background: #fff;
}

/**
 * Bootstrap Buttons
 */
.btn-eemax-red {
  color: #fff;
  background-color: #fa001b;
  border-color: #fa001b;
  line-height: 1.75rem;
}
.btn-eemax-red:hover {
  color: #fff;
  background-color: rgb(199, 0, 21.492);
  border-color: rgb(255, 20.5, 45.826);
}
.btn-eemax-red:focus, .btn-eemax-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(250.75, 38.25, 61.2, 0.5);
}
.btn-eemax-red.disabled, .btn-eemax-red:disabled {
  color: #fff;
  background-color: #fa001b;
  border-color: #fa001b;
}
.btn-eemax-red:not(:disabled):not(.disabled):active, .btn-eemax-red:not(:disabled):not(.disabled).active, .show > .btn-eemax-red.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 46, 68.572);
  border-color: rgb(97, 0, 10.476);
}
.btn-eemax-red:not(:disabled):not(.disabled):active:focus, .btn-eemax-red:not(:disabled):not(.disabled).active:focus, .show > .btn-eemax-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250.75, 38.25, 61.2, 0.5);
}

.btn-eemax-outline-red {
  color: #fa001b;
  border-color: #fa001b;
  background-color: #fff;
}
.btn-eemax-outline-red:hover {
  color: #fff;
  background-color: rgb(255, 20.5, 45.826);
  border-color: #fa001b;
}
.btn-eemax-outline-red:focus, .btn-eemax-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 0, 27, 0.5);
}
.btn-eemax-outline-red.disabled, .btn-eemax-outline-red:disabled {
  color: #fa001b;
  background-color: transparent;
}
.btn-eemax-outline-red:not(:disabled):not(.disabled):active, .btn-eemax-outline-red:not(:disabled):not(.disabled).active, .show > .btn-eemax-outline-red.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 20.5, 45.826);
  border-color: #fa001b;
}
.btn-eemax-outline-red:not(:disabled):not(.disabled):active:focus, .btn-eemax-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-eemax-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 0, 27, 0.5);
}

.btn-eemax-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-eemax-black:hover {
  color: #fff;
  background-color: black;
  border-color: rgb(12.75, 12.75, 12.75);
}
.btn-eemax-black:focus, .btn-eemax-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-eemax-black.disabled, .btn-eemax-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-eemax-black:not(:disabled):not(.disabled):active, .btn-eemax-black:not(:disabled):not(.disabled).active, .show > .btn-eemax-black.dropdown-toggle {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: black;
}
.btn-eemax-black:not(:disabled):not(.disabled):active:focus, .btn-eemax-black:not(:disabled):not(.disabled).active:focus, .show > .btn-eemax-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-eemax-light-red {
  color: #fff;
  background-color: #e4002b;
  border-color: #e4002b;
}
.btn-eemax-light-red:hover {
  color: #fff;
  background-color: rgb(177, 0, 33.3815789474);
  border-color: rgb(255, 20.5, 45.826);
}
.btn-eemax-light-red:focus, .btn-eemax-light-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(232.05, 38.25, 74.8, 0.5);
}
.btn-eemax-light-red.disabled, .btn-eemax-light-red:disabled {
  color: #fff;
  background-color: #e4002b;
  border-color: #e4002b;
}
.btn-eemax-light-red:not(:disabled):not(.disabled):active, .btn-eemax-light-red:not(:disabled):not(.disabled).active, .show > .btn-eemax-light-red.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 24, 67.5657894737);
  border-color: rgb(75, 0, 14.1447368421);
}
.btn-eemax-light-red:not(:disabled):not(.disabled):active:focus, .btn-eemax-light-red:not(:disabled):not(.disabled).active:focus, .show > .btn-eemax-light-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232.05, 38.25, 74.8, 0.5);
}

.btn-eemax-light-blue {
  color: #212529;
  background-color: #77c5d5;
  border-color: #77c5d5;
}
.btn-eemax-light-blue:hover {
  color: #212529;
  background-color: rgb(80.0337078652, 180.3820224719, 200.9662921348);
  border-color: rgb(138.4831460674, 205.308988764, 219.0168539326);
}
.btn-eemax-light-blue:focus, .btn-eemax-light-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(106.1, 173, 187.2, 0.5);
}
.btn-eemax-light-blue.disabled, .btn-eemax-light-blue:disabled {
  color: #212529;
  background-color: #77c5d5;
  border-color: #77c5d5;
}
.btn-eemax-light-blue:not(:disabled):not(.disabled):active, .btn-eemax-light-blue:not(:disabled):not(.disabled).active, .show > .btn-eemax-light-blue.dropdown-toggle {
  color: #212529;
  background-color: rgb(157.9662921348, 213.6179775281, 225.0337078652);
  border-color: rgb(42.2359550562, 120.6741573034, 136.7640449438);
}
.btn-eemax-light-blue:not(:disabled):not(.disabled):active:focus, .btn-eemax-light-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-eemax-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106.1, 173, 187.2, 0.5);
}

.btn-eemax-light-orange {
  color: #212529;
  background-color: #ff9e1b;
  border-color: #ff9e1b;
}
.btn-eemax-light-orange:hover {
  color: #fff;
  background-color: rgb(231, 132.7236842105, 0);
  border-color: rgb(255, 168.8486842105, 52.5);
}
.btn-eemax-light-orange:focus, .btn-eemax-light-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 139.85, 29.1, 0.5);
}
.btn-eemax-light-orange.disabled, .btn-eemax-light-orange:disabled {
  color: #212529;
  background-color: #ff9e1b;
  border-color: #ff9e1b;
}
.btn-eemax-light-orange:not(:disabled):not(.disabled):active, .btn-eemax-light-orange:not(:disabled):not(.disabled).active, .show > .btn-eemax-light-orange.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 179.6973684211, 78);
  border-color: rgb(129, 74.1184210526, 0);
}
.btn-eemax-light-orange:not(:disabled):not(.disabled):active:focus, .btn-eemax-light-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-eemax-light-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 139.85, 29.1, 0.5);
}

.btn-eemax-light-green {
  color: #212529;
  background-color: #a4d65e;
  border-color: #a4d65e;
}
.btn-eemax-light-green:hover {
  color: #212529;
  background-color: rgb(141.0247524752, 203.6485148515, 53.3514851485);
  border-color: rgb(175.4876237624, 219.1757425743, 114.3242574257);
}
.btn-eemax-light-green:focus, .btn-eemax-light-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(144.35, 187.45, 86.05, 0.5);
}
.btn-eemax-light-green.disabled, .btn-eemax-light-green:disabled {
  color: #212529;
  background-color: #a4d65e;
  border-color: #a4d65e;
}
.btn-eemax-light-green:not(:disabled):not(.disabled):active, .btn-eemax-light-green:not(:disabled):not(.disabled).active, .show > .btn-eemax-light-green.dropdown-toggle {
  color: #212529;
  background-color: rgb(186.9752475248, 224.3514851485, 134.6485148515);
  border-color: rgb(85.1732673267, 123.5396039604, 31.4603960396);
}
.btn-eemax-light-green:not(:disabled):not(.disabled):active:focus, .btn-eemax-light-green:not(:disabled):not(.disabled).active:focus, .show > .btn-eemax-light-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144.35, 187.45, 86.05, 0.5);
}

.btn-action {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
}

.btn-square {
  border-radius: 0;
}

/**
 * Bootstrap NavBar
 */
.navbar-eemax {
  background: #2f3f48;
  color: #fff;
}
.navbar-eemax .navbar-brand {
  color: #fff;
  padding-right: 38px;
  margin-right: 0;
  line-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-eemax .navbar-nav .nav-link {
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-eemax .navbar-nav .nav-link {
    padding-left: 12px;
  }
}

.navbar-eemax-red {
  background: #fa001b;
  color: #fff;
}

/**
 * Spacing Utilities
 */
.mr-6 {
  margin-right: 4rem;
}

.mr-7 {
  margin-right: 5rem;
}

.mr-8 {
  margin-right: 6.25rem;
}

.pt-8 {
  padding-top: 6.25rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    column-count: 4;
  }
}

#products-search-results .card-columns {
  column-count: 1;
}
@media (min-width: 576px) {
  #products-search-results .card-columns {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  #products-search-results .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #products-search-results .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  #products-search-results .card-columns {
    column-gap: 0.25rem;
    column-count: 4;
  }
}
#products-search-results .card {
  min-height: 500px;
  display: inline-flex;
}
#products-search-results .card .card-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#products-search-results .card .card-body .btn {
  z-index: 9999;
}

#products-search-sort .breadcrumbs {
  margin: 0 0 11px;
}
#products-search-sort span {
  color: #878b8d;
}
#products-search-sort .products-search-sort-btn {
  color: #5a6c75;
}
#products-search-sort .products-search-sort-btn.active {
  color: #fa001b;
}

@media (max-width: 767.98px) {
  .container img {
    max-width: 100%;
  }
  .container-full {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
body {
  font-family: "formata", sans-serif;
  color: #53565a;
  font-size: 14px;
}

.paragraph-title {
  display: none;
}

#header-bar {
  background: #fa001b;
  color: #fff;
  height: 40px;
  font-size: 11px;
  padding: 0px 15px 0;
}
#header-bar .social-links {
  display: inline-block;
  margin: 0px 0 0 27px;
  height: 22px;
}
#header-bar .social-links a {
  display: block;
  float: left;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  background-image: url("images/icon-social-desktop.png");
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #header-bar .social-links a {
    background-image: url("images/icon-social-desktop@2x.png");
    background-size: 104px 26px;
  }
}
#header-bar .social-links a:first-child {
  margin-left: 0;
}
#header-bar .social-links .social-facebook {
  background-position: 0 0;
}
#header-bar .social-links .social-twitter {
  background-position: -26px 0;
}
#header-bar .social-links .social-youtube {
  background-position: -52px 0;
}
#header-bar .social-links .social-instagram {
  background-position: -78px 0;
}
#header-bar .phone {
  float: left;
  height: 12px;
  color: #fff;
  text-decoration: none;
  margin-top: 9px;
  font-size: 15px;
  padding-left: 20px;
}
#header-bar .header-bar-container {
  float: right;
  padding-right: 10px;
}
#header-bar .menu-secondary-nav-container {
  display: inline-block;
  margin: 10px 0 0;
}
#header-bar .menu-secondary-nav-container ul li {
  list-style: none;
  float: left;
}
#header-bar .menu-secondary-nav-container ul li + li:before {
  content: "|";
  margin: 0 5px;
}
#header-bar .menu-secondary-nav-container ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

#header-navigation {
  background: #2f3f48;
  height: 89px;
  margin-top: 1px;
}
#header-navigation #mobile-logo {
  display: none;
}

nav#site-navigation {
  font-size: 12px;
  font-weight: bold;
  display: contents;
}
nav#site-navigation ul {
  margin: 7px 0 0 0;
  display: block;
}
nav#site-navigation li {
  list-style: none;
  display: inline-block;
  margin: 0 24px;
  position: relative;
}
nav#site-navigation li a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
nav#site-navigation li:first-child {
  margin-left: -5px;
}

.slider {
  color: #fff;
}
.slider img {
  max-height: 360px;
  width: auto;
}
.slider a.slidesjs-navigation {
  font-family: FontAwesome, sans-serif;
  position: absolute;
  top: calc(50% - 60px);
  font-size: 30px;
  cursor: pointer;
  z-index: 999;
}
.slider a.slidesjs-previous {
  left: 30px;
}
.slider a.slidesjs-next {
  right: 30px;
}

.lSSlideOuter {
  height: 100% !important;
  min-width: 100%;
}

.lSSlideWrapper {
  height: calc(100% - 94px);
}

#productSlider > li {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

#product-summary .product-slider-wrapper {
  background: #878b8d;
  position: relative;
  display: flex;
  align-items: center;
}
#product-summary .product-slider-wrapper ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
  height: 100% !important;
}
#product-summary .product-slider-wrapper li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
#product-summary .product-slider-wrapper img {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 40px;
}
#product-summary .product-slider-wrapper .lSSlideOuter .lSPager.lSGallery {
  bottom: 0;
  width: 100% !important;
  border-top: 1px solid #fff;
}
#product-summary .product-slider-wrapper .lSSlideOuter .lSPager.lSGallery li {
  max-height: 100px !important;
  max-width: 100px !important;
  border-right: 1px solid #fff;
  margin-right: 0 !important;
}
#product-summary .product-slider-wrapper .lSSlideOuter .lSPager.lSGallery li img {
  max-height: 90px !important;
  width: auto !important;
  padding: 10px;
}
#product-summary .product-slider-wrapper .lSSlideOuter .lSPager.lSGallery li.active, #product-summary .product-slider-wrapper .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
  border-bottom: 2px #ff0000 solid;
}
#product-summary .product-details-short {
  display: none;
}
#product-summary .product-category {
  font-size: 20px;
  font-family: "formata", sans-serif;
  line-height: 34px;
}
#product-summary .product-sku {
  font-size: 26px;
  font-family: "formata", sans-serif;
  line-height: 34px;
}
#product-summary .product-tagline {
  font-size: 20px;
  font-family: "formata", sans-serif;
  line-height: 34px;
}
#product-summary .product-details {
  height: 440px;
  overflow: hidden;
  position: relative;
}
#product-summary .product-details .product-content {
  padding: 25px 50px 0 36px;
  overflow: hidden;
  color: #53565a;
}
#product-summary .product-details .product-content h1 {
  font-size: 50px;
  font-family: "formata", sans-serif;
  line-height: 55px;
}
#product-summary .product-details .product-content p {
  font-size: 16px;
  line-height: 22px;
}
#product-summary .product-details .product-content .product-features {
  margin: 20px 0 0;
  font-size: 16px;
}
#product-summary .product-details .product-content .product-features .row .col::before {
  content: "•";
  color: #fa001b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
#product-summary .product-details .product-content .product-features .row .col span {
  margin-left: -0.3em;
}

.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  list-style: none;
  display: inline-block;
}
.breadcrumbs ul li a:after {
  content: "›";
  display: inline-block;
  color: #878b8d;
  padding: 0 7px;
}

.btn-zoom {
  background-image: url("images/btn-zoom.png");
  width: 23px;
  height: 28px;
  position: absolute;
  z-index: 9999;
  bottom: 110px;
  right: 25px;
  cursor: pointer;
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-zoom {
    background-image: url("images/btn-zoom@2x.png");
    background-size: 23px 28px;
  }
}

.product-navigation {
  background: #2f3f48;
  height: 55px;
}
.product-navigation .product-navigation-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin: 13px 0 0 20px;
}
.product-navigation .product-navigation-red {
  background: #fa001b;
  color: #fff;
  white-space: nowrap;
  padding: 5px 10px;
  font-weight: bold;
}
.product-navigation .product-navigation-red:hover {
  color: #fff;
  text-decoration: none;
}
.product-navigation .row div {
  padding: 14px 0 0 0;
  text-align: center;
}
.product-navigation a {
  color: #fff;
}

.btn-red {
  background: #fa001b;
  color: #fff;
  float: right;
  margin: 12px 100px 0 0;
  padding: 5px 10px;
  font-weight: bold;
}

.btn-red:hover {
  color: #fff;
  text-decoration: none;
}

.btn-white {
  background: #fff;
  color: #fa001b;
  float: right;
  _margin: 12px 100px 0 0;
  padding: 3px 10px;
  font-weight: bold;
  border: 2px solid #fa001b;
}

.btn-white:hover {
  color: #fa001b;
  text-decoration: none;
}

.extra-item {
  border-top: #dfe1df 1px solid;
  margin: 0;
}
.extra-item .extra-item-title {
  _border-right: 1px solid #dfe1df;
  float: left;
  margin: 14px 0 0;
  padding: 0 10px 0 0;
  font-weight: 700;
  font-size: 20px;
  color: #53565a;
  text-align: right;
  line-height: 20px;
}
.extra-item .extra-item-title a {
  font-weight: 700;
  font-size: 20px;
  color: #53565a;
}
.extra-item .extra-item-body {
  border-left: 1px solid #dfe1df;
  padding: 20px 0 30px 50px;
  font-size: 13px;
}
.extra-item .extra-item-body ul {
  margin: 0;
  padding: 0;
}
.extra-item .extra-item-body::after {
  content: "";
  clear: both;
  display: table;
}
.extra-item .product-extra-2-spacer,
.extra-item .product-extra-3-spacer {
  height: 29px;
  margin: 0 30px 25px -80px;
  border-bottom: 1px solid #caccc9;
  clear: both;
}
.extra-item .product-extra-detail {
  color: #53565a;
  width: 232px;
  float: left;
  margin: 0 35px 30px 0;
}
.extra-item .product-extra-detail .product-extra-detail-title {
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 16px;
}
.extra-item .product-extra-detail .product-extra-detail-text {
  font-size: 16px;
  line-height: 22px;
}

.documents li {
  list-style: none;
  float: left;
  margin-right: 20px;
  width: 150px;
  min-height: 275px;
  text-align: center;
  font-size: 16px;
}
.documents .document {
  background: url(images/icon-document.png);
  width: 129px;
  height: 167px;
  margin: 10px 0 20px 10px;
  text-align: center;
  font-size: 16px;
  padding: 35px 15px 15px;
  position: relative;
}
.documents .document img {
  max-width: 100%;
  max-height: 100%;
}
.documents .document canvas {
  position: absolute;
  top: 34px;
  left: 5px;
  max-width: 100%;
  max-height: 75%;
}

.videos li {
  list-style: none;
  float: left;
  text-align: center;
  margin: 0 20px 20px 0;
  font-size: 16px;
}
.videos .video {
  margin: 0 0 20px;
}

.bottom-bar {
  background: #fa001b;
  color: #fff;
  padding: 20px 0;
}

.bottom-navigation {
  background: #2f3f48;
  color: #c7c9c6;
  font-size: 14px;
  padding: 40px 0;
}
.bottom-navigation ul {
  padding: 0;
}
.bottom-navigation ul li.menu-title {
  color: #fff;
  font-weight: bold;
}
.bottom-navigation ul li {
  list-style: none;
  font-size: 14px;
  padding: 10px 0;
}
.bottom-navigation ul li a {
  color: #fff;
}

#energy-guide {
  position: absolute;
  top: 180px;
  right: 100px;
  z-index: 999;
}

.bottom-bar-grey {
  display: none;
  background: #878b8d;
  color: #fff;
  padding: 30px 40px;
  border-bottom: 1px solid #fff;
}

.bottom-bar-grey a {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
}

.bottom-bar-grey a:hover {
  color: #fff;
}

.bottom-links-grey {
  display: none;
  background: #878b8d;
  color: #fff;
  border-bottom: 1px solid #fff;
  height: 90px;
}
.bottom-links-grey a {
  color: #fff;
  float: left;
  width: 50%;
  display: block;
  font-size: 23px;
  padding: 28px 0 0;
  text-align: center;
  border-right: 1px solid #fff;
  height: 90px;
}
.bottom-links-grey a:hover {
  color: #fff;
}
.bottom-links-grey a:last-child {
  border: 0;
}
@media (max-width: 767.98px) {
  .bottom-links-grey a {
    font-size: 5vw;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .bottom-links-grey a {
    font-size: 4vw;
  }
}

.bottom-navigation .address {
  display: none;
}

.btn-extra-toggle {
  background-image: url("images/icon-down.png");
  height: 22px;
  width: 22px;
  display: block;
  float: right;
  cursor: pointer;
  background-repeat: no-repeat;
  margin-left: 7px;
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-extra-toggle {
    background-image: url("images/icon-down@2x.png");
    background-size: 22px 22px;
  }
}

/**
 * Group page
 */
.group-name-bar {
  color: #fff;
  background: #878b8d;
  _font-size: 32px;
  font-size: calc(10px + 30 * (100vw - 200px) / 447);
  padding: 20px 40px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.group-headline {
  _font-size: 3.1rem;
  color: #fff;
  background: url(images/bg-black.png);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0px 50px;
  height: 165px;
  font-size: 1.7rem;
  width: 100%;
}
.group-headline .with-buttons {
  display: flex;
  align-items: center;
  height: 100%;
}
.group-headline .with-buttons .left {
  width: 100%;
  padding-left: 32px;
}
.group-headline .with-buttons .right {
  flex-shrink: 0;
  width: 320px;
}

.page-header {
  display: flex;
  _height: 405px;
}
.page-header .page-header-sidebar h2 {
  color: #53565a;
  font-size: 1.8rem;
  text-align: center;
}
.page-header .group-name-bar {
  padding: 0;
  height: 165px;
  line-height: 165px;
  border-right: 1px solid #fff;
  text-align: center;
}
.page-header .group-name-bar h1 {
  line-height: inherit;
  font-size: 1.8rem;
}
.page-header .group-name-bar h1 a {
  color: #fff;
}
.page-header .group-name-bar h1 a:hover {
  text-decoration: none;
}

.group-picture {
  padding: 0;
  height: 405px;
  border-right: 1px solid #c8c9c7;
  display: flex;
  border-bottom: 1px solid #c8c9c7;
  padding: 0px 38px 0px 48px;
}
.group-picture.bg-dark-grey {
  border-right: 1px solid #fff;
  border-right: 1px solid #fff;
}
.group-picture img {
  margin: auto;
  width: auto;
  max-height: 360px;
  align-self: center;
  flex-shrink: 0;
}
.group-picture .slidesjs-pagination {
  display: none;
}
.group-picture .btn-zoom {
  bottom: 25px;
}

.group-slider {
  height: 405px;
  width: 350px;
  position: relative;
}

.page-header-left {
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.page-header-right {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 768px) {
  .group-headline {
    margin-top: auto;
    font-size: calc(10px + 25 * (100vw - 200px) / 447);
    border-bottom: 0px;
  }
  #product-summary .product-details .product-content {
    padding: 20px 20px 0 36px;
  }
  #product-summary .product-details .product-content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 992px) {
  #page-body .content {
    height: auto;
    padding: 20px 35px;
  }
  .group-left {
    flex-shrink: 1;
  }
}
#how-it-works img {
  max-width: 90vw;
}

/* Extra Small screens */
@media only screen and (max-width: 576px) {
  .page-header-left {
    width: 100%;
  }
  .application-intro .intro-block {
    max-width: 100% !important;
  }
}
/* Small screens */
@media only screen and (max-width: 768px) {
  #header-logo {
    display: none;
  }
  #header-bar {
    display: none;
  }
  #header-navigation {
    height: 100px;
    text-align: center;
  }
  #header-navigation #menu-toggle {
    background-image: url("images/burger-menu.png");
    height: 104px;
    width: 100px;
    cursor: pointer;
    float: left;
    background-repeat: no-repeat;
    background-position: 30px 30px;
    z-index: 1000;
    position: relative;
  }
}
@media only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  #header-navigation #menu-toggle {
    background-image: url("images/burger-menu@2x.png");
    background-size: 43px 36px;
  }
}
@media only screen and (max-width: 768px) {
  #header-navigation #search-toggle {
    background: url(images/mobile-search-btn.png);
    height: 100px;
    width: 99px;
    cursor: pointer;
    border-left: 1px solid #fff;
    float: right;
  }
  #header-navigation #mobile-logo {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  #header-navigation #mobile-logo img {
    vertical-align: unset;
  }
  nav#site-navigation {
    position: absolute;
    top: 100px;
    left: 0px;
    display: none;
    background: #2f3f48;
    z-index: 9999;
  }
  nav#site-navigation ul {
    margin: 0;
    padding: 0;
    font-size: 18px;
  }
  nav#site-navigation ul li {
    float: none;
    display: block;
    padding: 0 5px 10px 30px;
    margin-left: 30px;
  }
  nav#site-navigation ul li .sub-menu .sub-menu {
    display: none;
  }
  #product-summary {
    height: auto;
  }
  #product-summary .product-details-short {
    display: block;
    padding: 30px 45px;
    color: #53565a;
  }
  #product-summary .product-details {
    height: auto;
    margin-bottom: 15px !important;
  }
  #product-summary .product-slider {
    float: none;
    width: 100%;
  }
  #product-summary .slidesjs-pagination {
    display: none;
  }
  .group-picture .slider {
    height: 405px;
  }
  .paragraph-title {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    background: #2f3f48;
    color: #fff;
    font-size: 28px;
    border-bottom: 1px solid #fff;
  }
  .paragraph-title .btn-toggle {
    height: 24px;
    width: 24px;
    display: block;
    float: right;
    cursor: pointer;
    margin: 10px 0 0 0;
    background-image: url("images/btn-arrow.png");
    background-position: 0 0;
  }
}
@media only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .paragraph-title .btn-toggle {
    background-image: url("images/btn-arrow@2x.png");
    background-size: 48px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .paragraph-title .btn-toggle.closed {
    background-position: -24px 0;
  }
  .extra-item {
    border: 0;
    margin: 0;
  }
  .extra-item .extra-item-body {
    border: 0;
    margin: 0;
    padding: 20px 0 40px 50px;
    font-size: 13px;
  }
  .extra-item .product-extra-2-spacer,
  .extra-item .product-extra-3-spacer {
    display: none;
  }
  .extra-item .extra-item-body {
    border: 0;
    margin: 0;
    padding: 20px 0 40px;
    font-size: 23px;
  }
  .extra-item .extra-item-body ul.documents {
    margin: 0 auto;
  }
  .extra-item .extra-item-body.closed {
    padding: 1px 0 0;
  }
  .extra-item .product-extra-detail {
    color: #53565a;
    width: 100%;
    float: none;
    margin: 0 0 40px;
    font-size: 23px;
    border-bottom: 1px solid #ccc;
    padding: 0 40px 40px 40px;
  }
  .documents {
    margin: 0 auto;
    padding: 0;
    width: 275px;
  }
  .documents li {
    margin: 0 0 20px 0;
    width: 275px;
  }
  .documents .document {
    background: url(images/icon-document-mobile.png);
    width: 257px;
    height: 332px;
  }
  .documents .document canvas {
    top: 65px;
  }
  .videos li {
    margin: 0 0 20px 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .videos .video {
    background: url(images/icon-video-wide.png);
    margin: 0 0 20px;
    height: 50vw;
    max-height: 300px;
  }
  .btn-extra-toggle {
    height: 24px;
    width: 24px;
    display: block;
    float: right;
    cursor: pointer;
    margin: 10px 0 0 0;
    background-image: url("images/btn-arrow.png");
    background-position: 0 0;
  }
}
@media only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .btn-extra-toggle {
    background-image: url("images/btn-arrow@2x.png");
    background-size: 48px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-extra-toggle.closed {
    background-position: -24px 0;
  }
  .bottom-bar-grey {
    display: block;
  }
  .address {
    display: none;
    padding: 10px;
  }
  .bottom-bar {
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .social-links {
    display: inline-block;
    margin: 0;
  }
  .social-links a {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    background-image: url("images/icon-social.png");
  }
}
@media only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .social-links a {
    background-image: url("images/icon-social@2x.png");
    background-size: 140px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .social-links a:first-child {
    margin-left: 0;
  }
  .social-links .social-facebook {
    background-position: 0 0;
  }
  .social-links .social-twitter {
    background-position: -35px 0;
  }
  .social-links .social-youtube {
    background-position: -70px 0;
  }
  .social-links .social-instagram {
    background-position: -105px 0;
  }
  .bottom-links-grey {
    display: block;
  }
  .bottom-navigation li {
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .bottom-navigation li.show {
    display: block;
  }
  .bottom-navigation ul li.menu-title {
    display: block;
    font-size: 21px;
  }
  .bottom-navigation ul li.menu-title:after {
    content: "\f054";
    float: right;
    font-family: "Font Awesome 5 Free";
  }
  .bottom-navigation ul li.menu-title.active {
    color: #fa001b;
  }
  .bottom-navigation ul li.menu-title.active:after {
    content: "\f078";
  }
  .bottom-navigation ul {
    padding: 0;
  }
  .bottom-navigation {
    font-size: 18px;
    padding: 40px 40px 40px;
  }
  .bottom-navigation .address {
    display: block;
    margin: 40px 0 20px;
  }
  .bottom-navigation.copy-right {
    text-align: center;
    font-size: 12px;
  }
  #energy-guide {
    position: absolute;
    top: 137px;
    right: 37px;
  }
  .item-toggle {
    background: #2f3f48;
    color: #fff;
    font-size: 28px;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
  }
  .item-toggle a {
    color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  #extra-documents,
  #extra-specifications,
  #extra-videos {
    display: flex !important;
  }
  nav#site-navigation {
    display: contents !important;
  }
}
/* Medium screen size */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  #header-logo {
    width: 100%;
    text-align: center;
  }
  .btn-extra-toggle.closed {
    background-image: url("images/icon-down-closed.png");
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) and (min-resolution: 192dpi), only screen and (min-width: 769px) and (max-width: 1199px) and (min-resolution: 2dppx) {
  .btn-extra-toggle.closed {
    background-image: url("images/icon-down-closed@2x.png");
    background-size: 22px 22px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .extra-item .product-extra-2-spacer {
    display: block;
    margin: 0 30px 25px -90px;
  }
  .extra-item .product-extra-3-spacer {
    display: none;
  }
  .extra-item .product-extra-detail {
    width: 310px;
    font-size: 16px;
  }
  .extra-item .product-extra-detail.second {
    margin: 0;
  }
  .videos li {
    width: 47%;
  }
  .videos li:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .bottom-bar #logo-bottom {
    display: block;
    margin: 5px 0 0 0;
    _margin: 5px 0 0 80px;
    _float: left;
    width: 167px;
    height: 43px;
    background-image: url("images/logo-bottom.png");
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) and (min-resolution: 192dpi), only screen and (min-width: 769px) and (max-width: 1199px) and (min-resolution: 2dppx) {
  .bottom-bar #logo-bottom {
    background-image: url("images/logo-bottom@2x.png");
    background-size: 167px 43px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .bottom-bar .address {
    margin: 15px 10px 0;
  }
  .bottom-bar .social-links {
    _float: right;
    _margin: 3px 25px 0 25px;
    margin: 3px 0 0;
  }
  .bottom-bar .social-links a {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    background-image: url("images/icon-social-desktop.png");
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) and (min-resolution: 192dpi), only screen and (min-width: 769px) and (max-width: 1199px) and (min-resolution: 2dppx) {
  .bottom-bar .social-links a {
    background-image: url("images/icon-social-desktop@2x.png");
    background-size: 104px 26px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .bottom-bar .social-links a:first-child {
    margin-left: 0;
  }
  .bottom-bar .social-links .social-facebook {
    background-position: 0 0;
  }
  .bottom-bar .social-links .social-twitter {
    background-position: -26px 0;
  }
  .bottom-bar .social-links .social-youtube {
    background-position: -52px 0;
  }
  .bottom-bar .social-links .social-instagram {
    background-position: -78px 0;
  }
  #product-summary {
    height: 450px;
  }
  #product-summary .product-details {
    margin-left: 280px;
    height: 450px;
  }
  #product-summary .slidesjs-pagination {
    height: 70px;
  }
  #product-summary .slidesjs-pagination li {
    width: 70px;
    height: 70px;
  }
  #product-summary .slidesjs-pagination li img {
    width: 69px;
    height: 69px;
  }
  .slider {
    height: 450px;
  }
  .extra-item {
    margin: 0;
  }
  #energy-guide {
    position: absolute;
    top: 315px;
    right: 50px;
  }
  .sidebar-left .content {
    border-left: 1px solid #dfe1df;
  }
  .sidebar-item {
    padding: 17px 20px 17px 30px;
    border-bottom: 1px solid #dfe1df;
  }
  .sidebar-item .item-toggle {
    font-size: 18px;
    padding: 10px;
  }
  .sidebar-item .item-toggle a {
    color: #53565a;
  }
}
/* Wide screen size */
@media only screen and (min-width: 1200px) {
  #header-logo {
    text-align: right;
  }
  .page-header .group-name-bar {
    text-align: right;
    padding-right: 38px;
  }
  #header-bar .header-bar-container {
    float: right;
    padding-right: 10px;
  }
  .extra-item .product-extra-2-spacer {
    display: none;
  }
  .extra-item .product-extra-3-spacer {
    display: block;
  }
  .extra-item .product-extra-detail.third {
    margin: 0;
  }
  .documents li:nth-child(5) {
    margin: 0 0 0 0;
  }
  .videos li {
    width: 31%;
  }
  .videos li:nth-child(3) {
    margin: 0 0 20px 0;
  }
  .bottom-bar #logo-bottom {
    display: block;
    _margin: 0 0 0 100px;
    _float: left;
    width: 120px;
    height: 32px;
    background-image: url("images/logo-bottom-desktop.png");
  }
}
@media only screen and (min-width: 1200px) and (min-resolution: 192dpi), only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .bottom-bar #logo-bottom {
    background-image: url("images/logo-bottom-desktop@2x.png");
    background-size: 120px 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom-bar .address {
    float: left;
    font-size: 16px;
    margin: 3px 10px 0;
  }
  .bottom-bar .social-links {
    _float: right;
    _margin: 3px 25px 0 25px;
    margin: 3px 0 0;
  }
  .bottom-bar .social-links a {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    background-image: url("images/icon-social-desktop.png");
  }
}
@media only screen and (min-width: 1200px) and (min-resolution: 192dpi), only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .bottom-bar .social-links a {
    background-image: url("images/icon-social-desktop@2x.png");
    background-size: 104px 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom-bar .social-links a:first-child {
    margin-left: 0;
  }
  .bottom-bar .social-links .social-facebook {
    background-position: 0 0;
  }
  .bottom-bar .social-links .social-twitter {
    background-position: -26px 0;
  }
  .bottom-bar .social-links .social-youtube {
    background-position: -52px 0;
  }
  .bottom-bar .social-links .social-instagram {
    background-position: -78px 0;
  }
  .slider {
    height: 440px;
  }
  .slidesjs-control .slidesjs-slide {
    max-height: 300px;
  }
  .btn-extra-toggle.closed {
    background-image: url("images/icon-down-closed.png");
  }
}
@media only screen and (min-width: 1200px) and (min-resolution: 192dpi), only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .btn-extra-toggle.closed {
    background-image: url("images/icon-down-closed@2x.png");
    background-size: 22px 22px;
  }
}
@media only screen and (min-width: 1200px) {
  #page-header {
    height: 100px;
  }
  #page-header h1 {
    font-size: 50px;
    font-family: "formata", sans-serif;
    line-height: 55px;
    float: left;
  }
  #page-header .sub-title {
    float: left;
    font-size: 29px;
    margin-left: 30px;
    margin-top: 7px;
  }
  #page-header .page-header-left {
    float: left;
    height: 100px;
    background: #c8c9c7;
    position: relative;
  }
  #page-header .page-header-short {
    display: none;
  }
  #page-header .page-header {
    height: 100px;
    overflow: hidden;
    position: relative;
    background: #878b8d;
    color: #fff;
    padding: 30px 0 0 50px;
  }
  #page-header.tall {
    height: 165px;
  }
  #page-header.tall .page-header-left {
    height: 165px;
  }
  #page-header.tall .page-header {
    height: 165px;
  }
  .extra-item {
    border-top: #dfe1df 1px solid;
    margin: 0;
  }
  .extra-item .extra-item-title {
    _border-right: 1px solid #dfe1df;
    font-weight: 700;
    font-size: 20px;
    color: #53565a;
  }
  .extra-item .extra-item-title a {
    font-weight: 700;
    font-size: 20px;
    color: #53565a;
  }
  .extra-item .extra-item-body {
    border-left: 1px solid #dfe1df;
    padding: 20px 0 30px 50px;
    font-size: 13px;
  }
  .extra-item .extra-item-body ul {
    margin: 0;
    padding: 0;
  }
  .extra-item .extra-item-body::after {
    content: "";
    clear: both;
    display: table;
  }
  .extra-item .product-extra-2-spacer,
  .extra-item .product-extra-3-spacer {
    height: 29px;
    margin: 0 30px 25px -80px;
    border-bottom: 1px solid #caccc9;
    clear: both;
  }
  .extra-item .product-extra-detail {
    color: #53565a;
    width: 232px;
    float: left;
    margin: 0 35px 0 0;
  }
  .extra-item .product-extra-detail .product-extra-detail-title {
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 16px;
  }
  .extra-item .product-extra-detail .product-extra-detail-text {
    font-size: 16px;
    line-height: 22px;
  }
  .sidebar {
    width: 360px;
    margin: 0 0 0;
    padding: 0 0 0 100px;
    font-weight: 700;
    font-size: 20px;
    color: #53565a;
  }
  .sidebar ul.sidebar-toc {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
  }
  .sidebar ul.sidebar-toc li {
    margin: 0 0 10px;
  }
  .sidebar ul.sidebar-toc li a {
    font-weight: 600;
    text-decoration: none;
  }
  .item-toggle {
    display: flex;
    align-items: center;
    position: relative;
  }
  .sidebar-item {
    padding: 17px 20px 17px 30px;
    border-bottom: 1px solid #dfe1df;
  }
  .sidebar-item a, .sidebar-item a:visited {
    font-weight: 700;
    font-size: 20px;
    color: #53565a;
    text-decoration: none;
  }
  .sidebar-item .btn-extra-toggle {
    position: absolute;
    right: 7px;
  }
  .sidebar-item:last-child {
    border-bottom: 0;
  }
  .content {
    padding: 30px 100px 30px 50px;
    font-size: 13px;
  }
  .sidebar-left > .content {
    border-left: 1px solid #dfe1df;
  }
  .application-intro .intro-block {
    max-width: 210px;
    margin: 0 0 0 auto;
  }
}
/* Very Small screens iPhone 6/7/8*/
@media only screen and (max-width: 375px) {
  #header-navigation {
    height: 70px;
  }
  #header-navigation #menu-toggle {
    background-position: 15px 18px;
    height: 74px;
    width: 70px;
  }
  #header-navigation #mobile-logo img {
    height: 70px;
  }
  #header-navigation #search-toggle {
    height: 70px;
    width: 70px;
    background-image: url("images/mobile-search-btn-small.png");
  }
}
@media only screen and (max-width: 375px) and (min-resolution: 192dpi), only screen and (max-width: 375px) and (min-resolution: 2dppx) {
  #header-navigation #search-toggle {
    background-image: url("images/mobile-search-btn-small@2x.png");
    background-size: 70px 70px;
  }
}
@media only screen and (max-width: 375px) {
  #sub-aplications .card .card-accent {
    position: unset !important;
  }
}
.video iframe {
  width: 100%;
  height: 100%;
}

.slider-overlay {
  background: url(images/overlay.png);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.slider-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}

.no-overflow {
  height: 100%;
  overflow: hidden;
}

#overlay-close {
  background: url(images/close.png);
  position: absolute;
  top: 40px;
  right: 40px;
  height: 21px;
  width: 21px;
  z-index: 99999;
  cursor: pointer;
}

.slidesjs-slide {
  cursor: pointer;
}

#overlay-title {
  position: absolute;
  z-index: 9999;
  color: #fff;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -35px);
}

/* Legal pages */
.legal-tab {
  display: none;
}

.legal-tab.active {
  display: block;
}

.legal-tab table {
  border: 0;
  width: 100%;
}
.legal-tab table tr {
  border: 0;
}
.legal-tab table tr td {
  border: 0;
  border-bottom: 1px solid #c8c9c7;
  padding: 0 38px 0 0;
  vertical-align: top;
}
.legal-tab table tr td:last-child {
  padding-right: 0;
}

.grey {
  background: #878b8d;
}

.light-grey {
  background: #e6e6e6;
}

#overview {
  padding-left: 30px;
  padding-right: 30px;
}

.headline-button {
  float: right;
  height: 110px;
  text-align: center;
  margin: 0 -3px 0 10px;
  font-size: 10px;
}
.headline-button img {
  margin: 0 0 16px;
}
.headline-button .btn-red, .headline-button .btn-white {
  float: none;
  margin: 0;
  text-align: center;
  padding: 8px 15px;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

img.certification {
  margin: 0 10px 10px 0;
}

.group-name {
  font-family: "formata", sans-serif;
  line-height: 40px;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin: 67px 45px 0px 0px;
  text-align: right;
}

#page-header.group-page .page-header-left {
  background: #878b8d;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#product-summary.group-page .product-slider {
  background: #53565a;
}

.group-bg {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.group-bg #page-header .page-header {
  background: url(images/bg-black.png);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 30px 40px 0 45px;
}
.group-bg #page-header .page-header h1 {
  margin-top: 25px;
}
.group-bg .product-details {
  border-left: 1px solid #fff;
}

.content-wide {
  padding: 35px 0 35px 100px;
  overflow: auto;
}

.group-overview {
  width: 560px;
  float: left;
}
.group-overview h2 {
  font-size: 24px;
  font-family: "formata", sans-serif;
  font-weight: normal;
  color: #53565a;
}
.group-overview .videos {
  margin: 0;
  padding: 0;
  height: 150px;
}
.group-overview .videos .video {
  margin: 0 20px 20px 0;
}
.group-overview .videos .video:last-child {
  margin: 0 0px 20px 0;
}

.group-features {
  margin-left: 600px;
  position: relative;
  min-height: 380px;
}
.group-features .group-feature {
  width: 192px;
  height: 200px;
  float: left;
  text-align: center;
  padding: 0 10px;
}
.group-features .group-feature p {
  font-size: 13px;
  margin: 20px 0 0;
}

#slider-overlay-prev {
  height: 42px;
  width: 20px;
  top: calc(50% - 42px);
  left: 40px;
  position: absolute;
  cursor: pointer;
}

#slider-overlay-next {
  height: 42px;
  width: 20px;
  top: calc(50% - 42px);
  right: 40px;
  position: absolute;
  cursor: pointer;
}

.features .features-slides .feature-slide {
  display: none;
  color: #fff;
}
.features .features-slides .feature-slide.active {
  display: block;
}
.features .features-nav,
.features .features-nav-sm {
  background: #2f3f48;
  height: 55px;
  color: #fff;
}
.features .features-nav ul.features-buttons,
.features .features-nav-sm ul.features-buttons {
  display: flex;
  justify-content: center;
  padding: 0;
}
.features .features-nav ul.features-buttons li,
.features .features-nav-sm ul.features-buttons li {
  list-style: none;
  float: left;
  margin: 0 2px;
  background: #c8c9c7;
  width: 150px;
  font-size: 14px;
  padding: 6px 0;
  height: 55px;
  cursor: pointer;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.features .features-nav ul.features-buttons li.active,
.features .features-nav-sm ul.features-buttons li.active {
  background: #e4002b;
}
.features .features-nav ul.features-buttons li.active:before,
.features .features-nav-sm ul.features-buttons li.active:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 20px;
  background-image: url("images/bg-triangle.png");
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 16px);
  top: -20px;
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .features .features-nav ul.features-buttons li.active:before,
  .features .features-nav-sm ul.features-buttons li.active:before {
    background-image: url("images/bg-triangle@2x.png");
    background-size: 35px 20px;
  }
}
.features .features-nav-sm {
  background: #878b8d;
}
.features .features-nav-sm ul.features-buttons li {
  width: calc((100% - 12px) / 4);
  margin: 0px 4px 0 0;
  font-size: 3vw;
  min-height: 55px;
  height: auto;
}
.features .features-nav-sm ul.features-buttons li:last-child {
  margin-right: 0;
}
.features .features-nav-sm ul.features-buttons li.active:before {
  content: "";
  width: 35px;
  height: 20px;
  background-image: url("images/bg-triangle-down.png");
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 16px);
  bottom: -19px;
  top: auto;
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .features .features-nav-sm ul.features-buttons li.active:before {
    background-image: url("images/bg-triangle-down@2x.png");
    background-size: 35px 20px;
  }
}

.how-it-works .how-it-works-details {
  border-left: 1px solid #c8c9c7;
  margin-left: 90px;
}
.how-it-works .how-it-works-details .how-it-works-intro {
  margin-left: 20px;
}
.how-it-works .how-it-works-details .how-it-works-intro h3 {
  font-size: 25px;
  color: #53565a;
}
.how-it-works .how-it-works-details .how-it-works-steps {
  margin-left: -90px;
}
.how-it-works .how-it-works-details .how-it-works-steps .step {
  border-top: 1px solid #c8c9c7;
  font-size: 16px;
  color: #53565a;
  padding: 19px 0 19px 0;
  min-height: 60px;
}
.how-it-works .how-it-works-details .how-it-works-steps .step .btn-step-toggle {
  background-image: url("images/icon-down.png");
  height: 22px;
  width: 22px;
  display: block;
  float: right;
  cursor: pointer;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .how-it-works .how-it-works-details .how-it-works-steps .step .btn-step-toggle {
    background-image: url("images/icon-down@2x.png");
    background-size: 22px 22px;
  }
}
.how-it-works .how-it-works-details .how-it-works-steps .step .btn-step-toggle.closed {
  background-image: url("images/icon-down-closed.png");
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .how-it-works .how-it-works-details .how-it-works-steps .step .btn-step-toggle.closed {
    background-image: url("images/icon-down-closed@2x.png");
    background-size: 22px 22px;
  }
}
.how-it-works .how-it-works-details .how-it-works-steps .step .step-number {
  font-weight: bold;
  float: left;
  width: 90px;
}
.how-it-works .how-it-works-details .how-it-works-steps .step .step-title {
  float: left;
  font-weight: bold;
  margin-left: 20px;
  width: calc(100% - 115px);
}
.how-it-works .how-it-works-details .how-it-works-steps .step .step-details {
  font-weight: normal;
  margin-left: 110px;
  clear: both;
}
.how-it-works .how-it-works-details .how-it-works-steps .step .step-details.closed {
  display: none;
}
.how-it-works .how-it-works-picture {
  margin: 70px 70px 0 0;
  float: right;
}

.group-image {
  padding: 30px;
}

#resources {
  text-align: center;
}
#resources h2 {
  color: #53565a;
  font-size: 50px;
}

#overview-claims {
  font-size: 0.875rem;
}
#overview-claims p {
  min-height: 2rem;
}

#resources a {
  min-width: 215px;
}

#overview-claims-slider {
  margin: 50px 0;
}
#overview-claims-slider .claims-slide {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
#overview-claims-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333F48' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
#overview-claims-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333F48' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#nav-filter .btn {
  width: 100%;
}

.img-placeholder {
  padding-top: 100%;
  width: 100%;
  position: relative;
  background: #fff;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.loading img {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99;
}
.loading .loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  opacity: 0.75;
  z-index: 1;
}

.rmc-legal {
  /* IE fix */
}
.rmc-legal .pi-nav {
  display: none;
}
.rmc-legal .table-bordered {
  table-layout: auto;
  overflow: hidden !important;
}

.rmc-legal-pages {
  padding-top: 0 !important;
}

#filters-col {
  color: #fff;
}
#filters-col .container {
  background: #2f3f48;
}
#filters-col .btn {
  color: #fff;
  border: 0;
  border-left: 15px #e4002b solid;
  border-radius: 0;
  text-align: left;
  margin: 5px 0 0 0;
  background: #5a6c75;
  padding: 6px 12px;
  position: relative;
}
#filters-col .btn .arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none;
  border-top: 12px solid #fff;
  position: absolute;
  right: 10px;
  top: 14px;
}
#filters-col .btn.collapsed .arrow {
  border-left: 12px solid #fff;
  border-right: none;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 12px;
}
#filters-col .btn.btn-eemax-red:hover {
  background: #e4002b;
}
#filters-col .btn.btn-eemax-red:hover .arrow {
  border-top-color: #fff;
}
#filters-col .btn.btn-eemax-red:hover.collapsed .arrow {
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
}
#filters-col .btn.btn-eemax-red.submit {
  border: 0;
  background: #e4002b;
  text-align: center;
}
#filters-col .btn.btn-eemax-red.submit:hover {
  background: #fa001b;
}
#filters-col .btn.btn-eemax-red:focus, #filters-col .btn.btn-eemax-red.focus {
  box-shadow: none;
}
#filters-col .btn.btn-secondary {
  border-left: 15px #77c5d5 solid;
  background: #77c5d5;
  width: 100%;
}
@media (max-width: 767.98px) {
  #filters-col .col-form-label {
    font-size: 1.1rem;
  }
}
#filters-col #nav-calculate .btn {
  padding: 6px 12px;
  width: 100%;
}
#filters-col #nav-calculate .btn.btn-eemax-red {
  border-left: 15px #ff9e1b solid;
}
#filters-col #nav-calculate .btn.btn-eemax-red:hover {
  border: 0;
  border-left: 15px #ff9e1b solid;
  background: #ff9e1b;
}
#filters-col #nav-calculate .btn.btn-eemax-red.submit {
  border: 0;
  text-align: center;
  background: #ff9e1b;
}
#filters-col #nav-calculate .btn.btn-eemax-red.submit:hover {
  background: #ff9e1b;
}
#filters-col #nav-calculate .form-row {
  border-left: 15px solid #ff9e1b;
  margin: 5px 0 0 0;
  padding-left: 10px;
}
#filters-col .nav-tabs {
  border: 0;
}
#filters-col .nav-link {
  width: 50%;
  text-align: center;
  background: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  margin: 0;
  background: #5a6c75;
}
#filters-col .nav-link.red {
  border-left: 15px solid #e4002b;
  padding-right: 25px;
}
#filters-col .nav-link.red.active, #filters-col .nav-link.red:hover {
  background: #e4002b;
}
#filters-col .nav-link.orange {
  border-right: 15px solid #ff9e1b;
  padding-left: 24px;
}
#filters-col .nav-link.orange.active, #filters-col .nav-link.orange:hover {
  background: #ff9e1b;
}

.header-404 {
  color: #53565a;
  font-size: 3rem;
}

.rmc-legal {
  padding: 0 !important;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #fa001b;
  border-color: #fa001b;
}
.pagination .page-link {
  color: #fa001b;
}

.breadcrumbs a {
  color: #fa001b;
}

#sub-aplications .card {
  background: #2f3f48;
  color: #fff;
  border: 0;
  border-radius: 0;
  position: relative;
  padding-top: 50px;
  /* 2 Columns */
}
@media (max-width: 991.98px) {
  #sub-aplications .card {
    min-width: 33.4%;
    margin-bottom: 30px;
  }
}
#sub-aplications .card .post-image {
  height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
}
#sub-aplications .card .card-footer {
  border: 0;
  border-radius: 0;
  background-color: unset;
}
#sub-aplications .card .btn {
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
#sub-aplications .card .card-accent {
  width: 25px;
  height: 50px;
  right: 30px;
  top: 0px;
  position: absolute;
}
#sub-aplications .card .card-accent.light-red {
  background: #e4002b;
}
#sub-aplications .card .card-accent.light-orange {
  background: #ff9e1b;
}
#sub-aplications .card .card-accent.light-blue {
  background: #77c5d5;
}
#sub-aplications .card .card-accent.light-green {
  background: #a4d65e;
}

.application-intro {
  border-right: 1px solid #c8c9c7;
  border-bottom: 1px solid #c8c9c7;
  padding: 30px;
}
.application-intro .btn:not(.btn-commercial-application) {
  width: 100%;
}
.application-intro h4 {
  font-size: 1.45rem;
  margin-bottom: 35px;
}
.application-intro-commercial h4 {
  margin-bottom: 14px;
  line-height: 27px;
  font-size: 19px;
}
@media only screen and (max-width: 576px) {
  .application-intro-commercial h4 {
    font-size: 24px;
  }
}
.application-intro-commercial h4 span {
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 576px) {
  .application-intro-commercial p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .application-intro-commercial .spacer {
    height: 130px;
  }
}

.applications-1 {
  background: #333f48;
  color: #fff;
}

.applications-2 {
  background: #5c656d;
  color: #fff;
}

.applications-3 {
  background: #5c656d;
  color: #fff;
}

.applications-4 {
  background: #adb2b6;
  color: #000;
}

.link-arrows-grey {
  display: block;
  text-align: center;
  margin: 10px;
}

.footer-big-button {
  display: flex;
  justify-content: center;
  margin: 10px;
  height: 90px;
}
.footer-big-button picture {
  display: flex;
  align-items: flex-end;
}

.adminjunk {
  position: fixed;
  bottom: 0;
  background: #ff0000;
  padding: 5px 10px;
  color: #fff;
}
.adminjunk a {
  color: #fff;
}

img.attachment-full {
  width: 100%;
  height: auto;
}

#filters-col label span {
  padding-left: 0px;
}
#filters-col label input[type=checkbox] {
  margin-left: -16px;
}
#filters-col label.level-0 {
  margin-left: 10px;
}
#filters-col label.level-1 {
  margin-left: 20px;
}
#filters-col label.level-2 {
  margin-left: 30px;
}

.legal-tab-control a {
  display: inline-block;
  width: calc(100% - 30px);
}

.wpcf7-gated-content a.wpcf7-btn {
  background: #fa001b !important;
}

.wpcf7-gated-content a.wpcf7-btn:hover {
  background: #ca0016 !important;
  border-color: #7e1e1e !important;
}

.page-commercial-application {
  display: flex;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .page-commercial-application article {
    display: flex;
  }
}
.page-commercial-application article .custom-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .page-commercial-application article .custom-cards {
    flex-direction: column;
    gap: 12px;
    flex: 1;
  }
}
.page-commercial-application article .custom-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .page-commercial-application article .custom-card {
    flex: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .page-commercial-application article .custom-card {
    height: 200px;
  }
}
.page-commercial-application article .custom-card .image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-commercial-application article .custom-card .image-wrapper img {
  width: 70px;
}

/*# sourceMappingURL=style.css.map */
