/*LOAD GOTHAM FONT - START*/
/*
@font-face {
    src: url('../fonts/gotham/Gotham-Black.otf') format('opentype');
    font-family: 'Gotham';
    font-weight: 900;
    font-style: normal;
}
@font-face {
    src: url('../fonts/gotham/Gotham-UltraItalic.otf') format('opentype');
    font-family: 'Gotham';
    font-weight: 900;
    font-style: italic;
}
@font-face {
    src: url('../fonts/gotham/Gotham-Bold.otf') format('opentype');
    font-family: 'Gotham';
    font-weight: 800;
    font-style: normal;
}
@font-face {
    src: url('../fonts/gotham/GothamBoldItalic.ttf') format('truetype');
    font-family: 'Gotham';
    font-weight: 800;
    font-style: italic;
}
@font-face {
    src: url('../fonts/gotham/Gotham-Medium.otf') format('opentype');
    font-family: 'Gotham';
    font-weight: 600;
    font-style: normal;
}
@font-face {
    src: url('../fonts/gotham/GothamBook.ttf') format('truetype');
    font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;
}
@font-face {
    src: url('../fonts/gotham/Gotham-Light.otf') format('opentype');
    font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
}
@font-face {
    src: url('../fonts/gotham/Gotham-XLight.otf') format('opentype');
    font-family: 'Gotham';
    font-weight: 300;
    font-style: normal;
}
@font-face {
    src: url('../fonts/gotham/Gotham-XLightItalic.otf') format('opentype');
    font-family: 'Gotham';
    font-weight: 300;
    font-style: italic;
}
@font-face {
    src: url('../fonts/gotham/Gotham-Thin.otf') format('opentype');
    font-family: 'Gotham';
    font-weight: 200;
    font-style: normal;
}
@font-face {
    src: url('../fonts/gotham/Gotham-ThinItalic.otf') format('opentype');
    font-family: 'Gotham';
    font-weight: 200;
    font-style: italic;
}
*/

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-top: 57px;
  position: relative;
}

@media screen and (max-width: 999px) {
  html.navopenhidebody {
    overflow: hidden;
    height: 100%;
  }

  body.navopenhidebody {
    overflow: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    position: fixed;
  }
}

