.wfloc {
  margin-bottom: 1rem;
  padding-bottom: 10px;
}
.wfloc .button {
  color: #fff;
  background-color: transparent;
  padding-left: 0;
  font-size: 0.8em;
  font-weight: normal;
  border-color: rgba(255, 255, 255, 0.5);
  width: 135px;
  height: 2.5em;
  justify-content: inherit;
  transition: .25s border ease;
}
.wfloc .button:hover,
.wfloc .button:focus {
  color: #fff;
  border-color: #fff;
}
.wfloc .button > div {
  display: flex;
}
.wfloc .button span {
  display: flex;
  align-items: center;
}
.wfloc .button svg {
  height: 25px;
}
.wfloc .dropdown-item svg {
  display: none;
}
.is-us-section.hidden,
.is-ca-section.hidden {
  display: none !important;
}
.site_footer .contain > div .colHeader a:hover {
  text-decoration: underline;
}
.site-nav-container {
  z-index: 10000;
}
.fancybox-lock .site-nav-container {
  z-index: 35;
}
.fancybox-lock body {
  overflow: visible !important;
}
.site-nav-container .nav-site-section div ul {
  transition: all ease-in-out .25s;
}
.is-banner-slider ul li:not(:first-of-type) {
  display: none;
}
.fa-video {
  color: #e31e24;
}
.site-nav-container .nav-site-section ul li:first-child {
  white-space: nowrap;
}
.home_callouts figure {
  overflow: hidden;
}
.home_callouts img {
  transition: transform linear .3s;
}
.home_callouts a:hover img {
  transform: scale(1.03) translateZ(0);
}
.is-commercial .is-unit-select .title {
  display: block;
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  nav.site-nav .nav-level-3.is-inline-menu {
    max-height: 0;
    padding: 0;
    display: flex;
    flex-flow: column wrap;
    overflow: hidden;
    transition: all .3s ease-in-out;
    animation: none;
    columns: 250px 2;
    width: 600px;
  }
  nav.site-nav .nav-level-2 > li:hover ul.is-inline-menu {
    max-height: 660px;
  }
  nav.site-nav .nav-level-3.is-inline-menu > li {
    padding: 1rem 1rem 1.5rem;
  }
  nav.site-nav .nav-level-3.products-menu > li:last-of-type {
    padding-bottom: 1em;
    padding-top: 0;
  }
  .is-commercial nav.site-nav .nav-level-3.is-inline-menu,
  .is-commercial nav.site-nav .nav-level-2 > li:hover ul.is-inline-menu {
    display: block;
    columns: inherit;
  }
  .is-commercial nav.site-nav .nav-level-2 > li:last-child > .vertical {
    right: 0;
  }
  .is-commercial nav.site-nav .nav-level-3.is-inline-menu > li {
    padding-top: 0;
    width: 295px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .is-commercial nav.site-nav .nav-level-3.is-inline-menu > li:nth-child(1),
  .is-commercial nav.site-nav .nav-level-3.is-inline-menu > li:nth-child(4) {
    padding-top: 1em;
  }
  .is-commercial nav.site-nav .nav-level-3.is-inline-menu > li:nth-child(2) {
    top: 222px;
  }
  .is-commercial nav.site-nav .nav-level-3.is-inline-menu > li:nth-child(3) {
    top: 319px;
  }
  .is-commercial nav.site-nav .nav-level-3.is-inline-menu > li:nth-child(3) ~ li {
    position: relative;
    float: right;
    clear: right;
    padding-left: 0;
    padding-right: 1em;
  }
}
@keyframes navMenuShowVert {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
}
.expand410 {
  cursor: pointer;
  position: relative;
  color: #004A8C;
  font-weight: bold;
  margin-left: -20px;
  white-space: nowrap;
}
.expand410:hover {
  text-decoration: underline;
}
.expand410:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  right: -21px;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23004A8C' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .3s ease-in-out;
  transform: rotate(270deg);
}
.expand410.active:after {
  transform: rotate(360deg);
}
.expand410 + ul {
  transition: all .3s ease-in-out;
  padding-left: 30px;
  margin: 0 0 0 -30px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.expand410.active + ul {
  max-height: 500px;
  opacity: 1;
  margin: 1em 0 1em -30px;
}
.is-commercial .expand410 {
  display: inline-block;
  margin: 1em 0 0;
}
.is-commercial .expand410:after {
  height: 24px;
}
.is-commercial .expand410 + ul {
  margin-left: 0;
  padding: 0 0 0 40px;
}
.is-commercial .is-flex-table .expand410 + ul {
  padding-left: 24.2px;
  margin-left: -5px;
}
.resLit figure a {
  position: relative;
}
.resLit .fa-ul {
  margin-right: 10px;
}
.bulma .low_gwp_badge {
  height: 50px;
  width: initial;
  position: absolute;
  top: 10px;
  left: -15px;
  margin: 0;
  z-index: 1;
}
.bulma .humidity_icon {
  top: 65px;
  left: -12px;
}
.bulma .resLit figure {
  position: relative;
}
.bulma .resLit figure a {
  display: block;
}
.low_gwp_badge_header {
  position: absolute;
  width: 20%;
  max-width: 100px;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1;
}
.product_comparison .col.crossover .type {
  color: #095c6c;
}
.unitTypeDesc .unitTypes > label:hover.crossover,
.unitTypeDesc .unitTypes > label.active.crossover,
.unitTypeDesc #unitTypeCrossover:checked ~ .unitTypes label.crossover {
  border-color: #095c6c;
}
.unitTypeDesc .unitTypes > label {
  width: 18%;
}
.details.crossover:before {
  background-color: #095c6c !important;
}
.unitTypeDesc #unitTypeCrossover:checked ~ .centered_copy .unitTypeDescWrapper2 {
  left: -400%;
}
@media (max-width: 899px) {
  .unitTypeDesc .unitTypes {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .unitTypeDesc .unitTypes > label {
    width: 30%;
  }
}
.litpage img {
  position: relative;
}
.is-flex-table form.has-1-units .flex-table-body {
  width: 600px;
  max-width: 100%;
}
.is-insight-header {
  position: relative;
}
.insight-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.insight-bubble {
  position: absolute;
  aspect-ratio: 733 / 473;
}
.insight-bubble img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.insight-bubble h1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #91c63c;
  margin: 6% 1.5% 0 -1.5%;
  font-size: 7.5em;
  letter-spacing: -4px;
}
.insight-bubble h1 sup {
  font-size: 45%;
  top: -0.3em;
}
.insight-bubble:first-child {
  transform:scale(0.5);
  top: 0;
  right: 18%;
  bottom: -11%;
  left: 25%;
}
.insight-bubble:nth-child(2) {
  transform:scale(0.2);
  top: -39%;
  right: -10.25%;
  bottom: 32%;
  left: 52.75%;
}
.insight-bubble:last-child {
  transform:scale(0.25);
  top: -26%;
  right: 52%;
  bottom: 18.5%;
  left: -9%;
}
@media screen and (max-width: 1279px) {
  .insight-bubble h1 {
    font-size: 8vw;
  }
}
.is-insight-header picture {
  aspect-ratio: 710 / 236;
}
@media screen and (max-width: 768px) {
  .is-insight-header picture {
    aspect-ratio: 710 / 472;
  }
  .insight-bubble:nth-child(2),
  .insight-bubble:last-child {
    display: none;
  }
  .insight-bubble:first-child {
    transform: scale(0.75);
    top: -5%;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .insight-bubble h1 {
    font-size: 15vw;
    margin-top: 5vw;
  }
}
.is-flex-table form.has-2-units .flex-table-body {
  width: 650px;
  max-width: 100%;
}
.flapper .digit div {
  line-height: 1em;
}
.site-nav-container .nav-site-section div {
  width: 135px;
}
@media screen and (max-width: 825px) and (min-width: 769px) {
  .site-nav-container .nav-utility-links {
    font-size: .65rem;
  }
  .site-nav-container .nav-site-section div {
    width: 120px;
  }
}
@media (min-width: 700px) {
  .bannerSlider.update ul li .image_text_overlay {
    height: auto;
    position: relative;
  }
  .bannerSlider.update .image_text_overlay .text {
    position: relative;
  }
  .bannerSlider.update ul li {
    height: auto !important;
  }
}
.sectionLanding > section.home_alone {
  max-width: 65rem;
}
.qlComProdLine a > div {
  height: 100% !important;
  justify-content: space-evenly !important;
  text-align: center;
  overflow: hidden;
}
.qlComProdLine .subtitle {
  margin-bottom: 0;
}
.qlComProdLine .is-overlay img {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .qlComProdLine center {
    margin: 10px 10px 0;
  }
  .qlComProdLine .is-overlay img {
    padding: 0 50px;
  }
}
.is-commercial .has-support-overlay .is-product-overlay {
  max-width: 98%;
  text-align: center;
  margin-top: -46.5%;
}
.is-commercial .has-support-overlay .is-chiller-overlay {
  margin-bottom: -3.5%;
}
@media screen and (min-width: 769px) {
  .is-commercial .has-support-overlay .is-product-overlay {
    max-width: 80%;
    margin-top: -31.5%;
    position: absolute;
    left: 0;
    right: 0;
  }
  .is-commercial .has-support-overlay .is-chiller-overlay {
    margin-top: -35.5%;
    margin-bottom: -5%;
  }
}
@media (min-width: 34em) {
  .unitTypeDesc .unitTypes > label .title {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .product_comparison .col.crossover {
    overflow: inherit;
  }
  .product_comparison .col.crossover figure {
    padding-bottom: 125%;
    margin: 0 -50px;
  }
}
.unitComparison .comparisonTable button[name="removegeo-ready"] + a img {
  max-width: 150%;
  margin: -47% -20% -8%;
}
.specsLit .unitComparison .comparisonTable button[name="removegeo-ready"] + a img {
  max-width: 100%;
  margin: 0;
}
.gpStars + .gplogo {
  margin-top: .5em;
}
.specsLit .unitComparison .units2 > div:first-child section,
.specsLit .unitComparison .units2 button {
  display: none;
}
.specsLit .unitComparison .comparisonTable .features.units2 {
  width: inherit;
}
.specsLit .units2 .fa-ul {
  margin-left: 1em;
}
.is-commercial-features .is-commercial-feature .video {
  min-height: 500px;
}
.is-commercial-features .is-commercial-feature .video + .column p {
  max-width: 450px;
}
@media screen and (min-width: 769px), print {
  nav.site-nav .nav-level-3 > li {
    flex: inherit;
  }
}
.product_smarter_choice > h1 {
  margin-top: 0;
}

gmp-place-autocomplete {
  width: 237px;
  height: 36px;
  max-width: 100%;
  background: #fff;
  border-radius: 3px;
}