.cms-page-title, .breadcrumbs {
  display: none !important; }

.container {
  max-width: none; }

.d-lg-block {
  display: none; }

@media screen and (min-width: 960px) {
  .d-lg-block {
    display: block; } }
.sc-renaissance {
  font-family: 'OpenSans-Regular';
  color: #63666a; }
  .sc-renaissance #four-boxes {
    margin-top: 50px; }
    .sc-renaissance #four-boxes .block {
      text-align: center;
      margin: 20px 0px;
      min-height: 200px;
      font-size: 14px; }
      .sc-renaissance #four-boxes .block h5 {
        margin: 10px 0;
        color: #4a4a4a; }
    .sc-renaissance #four-boxes .img-block {
      height: 50px;
      vertical-align: middle;
      display: block; }

img {
  max-width: 100%;
  height: auto; }

.video-container {
  position: relative; }

.video-container .layover {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; }

.video-container .layover img {
  width: 100%;
  height: auto; }

.video-container .videoholder {
  position: relative;
  padding: 0 5px;
  z-index: 0; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  opacity: 0; }
  .videoWrapper.active {
    opacity: 1; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#introsection {
  margin-top: 75px; }
  #introsection h3 {
    color: #ed1c2c;
    font-size: 40px; }
    #introsection h3 strong {
      display: block;
      color: #808285; }

#overviewsection {
  background: url(https://media.surecomfort.com/blobazrheem/media/uploads/iat/sites/5/2019/08/wavebk.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 75px;
  margin-bottom: 120px; }

#exploresection
#exploresection .d-none {
  margin-bottom: 80px; }

#exploresection .carouselwrapper h4 {
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold; }

.basewrapper img {
  max-width: 100%;
  height: auto; }

.marker {
  position: absolute;
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://media.surecomfort.com/blobazrheem/media/uploads/iat/sites/5/2019/08/sc-ren-dot.png");
  cursor: pointer; }

.marker.active {
  background-image: url("https://media.surecomfort.com/blobazrheem/media/uploads/iat/sites/5/2019/08/sc-ren-dot-active.png"); }

.marker.rack {
  top: 130px;
  left: 560px; }

.marker.footprint {
  top: 330px;
  left: 265px; }

.marker.humid {
  top: 220px;
  left: 465px; }

.marker.blower {
  top: 250px;
  left: 310px; }

.marker.pan {
  top: 325px;
  left: 620px; }

.marker.coil {
  top: 300px;
  left: 350px; }

.marker.ports {
  top: 245px;
  left: 140px; }

.marker.diagnostics {
  top: 90px;
  left: 150px; }

.marker.pumpdefrost {
  top: 150px;
  left: 430px; }

.marker.microchancoil {
  top: 190px;
  left: 195px; }

.marker.electrofin {
  top: 150px;
  left: 250px; }

#introsection {
  background-position-y: -100px; }

#introsection h1 {
  text-transform: uppercase; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.08); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  70% {
    transform: scale(1.05); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#primary-navigation a:hover:after {
  margin-left: .3em; }

body .fadeTable {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s; }