@media screen and (min-width: 1025px) {
  body {
    padding-top: 80px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
code,
pre {
  margin: 0;
  padding: 0;
}

li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  display: block;
  width: 100%;
}

*,
:before,
:after {
  box-sizing: border-box;
}

body {
  /*font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;*/
  font-family: 'Gotham', 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
  padding-top: 56px;
}

@font-face {
  src: url('./apple-chancery.ttf') format('opentype');
  font-family: 'Apple Chancery';
  font-weight: normal;
}

a {
  text-decoration: none;
}

.text-accent--home {
  color: #3c77a1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.row {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-xs-has-padding {
  margin-left: -15px;
  margin-right: -15px;
}

.row-medium-has-padding {
  margin-left: -15px;
  margin-right: -15px;
}

[class*='col-'],
.col {
  padding: 0 0;
  width: 100%;
}

.col {
  width: 100%;
}

.col-xs-has-padding {
  padding: 0 15px;
}

.col-medium-has-padding {
  padding: 0 10px;
}

@media screen and (min-width: 1) {
  .col-xs-1-1 {
    width: 100%;
  }

  .col-xs-offset-1-1 {
    margin-left: 100%;
  }

  .col-xs-1-2 {
    width: 50%;
  }

  .col-xs-offset-1-2 {
    margin-left: 50%;
  }

  .col-xs-2-2 {
    width: 100%;
  }

  .col-xs-offset-2-2 {
    margin-left: 100%;
  }

  .col-xs-1-3 {
    width: 33.33333%;
  }

  .col-xs-offset-1-3 {
    margin-left: 33.33333%;
  }

  .col-xs-2-3 {
    width: 66.66667%;
  }

  .col-xs-offset-2-3 {
    margin-left: 66.66667%;
  }

  .col-xs-3-3 {
    width: 100%;
  }

  .col-xs-offset-3-3 {
    margin-left: 100%;
  }

  .col-xs-1-4 {
    width: 25%;
  }

  .col-xs-offset-1-4 {
    margin-left: 25%;
  }

  .col-xs-2-4 {
    width: 50%;
  }

  .col-xs-offset-2-4 {
    margin-left: 50%;
  }

  .col-xs-3-4 {
    width: 75%;
  }

  .col-xs-offset-3-4 {
    margin-left: 75%;
  }

  .col-xs-4-4 {
    width: 100%;
  }

  .col-xs-offset-4-4 {
    margin-left: 100%;
  }

  .col-xs-1-5 {
    width: 20%;
  }

  .col-xs-offset-1-5 {
    margin-left: 20%;
  }

  .col-xs-2-5 {
    width: 40%;
  }

  .col-xs-offset-2-5 {
    margin-left: 40%;
  }

  .col-xs-3-5 {
    width: 60%;
  }

  .col-xs-offset-3-5 {
    margin-left: 60%;
  }

  .col-xs-4-5 {
    width: 80%;
  }

  .col-xs-offset-4-5 {
    margin-left: 80%;
  }

  .col-xs-5-5 {
    width: 100%;
  }

  .col-xs-offset-5-5 {
    margin-left: 100%;
  }

  .col-xs-1-6 {
    width: 16.66667%;
  }

  .col-xs-offset-1-6 {
    margin-left: 16.66667%;
  }

  .col-xs-2-6 {
    width: 33.33333%;
  }

  .col-xs-offset-2-6 {
    margin-left: 33.33333%;
  }

  .col-xs-3-6 {
    width: 50%;
  }

  .col-xs-offset-3-6 {
    margin-left: 50%;
  }

  .col-xs-4-6 {
    width: 66.66667%;
  }

  .col-xs-offset-4-6 {
    margin-left: 66.66667%;
  }

  .col-xs-5-6 {
    width: 83.33333%;
  }

  .col-xs-offset-5-6 {
    margin-left: 83.33333%;
  }

  .col-xs-6-6 {
    width: 100%;
  }

  .col-xs-offset-6-6 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 641px) {
  .col-small-1-1 {
    width: 100%;
  }

  .col-small-offset-1-1 {
    margin-left: 100%;
  }

  .col-small-1-2 {
    width: 50%;
  }

  .col-small-offset-1-2 {
    margin-left: 50%;
  }

  .col-small-2-2 {
    width: 100%;
  }

  .col-small-offset-2-2 {
    margin-left: 100%;
  }

  .col-small-1-3 {
    width: 33.33333%;
  }

  .col-small-offset-1-3 {
    margin-left: 33.33333%;
  }

  .col-small-2-3 {
    width: 66.66667%;
  }

  .col-small-offset-2-3 {
    margin-left: 66.66667%;
  }

  .col-small-3-3 {
    width: 100%;
  }

  .col-small-offset-3-3 {
    margin-left: 100%;
  }

  .col-small-1-4 {
    width: 25%;
  }

  .col-small-offset-1-4 {
    margin-left: 25%;
  }

  .col-small-2-4 {
    width: 50%;
  }

  .col-small-offset-2-4 {
    margin-left: 50%;
  }

  .col-small-3-4 {
    width: 75%;
  }

  .col-small-offset-3-4 {
    margin-left: 75%;
  }

  .col-small-4-4 {
    width: 100%;
  }

  .col-small-offset-4-4 {
    margin-left: 100%;
  }

  .col-small-1-5 {
    width: 20%;
  }

  .col-small-offset-1-5 {
    margin-left: 20%;
  }

  .col-small-2-5 {
    width: 40%;
  }

  .col-small-offset-2-5 {
    margin-left: 40%;
  }

  .col-small-3-5 {
    width: 60%;
  }

  .col-small-offset-3-5 {
    margin-left: 60%;
  }

  .col-small-4-5 {
    width: 80%;
  }

  .col-small-offset-4-5 {
    margin-left: 80%;
  }

  .col-small-5-5 {
    width: 100%;
  }

  .col-small-offset-5-5 {
    margin-left: 100%;
  }

  .col-small-1-6 {
    width: 16.66667%;
  }

  .col-small-offset-1-6 {
    margin-left: 16.66667%;
  }

  .col-small-2-6 {
    width: 33.33333%;
  }

  .col-small-offset-2-6 {
    margin-left: 33.33333%;
  }

  .col-small-3-6 {
    width: 50%;
  }

  .col-small-offset-3-6 {
    margin-left: 50%;
  }

  .col-small-4-6 {
    width: 66.66667%;
  }

  .col-small-offset-4-6 {
    margin-left: 66.66667%;
  }

  .col-small-5-6 {
    width: 83.33333%;
  }

  .col-small-offset-5-6 {
    margin-left: 83.33333%;
  }

  .col-small-6-6 {
    width: 100%;
  }

  .col-small-offset-6-6 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 741px) {
  .col-medium-1-1 {
    width: 100%;
  }

  .col-medium-offset-1-1 {
    margin-left: 100%;
  }

  .col-medium-1-2 {
    width: 50%;
  }

  .col-medium-offset-1-2 {
    margin-left: 50%;
  }

  .col-medium-2-2 {
    width: 100%;
  }

  .col-medium-offset-2-2 {
    margin-left: 100%;
  }

  .col-medium-1-3 {
    width: 33.33333%;
  }

  .col-medium-offset-1-3 {
    margin-left: 33.33333%;
  }

  .col-medium-2-3 {
    width: 66.66667%;
  }

  .col-medium-offset-2-3 {
    margin-left: 66.66667%;
  }

  .col-medium-3-3 {
    width: 100%;
  }

  .col-medium-offset-3-3 {
    margin-left: 100%;
  }

  .col-medium-1-4 {
    width: 25%;
  }

  .col-medium-offset-1-4 {
    margin-left: 25%;
  }

  .col-medium-2-4 {
    width: 50%;
  }

  .col-medium-offset-2-4 {
    margin-left: 50%;
  }

  .col-medium-3-4 {
    width: 75%;
  }

  .col-medium-offset-3-4 {
    margin-left: 75%;
  }

  .col-medium-4-4 {
    width: 100%;
  }

  .col-medium-offset-4-4 {
    margin-left: 100%;
  }

  .col-medium-1-5 {
    width: 20%;
  }

  .col-medium-offset-1-5 {
    margin-left: 20%;
  }

  .col-medium-2-5 {
    width: 40%;
  }

  .col-medium-offset-2-5 {
    margin-left: 40%;
  }

  .col-medium-3-5 {
    width: 60%;
  }

  .col-medium-offset-3-5 {
    margin-left: 60%;
  }

  .col-medium-4-5 {
    width: 80%;
  }

  .col-medium-offset-4-5 {
    margin-left: 80%;
  }

  .col-medium-5-5 {
    width: 100%;
  }

  .col-medium-offset-5-5 {
    margin-left: 100%;
  }

  .col-medium-1-6 {
    width: 16.66667%;
  }

  .col-medium-offset-1-6 {
    margin-left: 16.66667%;
  }

  .col-medium-2-6 {
    width: 33.33333%;
  }

  .col-medium-offset-2-6 {
    margin-left: 33.33333%;
  }

  .col-medium-3-6 {
    width: 50%;
  }

  .col-medium-offset-3-6 {
    margin-left: 50%;
  }

  .col-medium-4-6 {
    width: 66.66667%;
  }

  .col-medium-offset-4-6 {
    margin-left: 66.66667%;
  }

  .col-medium-5-6 {
    width: 83.33333%;
  }

  .col-medium-offset-5-6 {
    margin-left: 83.33333%;
  }

  .col-medium-6-6 {
    width: 100%;
  }

  .col-medium-offset-6-6 {
    margin-left: 100%;
  }
}

.action-section {
  background: #90adad;
  color: #f9f9f9;
  text-align: center;
  padding: 32px 0;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 1025px) {
  .action-section {
    padding: 48px 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.action-section__header {
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 auto;
}

.action-section__header+* {
  margin-top: 16px;
}

.action-section__header br {
  display: none;
}

.contractor-success {
  background: #90adad;
}

.contractor-success .action-section {
  padding: 120px 10px;
}

.contractor-success .action-section__header {
  font-size: 30px;
  line-height: 30px;
}

@media screen and (min-width: 1025px) {
  .system-estimate-header {
    line-height: 30px !important;
  }

  .contractor-success .action-section {
    padding: 108px 0;
  }

  .action-section__header {
    font-size: 30px;
    line-height: 30px;
  }

  .action-section__header br {
    display: block;
  }
}

.action-section__header--brochure {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.align-center {
  text-align: center !important;
}

@media screen and (min-width: 1025px) {
  .align-center-above-medium {
    text-align: center !important;
  }
}

.banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .banner {
    padding: 14px 0;
  }
}

.banner__logo {
  background-image: url('../images/banner_logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 90px;
  height: 40px;
  margin-left: 10px;
  position: relative;
  padding-right: 7px;
  margin-right: 15px;
}

/*.banner__logo:after {
    position: absolute;
    right: -6px;
    top: 0;
    bottom: -4px;
    width: 1px;
    background: #b9b9b9;
    content: ''; }*/
@media screen and (min-width: 361px) {
  .banner__logo {
    width: 102px;
    height: 40px;
    margin-left: 30px;
  }

  .banner__logo:after {
    right: -3px;
  }
}

@media screen and (min-width: 1025px) {
  .banner__logo {
    background-size: 120px;
    height: 51px;
    margin-right: 22px;
    width: 140px;
  }
}

.banner__tagline {
  width: 130px;
  height: 20px;
  background-image: url('../images/banner_tagline.png');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 361px) {
  .banner__tagline {
    width: 140px;
  }
}

@media screen and (min-width: 1025px) {
  .banner__tagline {
    height: 31px;
    width: 210px;
    background-size: contain;
    margin-top: 0px;
  }
}

.brochure-download {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1025px) {
  .brochure-download {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.brochure-download__preview {
  width: 179px;
  margin: 0 auto;
  padding-bottom: 24px;
}

@media screen and (min-width: 1025px) {
  .brochure-download__preview {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 377px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1025px) {
  .brochure-download__form {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-right: 80px;
    width: 476px;
  }
}

.feature.feature--buying-occasions {
  background: #fff;
}

@media screen and (min-width: 741px) {
  .feature.feature--buying-occasions {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 1201px) {
  .feature.feature--buying-occasions {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

.feature.feature--buying-occasions.buying-occasions--home {
  background: #f1f1f1;
}

.feature.feature--buying-occasions.buying-occasions--home .btn {
  margin: 25px auto 0;
  max-width: 100%;
}

@media screen and (min-width: 641px) {
  .feature.feature--buying-occasions.buying-occasions--home .btn {
    margin: 16px 0;
    max-width: 300px;
  }
}

.container.container--buying-occasions {
  max-width: 1060px;
}

.row--buying-occasions {
  display: block;
}

@media screen and (min-width: 741px) {
  .row--buying-occasions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.row--buying-occasions-row-2 {
  margin: 0 auto;
}

@media screen and (min-width: 741px) {
  .row--buying-occasions-row-2 {
    max-width: 66%;
  }
}

.buying-occasions {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.buying-occasion {
  color: #989898;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 22px;
  margin: 45px auto 0;
  width: 100%;
}

@media screen and (min-width: 741px) {
  .buying-occasion {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}

@media screen and (min-width: 741px) {
  .buying-occasion--hot-spot-cold-spot {
    max-width: 33%;
  }
}

.buying-occasion__icon {
  margin: 0 auto;
  max-width: 121px;
}

.btn {
  background: #3c77a1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 14px;
  line-height: 14px;
  max-width: 239px;
  width: 100%;
  border-radius: 5px;
  padding: 13px 0 11px;
  /*font-family: "Gotham A", "Gotham B", Helvetica,sans-serif;*/
  font-family: 'Gotham', 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 16px auto;
}

.hero__play-video-button {
  font-size: 12px;
  padding: 10px 0 9px;
}

.btn--zoning,
.btn--getting-started,
.btn--heat-pumps {
  background: #4d7183;
}

@media screen and (min-width: 1025px) {
  .btn {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.02rem;
    padding: 12px 30px 10px;
    width: auto;
    max-width: 300px;
  }

  .btn--zoning,
  .btn--getting-started,
  .btn--heat-pumps {
    margin: 30px 0 12px;
    padding: 8px 30px 7px;
    width: 283px;
  }

  .fade-box--upgrade .fade-box__content .hero__play-video-button {
    /* width: 235px; */
    padding: 8px 25px 7px;
  }

  .hero__play-video-button {
    font-size: 13px;
  }
}

.btn--warranty {
  background: #18696d;
}

@media screen and (min-width: 741px) {
  .btn--warranty {
    margin-left: 0;
  }
}

/* .btn--feature {
  margin-left: 0;
} */
.page-intro .btn--feature {
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: auto;
}

.btn--collapse {
  margin: 0;
}

.btn--form {
  background: #18696d;
}

.btn--form-invert {
  background: transparent;
  color: #18696d;
  border: 1px solid #18696d;
}

@media screen and (min-width: 1025px) {
  .btn--block {
    display: block;
    width: 100%;
  }

  .btn--form {
    margin-top: 9px;
    padding: 12px 20px 10px;
  }
}

@media screen and (min-width: 741px) {
  .btn--rebate {
    margin-top: -1px;
  }
}

.btn__icon {
  display: inline-block;
  height: 19px;
  margin-left: 5px;
  vertical-align: -5px;
  width: 19px;
}

.carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.carousel__arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .carousel__arrows {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 960px;
  }
}

.carousel__arrows button:hover {
  cursor: pointer;
}

.case-lower {
  text-transform: lowercase;
}

.checkbox-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.checkbox-group--narrow {
  margin: 0 auto;
  max-width: 380px;
}

.checkbox-group__checkbox {
  padding-right: 10px;
}

.checkbox-group__checkbox--hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}

.checkbox-group__label {
  color: #525252;
}

@media screen and (min-width: 1025px) {
  .checkbox-group__label {
    font-size: 16px;
    line-height: 24px;
  }
}

.checkbox-group__label--large {
  font-size: 16px;
}

.checkbox-group__radio-toggle,
.checkbox-group__checkbox-toggle {
  display: block;
  padding-left: 40px;
  position: relative;
}

.checkbox-group__radio-toggle:before,
.checkbox-group__checkbox-toggle:before {
  background: url('../images/radio.png') no-repeat left bottom;
  background-size: 23px auto;
  content: '';
  display: block;
  height: 23px;
  left: 10px;
  position: absolute;
  top: 33%;
  width: 23px;
}

.checkbox-group__checkbox-toggle.privacy-checkbox {
  margin-top: 20px;
}

@media screen and (min-width: 472px) {

  .checkbox-group__radio-toggle:before,
  .checkbox-group__checkbox-toggle:before {
    top: 22%;
  }
}

@media screen and (min-width: 824px) {

  .checkbox-group__radio-toggle:before,
  .checkbox-group__checkbox-toggle:before {
    top: 0;
  }
}

@media screen and (min-width: 1025px) {

  .checkbox-group__radio-toggle,
  .checkbox-group__checkbox-toggle {
    padding-left: 0;
  }

  .checkbox-group__radio-toggle:before,
  .checkbox-group__checkbox-toggle:before {
    left: 20px;
  }
}

.checkbox-group__checkbox-toggle:before {
  background-image: url('../images/checkbox.png');
}

@media screen and (min-width: 1025px) {
  .checkbox-group__checkbox-toggle {
    padding-left: 38px;
  }

  .brochure-download__form .checkbox-group__checkbox-toggle:before {
    left: 0;
    top: 5px;
  }

  .checkbox-group__checkbox-toggle:before {
    left: 0;
    top: 0;
  }
}

.checkbox-group__radio-toggle-active:before,
.checkbox-group__checkbox-toggle-active:before {
  background-position: left top;
}

.container {
  position: relative;
  padding: 0 30px;
}

@media screen and (min-width: 1025px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
  }

  .common-multi-room-wrapper .container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1025px) {
  .container.container--split {
    max-width: 1190px;
  }
}

@media screen and (min-width: 1025px) {
  .container.container--quote {
    max-width: 1280px;
  }
}

@media screen and (min-width: 741px) {
  .container.container--ductless p {
    width: 93%;
  }
}

@media screen and (min-width: 1025px) {
  .container.container--ductless {
    max-width: 1280px;
  }

  .container.container--ductless .row {
    padding-left: 120px;
  }

  .container.container--ductless p {
    max-width: 360px;
    width: 95%;
  }
}

.container.container--buying-occasions {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1025px) {
  .container.container--buying-occasions {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .container.container--zoning {
    margin: 0px auto;
    max-width: 1780px;
    padding: 0px;
  }
}

.container.container--zoning .row {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thin-intro {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .thin-intro {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 800px;
  }
}

.thin-intro .subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .thin-intro .subtitle {
    font-size: 22px;
  }
}

.thin-intro p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin-top: 15px;
}

.thin-intro h1 {
  color: #3c77a1;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .thin-intro h1 {
    font-size: 30px;
  }
}

/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
  background-image: url('../images/arrow-down-5.png');
  background-position: 95% center;
  background-repeat: no-repeat;
  border: 1px solid #90adad;
  position: relative;
  display: block;
}

.custom-select--error {
  border-color: #d10303;
}

/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */
.custom-select select {
  width: 100%;
  margin: 0;
  outline: none;
  /* Prefixed box-sizing rules necessary for older browsers */
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Font size must be 16px to prevent iOS page zoom on focus */
  font-size: 16px;
}

/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */
.custom-select::after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
  display: none;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
    {
    /* Show custom arrow */
    /* Remove select styling */
  }

  .custom-select::after {
    display: block;
  }

  .custom-select select {
    padding-right: 2em;
    /* Match-01 */
    /* inside @supports so that iOS <= 8 display the native arrow */
    background: none;
    /* Match-04 */
    /* inside @supports so that Android <= 4.3 display the native arrow */
    border: 1px solid transparent;
    /* Match-05 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .custom-select select:focus {
    border-color: #aaa;
    /* Match-03 */
  }
}

.customer-care {
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (min-width: 1025px) {
  .customer-care {
    border-bottom: none;
  }
}

.customer-care__line-1 {
  color: #f02a14;
  font-size: 12px;
  line-height: 24px;
}

.customer-care__line-2 {
  color: #f02a14;
  font-size: 17px;
}

@media screen and (min-width: 1025px) {
  .customer-care__line-2 {
    font-size: 16px;
    line-height: 18px;
  }
}

.customer-care__line-3 {
  font-size: 18px;
  line-height: 18px;
}

@media screen and (min-width: 1025px) {
  .customer-care__line-3 {
    font-size: 18px;
    line-height: 22px;
    color: #949494;
  }
}

.dark-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 741px) {
  .dark-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.dark-section .dark-features__feature {
  width: 280px;
  margin: 0 10px;
}

.dark-section .dark-features__feature--no-pad p {
  padding-left: 20px;
  padding-right: 20px;
}

.dark-header {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 16px;
  position: relative;
  padding-bottom: 16px;
}

.dark-header:after {
  /*content: '';*/
  /*border-bottom: 1px solid #8E8D8E;*/
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 200px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dark-header--light {
  color: #5f5f5f;
}

.dark-header--light:after {
  border-color: #c3c3c3;
}

@media screen and (min-width: 1025px) {
  .dark-header:after {
    width: 160px;
  }
}

.dark-header__small-text {
  font-size: 16px;
  line-height: 22px;
}

.dark-header__large-text {
  font-size: 28px;
  line-height: 28px;
}

.dark-header--schedule .dark-header__large-text {
  font-size: 20px;
  line-height: 20px;
}

.dark-header__icon {
  width: 124px;
  padding-top: 32px;
  margin: 0 auto 16px auto;
}

.dark-section {
  background: #525252;
  color: #b2acb0;
  text-align: center;
  padding: 48px 0;
  font-size: 14px;
  line-height: 22px;
}

.dark-section p {
  margin: 0 auto 16px;
  max-width: 640px;
}

@media screen and (min-width: 741px) {
  .dark-section p {
    padding: 0 26px;
  }
}

.dark-section a {
  color: #fff;
}

.dark-section--light {
  background-color: #fff;
  color: #a1a1a1;
}

@media screen and (min-width: 741px) {
  .dark-section--schedule p {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media screen and (min-width: 1025px) {
  .dark-section {
    padding: 50px 0;
  }
}

.dark-section__header {
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 24px;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .dark-section__header {
    font-size: 28px;
    line-height: 30px;
  }
}

.diagram {
  margin: 0 auto;
  max-width: 550px;
  padding: 24px 10px 0;
}

@media screen and (min-width: 1025px) {
  .diagram {
    max-width: 700px;
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .electric-hydronic__kpis {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 32px;
  }
}

.electric-hydronic__kpi {
  max-width: 380px;
}

.fade-box {
  background-image: linear-gradient(to top right,
      rgba(255, 255, 255, 0.28),
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.8));
  padding: 24px 20px;
  line-height: 22px;
  font-size: 13px;
  color: #494949;
  margin: -37% auto 0;
  width: 96%;
  padding-bottom: 10%;
  z-index: 1;
}

.fade-box__content sup {
  vertical-align: 1px;
}

/* .fade-box__content .btn {
  padding: 11px 9px 10px;
} */

@media screen and (min-width: 641px) {
  .fade-box__content .btn {
    padding: 8px 29px 7px;
  }
}

@media screen and (min-width: 641px) {
  .fade-box {
    background-image: linear-gradient(to top right,
        rgba(255, 255, 255, 0.98),
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.8));
    padding: 24px 30px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 380px;
  }
}

@media screen and (min-width: 1025px) {
  .fade-box {
    font-size: 14px;
    padding: 37px 40px;
    text-align: left;
    right: 80px;
    width: 488px;
  }
}

.fade-box--home {
  margin-top: -25%;
  padding-bottom: 0;
}

@media (min-width: 641px) and (max-width: 1024px) {}

@media screen and (min-width: 641px) {
  .fade-box--home {
    background-image: linear-gradient(to top right,
        rgba(255, 255, 255, 0.28),
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.8));
    margin: -45% auto 0;
    width: 96%;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 1025px) {
  .fade-box--home {
    background-image: linear-gradient(to top right,
        rgba(255, 255, 255, 0.98),
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.8));
    padding: 40px 45px 45px;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 545px;
  }
}

@media screen and (min-width: 1201px) {
  .fade-box--home {
    right: 122px;
    padding: 40px 0 40px 35px;
  }

  .fade-box--home p {
    width: 95%;
  }
}

/* .fade-box--home .btn {
  max-width: 350px;
  font-weight: 300;
} */
@media screen and (min-width: 1025px) {
  .fade-box--home .btn {
    margin: 20px 0 0;
    /* max-width: 350px; */
  }
}

.fade-box--home p {
  color: #313131;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.008rem;
  line-height: 25px;
}

.fade-box--home::before {}

.fade-box--home p sup {
  line-height: 0;
}

.fade-box__trans {
  background: none;
  background-image: none;
}

@media screen and (min-width: 641px) {
  .fade-box__trans {
    background: none;
    background-image: none;
  }
}

@media screen and (min-width: 1025px) {
  .fade-box__trans {
    background: none;
    background-image: none;
  }
}

@media screen and (min-width: 1025px) {
  .fade-box--heat-pumps {
    padding: 37px 37px 30px 45px;
    right: 11.5%;
    top: 52%;
    width: 473px;
  }
}

@media screen and (max-width: 641px) {
  .fade-box--heat-pumps {
    margin: -79% auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .fade-box--getting-started {
    width: 469px;
  }
}

@media screen and (max-width: 641px) {
  .fade-box--getting-started {
    margin: -79% auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .fade-box--upgrade {
    width: 469px;
    padding: 55px 35px 42px;
  }
}

@media screen and (max-width: 641px) {
  .fade-box--upgrade {
    margin: -79% auto 0;
  }
}

.fade-box--zoning {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 641px) {
  .fade-box--zoning {
    left: 60px;
    position: absolute;
    right: auto;
  }
}

@media screen and (min-width: 1025px) {
  .fade-box--zoning {
    left: 199px;
    top: 48%;
  }
}

@media screen and (max-width: 641px) {
  .fade-box--zoning {
    margin: -39% auto 0;
  }
}

@media screen and (min-width: 641px) {
  .fade-box--inverters {
    left: 60px;
    right: auto;
  }
}

@media screen and (min-width: 1025px) {
  .fade-box--inverters {
    left: 80px;
    width: 494px;
  }
}

@media screen and (min-width: 741px) {
  .fade-box--electric-hydronic {
    right: 20px;
    width: 370px;
  }
}

@media screen and (min-width: 1025px) {
  .fade-box--electric-hydronic {
    right: 200px;
    width: 428px;
  }
}

.fade-box__header {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.0095rem;
  line-height: 25px;
  margin-bottom: 16px;
}

@media screen and (min-width: 641px) {
  .fade-box__header {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .fade-box__header {
    font-size: 40px;
    line-height: 32px;
    margin-bottom: 13px;
  }
}

.fade-box__header:after {
  content: '';
  display: block;
  height: 1px;
  width: 105px;
  background-color: rgb(200, 200, 200);
  margin-top: 15px;
}

.fade-box__header--borderless {
  margin-bottom: 0;
}

.fade-box__header--borderless:after {
  display: none;
}

.fade-box__header--blue {
  color: #3c77a1 !important;
}

.orange-h1 {
  color: #eb6324 !important;
}

.white-h1 {
  color: #fff !important;
}

.curvy-font {}

.curvy-font-orange {
  color: #a34e17 !important;
}

.curvy-font-white {
  color: #fff !important;
}

.orange-btn,
.orange-btn-inverse:hover {
  background: #eb6324 !important;
  border: 1px solid #eb6324 !important;
  color: #fff;
}

.colored-btn-green {
  background: #006a4e !important;
  border: 1px solid #006a4e !important;
  color: #fff;
}

.colored-btn-green:hover {
  background: transparent !important;
  color: #006a4e !important;
  border: 1px solid #006a4e !important;
}

.colored-btn-blue {
  background: #3c77a1 !important;
  border: 1px solid #3c77a1 !important;
  color: #fff;
}

.colored-btn-blue:hover {
  background: transparent !important;
  color: #3c77a1 !important;
  border: 1px solid #3c77a1 !important;
}

.colored-btn-purple {
  background: #a03f78 !important;
  border: 1px solid #a03f78 !important;
  color: #fff;
}

.colored-btn-purple:hover {
  background: transparent !important;
  color: #a03f78 !important;
  border: 1px solid #a03f78 !important;
}

.colored-btn-1,
.colored-btn-1-inverse:hover,
.colored-btn-2 {
  background: #922a67 !important;
  border: 1px solid #922a67 !important;
  color: #fff;
}

.colored-btn-2:hover {
  background: transparent !important;
  color: #922a67 !important;
  border: 1px solid #922a67 !important;
}

.colored-btn-1:hover {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #922a67 !important;
}

.schedule-consultation-btn-ext:hover {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #2f894c !important;
}

.schedule-consultation-btn-ext {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 11px 26px 9px;
  border-radius: 3px;
  font-size: 13px;
}

.red-white-btn-inverse {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.brochure-confm-btn {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #2f894c !important;
}

.brochure-confm-btn:hover {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.red-btn,
.red-btn-inverse:hover,
.red-white-btn-inverse:hover {
  background: #922a67 !important;
  border: 1px solid #922a67 !important;
  color: #fff !important;
}

.red-btn:hover,
.red-btn-inverse {
  background: transparent !important;
  color: #922a67 !important;
  border: 1px solid #922a67 !important;
}

.orange-btn-inverse {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.orange-btn:hover {
  background: transparent !important;
  color: #eb6324 !important;
  border: 1px solid #eb6324 !important;
}

.fade-box__header--orange {
  color: #e05b19;
}

.fade-box__header--heat-pumps {
  color: #1a7276;
}

.fade-box__header--zoning {
  color: #4d7183;
}

.fade-box__header--inverters {
  color: #bb5d99;
}

.fade-box__header--electric-hydronic {
  color: #da793b;
}

.fade-box__header--getting-started {
  color: #bb5d99;
}

.fade-box__header--estimate {
  color: #bb5d99;
}

.fade-box__header--boilers {
  color: #3c77a1;
}

.fade-box__header-accent {
  font-size: 18px;
  line-height: 22px;
  color: #313131;
}

@media screen and (min-width: 1025px) {
  .fade-box__header-accent {
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.fade-box__header-accent.light {
  font-weight: 300;
}

.feature {
  font-size: 14px;
  line-height: 25px;
  color: #494949;
  overflow: hidden;
  position: relative;
  padding: 48px 0;
  transition: 2000ms ease-out background-color;
}

@media screen and (min-width: 1025px) {
  .feature {
    padding: 100px 0 80px;
    font-size: 16px;
  }
}

.feature--light-grey {
  background: #f9f9f9;
}

.feature--light-blue {
  background: #f3f9fd;
}

.light-grey-bg {
  background: #f9f9f9;
}

@media screen and (min-width: 1025px) {
  .feature--heat-pump {
    padding-bottom: 0;
  }
}

.feature--zoned-systems {
  background-image: url('../images/zoned-systems-bg.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 80%;
  background-size: 125%;
}

@media screen and (min-width: 1025px) {
  .feature--zoned-systems {
    background-size: auto;
    margin-top: -40px;
    padding-bottom: 128px;
  }
}

.feature--save-space,
.feature--efficient-year-round,
.feature--has-bg {
  padding-top: 0;
}

@media screen and (min-width: 741px) {

  .feature--save-space,
  .feature--efficient-year-round,
  .feature--has-bg {
    padding-top: 64px;
  }
}

@media screen and (min-width: 1025px) {

  .feature--save-space,
  .feature--efficient-year-round,
  .feature--has-bg {
    padding-bottom: 128px;
    padding-top: 128px;
  }
}

@media screen and (min-width: 1025px) {
  .feature--ductless {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}

.feature--inverters p {
  margin-left: auto;
  margin-right: auto;
  max-width: 754px;
}

.feature--zoning {
  background-color: #fff;
  color: #5f5f5f;
}

.feature--zoning h1 {
  color: #5f5f5f;
}

.feature__heat-pump {
  background-image: url('../images/heat-pumps-unit.png');
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-right: 20px;
  z-index: 5;
  width: 95%;
  height: 320px;
}

@media screen and (min-width: 1025px) {
  .feature__heat-pump {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-position: center center;
    min-width: 482px;
    height: 456px;
    margin-right: 60px;
  }
}

@media screen and (min-width: 741px) {
  .feature__heat-pump--container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

@media screen and (min-width: 741px) {
  .feature__heat-pump--header {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-right: 15px;
  }
}

.feature__whole-home-house {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  max-height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 3;
}

.feature__whole-home-house:after {
  position: absolute;
  content: '';
  padding-top: 62.75%;
}

@media screen and (min-width: 1025px) {
  .feature__whole-home-house {
    background-image: url('../images/whole-home-desktop.png');
    background-position: left center;
    background-size: 100%;
  }
}

@media screen and (min-width: 1201px) {
  .feature__whole-home-house {
    background-position: 64% 43%;
  }
}

.feature__bg {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 32px;
  z-index: 0;
}

.feature__bg:before {
  display: block;
  content: '';
  padding-bottom: 62.75%;
}

@media screen and (min-width: 741px) {
  .feature__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: auto 100%;
    width: 55%;
    margin-bottom: 0;
  }

  .feature__bg:before {
    display: none;
  }

  .feature__bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
  }
}

@media screen and (min-width: 741px) {
  .feature__bg--right-white-fade {
    left: auto;
    right: 0;
    background-position: center right;
  }

  .feature__bg--right-white-fade:before {
    display: none;
  }

  .feature__bg--right-white-fade:after {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #ffffff 85%);
  }
}

@media screen and (min-width: 741px) {
  .feature__bg--right-grey-fade {
    left: auto;
    right: 0;
    background-position: center right;
  }

  .feature__bg--right-grey-fade:before {
    display: none;
  }
}

@media screen and (min-width: 741px) {
  .feature__bg--left-white-fade {
    left: 0;
    background-position: center left;
  }

  .feature__bg--left-white-fade:before {
    display: none;
  }

  .feature__bg--left-white-fade:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ffffff 85%);
  }
}

@media screen and (min-width: 741px) {
  .feature__bg--left-darkgray-fade {
    left: 0;
    background-position: center left;
  }

  .feature__bg--left-darkgray-fade:before {
    display: none;
  }

  .feature__bg--left-darkgray-fade:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #777a80 85%);
  }
}

@media screen and (min-width: 741px) {
  .feature__bg--left-grey-fade {
    left: 0;
    background-position: center left;
  }

  .feature__bg--left-grey-fade:before {
    display: none;
  }

  .feature__bg--left-grey-fade:after {
    background: linear-gradient(to right, rgba(249, 249, 249, 0) 50%, #f9f9f9 85%);
  }
}

.feature__bg--hot-cold-spots {
  background-image: url('../images/hot-cold-spots-bg.jpg');
}

.feature__bg--whole-home {
  background-image: url('../images/whole-home-desktop.png');
  background-position: center;
  background-size: 100%;
}

@media screen and (min-width: 741px) {
  .feature__bg--whole-home {
    background-image: url('../images/whole-home-desktop.png');
    background-position: left center;
    background-size: 100%;
    width: 55%;
  }
}

@media screen and (min-width: 1025px) {
  .feature__bg--whole-home {
    background: none;
    width: 58%;
  }
}

@media screen and (min-width: 1201px) {
  .feature__bg--whole-home {
    width: 55%;
  }
}

.feature__bg--save-space {
  background-image: url('../images/save-space-bg.jpg');
}

.feature__efficient-year-round-bg {
  width: 100%;
  position: relative;
  background-image: url('../images/year-round-efficient-comfort-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 32px;
}

.feature__efficient-year-round-bg:before {
  display: block;
  content: '';
  padding-bottom: 62%;
}

@media screen and (min-width: 741px) {
  .feature__efficient-year-round-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    width: 55%;
    margin-bottom: 0;
  }

  .feature__efficient-year-round-bg:before {
    display: none;
  }

  .feature__efficient-year-round-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #ffffff 95%);
  }
}

.footer {
  background: #202020;
  color: #bcbcbc;
  font-size: 14px;
  min-height: 100%;
  line-height: 22px;
  padding-top: 64px;
  padding-bottom: 32px;
}

.footer__header {
  color: #f02a14;
  font-size: 10px;
  line-height: 28px;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  .footer__header {
    font-size: 12px;
  }
}

@media (min-width: 901px) {
  .footer__header {
    font-size: 13px;
  }
}

@media screen and (min-width: 641px) {
  .footer__header {
    text-align: left;
  }
}

.footer__layout,
.footer__terms {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 28px;
  margin: 0 auto;
  width: 95%;
}

@media screen and (min-width: 641px) {

  .footer__layout,
  .footer__terms {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 990px;
    padding: 0;
  }
}

.footer__terms {
  border-bottom: 1px #3c3c3c solid;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 4px;
  padding-bottom: 60px;
}

@media screen and (min-width: 641px) {
  .footer__terms {
    max-width: 1190px;
  }
}

@media screen and (min-width: 1201px) {
  .footer__terms {
    margin-bottom: 60px;
    padding: 0 150px 66px;
  }
}

.footer__terms h1 {
  color: #b3b3b3;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
}

.footer__terms p {
  color: #949494;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 641px) {
  .footer__terms p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
}

@media screen and (min-width: 641px) {
  .footer__primary {
    width: 210px;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 641px) {
  .footer__secondary {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
  }

  .footer__secondary:after {
    position: absolute;
    /*top: 0;*/
    top: 5px;
    left: 0;
    content: '';
    /*height: 100px;*/
    height: 305px;
    width: 1px;
    background: #3c3c3c;
  }
}

@media screen and (min-width: 1025px) {
  .footer__secondary {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 70px;
    padding-left: 70px;
  }
}

.footer__logo {
  background-image: url('../images/logo--inverted.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 76px;
  background-size: 178px 76px;
  background-position: center center;
  /*margin-bottom: 24px; */
}

.footer__message {
  border-bottom: 1px solid #414141;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #949494;
}

@media screen and (min-width: 641px) {
  .footer__message {
    text-align: left;
    border-color: #3c3c3c;
  }
}

.footer__bottom {
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #949494;
  padding-bottom: 24px;
  /*  border-bottom: 1px solid #414141; */
}

@media screen and (min-width: 1025px) {
  .footer__bottom {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 10px;
    border-bottom: 0;
  }
}

.footer__rights {
  margin-bottom: 16px;
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .footer__rights {
    margin-bottom: 0;
  }
}

.footer__social {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px auto 0;
  max-width: 250px;
}

@media screen and (min-width: 741px) {
  .footer__social {
    max-width: none;
  }
}

.footer__social .mobile-only {
  display: block;
  width: 100%;
}

@media screen and (min-width: 741px) {
  .footer__social .mobile-only {
    display: none;
  }
}

.footer__icon {
  display: block;
  margin: 30px auto 0;
  width: 20px;
}

@media screen and (min-width: 1025px) {
  .footer__icon {
    margin-top: 0;
  }
}

.footer__icon--facebook {
  -webkit-flex-basis: 10px;
  -ms-flex-preferred-size: 10px;
  flex-basis: 10px;
  width: 10px;
}

.footer__icon--twitter {
  -webkit-flex-basis: 17px;
  -ms-flex-preferred-size: 17px;
  flex-basis: 17px;
  width: 17px;
}

.footer__icon--instagram {
  -webkit-flex-basis: 20px;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  width: 20px;
}

.footer__icon--youtube {
  -webkit-flex-basis: 23px;
  -ms-flex-preferred-size: 23px;
  flex-basis: 23px;
  width: 23px;
}

.footer__icon--linkedin {
  -webkit-flex-basis: 20px;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  width: 20px;
}

.footer__icon--pinterest {
  -webkit-flex-basis: 15px;
  -ms-flex-preferred-size: 15px;
  flex-basis: 15px;
  width: 15px;
}

.footer__icon--houzz {
  -webkit-flex-basis: 26px;
  -ms-flex-preferred-size: 26px;
  flex-basis: 26px;
  width: 26px;
}

.footer__icon--blog {
  width: 26px;
  align-self: flex-end;
}

.footer__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em;
}

@media screen and (min-width: 1025px) {
  .footer__links {
    margin-top: 0;
  }
}

.footer__link-item {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  margin: 1em 5px 0;
}

@media screen and (min-width: 741px) {
  .footer__link-item {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    margin: 0 0 0;
  }

  .footer__link-item:before {
    content: '\007c';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .footer__link-item:first-of-type {
    margin-left: 0;
  }

  .footer__link-item:first-of-type:before {
    content: '';
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .footer__link-item {
    margin-left: 10px;
  }

  .footer__link-item:before {
    margin-right: 10px;
    position: static;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.footer-ctas {
  background: #353535;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 641px) {
  .footer-ctas {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer-ctas__cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #5b5b5b;
  height: 110px;
}

.footer-ctas__cta:last-of-type {
  border: none;
}

@media screen and (min-width: 641px) {
  .footer-ctas__cta {
    border-bottom: none;
    border-right: 1px solid #5b5b5b;
    width: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 136px;
  }

  .footer-ctas__cta:last-of-type {
    border: none;
  }
}

.footer-ctas__cta:hover .footer-ctas__cta-text:after {
  opacity: 1;
  bottom: -8px;
}

.footer-ctas__cta-text {
  position: relative;
  display: inline-block;
}

.footer-ctas__cta-text:after {
  content: '';
  border-bottom: 2px solid #f02a14;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 200ms ease-out, bottom 200ms ease-out;
}

.footnote {
  font-size: 11px;
  line-height: 20px;
  color: #848484;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .footnote {
    font-size: 13px;
  }
}

@media screen and (min-width: 1025px) {
  .footnote {
    text-align: left;
  }

  .synchrony__primary .footnote {
    margin-top: 25px;
  }
}

.footnote sup {
  font-size: 1.2em;
  line-height: 0;
  position: relative;
  top: 5px;
}

.form {
  opacity: 1;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}

.form--disabled {
  opacity: 0.2;
}

.form__required-message {
  color: #8b8b8b;
  margin: -1em 0 1em;
}

@media screen and (min-width: 741px) {
  .form__required-message {
    margin: 0;
    position: absolute;
    top: -44px;
    right: 0;
  }
}

.form__required-message--static {
  position: static;
  margin-top: 0;
}

.form__required-message--error {
  color: #d10303 !important;
}

/* @media screen and (min-width: 741px) {
  .form--schedule .col-medium-1-2.col-medium-has-padding:nth-child(n) {
    padding-right: 40px;
  }
  .form--schedule .col-medium-1-2.col-medium-has-padding:nth-child(2n) {
    padding-left: 40px;
    padding-right: 20px;
  }
} */

.form--schedule .btn--form {
  background: #3c77a1;
  border: 1px solid #3c77a1;
  display: block;
  margin: 0 auto;
  max-width: 290px;
}

.form--schedule .btn--form:hover {
  background: #fff;
  color: #3c77a1;
}

@media screen and (min-width: 1025px) {
  .form--schedule .btn--form {
    width: 150px;
  }
}

.form-control--clean {
  color: #757575;
}

/* .form-item.first-last-group .col-medium-1-2.col-medium-has-padding,
.form-item.email-phone-group .col-medium-1-2.col-medium-has-padding {
  padding-right: 17px;
} */

.form-item .form-text {
  border: 0;
  border-bottom: 2px solid #eaeaea;
  width: 100%;
  padding: 8px 5px;
  line-height: 24px;
  font-size: 14px;
  outline: none;
}

.form-item .form-text.form-control--error {
  border-bottom: 2px solid #e42526;
}

.email-phone-group {
  margin-bottom: 25px;
}

@media screen and (min-width: 1025px) {
  .form-item .form-text {
    font-size: 16px;
    padding: 12px 23px;
  }
}

.form-item .form-control--error {
  margin-top: 0;
}

.form-field {
  color: #6f6f6f;
  margin-bottom: 37px;
  padding-left: 0;
}

.form-field .checkbox-group__label {
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 20px;
}

.form-field .checkbox-group__label.form-control--error {
  color: #e42526;
  font-size: 16px;
}

.form-field textarea {
  border: 1px solid #eaeaea;
  color: #6f6f6f;
  font-size: 14px;
  font-family: inherit;
  height: 123px;
  border-radius: 7px;
  overflow: hidden;
  resize: none;
  line-height: 1.3em;
  outline: none;
  margin-top: 22px;
  width: 100%;
  display: block;
  padding: 15px 32px;
}

.form-field label.form-control--error {
  display: none !important;
}

.form-field:before {
  background: none;
}

.txt-field {
  margin-bottom: 62px;
}

.form-radios {
  display: block;
}

.form-radios input[type='radio'] {
  -moz-appearance: normal;
  -webkit-appearance: initial;
  appearance: normal;
  background-size: cover;
  background: url('../images/button-radio.png') no-repeat center;
  border-radius: 12px;
  font-size: 20px;
  height: 19px;
  margin-right: 10px;
  margin-top: 2px;
  outline: none;
  vertical-align: top;
  width: 19px;
}

.form-radios input[type='radio']:checked {
  background-color: #90adad;
}

.form-radios input[type='radio']+.email-txt {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 85%;
}

@media screen and (min-width: 1025px) {
  .form-radios input[type='radio']+.email-txt {
    width: inherit;
  }
}

.form-radios label {
  cursor: pointer;
  display: inline-block;
  color: #6f6f6f;
}

.form-radios .type-radio {
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 0;
}

.form-radios .type-radio.email-radio {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.form-radios .type-radio.email-radio:before {
  left: 125px;
}

.form-radios .type-radio:before {
  background: none;
  left: 6px;
}

@media screen and (min-width: 1025px) {
  .form-radios .type-radio {
    margin-right: 33px;
  }
}

.email-confirmation {
  margin-bottom: 30px;
  margin-left: 0;
  text-align: center;
}

.email-confirmation .form-field {
  margin-bottom: 0;
}

.new-system-needs,
.exisiting-system,
.hvac_needs_details {
  display: none;
}

.field-active {
  display: block;
}

.form-control {
  font-family: 'Gotham', 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
  border: 1px solid #829d9d;
  width: 100%;
  padding: 8px 5px;
  line-height: 24px;
  font-size: 16px;
}

@media screen and (min-width: 1025px) {
  .form-control {
    font-size: 16px;
    padding: 10px 15px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  box-shadow: 0 0 0 30px #fff inset !important;
}


input[type='number'].form-control::-webkit-outer-spin-button,
input[type='number'].form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type='number'].form-control {
  -moz-appearance: textfield;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1;
}

select.form-control::-ms-expand {
  display: none;
}

.form-control--error {
  color: #d10303;
  border-color: #d10303;
}


.form-control--error::-webkit-input-placeholder,.checkbox-group__checkbox .form-control--error {
  /* Chrome/Opera/Safari */
  color: #d10303;
}

.form-control--error::-moz-placeholder {
  /* Firefox 19+ */
  color: #d10303;
}

.form-control--error:-ms-input-placeholder {
  /* IE 10+ */
  color: #d10303;
}

.form-control--error:-moz-placeholder {
  /* Firefox 18- */
  color: #d10303;
}

.form-control__error-message {
  color: #d10303;
  font-size: 12px;
}

.form-group {
  margin-bottom: 30px;
}

.form-group--radio {
  padding: 0 20px;
}

@media screen and (min-width: 741px) {
  .form-group--radio {
    padding: 0;
  }
}

#company-field {
  position: absolute;
  top: -111111em;
}

.form-header {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 44px;
  color: #5e7979;
  margin-bottom: 12px;
}

.free-consult {
  padding: 48px 0;
  color: #848484;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  transition: 300ms ease-out background-color, 300ms ease-out color;
}

@media screen and (min-width: 1025px) {
  .free-consult {
    padding: 52px 0 58px;
    background-position: left center;
  }

  .free-consult:hover {
    cursor: pointer;
    background: #9dbbd0;
    color: #163749;
  }

  .free-consult:hover .free-consult__header {
    color: #163749;
  }

  .free-consult:hover .free-consult__icon {
    background-image: url('../images/schedule-icon--active.png');
  }

  .free-consult:hover .free-consult__arrow {
    opacity: 1;
  }
}

.free-consult__arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.97 40.02'%3E %3Cpath fill='%23163749' d='M57.65,19.24L38.88,0.32a1.08,1.08,0,0,0-1.53,0,1.1,1.1,0,0,0,0,1.54L54.27,18.92H1.08a1.09,1.09,0,0,0,0,2.18H54.27L37.35,38.15a1.1,1.1,0,0,0,0,1.54,1.08,1.08,0,0,0,1.53,0L57.65,20.78A1.1,1.1,0,0,0,57.65,19.24Z'/%3E %3C/svg%3E ");
  background-position: right center;
  background-size: 58px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 58px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.free-consult__layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .free-consult__layout {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 130px;
  }
}

.free-consult__icon {
  background-image: url('../images/schedule-icon.png');
  background-repeat: no-repeat;
  background-size: 120px 120px;
  background-position: center center;
  width: 120px;
  height: 120px;
  margin: 0 auto 16px auto;
}

@media screen and (min-width: 1025px) {
  .free-consult__icon {
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 35px;
  }
}

.free-consult__content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.free-consult__content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .free-consult__content {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
  }
}

.free-consult__header {
  color: #5f5f5f;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 12px;
}

@media screen and (min-width: 1025px) {
  .free-consult__header {
    font-size: 28px;
    line-height: 25px;
  }
}

.free-consult p {
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

@media screen and (min-width: 1025px) {
  .free-consult p {
    width: 86%;
  }
}

.warranty_bar {
  background: #f1f1f1;
  padding: 48px 0;
  color: #848484;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  transition: 300ms ease-out background-color, 300ms ease-out color;
}

@media screen and (min-width: 1025px) {
  .warranty_bar {
    padding: 100px 0;
    background-position: left center;
  }
}

.warranty_bar__layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .warranty_bar__layout {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.warranty_bar__icon {
  background-image: url('../images/12icon.png');
  background-repeat: no-repeat;
  background-size: 149px 149px;
  background-position: center center;
  width: 149px;
  height: 149px;
  margin: 0 auto 16px auto;
}

@media screen and (min-width: 1025px) {
  .warranty_bar__icon {
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 37px;
  }
}

.warranty_bar__content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.warranty_bar__content p {
  font-weight: 300;
  margin-bottom: 9px;
}

.warranty_bar__content p:not(.warranty_bar__subheader) {
  color: #313131;
}

.warranty_bar__content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .warranty_bar__content {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }
}

.warranty_bar__header {
  color: #3c77a1;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1025px) {
  .warranty_bar__header {
    font-size: 30px;
    line-height: 37px;
  }
}

.warranty_bar__subheader {
  color: #5f5f5f;
  font-size: 30px;
  text-transform: uppercase;
}

.heat-pump {
  background-color: #d9793b;
  padding: 45px 0;
}

.heat-pump .col-medium-1-2 {
  width: 100%;
}

.heat-pump .row {
  padding-top: 90px;
}

@media screen and (min-width: 741px) {
  .heat-pump {
    padding: 65px 0;
  }

  .heat-pump .col-medium-1-2 {
    width: 50%;
  }

  .heat-pump .row {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .heat-pump {
    padding: 110px 0;
  }
}

.heat-pump__image {
  border-bottom: 1px solid #d6956c;
  margin: 0 auto 40px;
  min-width: 225px;
  padding-bottom: 10px;
  width: 50%;
}

.heat-pump__image img {
  width: 100%;
}

@media screen and (min-width: 741px) {
  .heat-pump__image {
    border: 0;
    margin: 0;
    padding-bottom: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .heat-pump__image {
    width: 446px;
  }
}

.heat-pump__copy p {
  color: #dbe3e3;
  font-size: 15px;
  line-height: 26px;
}

@media screen and (min-width: 741px) {
  .heat-pump__copy {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .heat-pump__copy {
    padding-left: 50px;
  }
}

.heat-pump-works {
  padding: 48px 0;
}

@media screen and (min-width: 1025px) {
  .heat-pump-works {
    padding: 80px 0;
  }
}

.heat-pump-works__tabs {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bcbcbc;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 30px;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .heat-pump-works__tabs {
    padding: 0 33.3333%;
  }
}

.heat-pump-works__tab {
  text-align: center;
  text-transform: uppercase;
  color: #5f5f5f;
  border-bottom: 2px solid #ccc;
  padding: 40px 10px 4px;
  position: relative;
  display: block;
}

.heat-pump-works__tab--summer {
  border-color: #f06000;
}

.heat-pump-works__tab--winter {
  border-color: #628fba;
}

.heat-pump-works__tab:not(.heat-pump-works__tab--active) {
  border-color: transparent !important;
}

.heat-pump-works__tab:hover .heat-pump-works__tab-background,
.heat-pump-works__tab--active .heat-pump-works__tab-background {
  top: 0;
  opacity: 1;
}

.heat-pump-works__tab:hover .heat-pump-works__tab-background--winter .cls-1,
.heat-pump-works__tab--active .heat-pump-works__tab-background--winter .cls-1 {
  fill: #e5eef4;
}

.heat-pump-works__tab:hover .heat-pump-works__tab-background--summer .cls-1,
.heat-pump-works__tab--active .heat-pump-works__tab-background--summer .cls-1 {
  fill: #fbe6d3;
}

.heat-pump-works__tab-background {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 70px;
  opacity: 0;
  transition: top 300ms ease-out, opacity 300ms ease-out;
}

.heat-pump-works__tab-background svg {
  height: 70px;
}

.heat-pump-works__tab-label-primary {
  font-size: 21px;
  line-height: 21px;
  position: relative;
  z-index: 2;
}

.heat-pump-works__tab-label-secondary {
  font-size: 14px;
  line-height: 21px;
  position: relative;
  z-index: 2;
}

.heat-pump-works__slide {
  display: none;
}

.heat-pump-works__slide--active {
  display: block;
}

.heat-pump-works__slide-content {
  padding: 24px 30px 0;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #494949;
}

@media screen and (min-width: 1025px) {
  .heat-pump-works__slide-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 48px 0 0;
    font-size: 16px;
    line-height: 23px;
  }
}

.heat-pump-works__diagram {
  margin: 0 auto;
  padding: 24px 15px 0;
}

@media screen and (min-width: 1025px) {
  .heat-pump-works__diagram {
    max-width: 856px;
    padding: 48px 0 0;
  }
}

.hero {
  padding-top: 0;
  padding-top: 50px;
  background-position: 2% top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
}

.hero:before {
  content: '';
  display: block;
  padding-top: 84%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #ffffff 88%);
}

.hero--boilerplate,
.hero--heat-pumps,
.hero--get-started,
.hero--estimate {
  padding-top: 0px;
  background-position: 20% top;
}

.hero--boilerplate:before,
.hero--heat-pumps:before,
.hero--get-started:before,
.hero--estimate:before {
  padding-top: 124%;
}

@media screen and (min-width: 641px) {
  .hero {
    background-size: 100% auto;
  }

  .hero:before {
    content: '';
    display: block;
    padding-top: 48%;
    background: none;
  }
}

@media screen and (max-width: 641px) {

  .hero--boilerplate,
  .hero--heat-pumps,
  .hero--get-started,
  .hero--estimate {
    padding-top: 50px;
  }

  .hero--get-started:before {
    background: none;
  }
}

.hero .angle::after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, #f3f9fd 0%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.73) 81%, rgba(255, 255, 255, 0.29) 100%);*/

  background: rgba(30, 81, 45, 0.85);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f9fd', endColorstr='#4affffff', GradientType=0);
  /* IE6-9 */
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

@media screen and (min-width: 1025px) {
  .hero .angle::after {
    display: block;
  }
}

.hero .angle__right::after {
  left: -52%;
  -webkit-transform: skewX(23deg);
  -ms-transform: skewX(23deg);
  transform: skewX(23deg);
}

.hero--home {
  background-image: url('../images/hero-images/home-masthead-cbu-sm.png');
}

@media screen and (min-width: 641px) {
  .hero--home {
    background-position: 2% top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    width: 100%;
  }

  .hero--home:before {
    content: '';
    display: block;
    padding-top: 75%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #ffffff 88%);
  }
}

@media screen and (min-width: 1025px) {
  .hero--home {
    background-image: url('../images/hero-images/home-masthead-cbu.png');
    background-color: #e0e0e0;
    background-size: cover;
    background-position: center 10%;
    height: 513px;
  }

  .hero--home:before {
    content: '';
    display: block;
    padding-top: 32%;
    background: none;
  }
}

@media (min-width: 1201px) and (min-width: 1919px) {
  .hero--home {
    background-image: url('../images/hero-images/home-masthead-cbu.png');
    background-size: 100% auto;
    background-position: left top;

    /*height: 692px;
        background-position: center center;
      background-size: contain;*/
  }
}

@media screen and (min-width: 1920px) {
  .hero--home {
    height: 692px;
    background-position: center center;
    background-size: cover;
  }
}

.hero__inner.hero__inner--home {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .hero__inner.hero__inner--home {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.hero--get-started {
  background-image: url('../images/hero-images/getting-started-sm.png');
}

@media screen and (min-width: 375px) {
  .hero--get-started {
    background-image: url('../images/hero-images/getting-started-hero.png');
  }
}

@media screen and (min-width: 641px) {

  .hero--get-started,
  .hero--estimate {
    background-position: 2% top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    width: 100%;
  }

  .hero--get-started:before,
  .hero--estimate:before {
    content: '';
    display: block;
    padding-top: 75%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #ffffff 88%);
  }
}

@media screen and (min-width: 1025px) {

  .hero--get-started,
  .hero--estimate {
    background-color: #e0e0e0;
    background-size: cover;
    background-position: center 10%;
    height: 513px;
  }

  .hero--get-started:before,
  .hero--estimate:before {
    content: '';
    display: block;
    padding-top: 32%;
    background: none;
  }
}

@media (min-width: 1201px) and (min-width: 1919px) {
  .hero--get-started {
    background-image: url('../images/hero-images/getting-started-hero.png');
    background-size: 100% auto;
    background-position: left top;

    /*height: 692px;
        background-position: center center;
      background-size: contain;*/
  }
}

@media screen and (min-width: 1920px) {
  .hero--home {
    height: 692px;
    background-position: center center;
    background-size: cover;
  }
}

.hero--electric-hydronic {
  background-position: left -50px;
}

@media screen and (min-width: 741px) {
  .hero--electric-hydronic {
    background-position: left top;
  }
}

.hero--estimate {
  background-image: url('../images/hero-images/estimate-hero-sm.png');
}

.hero--zoning {
  background-image: url('../images/hero-images/zoning-hero-sm.png');
}

.hero--has-video-hp {
  background-image: url('../images/hero-images/heat-pumps-hero-sm.png');
}

.hero--has-video-boiler {
  background-image: url('../images/hero-images/boilerplate-hero-sm.png');
}

@media screen and (min-width: 375px) {
  .hero {
    background-size: 135%;
  }

  .hero--home {
    background-size: 124%;
  }

  .hero--estimate {
    background-image: url('../images/hero-images/estimate-hero.png');
  }

  .hero--zoning {
    background-image: url('../images/hero-images/zoning-hero.jpg');
  }

  .hero--has-video-hp {
    background-image: url('../images/hero-images/heat-pumps-hero-lg.png');
  }

  .hero--has-video-boiler {
    background-image: url('../images/hero-images/boilerplate-hero-lg.png');
  }
}

@media screen and (min-width: 741px) {
  .hero {
    background-size: cover;
  }

  .hero--has-video,
  .hero--has-video-hp,
  .hero--has-video-boiler {
    zbackground: none;
  }
}

@media screen and (min-width: 641px) {
  .hero__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.hero__video-container,
.hero__video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__video-player {
  display: none;
}

@media screen and (min-width: 741px) {
  .hero__video-player {
    display: block;
  }
}

.hero__video-video {
  display: block;
  min-height: 100%;
  min-width: 100%;
}

.hero__video-container {
  transition: 300ms ease-out opacity;
  background: #000;
  opacity: 0;
}

.hero__video-container--active {
  pointer-events: all;
  opacity: 1;
  z-index: 3;
}

.hero__video {
  width: 100%;
  height: 100%;
}

.hero__video-close {
  background: url('../images/video-close.png') no-repeat;
  background-position: left top;
  background-size: 100%;
  display: block;
  height: 46px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  width: 46px;
  white-space: nowrap;
  position: absolute;
  right: 30px;
  top: 30px;
}

.hide {
  display: none;
}

@media screen and (min-width: 1025px) {
  .hide-medium {
    display: none;
  }
}

.hide-below-medium {
  display: none;
}

@media screen and (min-width: 1025px) {
  .hide-below-medium {
    display: block;
  }
}

.hyper-heating {
  overflow: hidden;
  position: relative;
  transition: all 1000ms ease-out;
}

.hyper-heating__gradient {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hyper-heating__gradient:after {
  background: linear-gradient(to bottom, #3d82a3 0%, #6998af 50%, #bc609b 98%);
  content: '';
  display: block;
  height: 150%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 1000ms ease-out;
  width: 100%;
}

.hyper-heating__gradient--step-1:after {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.hyper-heating__gradient--step-2:after {
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}

.hyper-heating__gradient--step-3:after {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.hyper-heating__content {
  padding: 48px 0 16px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__content {
    padding: 112px 0 16px;
  }
}

.hyper-heating__diagram {
  position: relative;
  height: 300px;
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__diagram {
    height: 350px;
  }
}

.hyper-heating__bottom {
  /* height: 30px; */
  background: #fff;
  position: relative;
  z-index: 2;
}

/* @media screen and (min-width: 1025px) {
  .hyper-heating__bottom {
    height: 100px;
  }
} */

.hyper-heating__header {
  font-size: 21px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__header {
    font-size: 30px;
    line-height: 32px;
  }
}

.hyper-heating__copy {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__copy {
    font-size: 15px;
    line-height: 25px;
  }
}

.hyper-heating__snow-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  overflow: hidden;
}

.hyper-heating__snow .cls-1 {
  fill: #f9f9f9;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__snow-container {
    height: 80px;
  }
}

.hyper-heating__snow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1025px) {
  .hyper-heating__snow {
    width: 100%;
  }
}

.hyper-heating__homes {
  position: absolute;
  bottom: 225px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 365px;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .hyper-heating__homes {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .hyper-heating__homes {
    bottom: 300px;
    width: 760px;
  }
}

.hyper-heating__home {
  width: 176px;
  height: 167px;
  position: absolute;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__home {
    width: 261px;
    height: 248px;
  }
}

.hyper-heating__conventional-home {
  left: 1%;
  color: #5f5f5f;
}

.hyper-heating__conventional-home .cls-1 {
  fill: #e3e9ed;
}

.hyper-heating__mitsubishi-home {
  right: 1%;
  color: #fff;
}

.hyper-heating__mitsubishi-home .cls-1 {
  fill: #cf8100;
}

.hyper-heating__home-content {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__home-content {
    top: 75px;
  }
}

.hyper-heating__home-title {
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 12px;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__home-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}

.hyper-heating__home-value {
  font-size: 27px;
  line-height: 27px;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__home-value {
    font-size: 40px;
    line-height: 40px;
  }
}

.hyper-heating__home-capacity {
  font-size: 10px;
  line-height: 10px;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__home-capacity {
    font-size: 14px;
    line-height: 16px;
  }
}

.hyper-heating__control {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  transition: top 1000ms ease-out;
}

.hyper-heating__control:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.15);
}

.hyper-heating__control--step-1 {
  top: 60px;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__control--step-1 {
    top: 40px;
  }
}

.hyper-heating__control--step-2 {
  top: 140px;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__control--step-2 {
    top: 170px;
  }
}

.hyper-heating__control--step-3 {
  top: 210px;
}

@media screen and (min-width: 1025px) {
  .hyper-heating__control--step-3 {
    top: 270px;
  }
}

.hyper-heating__circle {
  position: absolute;
  left: 50%;
  top: 0;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #a5478a;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}

.hyper-heating__circle-inner {
  background: #a5478a;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

.feature.feature--indoor-units {
  background: #fff;
  text-align: center;
}

.feature.feature--indoor-units .btn {
  margin: 30px auto 0;
  max-width: 85%;
}

@media screen and (min-width: 641px) {
  .feature.feature--indoor-units .btn {
    margin: 16px 0;
    max-width: 300px;
  }
}

@media screen and (min-width: 1025px) {
  .feature.feature--indoor-units .btn {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@media screen and (min-width: 741px) {
  .feature.feature--indoor-units {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 1201px) {
  .feature.feature--indoor-units {
    padding-bottom: 20px;
    padding-top: 90px;
  }
}

.container.container--indoor-units {
  margin: 0 auto;
  max-width: 1200px;
}

.intro.intro--indoor-units h1 {
  font-weight: normal;
  padding-bottom: 20px;
  position: relative;
}

.intro.intro--indoor-units h1::after {
  background: #cacaca;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 292px;
}

.intro.intro--indoor-units p {
  margin: 20px auto 0;
  max-width: 575px;
}

.row--indoor-units {
  display: block;
}

@media screen and (min-width: 741px) {
  .row--indoor-units {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row--indoor-units::after {
    content: '';
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .row--indoor-units::after {
    display: none;
  }
}

@media screen and (min-width: 741px) {
  .col--indoor-unit {
    width: auto;
  }
}

.disclaimer.disclaimer--indoor-units {
  margin-top: 35px;
}

@media screen and (min-width: 741px) {
  .disclaimer.disclaimer--indoor-units {
    margin-top: 55px;
  }
}

.disclaimer.disclaimer--indoor-units p {
  color: #a6a6a6;
  font-size: 8px;
  line-height: 13px;
  text-align: center;
}

.indoor-unit {
  color: #515151;
  font-size: 16px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 40px auto 0;
  text-align: center;
  text-transform: uppercase;
}

.indoor-unit__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  width: 100%;
}

.indoor-unit span {
  display: inline-block;
  margin: 10px auto 0;
  vertical-align: bottom;
}

@media screen and (min-width: 741px) {
  .indoor-unit:nth-child(n + 4) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 1025px) {
  .indoor-unit:nth-child(n + 4) {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (min-width: 741px) {
  .indoor-unit:nth-child(n + 5) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (min-width: 1025px) {
  .indoor-unit:nth-child(n + 5) {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

.indoor-unit__icon {
  height: 100%;
  text-align: center;
  width: 100%;
}

.indoor-unit__icon img {
  display: inline-block;
  vertical-align: bottom;
}

.indoor-unit__icon--ceiling-cassette img {
  margin-top: 10px;
  max-width: 145px;
}

.indoor-unit__icon--ducted-air-handler img {
  max-width: 94px;
}

.indoor-unit__icon--floor-mount img {
  margin-bottom: -7px;
  margin-top: 7px;
  max-width: 176px;
}

.indoor-unit__icon--horizontal-ducted img {
  margin-top: 10px;
  max-width: 173px;
}

.indoor-unit__icon--wall-mount img {
  margin-top: 16px;
  max-width: 206px;
}

.intro {
  color: #595959;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .intro {
    font-size: 16px;
    line-height: 23px;
  }
}

.intro h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}

.intro p {
  margin-top: 13px;
}

.intro--buying-occasions h1 {
  font-size: 21px;
  line-height: 25px;
}

@media screen and (min-width: 1025px) {
  .intro--buying-occasions h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

.intro--indoor-units h1 {
  font-size: 21px;
  line-height: 25px;
}

@media screen and (min-width: 1025px) {
  .intro--indoor-units h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

.kpi-highlight {
  text-align: center;
  padding: 0 30px;
  margin: 40px auto;
}

.kpi-highlight:last-of-type {
  margin-bottom: 0;
}

.kpi-highlight__value {
  font-size: 32px;
  line-height: 32px;
  color: #da793b;
  position: relative;
  padding-bottom: 12px;
}

.kpi-highlight__value:after {
  content: '';
  border-bottom: 1px solid #c8c8c8;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 140px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1025px) {
  .kpi-highlight__value {
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 16px;
  }

  .kpi-highlight__value:after {
    width: 160px;
  }
}

.kpi-highlight__label {
  padding-top: 12px;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .kpi-highlight__label {
    font-size: 18px;
    line-height: 22px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .line-break-medium {
    display: block;
  }
}

@media screen and (min-width: 1251px) {
  .line-break-large {
    display: block;
  }
}

.masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
}

.masthead--animate-top {
  transition: top 300ms ease-out;
}

.masthead__layout {
  position: relative;
}

.masthead--stick {
  position: fixed;
  /*position: static;*/
  top: -60px;
  left: 0;
  right: 0;
}

.masthead--peek {
  top: 0;
}

.nav-toggle {
  width: 60px;
  height: 60px;
  background: #9dbbd0;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.nav-toggle:hover {
  background: #3c77a1;
}

@media screen and (min-width: 1025px) {
  .nav-toggle {
    width: 80px;
    height: 80px;
    position: absolute;
    display: block;
  }
}

.nav-toggle--active {
  background: #3c77a1;
}

.nav-toggle--active .nav-toggle__close-icon {
  display: block;
}

.nav-toggle--active .nav-toggle__open-icon {
  display: none;
}

.nav-toggle__close-icon {
  display: none;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 1025px) {
  .nav-toggle__close-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 21px;
    width: 21px;
    height: 21px;
  }
}

.nav-toggle__open-icon {
  width: 23px;
  height: 16px;
}

@media screen and (min-width: 1025px) {
  .nav-toggle__open-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 21px;
    width: 30px;
    height: 21px;
  }
}

.nav-toggle__label {
  display: none;
}

@media screen and (min-width: 1025px) {
  .nav-toggle__label {
    position: absolute;
    width: 80px;
    text-align: center;
    top: 50px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #315164;
  }
}

.page-intro {
  padding: 48px 30px;
  background: #e8e8e8;
}

@media screen and (min-width: 1025px) {
  .page-intro {
    padding: 70px 0;
  }
}

.page-intro__content {
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #494949;
}

@media screen and (min-width: 1025px) {
  .page-intro__content {
    font-size: 16px;
    line-height: 30px;
    max-width: 960px;
    padding: 0 30px;
    text-align: center;
  }
}

.page-intro__content--inverters p,
.page-intro__content--zoning p,
.page-intro__content--hyper-heating p,
.page-intro__content--getting-started p {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.page-intro__content--inverters p {
  max-width: 764px;
}

.page-intro__content--hyper-heating p {
  max-width: 818px;
}

.page-intro__content--getting-started p {
  max-width: 810px;
}

.page-intro__content--centered {
  text-align: center;
}

.page-intro__header {
  font-size: 21px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  /* margin-bottom: 16px; */
  color: #595959;
}

@media screen and (min-width: 1025px) {
  .page-intro__header {
    padding: 0;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
  }
}

.page-intro__header--inverters {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.primary-nav {
  background: #e8e8e8;
}

.primary-nav-m {
  display: block;
  visibility: visible;
  margin-bottom: 85px;
}

.primary-nav-m ul {
  text-transform: uppercase;
}

.primary-nav-m ul li a {
  display: block;
  padding: 12px 45px 10px 44px;
  width: 100%;
}

.primary-nav-m ul li a:hover {
  background: #c6d1da;
  color: #163749;
}

.primary-nav-m .primary-nav__top {
  color: #777;
  font-size: 14px;
  margin-top: 20px;
}

.primary-nav-m .primary-nav__top li a {
  padding: 12px 4px 5px 44px;
}

.primary-nav-m .primary-nav__top:after {
  content: '';
  display: block;
  height: 1px;
  width: 120px;
  background-color: rgb(200, 200, 200);
  margin: 23px 0 16px 44px;
}

.primary-nav-m .primary-nav__bottom {
  color: #5f5f5f;
  font-size: 17px;
}

.primary-nav-d {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 375px) {

  .primary-nav-m .primary-nav__top {
    font-size: 18px;
  }

  .primary-nav-m .primary-nav__bottom {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1025px) {
  .primary-nav-d {
    display: block;
    visibility: visible;
  }

  .primary-nav-m {
    display: none;
    visibility: hidden;
  }

  .primary-nav {
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    z-index: 5;
  }
}

.primary-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  height: 0;
  transition: height 200ms ease-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 100vh;
}

.primary-nav-d .primary-nav__item:first-child {
  padding-top: 30px;
}

.primary-nav-d .primary-nav__item:last-child {
  padding-bottom: 30px;
}

.primary-nav-d .primary-nav__link {
  display: block;
  padding: 0 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
  color: #5f5f5f;
  text-transform: uppercase;
  height: 100%;
}

@media screen and (min-width: 641px) {
  .primary-nav-d .primary-nav__link {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1025px) {
  .primary-nav-d .primary-nav__link {
    padding: 15px 0;
  }
}

.primary-nav-d .primary-nav__link:hover {
  background: #c6d1da;
  color: #163749;
}

.feature.feature--product-lockup {
  background: #fff;
}

@media screen and (min-width: 741px) {
  .feature.feature--product-lockup {
    padding-bottom: 0;
    padding-top: 80px;
  }
}

.container.container--product-lockup {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: left;
  max-width: 1250px;
}

.container.container--product-lockup h1 {
  color: #3c77a1;
  font-size: 27px;
  padding-bottom: 20px;
  position: relative;
}

.container.container--product-lockup h1::after {
  background: #cacaca;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 95%;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .container.container--product-lockup h1::after {
    width: 68px;
  }
}

@media screen and (min-width: 1025px) {
  .container.container--product-lockup h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1025px) {
  .container.container--product-lockup {
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.product-lockup__inner {
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .product-lockup__inner {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.product-lockup__content {
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .product-lockup__content {
    width: 55%;
    padding: 0 0 0 120px;
    position: absolute;
    margin-top: 20px;
  }
}

.product-lockup--home {
  padding: 48px 0 0;
}

@media screen and (min-width: 741px) {
  .product-lockup--home {
    padding-top: 48px;
  }
}

@media screen and (min-width: 1201px) {
  .product-lockup--home {
    padding: 80px 0 0;
  }
}

.product-lockup__image {
  background-image: url('../images/product-lockup-mobile-img.png');
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
  padding: 20px 0 0;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .product-lockup__image {
    padding: 30px 0 0;
  }
}

.product-lockup__image::before {
  content: '';
  display: block;
  padding-top: 100%;
  background: none;
}

@media screen and (min-width: 361px) {
  .product-lockup__image::before {
    padding-top: 90%;
  }
}

@media screen and (min-width: 641px) {
  .product-lockup__image::before {
    padding-top: 40%;
  }
}

@media screen and (min-width: 1025px) {
  .product-lockup__image::before {
    padding: 0;
    padding-top: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .product-lockup__image {
    background-image: url('../images/product-lockup-img.png');
    background-position: 118%;
    height: 314px;
    margin-top: 0;
    padding: 0;
  }
}

.feature.feature--product-lockup.product-lockup--home {
  padding: 48px 0 0;
}

@media screen and (min-width: 741px) {
  .feature.feature--product-lockup.product-lockup--home {
    padding-top: 35px;
  }
}

@media screen and (min-width: 1201px) {
  .feature.feature--product-lockup.product-lockup--home {
    padding: 80px 0 0;
  }
}

.quote {
  position: relative;
}

.quote__content {
  font-size: 18px;
  color: #3c77a1;
  display: block;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 80px;
  padding: 48px 25px 0;
}

.quote__content:before,
.quote__content:after {
  position: absolute;
  left: 0;
  right: 0;
  color: #90adac;
  font-size: 100px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  line-height: 80px;
}

.quote__content:before {
  top: 0;
  content: '\201C';
}

.quote__content:after {
  padding-top: 12px;
  content: '\201D';
}

.quote__content br.desktop-only {
  display: none;
}

@media screen and (min-width: 1025px) {
  .quote__content br.desktop-only {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .quote__content {
    font-size: 30px;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.quote__caption {
  display: block;
  text-align: center;
}

.quote__author {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .quote__author {
    font-size: 18px;
  }
}

.quote__author-meta {
  font-size: 14px;
}

.radiator-section {
  background-color: #e8e8e8;
  font-size: 15px;
  line-height: 26px;
  overflow: hidden;
}

.radiator-section__container {
  padding: 45px 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 741px) {
  .radiator-section__container {
    padding: 45px 0;
    width: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .radiator-section__container {
    padding: 110px 0;
  }
}

.radiator-section__copy {
  color: #494949;
}

.radiator-section__image {
  width: 155%;
}

.radiator-section__image img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 741px) {
  .radiator-section__image {
    left: 110%;
    position: absolute;
    top: 0;
    width: 550px;
  }
}

@media screen and (min-width: 1025px) {
  .radiator-section__image {
    top: 0;
    width: 778px;
  }
}

.rebate {
  display: none;
}

.rebate--active {
  display: block;
}

.rebate__header {
  font-size: 21px;
  line-height: 27px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
  color: #5f5f5f;
}

@media screen and (min-width: 1025px) {
  .rebate__header {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 641px) {
  .rebate__items {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1025px) {
  .rebate__items {
    padding: 0 100px;
  }
}

.rebate__item {
  text-align: center;
  margin-bottom: 24px;
}

.rebate__item-value {
  font-size: 32px;
  position: relative;
  padding-bottom: 12px;
  color: #1d7d82;
}

.rebate__item-value:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #cecece;
  content: '';
  width: 150px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .rebate__item-value {
    font-size: 48px;
    padding-bottom: 8px;
    line-height: 48px;
  }
}

.rebate__item-value--combined {
  color: #3c77a1;
}

.rebate-value__disclaimer {
  display: block;
  line-height: 2.25em;
  font-size: 12px;
  margin-top: 1em;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .rebate-value__disclaimer {
    margin-bottom: -5px;
  }
}

.rebate__item-label {
  font-size: 14px;
  color: #5f5f5f;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .rebate__item-label {
    font-size: 18px;
    line-height: 18px;
    max-width: 105px;
    padding-top: 16px;
  }
}

.rebate__footnote {
  color: #5f5f5f;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .rebate__footnote {
    margin-bottom: 0;
    margin-right: 35px;
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .rebate__footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    max-width: 750px;
  }
}

@media screen and (min-width: 1025px) {
  .rebate__footnote {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 60%;
  }
}

@media screen and (min-width: 1025px) {
  .rebate__schedule {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
    width: 40%;
  }
}

.rebate-picker {
  padding: 48px 0 40px;
  color: #494949;
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}

@media screen and (min-width: 741px) {
  .rebate-picker {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .rebate-picker {
    padding: 80px 0 56px;
  }
}

.rebate-picker__header {
  color: #669da1;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (min-width: 741px) {
  .rebate-picker__header {
    text-align: left;
  }
}

.rebate-picker__header-small {
  font-size: 15px;
  line-height: 24px;
}

@media screen and (min-width: 1025px) {
  .rebate-picker__header-small {
    font-size: 32px;
    line-height: 22px;
  }
}

.free_consult__subheader {
  font-size: 30px;
  color: #5f5f5f;
  font-weight: 300;
  text-transform: uppercase;
}

.rebate-picker__header-large {
  font-size: 13px;
  line-height: 23px;
}

@media screen and (min-width: 375px) {
  .rebate-picker__header-large {
    font-size: 15px;
  }
}

@media screen and (min-width: 640px) {
  .rebate-picker__header-large {
    font-size: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .rebate-picker__header-large {
    font-size: 32px;
    line-height: 34px;
  }
}

.rebate-picker__content {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (min-width: 741px) {
  .rebate-picker__content {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
  }
}

.rebate-picker__icon {
  width: 154px;
  margin: 0 auto 24px;
}

@media screen and (min-width: 741px) {
  .rebate-picker__icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.rebate-picker__primary {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media screen and (min-width: 741px) {
  .rebate-picker__primary {
    padding-left: 60px;
  }
}

.rebate-picker__controls {
  margin-bottom: 9px;
  margin-top: 24px;
}

@media screen and (min-width: 741px) {
  .rebate-picker__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.rebate-picker__picker {
  margin-bottom: 24px;
}

@media screen and (min-width: 741px) {
  .rebate-picker__picker {
    margin-bottom: 0;
    padding-right: 30px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.rebate-picker__trigger {
  -webkit-flex-basis: calc(50% - 14px);
  -ms-flex-preferred-size: calc(50% - 14px);
  flex-basis: calc(50% - 14px);
}

.rebate-picker__button {
  margin-bottom: 24px;
}

@media screen and (min-width: 1025px) {
  .rebate-picker__button {
    margin-bottom: 0;
  }
}

.rebate-picker__picker-select {
  color: #898989;
  padding-bottom: 2px;
  padding-top: 3px;
}

.form-control.rebate-picker__picker-select {
  line-height: 1.6;
}

.rebate-picker label.form-control--error {
  font-size: 15px;
  margin-top: 0.25em;
}

.section-header {
  text-align: left;
  font-size: 21px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 600;
  color: #5f5f5f;
  margin-bottom: 16px;
}

@media screen and (min-width: 1025px) {
  .section-header {
    font-size: 30px;
    line-height: 34px;
  }
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
  height: 40px;
  width: 22px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.06 79.97'%3E %3Cpath fill='%23e4e4e4' d='M39.88,0a2.18,2.18,0,0,1,1.54,3.72L5.25,40,41.42,76.25a2.18,2.18,0,0,1-3.08,3.09L0.64,41.53a2.19,2.19,0,0,1,0-3.08l37.7-37.8A2.17,2.17,0,0,1,39.88,0Z'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: all;
  overflow: visible;
}

.slick-arrow:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.06 79.97'%3E %3Cpath fill='%23b1b1b1' d='M39.88,0a2.18,2.18,0,0,1,1.54,3.72L5.25,40,41.42,76.25a2.18,2.18,0,0,1-3.08,3.09L0.64,41.53a2.19,2.19,0,0,1,0-3.08l37.7-37.8A2.17,2.17,0,0,1,39.88,0Z'/%3E %3C/svg%3E ");
}

@media screen and (min-width: 1025px) {
  .slick-arrow:hover:after {
    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    width: 22px;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.06 79.97'%3E %3Cpath fill='%23b1b1b1' d='M39.88,0a2.18,2.18,0,0,1,1.54,3.72L5.25,40,41.42,76.25a2.18,2.18,0,0,1-3.08,3.09L0.64,41.53a2.19,2.19,0,0,1,0-3.08l37.7-37.8A2.17,2.17,0,0,1,39.88,0Z'/%3E %3C/svg%3E ");
    background-repeat: no-repeat;
    z-index: 2;
  }
}

.slick-next {
  right: 5px;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.success {
  text-align: center;
}

.success__header {
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  color: #5e7979;
  margin-bottom: 16px;
}

.success__message {
  color: #525252;
  font-size: 16px;
  line-height: 30px;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .success__message {
    max-width: 100%;
  }
}

.success__message a {
  color: #1d7d82;
}

.success__message--fb-survey {
  max-width: 460px;
  margin: 0 auto;
}

.wrapper-survey .feature {
  font-size: 16px;
}

.survey-contractor {
  margin: 0 auto;
  max-width: 630px;
}

.survey-contractor .survey__heading,
.survey-contractor .survey__subheading {
  color: #769392;
}

.survey-contractor .survey__heading {
  font-size: 21px;
  margin-bottom: 0.25em;
}

@media screen and (min-width: 1025px) {
  .survey-contractor .survey__heading {
    font-size: 28px;
  }
}

.survey-contractor .survey__subheading {
  font-size: 16px;
  margin-bottom: 3em;
}

.survey-contractor .survey__btn {
  width: 100%;
  max-width: initial;
}

.survey-contractor .inline-radio label {
  vertical-align: middle
}

.survey-contractor .inline-radio input[type=text] {
  border-radius: 7px;
  border: 1px solid #eaeaea;
  color: #6f6f6f;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
  outline: none;
  overflow: hidden;
  padding: 5px 10px;
  resize: none;
}

.survey-contractor .inline-radio input[type=text].form-control--error {
  border: 1px solid #e42526;
}

.survey-contractor .form-radios .type-radio,
.survey-contractor .form-radios .type-radio.type-radio-half {
  width: 100%;
  display: block;
}

.survey-contractor .form-radios .type-radio.inline-radio {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  vertical-align: top;
  width: 100%;
}

.survey-contractor .inline-radio input[type=text] {
  width: 80%;
  margin-left: 10px;
}

.survey-contractor .form-radios .type-radio label {
  align-items: center;
  display: flex;
}

.survey-contractor .form-radios .type-radio.type-radio-half label input {
  flex: none;
}

.survey-contractor .checkbox-group__label small {
  display: block;
}

.survey-contractor .form-field .checkbox-group__label.form-control--error {
  font-size: 18px;
}

@media screen and (min-width: 1025px) {
  .survey-contractor .form-field {
    margin-bottom: 55px;
  }

  .survey-contractor .checkbox-group__label {
    font-size: 18px;
    margin-bottom: 27px;
  }

  .survey-contractor .checkbox-group__label small {
    font-size: 16px;
  }

  .survey-contractor .form-radios input[type='radio'] {
    margin-right: 20px;
    margin-left: 0;
  }

  .survey-contractor .form-radios .type-radio,
  .survey-contractor .form-radios .type-radio.type-radio-half.inline-radio {
    font-size: 16px;
    line-height: 1.2;
    width: 66%;
  }

  .survey-contractor .form-radios .type-radio {
    display: inline-block;
    margin-right: 0;
    padding-bottom: 20px;
    width: 32.83%;
  }

  .survey-contractor .inline-radio input[type='text'] {
    width: 37%;
    margin-left: 10px;
  }

  .survey-contractor .form-radios .type-radio.type-radio-half {
    width: 60%;
    display: inline-block;
  }

  .survey-contractor .form-radios .type-radio.type-radio-half.inline-radio {
    display: inline-flex;
  }

  .survey-contractor .type-radio.type-radio-half.inline-radio input[type=text] {
    width: 60%;
  }

  .survey-contractor .survey__btn {
    padding-left: 48px;
    padding-right: 48px;
    width: auto;
  }
}


input.form-other {
  opacity: 0;
  transition: .2s;
}

.survey-contractor .inline-radio input[type='text'].active-other {
  opacity: 1;
}


.survey {
  margin: 0 auto;
  max-width: 510px;
  text-align: center;
  width: 95%;
}

.survey__heading,
.survey__subheading {
  color: #769392;
}

.survey__heading {
  font-size: 21px;
  margin-bottom: 0.25em;
}

@media screen and (min-width: 1025px) {
  .survey__heading {
    font-size: 28px;
  }
}

.survey__subheading {
  font-size: 16px;
  margin-bottom: 3em;
}

.survey__btn {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .survey__btn {
    padding-left: 95px;
    padding-right: 95px;
    width: auto;
  }
}

.survey--response {
  max-width: 590px;
}

.survey--response p:not(:first-child) {
  margin-top: 32px;
}

body[data-page='contact-yes'] section.wrapper:nth-of-type(2),
body[data-page='contact-yes'] #submission-form-success,
body[data-page='contact-no'] section.wrapper:nth-of-type(2),
body[data-page='contact-no'] #submission-form-success,
body[data-page='contact-no-confirmation'] section.wrapper:nth-of-type(2),
body[data-page='contact-no-confirmation'] #submission-form-success,
body[data-page='homeowner-not-contacted'] section.wrapper:nth-of-type(2),
body[data-page='homeowner-not-contacted'] #submission-form-success,
body[data-page='homeowner-survey'] section.wrapper:nth-of-type(2),
body[data-page='homeowner-survey'] #submission-form-success,
body[data-page='homeowner-survey-confirmation'] section.wrapper:nth-of-type(2),
body[data-page='homeowner-survey-confirmation'] #submission-form-success,
body[data-page='contractor-survey'] section.wrapper:nth-of-type(2),
body[data-page='contractor-survey'] #submission-form-success,
body[data-page='contractor-survey-confirmation'] section.wrapper:nth-of-type(2),
body[data-page='contractor-survey-confirmation'] #submission-form-success {
  min-height: calc(100vh - 650px);
}

@media screen and (min-width: 641px) {

  body[data-page='contact-yes'] section.wrapper:nth-of-type(2),
  body[data-page='contact-yes'] #submission-form-success,
  body[data-page='contact-no'] section.wrapper:nth-of-type(2),
  body[data-page='contact-no'] #submission-form-success,
  body[data-page='contact-no-confirmation'] section.wrapper:nth-of-type(2),
  body[data-page='contact-no-confirmation'] #submission-form-success,
  body[data-page='homeowner-not-contacted'] section.wrapper:nth-of-type(2),
  body[data-page='homeowner-not-contacted'] #submission-form-success,
  body[data-page='homeowner-survey'] section.wrapper:nth-of-type(2),
  body[data-page='homeowner-survey'] #submission-form-success,
  body[data-page='homeowner-survey-confirmation'] section.wrapper:nth-of-type(2),
  body[data-page='homeowner-survey-confirmation'] #submission-form-success,
  body[data-page='contractor-survey'] section.wrapper:nth-of-type(2),
  body[data-page='contractor-survey'] #submission-form-success,
  body[data-page='contractor-survey-confirmation'] section.wrapper:nth-of-type(2),
  body[data-page='contractor-survey-confirmation'] #submission-form-success {
    min-height: calc(100vh - 500px);
  }
}

.synchrony {
  position: relative;
}

.synchrony__header {
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 27px;
}

@media screen and (min-width: 1025px) {
  .synchrony__header {
    text-align: left;
    font-size: 30px;
    line-height: 31px;
  }
}

.synchrony__content {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
}

@media screen and (min-width: 1025px) {
  .synchrony__content {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .synchrony__primary {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .synchrony__buttons {
    width: 70%;
    max-width: 260px;
  }
}

.synchrony__icon {
  width: 200px;
  margin: 0 auto 24px;
}

@media screen and (min-width: 1025px) {
  .synchrony__icon {
    position: absolute;
    right: 0;
    width: 50%;
    margin-top: 10px;
  }
}

.two-line-header {
  text-transform: uppercase;
  font-weight: 300;
  color: #5f5f5f;
  margin-bottom: 16px;
}

.two-line-header:after {
  content: '';
  display: block;
  height: 1px;
  width: 104px;
  background: #c8c8c8;
  margin-top: 8px;
}

.two-line-header--heat-pump {
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.two-line-header--heat-pump:after {
  display: none;
}

@media screen and (min-width: 741px) {
  .two-line-header--heat-pump {
    margin-top: 20px;
    position: static;
    text-align: left;
  }
}

.two-line-header--buying-occasion {
  color: #5f5f5f;
  font-size: 22px;
  margin-top: 15px;
  text-align: center;
}

.two-line-header--buying-occasion::after {
  margin: 16px auto 0;
  width: 107px;
}

@media screen and (min-width: 1025px) {
  .two-line-header--buying-occasion {
    font-size: 24px;
  }
}

.two-line-header__line-1 {
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 1025px) {
  .two-line-header__line-1 {
    font-size: 18px;
    line-height: 32px;
  }
}

.two-line-header__line-2 {
  font-size: 21px;
  line-height: 27px;
}

@media screen and (min-width: 1025px) {
  .two-line-header__line-2 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1025px) {
  .two-line-header__line-2--small {
    font-size: 23px;
    line-height: 28px;
  }
}

.two-line-header__line--force-single {
  white-space: nowrap;
}

.utility-nav {
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .utility-nav {
    position: absolute;
    top: 0;
    right: 110px;
    height: 79px;
    border-bottom: none;
    width: 632px;
  }
}

.utility-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f1f1f1;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.utility-nav__item {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 361px) {
  .utility-nav__item {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .utility-nav__item {
    font-size: 14px;
    width: 25%;
  }

  li.utility-nav__item:first-child {
    padding-right: 50px !important;
  }
}

.utility-nav__link {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 0 8px;
  color: #777777;
}

@media screen and (min-width: 361px) {
  .utility-nav__link {
    padding: 10px 0 7px;
  }
}

/*.utility-nav__link--active {
  color: #ee2d24; }
*/
.video {
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .video {
    height: 260px;
  }
}

.video__header {
  padding: 48px 0 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .video__header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}

.video__small-header {
  font-size: 15px;
  line-height: 26px;
}

@media screen and (min-width: 1025px) {
  .video__small-header {
    font-size: 18px;
    line-height: 22px;
  }
}

.video__big-header {
  font-size: 21px;
  line-height: 35px;
}

@media screen and (min-width: 1025px) {
  .video__big-header {
    font-size: 32px;
    line-height: 36px;
  }
}

.video__summary {
  padding: 32px 30px 48px;
  line-height: 22px;
}

@media screen and (min-width: 1025px) {
  .video__summary {
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .video__summary p {
    margin: 0 auto;
    width: 384px;
  }
}

.video__poster {
  opacity: 0.4;
}

@media screen and (min-width: 1025px) {
  .video__poster {
    margin: 0 auto;
    width: 640px;
  }
}

.video__poster-image {
  display: block;
  height: auto;
  width: 100%;
}

.video__poster-container {
  position: relative;
}

.video__play-icon {
  width: 88px;
  height: 88px;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video__play-icon .cls-1 {
  fill: #5785b3;
}

.video__play-icon .cls-2 {
  fill: #fff;
}
.video-view {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #f9f9f9;
  overflow: hidden;
}
.video__embed-container {
  pointer-events: none;
  opacity: 0;
  transition: 300ms ease-out opacity;
  background: #000;
}

.video__embed-container--active {
  display: block;
  position: relative;
  opacity: 1;
  pointer-events: all;
  width: 100%;
}

.video__embed-container--active:before {
  display: block;
  content: '';
  padding-bottom: 56%;
}

@media screen and (min-width: 1025px) {
  .video__embed-container--active {
    max-width: 1160px;
    margin: 61px auto 32px;
    max-height: 649px;
  }
}

.video__embed {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .video__embed {
    max-width: 1160px;
    height: 649px;
  }
}

.video-close {
  background: transparent url('../images/video-close-btn.png') no-repeat 0 0;
  background-size: 30px 30px;
  display: block;
  height: 30px;
  position: absolute;
  right: -40px;
  top: -35px;
  width: 30px;
  z-index: 2;
}

.vs {
  text-align: center;
  color: #5f5f5f;
}

.vs__header {
  border-bottom: 1px solid #b4b4b4;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .vs__header {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 19.2px;
    padding-bottom: 28.8px;
  }
}

@media screen and (min-width: 1201px) {
  .vs__header {
    font-size: 28px;
    margin-bottom: 19.2px;
    padding-bottom: 28.8px;
  }
}

.vs__section {
  color: #5f5f5f;
  padding: 67.2px 30px 44.8px;
}

@media screen and (min-width: 1025px) {
  .vs__section {
    text-align: center;
    border: 5px solid transparent;
    width: 31%;
    padding: 0;
  }
}

@media screen and (min-width: 1201px) {
  .vs__section {
    text-align: center;
    border: 10px solid transparent;
    width: 370px;
    padding: 100px 0;
  }
}

@media screen and (min-width: 1251px) {
  .vs__section {
    width: 372px;
  }
}

.vs__section--ours {
  background: #f8ebe1;
  position: relative;
}

.vs__section--ours::before {
  background-image: url('../images/vs-icon.png');
  background-size: 100%;
  content: '';
  height: 67px;
  left: calc(50% - 33px);
  position: absolute;
  top: -35px;
  width: 67px;
}

.vs__section--ours::after {
  top: auto;
  bottom: -31px;
}

@media screen and (min-width: 1025px) {
  .vs__section--ours {
    padding: 50px 20px 25px;
    width: 33%;
    margin: 0 10px;
  }

  .vs__section--ours::after,
  .vs__section--ours::before {
    bottom: auto;
    left: -40px;
    top: 75px;
  }

  .vs__section--ours::after {
    left: auto;
    right: -36px;
  }
}

@media screen and (min-width: 1201px) {
  .vs__section--ours {
    padding: 100px 40px 100px;
    width: 420px;
    margin: 0 20px;
  }

  .vs__section--ours::after,
  .vs__section--ours::before {
    bottom: auto;
    left: -45px;
    top: 75px;
  }

  .vs__section--ours::after {
    left: auto;
    right: -36px;
  }
}

@media screen and (min-width: 1251px) {
  .vs__section--ours {
    width: 455px;
  }
}

@media screen and (min-width: 1025px) {
  .vs__section--ours .vs__point:first-child {
    margin-bottom: 28px;
  }

  .vs__section--ours .vs__point:nth-child(2) {
    margin-bottom: 20px;
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 1201px) {
  .vs__section--ours .vs__point:nth-child(2) {
    padding-bottom: 28px;
  }
}

.vs__point {
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.vs__point:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 1201px) {
  .vs__point {
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.vs-table__table {
  border-collapse: collapse;
}

.vs-table__th {
  font-size: 28px;
  line-height: 32px;
  color: #5f5f5f;
  text-transform: uppercase;
  padding-top: 96px;
  vertical-align: baseline;
  padding-bottom: 24px;
  border-bottom: 1px solid #bcbcbc;
}

.vs-table__td {
  padding: 16px 40px;
  text-align: center;
  border-bottom: 1px solid #bcbcbc;
  font-size: 18px;
  line-height: 25px;
  color: #3f3f3f;
}

.vs-table td,
.vs-table th {
  width: 50%;
}

.vs-table__table tr:last-of-type .vs-table__td {
  border-bottom: none;
  padding-bottom: 80px;
}

.vs-table__our-cell {
  background: #f8eee6;
}

.vs-table__separator {
  background-image: url('../images/vs-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 741px) {
  .warranty {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.warranty__icon {
  width: 185px;
  margin: 0 auto 24px;
}

@media screen and (min-width: 741px) {
  .warranty__icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 266px;
    padding: 0 40px;
  }
}

.warranty__highlight-layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #18696d;
  text-transform: uppercase;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
}

.warranty__highlight-label {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.warranty__primary {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.warranty__highlight-label-small {
  font-size: 13px;
  line-height: 24px;
}

@media screen and (min-width: 1025px) {
  .warranty__highlight-label-small {
    font-size: 19px;
    line-height: 33px;
  }
}

.warranty__highlight-label-large {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (min-width: 361px) {
  .warranty__highlight-label-large {
    font-size: 22px;
  }
}

@media screen and (min-width: 1025px) {
  .warranty__highlight-label-large {
    font-size: 33px;
    line-height: 33px;
  }
}

.warranty__highlight-separator {
  font-size: 24px;
  padding: 0 15px;
  line-height: 27px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media screen and (min-width: 1025px) {
  .warranty__highlight-separator {
    font-size: 33px;
    line-height: 33px;
    padding: 0 30px;
  }
}

.wrapper {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .wrapper {
    /*max-width: 1800px; */
    max-width: 100%;
  }

  .hero-home-wrapper {
    max-width: 100%;
  }
}

.wrapper__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.split {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  .split {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

video-container p {
  color: #5f5f5f;
}

.video-con {
  max-width: 465px;
  margin: 0 auto 40px auto;
}

@media screen and (min-width: 1025px) {
  .video-con {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1201px) {
  .video-con {
    max-width: 500px;
    margin: 0 auto;
  }
}

.video-con:last-child {
  margin-bottom: 0;
}

.video-con p {
  font-size: 16px;
  margin: 0 auto 10px auto;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
  .video-con p {
    margin: 0 auto 20px auto;
    width: 80%;
  }
}

.contact-wrapper {
  text-align: center;
}

.contact-wrapper form {
  text-align: left;
}

.contact-wrapper .intro {
  margin-bottom: 30px;
}

.contact-wrapper h1 {
  color: #3c77a1;
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.contact-wrapper .med-width {
  color: #5f5f5f;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.curvy-font {
  font-family: 'Apple Chancery' !important;
  text-transform: initial;
  font-size: 26px;
  letter-spacing: 2px;
}

.home-masthead-message {
  padding: 69px 0;
  text-align: center;
  background: #f9f9f9;
  line-height: 29px;
}

h1.kumo-cloud_grey-h1 {
  color: #5f5f5f;
  font-size: 28px;
  margin-bottom: 0px;
  line-height: 21px;
}

.kumo-cloud_red-h1 {
  color: #cf3f3d;
}

.kumo-cloud_colored-h1 {
  color: #3c77a1;
}

h1.rebates-h1,
.rebates-h1 {
  color: #669da1;
}

h1.kumo-cloud_red-h1,
h1.kumo-cloud_colored-h1,
h1.rebates-h1 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0px;
}

.kumo-cloud-inner-content-p {
  color: #494949;
  margin: 8px 0 0;
  line-height: 25px;
}

.kumo-cloud-inner-content-p,
.kumo-cloud-inner-content-bottom {
  color: #828282;
}

.kumo-cloud-learn-more-btn {
  color: #fff;
  background: #3c77a1;
  width: 300px;
  border-radius: 4px;
  border: 1px solid #3c77a1;
  padding: 11px 30px 10px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}

.kumo-cloud-learn-more-btn:hover {
  color: #3c77a1;
  background: transparent;
  border: 1px solid #3c77a1;
}

.kumo-cloud-footer {
  color: #494949;
  font-size: 13px;
  margin: 50px 0 0;
  text-align: center;
}

@media (min-width: 1000px) {
  .kumo-cloud-footer p {
    width: 60%;
    margin: 0px 23.5%;
  }
}

/*.kumo-cloud
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    background: url(../images/kumo-cloud-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;*/

.kumo-cloud-inner-content_images-left,
.kumo-cloud-inner-content_images-center,
.kumo-cloud-inner-content_images-right {
  display: inline-block;
  max-width: 180px !important;
  vertical-align: middle;
}

.kumo-cloud-inner-content_images-left img {
  /* border: 1px solid #ccc; */
  height: 51px;
}

.kumo-cloud-inner-content_images img {
  display: inline-block;
  border-radius: 6px;
  width: auto;
}

.kumo-cloud-inner-content_images-center,
.kumo-cloud-inner-content_images-right {
  margin-left: 16px;
}

.kumo-cloud-inner-content_images-center img,
.kumo-cloud-inner-content_images-right img {
  height: 43px;
}

.kumo-cloud-inner-content_images {
  margin: 15px 0 0 0;
}

.wrapper.free-consult-wrapper,
.wrapper.warranty-wrapper {
  background: #f9f9f9;
  max-width: 100% !important;
  margin-top: 60px;
}

body[data-page='why-our-heat-pumps-work-better'] .wrapper.free-consult-wrapper {
  margin-top: 0;
}

.brochure-head-bg,
.brochure-head-bg .action-section {
  background: url(../images/download-brochure-head-bg.jpg);
  background: #90adac;
  background-size: cover;
  background-position: center center;
}

.dark-orange-btn,
.dark-orange-btn-inverse:hover {
  background: #a34e17 !important;
  border: 1px solid #a34e17 !important;
  color: #fff !important;
}

.dark-orange-btn:hover,
.dark-orange-btn-inverse {
  background: transparent !important;
  border: 1px solid #a34e17 !important;
  /*color: #a34e17 !important;*/
}

.dark-orange-btn:hover {
  color: #fff;
}

.dark-orange-btn-inverse {
  color: #fff !important;
}

.schedule-consultation-btn {
  padding: 11px 16px 9px;
  border-radius: 4px !important;
  font-size: 13px;
}

.brochure-confirmation-schedule-consultation {
  margin: 22px auto 0 !important;
}

.brochure-confirmation-schedule-wrapper {
  background: #90adad !important;
  max-width: 100% !important;
  background-position: top left;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.white-color,
.white-color a {
  color: #fff;
}

a.auto-download {
  text-decoration: underline;
}

.feature-left {
  height: 254px;
  background: url(../images/brochure-confirmation-header-bg-left.png) no-repeat;
  background-size: contain;
  width: 183px;
  position: absolute;
  left: 0px;
  top: 197px;
  display: none;
}

.feature-right {
  display: none;
  height: 190px;
  background: url(../images/brochure-confirmation-header-bg-right.png) no-repeat;
  background-size: contain;
  width: 137px;
  position: absolute;
  right: 0px;
  top: 170px;
}

.system-estimate-cost-boxes-cubed_icon {
  color: #bb5d99 !important;
}

.system-estimate-cost-title-h1 {
  color: #fff !important;
}

h1.system-estimate-configuration-title {
  color: #166064 !important;
  margin: 48px auto 30px;
}

h1.system-estimate-cost-title-h1,
h1.system-estimate-configuration-title,
.system-estmt-ftr-left_content h1,
.ezfit-rec-left_content h1 {
  font-size: 30px;
  font-weight: bold;
}

.ezfit-rec-left_content h1 {
  color: #3c77a1;
  line-height: 38px;
  text-transform: uppercase;
}

/* .ezfit-rec-left_content h1 sup {
  vertical-align: 0px;
  font-size: 30px;
  position: relative;
} */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   sup *,sub * {font-size:120%; font-size:inherit;}
}


.system-estimate-cost-sub,
h1.system-estimate-cost-title-h1,
h1.system-estimate-configuration-title {
  text-align: center;
}

.system-estimate-cost {
  margin: 0 auto;
  padding: 100px 0;
}

p.system-estimate-cost-sub {
  margin: 19px auto 40px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 300;
}

@media (min-width: 1025px) {
  p.system-estimate-cost-sub {
    width: 83%;
  }
}

@media (max-width: 990px) {
  .system-estimate-cost-boxes-cubed {
    max-width: 100% !important;
    margin: 0 auto 27px !important;
  }

  .system-estimate-cost-boxes-inner {
    margin: 0px auto 0px !important;
  }

  .footer__message p {
    text-align: left;
  }
}

.system-estimate-cost-boxes-cubed {
  max-width: 47%;
  background: #f9f9f9;
  margin: 0 auto 10px;
  padding: 46px 27px 46px;
  border-radius: 4px;
  border: 1px solid rgba(204, 204, 204, 0.35);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(138, 138, 138, 0.37);
  -moz-box-shadow: 0px 0px 7px 0px rgba(138, 138, 138, 0.37);
  box-shadow: 0px 0px 7px 0px rgba(138, 138, 138, 0.37);
}

.system-estimate-cost-boxes-cubed_icon img {
  width: 44px;
  display: inline;
}

.system-estimate-cost-boxes-inner {
  max-width: 900px;
  margin: 0px auto 17px;
}

.system-estimate-cost-boxes-inner,
.system-estimate-configuration-boxes,
.system-estimate-configuration-boxes-cubed_bottom-inner,
.system-estmt-ftr, .ezfit-rec {
  flex-flow: row wrap;
  display: flex;
  justify-content: space-between;
}

.ezfit-rec {
  background-color: #f9f9f9;
  height: 100%;
}

.system-estimate-cost-boxes-cubed-title {
  flex-flow: row wrap;
  display: flex;
  justify-content: space-between;
}

.system-estimate-cost-boxes-cubed_title hr {
  width: 30%;
  /* text-align: left; */
  display: inline-block;
  margin-top: 15px;
}

.system-estimate-cost-boxes-cubed_title {
  width: 80%;
  text-align: left !important;
  padding-top: 2px;
  color: #bb5d99 !important;
  font-weight: bold;
  font-size: 18px;
}

.system-estimate-cost-boxes-cubed_icon {
  width: 20%;
}

.system-estimate-cost-boxes-cubed-content {
  color: #808080;
  margin: 12px 0 0 0;
  line-height: 27px;
}

.system-estimate-configuration-boxes-cubed {
  border: 1px solid #f1f1f1;
  max-width: 350px;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
  margin: 0 auto 20px;
  width: 100%;
}

@media (min-width: 1000) and (max-width: 1024px) {
  .system-estimate-configuration-boxes-cubed {
    max-width: 300px !important;
  }
}

@media (max-width: 990px) {
  .system-estimate-configuration-boxes-cubed {
    max-width: 300px !important;
  }
}

.system-estimate-configuration-boxes-cubed_top {
  background: #166064;
  color: #fff;
  padding: 30px 0 15px;
}

.system-estimate-configuration-boxes-cubed_top h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

p.system-estimate-configuration-boxes-cubed_top_title-sub {
  font-size: 26px;
  margin: 0 0 12px;
}

.system-estimate-configuration-boxes-cubed_top hr {
  width: 90px;
  margin: 18px auto 17px;
  border: 1px solid #fff;
  opacity: 0.3;
}

.system-estimate-configuration-boxes-cubed_bottom_icon {
  max-width: 49%;
  font-size: 14px;
  width: 49%;
  margin: 0 auto 22px;
}

.system-estimate-configuration-boxes-cubed_bottom_icon p {
  color: #669da1;
  font-size: 0.9em;
}

.system-estimate-configuration-boxes-cubed_bottom {
  padding: 29px 10px 19px;
  -webkit-box-shadow: 0px 7px 20px -5px rgba(138, 138, 138, 1);
  -moz-box-shadow: 0px 7px 20px -5px rgba(138, 138, 138, 1);
  box-shadow: 0px 7px 20px -5px rgba(138, 138, 138, 1);
}

section.wrapper.common-multi-room-wrapper {
  background: #f9f9f9;
  max-width: 100% !important;
  padding: 45px 0 45px;
}

.system-estimate-configuration-legal {
  margin: 27px auto 0px;
  text-align: center;
}

.system-estimate-configuration-legal p {
  font-size: 11px;
}

.system-estmt-ftr-left_content h1 {
  color: #ffffff;
}

.system-estmt-ftr-left_btn a, .ezfit-rec-left_btn span {
  padding: 10px 10px 9px;
  border-radius: 3px;
  font-size: 13px;
}

.ezfit-rec-left_btn span {
  padding: 10px 33px 10px;
}

.ezfit-rec-left_btn span:hover{
  cursor: pointer;
}

.system-estmt-ftr-left,
.system-estmt-ftr-right {
  overflow: hidden;
  background: #d26dad;
}

.ezfit-rec-left,
.ezfit-rec-right {
  overflow: hidden;
  background: #f9f9f9;
}


.system-estmt-ftr-left, .ezfit-rec-left {
  display: flex;
  align-items: center;
  width: 43.2%;
}

.ezfit-rec-left {
  width: 43%;
}

.system-estmt-ftr-wrapper .container,
.wrapper.system-estmt-ftr-wrapper, .ezfit-rec-wrapper .container,
.wrapper.ezfit-rec-wrapper  {
  max-width: 100%;
  padding: 0;
}

.wrapper.ezfit-rec-wrapper {
  position: relative;
}


.wrapper.ezfit-rec-wrapper .container {
  height: 100%;
}

.system-estmt-ftr-left_content, .ezfit-rec-left_content {
  text-align: left;
  max-width: 80%;
  margin: 0px auto;
}

@media (min-width: 1025px) {
  .system-estmt-ftr-left_content, .ezfit-rec-left_content {
    text-align: left;
    max-width: 59%;
    margin: -17px auto 0 118px;
  }

  .ezfit-rec-left_content {
    margin: 5px auto 0 172px;
  }
}

.system-estmt-ftr-left_content hr, .ezfit-left_content hr {
  width: 102px;
  margin: 12px auto 24px;
  border: 1px solid #8e3333;
  opacity: 0.3;
}

@media (min-width: 1000px) {
  .system-estmt-ftr-left_content hr, .ezfit-rec-left_content hr {
    margin: 12px auto 24px 0 ;
  }
}

.system-estmt-ftr-right {
  height: 100%;
  overflow: hidden;
  width: 56.8%;
}

.ezfit-rec-right {
  width: 57%;
      height: 0;
    position: relative;
    padding-bottom: 40.63%;
}

.system-estmt-ftr-right img,.ezfit-rec-right img {
  margin-bottom: -4px;
}

@media (max-width: 1199px) {

  .system-estmt-ftr-right-mobile,
  .system-estmt-ftr-left,
  .ezfit-rec-right-mobile,
  .ezfit-rec-left  {
    width: 100%;
  }

  .system-estmt-ftr-right,.ezfit-rec-right {
    display: none !important;
  }

  .system-estmt-ftr-left_content,.ezfit-rec-left_content {
    text-align: center !important;
    margin: 100px auto 100px !important;
  }

  .system-estmt-ftr-right-mobile img, .ezfit-right-mobile img {
    margin-bottom: -5px;
  }

  .system-estmt-ftr-left_content h1,.ezfit-rec-left_content h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .home-masthead-message {
    padding: 69px 20px;
  }

  .fade-box--home {
    margin-top: -45%;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.87) !important;
  }

  .curvy-font {
    font-size: 21px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0px;
  }

  h1.kumo-cloud_grey-h1.curvy-font {
    text-align: center;
  }

  h1.fade-box__header {
    text-align: left;
    font-size: 26px;
  }

  .fade-box--home p {
    text-align: left;
  }

  .hero--home .curvy-font-white {
    color: #006a4e !important;
    line-height: 55px !important;
  }

  .kumo-cloud-inner-phone {
    width: 100%;
  }

  .close-thank-you {
    top: 148px !important;
    right: 35px;
    z-index: 300;
  }

  .schedule-confirmation_thank-you {
    top: -37px;
    right: 10px;
  }

  .fade-box__header .curvy-font {
    margin-bottom: 11px;
  }

  .find-diamond-contractor-hmpg-cl {
    display: none;
  }

  .homepage_spaced-wrapper {
    height: 0 !important;
    border-bottom: 1px solid #ccc;
    max-width: 84%;
    margin: 14px auto -34px !important;
  }

  .schedule-confirmation_leaf {
    display: none;
  }

  img.apostrophe-left,
  img.apostrophe-right {
    width: 18px;
    display: inline-block;
  }

  img.apostrophe-left {
    margin: 0px -4px 5px 0;
  }

  img.apostrophe-right {
    margin: 0 0 4px -2px;
  }

  .our-absolute-best-warranty-leaf {
    position: absolute;
    right: -33px;
    max-height: 100px;
    margin-top: -11px;
  }

  .our-absolute-best-warranty-leaf img {
    width: 88px;
  }

  .system-estimate-configuration-boxes-cubed_top h1 {
    font-size: 13px !important;
  }

  p.system-estimate-configuration-boxes-cubed_top_title-sub {
    font-size: 23px;
  }

  .brochure-download {
    margin: 20px auto 0 !important;
  }

  .thank_you-download-mobile {
    padding: 11px 56px 9px;
  }

  .rebate-picker__header-small {
    text-align: center !important;
  }

  .schedule-a-consultation-confirmation-pg_hero,
  section.schedule-a-consultation-confirmation-pg_Technology,
  section.schedule-a-consultation-confirmation-pg_kumo-cloud,
  .schedule-a-consultation-confirmation-pg_free-consult-wrapper {
    display: none !important;
  }
}

h1.fade-box__header--sub {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}

h1.fade-box__header--sub sup {
  vertical-align: top;
  font-size: 1em;
}

@media (max-width: 999px) {
  h1.fade-box__header--sub {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (min-width: 641px) {
  h1.fade-box__header--sub {
    font-size: 20px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1025px) {
  h1.fade-box__header--sub {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 11px !important;
  }

  h1.fade-box__header--sub.fade-box__header--getting-started {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1000px) {

  img.apostrophe-left,
  img.apostrophe-right {
    width: 22px !important;
    margin-bottom: 5px;
  }

  .our-absolute-best-warranty-leaf {
    position: absolute;
    right: -125px;
    height: 200px;
    margin-top: -92px;
  }

  .our-absolute-best-warranty-leaf img {
    width: 280px;
  }

  .schedule-confirmation_thank-you {
    top: 1px;
    right: 10px;
  }

  .close-thank-you {
    top: 172px !important;
    right: 87px;
    z-index: 300;
  }

  .system-estmt-ftr-right-mobile {
    display: none !important;
  }

  .kumo-cloud-inner-phone {
    width: 48.7%;
  }
}

@media(min-width:1200px) {
 .ezfit-rec-right-mobile {
    display: none !important;
  }}

.system-estmt-ftr-left_content p {
  margin: 15px auto 30px;
  line-height: 26px;
  color: #ffffff;
}

.ezfit-rec-left_content p {
  margin: 9px auto 23px;
  line-height: 26px;
  color: #050505;
}

@media (max-width: 900px) {
  .feature-right {
    z-index: 200;
    right: -26px;
    top: 273px;
  }
}

div#brochure-success {
  overflow: hidden;
}

.close-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.close-btn {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  cursor: pointer;
}

.brochure-success-close:before,
.brochure-success-close:after {
  background: #fff !important;
}

.close-btn:before,
.close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close-btn:before {
  transform: rotate(45deg);
}

.close-btn:after {
  transform: rotate(-45deg);
}

@media (min-width: 990px) and (max-width: 1440px) {
  .curvy-font {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .brochure-confirmation-schedule-consultation {
    font-size: 11px;
  }

  .curvy-font {
    line-height: 26px;
    margin-bottom: 18px;
  }
}

.schedule-confirmation_thank-you {
  top: 1px;
  right: 10px;
}

.schedule-confirmation_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 40px;
}

.schedule-confirmation_leaf {
  width: 150px;
  position: absolute;
  left: -39px;
  top: 0;
}

.intro p.med-width {
  line-height: 25px;
}

sup.footer-reg {
  font-size: 6px;
  /*vertical-align: top;*/
}

.footer__bottom {
  max-width: 453px;
  margin: 0 auto;
  text-align: center;
}

.rebate-picker__header-large {
  font-weight: bold;
}

.rebate-picker__header-small {
  color: #5f5f5f;
  margin-bottom: 10px;
}

span.financing-options {
  color: #669da1;
  font-weight: bold;
}

.blue-btn-main {
  background: #246d70 !important;
  border-color: #246d70 !important;
  border: 1px solid #246d70;
  padding: 15px;
  cursor: pointer !important;
  padding: 11px 0px 8px;
  margin: 25px auto 20px;
}

.blue-btn-main:hover,
.blue-btn-hover {
  background: transparent !important;
  border-color: #246d70;
  color: #246d70;
  border: 1px solid #246d70 !important;
  padding: 11px 0px 8px;
  cursor: pointer !important;
}

.btn-main-teal,
.btn-main-teal-hover:hover {
  background: #246d70 !important;
  border-color: #246d70 !important;
  color: #ffffff;
  border: 1px solid #246d70;
  cursor: pointer !important;
  padding: 11px 0px 8px;
}

.btn-main-teal:hover,
.btn-main-teal-hover {
  background: transparent !important;
  border-color: #246d70;
  color: #246d70;
  border: 1px solid #246d70 !important;
  cursor: pointer !important;
  padding: 11px 0px 8px;
}

@media (min-width: 1025px) {

  .blue-btn-main,
  .blue-btn-hover {
    max-width: 238px;
  }

  .blue-btn-main {
    margin: 25px 0 20px;
  }

  .blue-btn-main:hover,
  .blue-btn-hover {
    margin-left: 0;
  }
}

.footer__rights {
  font-size: 11px;
  color: #949494 !important;
}

@media (max-width: 999px) {
  .home-page-form_leaf {
    position: absolute;
    right: 0;
    /* top: 25%; */
    margin-top: -70px;
  }

  .home-page-form_leaf img {
    width: 118px;
  }

  .customer-care_desktop {
    display: none !important;
  }

  .customer-care_mobile {
    border-bottom: 1px solid #414141;
    margin: 0px 0 -14px 0;
    padding: 27px 0 30px 0 !important;
  }

  .customer-care_mobile .customer-care__line-1 {
    font-size: 15px;
  }

  .footer__rights-desktop,
  .home-kumocloud_title-desktop {
    display: none !important;
  }

  .system-estimate-configuration-legal {
    margin: 12px auto -10px;
    text-align: center;
  }

  .system-estimate-configuration-legal p {
    font-size: 9px !important;
  }

  .home-kumocloud_title-mobile {
    width: 90%;
    margin: -90px auto 30px;
    text-align: center;
  }

  .kumo-cloud-inner {
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 170px auto 10px;
    /*background-image: url(../images/kumo-cloud-bg-mobile.jpg);*/
    background-size: contain;
    background-repeat: no-repeat;
  }

  .kumo-cloud-inner-phone {
    text-align: center;
  }

  .kumo-cloud-inner-content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .kumo-cloud-inner-content-bottom {
    font-size: 20px;
    margin: 15px auto 0;
  }

  .kumo-cloud-learn-more-btn {
    padding: 9px 50px !important;
  }

  .kumo-cloud-inner-phone img {
    width: 298px;
  }

  .kumo-cloud-learn-more {
    margin: 32px auto 10px;
  }

  .utility-nav__list li {
    font-size: 12px;
  }

  .masthead-lower-flower {
    display: none;
  }

  .header-leaf-left {
    position: absolute;
    left: -26px;
    margin-top: -45px;
  }

  .header-leaf-right {
    position: absolute;
    left: 0;
    margin-top: -150px;
  }

  .kumo-cloud-leaves {
    position: absolute;
    left: -20px;
    margin-top: -212px;
  }

  .kumo-cloud-leaves img,
  .header-leaf-left img,
  .header-leaf-right img {
    width: 104px;
  }

  section.kumo-cloud {
    padding-top: 00px;
  }
}

@media (min-width: 1000px) {
  .home-page-form_leaf {
    position: absolute;
    right: 0;
    /* top: 25%; */
    margin-top: -100px;
  }

  section.kumo-cloud {
    padding: 40px 0 0;
  }

  .kumo-cloud-leaves {
    position: absolute;
    left: -67px;
    margin-top: -160px;
  }

  .header-leaf-left {
    position: absolute;
    left: -57px;
    margin-top: -65px;
  }

  .header-leaf-right {
    position: absolute;
    right: 0px;
    margin-top: 29px;
    z-index: 30;
  }

  .kumo-cloud-leaves img,
  .header-leaf-right img {
    width: 205px;
  }

  .header-leaf-left img {
    width: 250px;
  }

  .masthead-lower-flower {
    width: 194px;
    position: absolute;
    bottom: -33px;
    right: -21px;
  }

  .kumo-cloud-inner-phone img {
    width: 480px;
  }

  .kumo-cloud-learn-more {
    width: 300px !important;
    text-align: left;
    margin: 25px 0 0 0 !important;
    max-width: 300px !important;
  }

  .kumo-cloud-inner-content-bottom {
    font-size: 25px;
    margin-top: 14px;
  }

  .kumo-cloud-inner-content {
    width: 45%;
    margin-top: 43px;
  }

  .kumo-cloud-inner {
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
    max-width: 974px;
    margin: 60px auto 58px;
    /*background-image: url(../images/kumo-cloud-bg.jpg);*/
  }

  .footer__rights-mobile,
  .customer-care_mobile,
  .home-kumocloud_title-mobile {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .hamburger-menu-icon {}

  .btn--rebate {
    padding: 11px 0 !important;
  }

  .break-span {
    display: inline;
  }

  .footer__logo {
    margin: 5px 0 16px 0;
  }
}

@media (min-width: 1000px) {
  .hamburger-menu-icon {
    display: none;
  }

  .break-span {
    margin: -4px 0 0 0;
  }

  .footer__logo {
    margin: 85px 0 14px 0;
  }
}

@media (min-width: 1000px) {
  .title-break-br {
    display: inline;
  }
}

@media (max-width: 999px) and (min-width: 371px) {
  .title-break-br {
    margin: 0 0 -4px;
  }
}

@media (max-width: 370px) {
  .title-break-br {
    display: inline;
  }
}

.hamburger-menu-icon_close-x,
.hamburger-menu-icon {
  cursor: pointer !important;
}

.hamburger-menu-icon {
  background: #006a4e;
  padding: 14px 15px;
  position: absolute;
  width: 52px;
  top: 0px;
  right: 0px;
  height: 60px;
}

.hamburger-menu-icon hr {
  border: 1px solid #fff;
  margin-bottom: -3px !important;
}

.hamburger-menu-icon_close-x {
  color: #6d4545 !important;
  background: #006a4e;
  opacity: 1 !important;

  /*top: 0px;
  right: 0px;
  height: 60px;
  width: 73px;
  padding: 13px 19px;*/

  padding: 11px 15px;
  position: absolute;
  width: 52px;
  top: 0px;
  right: 0px;
  height: 60px;
}

.hamburger-menu-icon_close-x:before,
.hamburger-menu-icon_close-x:after {
  background-color: #fbfbfb !important;
  height: 28px;
  left: 49%;
  top: 15px;
}

.hamburger-menu-icon_close-x {
  display: none;
}

.wrapper-consultation {
  overflow: visible !important;
}

.home-masthead-message p {
  max-width: 800px;
  margin: 0 auto;
}

img.apostrophe-left {
  margin-right: -7px;
}

img.apostrophe-right {
  margin-left: -4px;
}

@media (min-width: 900px) {
  .kumo-cloud-inner-content-bottom {
    margin-left: -24px;
  }
}

.dark-header--schedule {
  color: #737373 !important;
}

@media (max-width: 375px) {
  .success__message p {
    letter-spacing: -1px;
  }
}

@media (max-width: 990px) {
  .btn--rebate {
    max-width: 100% !important;
  }

  p.system-estimate-p {
    padding: 0 20px;
    margin: 16px auto 19px;
  }
}

@media (max-width: 420px) {
  .schedule-confirmation_title {
    padding-top: 9px;
  }

  .schedule-confirmation_thank-you {
    top: -25px;
  }
}

.spaced-wrapper {
  height: 167px;
  margin: -137px 0 0 0;
}

h1.orange-h1 {
  color: #ea8724 !important;
}

h1.colored-h1,
.colored-h1 {
  color: #922967 !important;
}

h1.colored-h1-green,
.colored-h1-green {
  color: #2f894c !important;
}

h1.colored-h1-blue,
.colored-h1-blue {
  color: #3c77a1 !important;
}

.orange-h1-thankyou {
  color: #ea8724 !important;
}

.orange-cta-h1 {
  color: #eb6324 !important;
}

.colored-cta-h1 {
  color: #3c77a1 !important;
}

.absolute_best_clrd {
  color: #3c77a1 !important;
  margin-bottom: 7px;
}

.btn--rebate:hover {
  background: transparent !important;
  color: #4d7183;
  border: 1px solid #4d7183;
}

.btn--rebate {
  background: #4d7183 !important;
  border-color: #4d7183 !important;
  border: 1px solid #4d7183;
}

.custom-select_rebate {
  border-color: #246d70 !important;
}

@media (min-width: 1024px) and (max-width: 1270px) {
  .break-head {
    margin: 0 0 -40px 0 !important;
  }

  li.utility-nav__item:last-child {
    margin-right: 0 !important;
  }
}

.find-diamond-contractor-hmpg-cl sup {
  vertical-align: unset;
  top: -3px !important;
  position: relative;
  left: 2px;
  font-size: 8px;
}

.schedule-a-consultation-confirmation_wrapper {
  margin: -40px auto 0 !important;
}

.system-estimate-cost_wrapper {
  background: #669da1;
}

img.cost-of-labor-image {
  width: 36px;
}

img.number-of-zones-image {
  width: 39px;
}

img.electrical-work-image {
  width: 29px;
}

.system-estimate-configuration-legal p {
  color: #656565;
}

.system-estimate-configuration-boxes-cubed_bottom_icon img {
  width: 57px;
}

p.system-estimate-configuration-boxes-cubed_top_title-small {
  font-size: 0.8em;
}

.system-estimate-configuration-boxes-cubed_top_title-sub sup {
  font-size: 0.5em;
}

.system-estimate-configuration-boxes-cubed_top_title-small sup {
  font-size: 0.7em;
}

.system-estmt-ftr-right-inner {
  background: url(../images/system-estmt-ftr-right-image.jpg);
  background-size: cover;
  height: 560px;
  background-position: center center;
}

.ezfit-rec-right-inner {
  background: url(../images/ezfit-rec-right-image.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.brochure-download {
  margin: 61px auto 0;
}

@media screen and (min-width: 1025px) {
  .brochure-download {
    margin-top: -27px;
  }
}

.dark-orange-txt {
  color: #a34e17 !important;
}

.dark-orange-txt:hover {
  color: #fff important;
}

.close-thank-you {
  z-index: 400;
}

@media (max-width: 350px) {
  h1.fade-box__header {
    font-size: 22px !important;
    line-height: 20px !important;
  }

  .fade-box__header .curvy-font {
    font-size: 18px !important;
  }

  .schedule-consultation-btn {
    font-size: 12px !important;
    padding: 10px 25px !important;
  }

  .thank_you-download-mobile {
    font-size: 12px !important;
    padding: 10px 55px !important;
  }
}

sup.title-reg-sup,
sup.kumo-cloud-reg {
  font-size: 0.95em;
  vertical-align: 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  sup.title-reg-sup,
  sup.kumo-cloud-reg {
    vertical-align: 5px;
  }
}


sup.reg-mark {
  font-size: 7px !important;
  top: 1px !important;
}

sup.reg-sign-rbts {
  font-size: 8px;
}

.hero--home .curvy-font-white {
  text-transform: capitalize;
}

sup.reg-sign-sup {
  font-size: 9px !important;
}

.kumo-temp {
  font-size: 27px;
  font-weight: 300;
  letter-spacing: -0.001em;
  text-transform: initial;
}

p.unbolded-copy,
.unbolded-copy {
  /*font-weight: lighter;*/
  margin-top: 24px;
}

.banner__logo:after {
  position: absolute;
  right: -6px;
  top: 0;
  bottom: -4px;
  width: 1px;
  background: #ed2d26;
  content: '';
}

.ocultar {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.blog-ctas {
  padding: 50px 0 60px;
  background: #f1f1f1;
  max-width: 1800px;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .blog-ctas {
    padding: 115px 0;
  }
}

.blog-ctas__title {
  color: #496080;
  font-size: 21px;
  display: block;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .blog-ctas__title {
    font-size: 30px;
  }
}

.blog-ctas__title sup {
  position: relative;
  line-height: 0;
}

.blog-ctas__interior {
  max-width: 560px;
  width: 90%;
  margin: 40px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 741px) {
  .blog-ctas__interior {
    max-width: 1060px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 60px auto 0;
  }
}

.blog__cta {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  box-shadow: 0px 3px 0.5rem rgba(0, 0, 0, 0.2);
  transition: all 200ms ease;
  margin-bottom: 25px;
  cursor: pointer;
}

@media screen and (min-width: 741px) {
  .blog__cta {
    margin: 0 22px;
    width: 45%;
  }
}

@media screen and (min-width: 961px) {
  .blog__cta {
    width: 48%;
    max-width: 505px;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.blog__cta:hover {
  box-shadow: 0px 3px 0.5rem rgba(0, 0, 0, 0.4);
}

.blog__cta-image-container {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 125px;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 961px) {
  .blog__cta-image-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    height: 100%;
    max-width: 186px;
  }
}

.blog__cta-image {
  max-width: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  vertical-align: bottom;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

@media screen and (min-width: 961px) {
  .blog__cta-image {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    top: auto;
    width: auto;
    max-width: 422px;
  }
}

@media screen and (min-width: 1025px) {
  .blog__cta-image {
    max-width: 323px;
  }
}

.blog__cta-text {
  background: #fff;
  padding: 15px 15px 30px;
  width: 100%;
  min-height: inherit;
}

@media screen and (min-width: 641px) {
  .blog__cta-text {
    min-height: 180px;
  }
}

@media screen and (min-width: 741px) {
  .blog__cta-text {
    padding: 30px 20px 30px 30px;
  }
}

@media screen and (min-width: 1025px) {
  .blog__cta-text {
    min-height: inherit;
  }
}

.blog__cta-text--green {
  border-bottom: 8px solid #9cd24a;
}

.blog__cta-text--purple {
  border-bottom: 8px solid #9a7cb7;
}

.blog__cta-category {
  font-size: 12px;
  text-transform: uppercase;
  color: #496080;
}

.blog__cta-title {
  color: #3f3f3f;
  margin-top: 15px;
  font-family: 'Gotham Medium', 'Gotham A', 'Gotham B', 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 500;
  width: 80%;
}

@media screen and (min-width: 641px) {
  .blog__cta-title {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
  }
}

.blog__cta-title br {
  display: none;
}

@media screen and (min-width: 1025px) {
  .blog__cta-title br {
    display: block;
  }
}

.circle-icons {
  background: #fff;
  text-align: center;
  padding: 50px 0;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 1025px) {
  .circle-icons {
    padding: 120px 0 120px;
  }
}

.circle-icons__description {
  margin: 0 auto 20px;
  max-width: 720px;
  width: 90%;
  font-size: 15px;
  line-height: 25px;
  color: #595959;
  font-family: 'Gotham Book', 'Gotham A', 'Gotham B', 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 961px) {
  .circle-icons__description {
    margin: 0 auto 60px;
  }
}

@media screen and (min-width: 741px) {
  .circle-icons__description {
    padding: 0 10px;
  }
}

.circle-icons__header {
  font-size: 21px;
  line-height: 25px;
  color: #595959;
  text-transform: uppercase;
  font-family: 'Gotham Bold', 'Gotham A', 'Gotham B', 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 90%;
  text-align: center;
  margin: 0 auto 25px;
}

@media screen and (min-width: 1025px) {
  .circle-icons__header {
    font-size: 28px;
    line-height: 30px;
  }
}

.circle-icons__header br.desktop-only {
  display: none;
}

@media screen and (min-width: 641px) {
  .circle-icons__header br.desktop-only {
    display: block;
  }
}

.circle-icons__header br.mobile-only {
  display: block;
}

@media screen and (min-width: 401px) {
  .circle-icons__header br.mobile-only {
    display: none;
  }
}

.circle-icons__interior {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 961px) {
  .circle-icons__interior {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
  }
}

.circle-icon {
  width: 100%;
  max-width: 500px;
  width: auto;
  margin: 30px auto 0;
}

@media screen and (min-width: 961px) {
  .circle-icon {
    width: 25%;
    margin: 0 20px;
  }
}

.circle-icon__img {
  max-width: 124px;
  margin: 0 auto 25px;
}

.circle-icon__title {
  color: #5f5f5f;
  text-transform: uppercase;
  margin: 0 0 16px;
  position: relative;
  padding-bottom: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-icon__title--reversed {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.circle-icon__title--reversed .circle-icon__title-line-2 {
  margin-top: 0;
}

.circle-icon__title:after {
  content: '';
  border-bottom: 1px solid #e3e3e3;
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 200px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1025px) {
  .circle-icon__title:after {
    width: 160px;
  }
}

.circle-icon__title-line-1 {
  font-size: 28px;
  line-height: 28px;
  display: block;
  font-family: 'Gotham Book', 'Gotham A', 'Gotham B', 'Gotham', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.circle-icon__title-line-1--24 {
  font-size: 24px;
  line-height: 1;
}

.circle-icon__title-line-2 {
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-top: 5px;
}

.circle-icon__description {
  width: 90%;
  color: #a1a1a1;
  margin: 20px auto 0;
  max-width: 400px;
}

@media screen and (min-width: 961px) {
  .circle-icon__description {
    max-width: 100%;
  }
}

.circle-icon__description br {
  display: none;
}

@media screen and (min-width: 961px) {
  .circle-icon__description br {
    display: block;
  }
}

.heat-pump {
  background-color: #d9793b;
  padding: 45px 0;
}

@media screen and (min-width: 741px) {
  .heat-pump {
    padding: 65px 0;
  }
}

@media screen and (min-width: 1025px) {
  .heat-pump {
    padding: 90px 0 90px;
  }
}

.heat-pump__content {
  position: relative;
  max-width: 830px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 741px) {
  .heat-pump__content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.heat-pump__image {
  margin: 90px auto 30px;
  padding-bottom: 0px;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 260px;
}

.heat-pump__image img {
  width: 70%;
}

@media screen and (min-width: 741px) {
  .heat-pump__image img {
    margin-left: 33px;
    width: 80%;
  }
}

@media screen and (min-width: 1201px) {
  .heat-pump__image img {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 741px) {
  .heat-pump__image {
    margin: 0;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
    max-width: 321px;
  }
}

.heat-pump__copy p {
  color: #f8e4d8;
  opacity: 0.8;
  font-size: 15px;
  line-height: 26px;
  padding-left: 0;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .heat-pump__copy p {
    text-align: left;
  }
}

@media screen and (min-width: 741px) {
  .heat-pump__copy p {
    margin: 0;
  }
}

@media screen and (min-width: 741px) {
  .heat-pump__copy {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .heat-pump__copy {
    padding-left: 100px;
  }
}

.get-started {
  padding: 100px 0;
  background: #f2f2f2;
}

@media screen and (min-width: 961px) {
  .get-started {
    padding: 120px 0;
  }
}

.get-started__intro {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
}

.get-started__title {
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #3c77a1;
}

@media screen and (min-width: 961px) {
  .get-started__title {
    font-size: 30px;
    line-height: 32px;
  }
}

.get-started__description {
  color: #747474;
  margin: 10px auto 0;
  max-width: 90%;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 961px) {
  .get-started__description {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
    margin: 20px auto;
  }
}

.get-started__squares-flex-container {
  max-width: 1030px;
  width: 90%;
  margin: 30px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 961px) {
  .get-started__squares-flex-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 50px auto 0;
  }
}

.get-started__square {
  background: #fff;
  box-shadow: 0px 3px 0.5rem rgba(0, 0, 0, 0.2);
  padding: 26px 25px 35px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 30px auto 0;
  max-width: 500px;
}

@media screen and (min-width: 641px) {
  .get-started__square {
    padding: 35px 25px;
  }
}

@media screen and (min-width: 961px) {
  .get-started__square {
    width: 40%;
    max-width: 415px;
    margin: 10px;
  }
}

/* .get-started__square--one {
  margin: 0 auto;
  padding-top: 40px;
} */
@media screen and (min-width: 961px) {
  .get-started__square--one {
    margin: 10px;
  }
}

@media screen and (min-width: 1201px) {

  .get-started__square--one,
  .get-started__square--two {
    padding: 40px 20px 40px 35px;
  }
}

@media screen and (min-width: 1201px) {

  .get-started__square--three,
  .get-started__square--four {
    padding: 20px 20px 40px 35px;
  }
}

.get-started__square-number {
  font-size: 70px;
  font-weight: 700;
  line-height: 0;
  color: #bb5d99;
}

@media screen and (min-width: 961px) {
  .get-started__square-number {
    font-size: 100px;
  }
}

.get-started__square-text {
  position: relative;
}

.get-started__square-text::before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.get-started__square-text--one {
  padding-left: 85px;
}

.get-started__square-text--one::before {
  width: 48px;
  height: 54px;
  bottom: 5px;
  background-image: url('../images/number-1.png');
}

.get-started__square-text--two {
  padding-left: 85px;
}

.get-started__square-text--two::before {
  width: 65px;
  height: 58px;
  bottom: 17px;
  background-image: url('../images/number-2.png');
}

.get-started__square-text--three {
  padding-left: 85px;
}

.get-started__square-text--three::before {
  width: 67px;
  height: 59px;
  bottom: 40px;
  background-image: url('../images/number-3.png');
}

.get-started__square-text--four {
  padding-left: 95px;
}

.get-started__square-text--four::before {
  width: 74px;
  height: 59px;
  bottom: 17px;
  background-image: url('../images/number-4.png');
}

@media screen and (min-width: 641px) {

  .get-started__square-text--two::before,
  .get-started__square-text--three::before,
  .get-started__square-text--four::before {
    bottom: 5px;
  }
}

@media screen and (min-width: 1201px) {
  .get-started__square-text--one {
    padding-left: 100px;
  }

  .get-started__square-text--one::before {
    width: 63px;
    height: 72px;
  }

  .get-started__square-text--two {
    padding-left: 100px;
  }

  .get-started__square-text--two::before {
    width: 80px;
    height: 73px;
  }

  .get-started__square-text--three {
    padding-left: 100px;
  }

  .get-started__square-text--three::before {
    width: 82px;
    height: 73px;
  }

  .get-started__square-text--four {
    padding-left: 110px;
  }

  .get-started__square-text--four::before {
    width: 89px;
    height: 73px;
  }
}

.get-started__square-divider {
  max-width: 45px;
  margin: 14px 0;
  height: 0;
  border: none;
  border-top: 1px solid #cbcbcb;
  text-align: left;
}

.get-started__square-copy {
  color: #747474;
  font-size: 12px;
  line-height: 23px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
}

@media screen and (min-width: 1201px) {
  .get-started__square-copy {
    font-size: 14px;
    line-height: 25px;
  }
}

.get-started__cta-container {
  display: block;
  margin: 50px auto 0;
  text-align: center;
  max-width: 500px;
  width: 90%;
}

@media screen and (min-width: 961px) {
  .get-started__cta-container {
    max-width: 275px;
  }
}

.get-started__cta-container .btn {
  width: 100%;
}

.privacy-toggle {
  margin-top: 20px;
}