body .pulse {
  animation-name: pulse;
  animation-duration: 1000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.submenu.btn {
  display: block;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .submenu.btn {
    display: none; } }
.submenu.btn.opened.btn-primary {
  background-color: #97999b !important;
  border-color: #97999b !important; }

.submenu.btn.opened.btn-primary:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/*      TAB SELECTOR CSS      */
.tabsection .mobiletitle {
  display: block;
  margin: 0px;
  padding: 20px 15px 0px 15px;
  border-bottom: 1px solid #ccc; }

@media only screen and (min-width: 768px) {
  .tabsection .mobiletitle {
    display: none !important; } }
.rheem-tab {
  overflow: hidden;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  text-align: center;
  display: none; }

@media only screen and (min-width: 768px) {
  .rheem-tab {
    display: block !important; } }
.rheem-tab button {
  background-color: inherit;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid transparent;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 0;
  display: block;
  color: #97999b;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .rheem-tab button {
    display: inline-block;
    width: auto; } }
.rheem-tab button.active {
  color: #ff002b;
  border-bottom: 2px solid #ff002b; }

.rheem-tab button:hover, .rheem-tab button:focus {
  outline: none; }

.rheem-tab.navversion {
  text-align: left;
  margin-top: 20px;
  margin-left: 15px;
  border-bottom: none;
  display: table !important; }

.rheem-tab.navversion button {
  font-size: 13px;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  color: #e70033;
  width: 178px;
  border-bottom: none;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: table-cell;
  position: relative; }

.rheem-tab.navversion button span {
  background-color: #e70033;
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px; }

.rheem-tab.navversion button.active {
  border-top: 1px solid #e70033;
  background-color: #fff;
  border-bottom: none; }

.rheem-tab.navversion button.active span {
  display: block; }

.rheem-tab.navversion button.resbtn {
  border-right: none; }

.rheemtabcontents .rheemtabcontentpane {
  display: none;
  padding: 20px 15px;
  border: none; }

.rheemtabcontents .rheemtabcontentpane.active {
  display: block;
  overflow-y: scroll; }

.rheemtabcontents .rheemtabcontentpane .nav-column ul li a {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #63666a; }

.rheemtabcontents.navversion {
  background-color: #fff;
  border-top: 1px solid #ccc;
  margin-top: -1px; }

.rheemtabcontents.navversion .col-2 {
  padding-right: 7px;
  padding-left: 7px; }

.rheemtabcontents.navversion .navtitlewrapper svg, .rheemtabcontents.navversion .navtitlewrapper h6 {
  display: block; }

@media only screen and (min-width: 992px) {
  .rheemtabcontents.navversion .navtitlewrapper svg, .rheemtabcontents.navversion .navtitlewrapper h6 {
    display: inline-block;
    vertical-align: middle; } }
.rheemtabcontents.navversion .navtitlewrapper svg {
  margin-right: 10px; }

.rheemtabcontents.navversion .navtitlewrapper h6 {
  white-space: nowrap;
  line-height: 1.1;
  margin-top: 10px;
  font-size: 12px;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  color: #4a4a4a; }

@media only screen and (min-width: 1200px) {
  .rheemtabcontents.navversion .navtitlewrapper h6 {
    margin-top: 5px;
    font-size: 16px; } }
.rheemtabcontents.navversion .rheemtabcontentpane {
  padding: 0px; }

.rheemtabcontents.navversion .rheemtabcontentpane .menucolumns {
  padding: 20px 15px; }

#productdetails .sectiontitle {
  color: white;
  text-transform: capitalize; }

#productdetails .rheem-tab button.active {
  color: #ff002b;
  border-bottom: 2px solid #ff002b; }

#productdetails .table-responsive tbody {
  display: inline-block;
  background-color: #fff;
  box-shadow: none;
  margin-bottom: 100px; }

.submenu.btn:after {
  top: initial; }

#productdetails {
  margin-top: 50px;
  background-image: url(https://media.surecomfort.com/blobazrheem/media/uploads/iat/sites/5/2019/08/productdetailback.jpg); }
  #productdetails h2 {
    text-align: center;
    padding: 100px 0 20px 0; }

#productdetails .containerwrapper {
  margin-bottom: 0px; }

#productdetails .table th {
  text-align: center;
  color: #fff;
  font-weight: bold; }

#productdetails .table td {
  text-align: center; }

#productdetails .table td.colhead {
  vertical-align: middle;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  border-right: 1px solid #fff;
  border-top: none; }

#productdetails .table-responsive {
  text-align: center; }

#productdetails .table-responsive tbody {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 100px; }

#sccommercial {
  background: url(https://media.surecomfort.com/blobazrheem/media/uploads/iat/sites/5/2019/08/whybackground.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 0 20px; }
  #sccommercial .panetitle {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 0px;
    margin-top: 20px;
    border-bottom: none;
    position: relative;
    cursor: pointer; }
    #sccommercial .panetitle svg {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      fill: #ff002b; }
    #sccommercial .panetitle h4 {
      color: #ff002b;
      font-size: 18px;
      padding: 25px 20px;
      margin-bottom: 0px;
      margin-top: 0px; }
    #sccommercial .panetitle.active {
      border-top-right-radius: 6px;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
      #sccommercial .panetitle.active h4 {
        color: #4a4a4a; }
      #sccommercial .panetitle.active svg {
        transform: translateY(-50%) rotate(180deg); }
  #sccommercial .panecontent {
    padding: 10px 20px;
    background-color: #fff;
    color: #63666a;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: none; }
  #sccommercial .panel {
    margin-bottom: 0px;
    background-color: transparent; }

.imagewrapper a {
  display: block;
  text-align: center; }
  .imagewrapper a img {
    display: inline-block; }

#moreinfo {
  background: url(https://media.surecomfort.com/blobazrheem/media/uploads/iat/sites/5/2019/08/wavebk.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 100px 0px; }
  #moreinfo h2 {
    margin-bottom: 50px; }
  #moreinfo .infobuttons {
    list-style: none;
    margin: 0;
    padding: 0; }
  #moreinfo .infobuttons li {
    display: block;
    margin-bottom: 5px; }
  #moreinfo .hasdropdowns {
    position: relative; }
    #moreinfo .hasdropdowns .hasdropdown:after {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f078";
      color: #e70033;
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      margin-left: 15px; }
  #moreinfo .hasdropdowns .hasdropdown.active {
    color: #fff;
    background-color: #b80023;
    border-color: #b80023; }
  #moreinfo .droplinks {
    display: none;
    border: 1px solid #7a99ac;
    position: relative; }
  #moreinfo .droplinks a {
    display: block;
    color: #999999;
    padding: 10px 20px; }
  #moreinfo .droplinks a:hover {
    background-color: #E8E8E8;
    color: #4a4a4a;
    text-decoration: none; }
  @media only screen and (min-width: 992px) {
    #moreinfo {
      padding: 175px 0px; }
      #moreinfo .droplinks {
        position: absolute;
        background-color: #fff; }
      #moreinfo .infobuttons li {
        display: inline-block;
        vertical-align: top;
        margin: 0px 5px; } }
  #moreinfo .btnholder {
    margin: 1%; }

#disclaimer {
  font-size: 12px;
  font-style: italic;
  padding-top: 50px;
  padding-bottom: 50px; }

.btn-primary {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none !important;
  padding: 0px 15px;
  min-width: 111px;
  background: #e70033;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #e70033;
  font-size: 13px;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  line-height: 33px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.btn-primary:focus, .btn-primary:active, .btn-primary:visited {
  color: #fff;
  background-color: #e70033;
  border-color: #e70033; }

.btn-primary.disabled {
  background: #97999b;
  color: white;
  border: 2px solid #97999b;
  pointer-events: none; }

.btn-primary.inverted {
  color: #e70033;
  background: transparent; }

.btn-primary.inverted.disabled {
  color: #97999b; }

.btn-primary.inverted:hover {
  background: transparent;
  color: #b80023;
  border-color: #b80023; }

     /**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item p {
  margin-bottom: 0px; }

.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  height: auto; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://media.surecomfort.com/blobazrheem/site/surecomfort/renaissance/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**********************************************/
/**********************************************/
/*********** OWL CAROUSEL NAV STYLE ***********/
/**********************************************/
/**********************************************/
.owl-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  left: 1%;
  display: block !important; }

.owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  right: 5%;
  display: block !important; }

.owl-prev i,
.owl-next i {
  position: absolute;
  right: 0;
  color: #97999b;
  font-size: 50px; }

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%; }

.owl-dot {
  width: 25px;
  height: 5px;
  background: #737474;
  margin-right: 5px;
  display: inline-block; }

.owl-dot.active {
  background: #e70033; }

/**********************************************/
/**********************************************/
/************ END OF OWL CAROUSEL *************/
/**********************************************/
/**********************************************/
