:root {
  --avax-cherry-red: #dd3142;
  --avax-navy: #002158;
  --light-soot-grey: #9e9e9e;
  --white: white;
  --black: black;
  --extra-light-ash: #cfcfcf;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #096ad0;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.full-opacity {
  opacity: 1;
  color: var(--avax-navy);
  border: 2px solid rgba(0, 0, 0, 0);
  border-top-width: 4px;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1;
  transition: all .2s ease-in;
}

.nav-link-2.full-opacity:hover {
  color: var(--avax-cherry-red);
  border-top: 4px solid #dd3142;
}

.nav-link-2.full-opacity.products {
  display: none;
}

.nav-link-2.border {
  opacity: 1;
  border: 1px solid #096ad0;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover {
  color: #fff;
  background-color: #096ad0;
}

.nav-link-2.border.cta {
  background-color: var(--avax-cherry-red);
  color: #fff;
  border-width: 4px;
  border-color: #002158;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  transition: all .2s, background-color .2s;
}

.nav-link-2.border.cta:hover {
  border-color: var(--avax-cherry-red);
  background-color: var(--avax-navy);
}

.nav-link-2.border.cta:active {
  background-color: var(--light-soot-grey);
}

.nav-bar {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.menu-button-2.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.homepage-hero {
  background-color: rgba(191, 191, 191, .06);
  margin-top: 10vh;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.hero-wrapper {
  justify-content: space-around;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.headers-hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-hero {
  align-self: flex-end;
}

.dealer-img-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 15vw;
  display: flex;
}

.heading {
  color: var(--avax-navy);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.heading-3 {
  color: var(--avax-navy);
  font-family: Roboto, sans-serif;
  font-size: 2.9rem;
  font-weight: 300;
  line-height: 1;
}

.heading-4 {
  color: var(--avax-cherry-red);
  font-family: Roboto, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}

.button {
  border: 3px solid var(--white);
  background-color: var(--avax-cherry-red);
  cursor: pointer;
  border-radius: 35px;
  padding: 15px 40px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  transition: all .3s;
}

.button:hover {
  border: 3px solid var(--avax-cherry-red);
  background-color: var(--white);
  color: var(--avax-cherry-red);
  font-weight: 500;
}

.button.hp-video {
  margin-right: 20px;
}

.image, .image-2 {
  margin-bottom: 20px;
}

.homepage-descriptor {
  background-color: var(--avax-navy);
  justify-content: space-around;
  align-items: stretch;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.descriptor-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  display: flex;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.image-4 {
  width: 3vw;
  margin-bottom: 10px;
}

.image-4.dollarsign {
  width: 2vw;
}

.div-block-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.button-2 {
  color: var(--avax-navy);
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.button-2:hover {
  color: var(--avax-cherry-red);
  font-weight: 500;
}

.image-5 {
  margin-top: 20px;
  margin-bottom: 0;
}

.video-section {
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.video-wrapper {
  width: 100%;
}

.button-wrapper {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.background-video {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-content-wrapper {
  background-color: rgba(191, 191, 191, .59);
  padding: 25px;
}

.history-homepage-section {
  background-color: var(--avax-cherry-red);
  padding: 100px;
}

.history-hp-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: var(--white);
  align-self: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  align-self: flex-start;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.text-block {
  color: var(--white);
  align-self: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.text-block-2 {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}

.companyhistory-headers {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  overflow: clip;
}

.services-hp-section {
  padding: 50px;
}

.heading-8 {
  color: var(--avax-navy);
  text-align: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.heading-9 {
  color: var(--black);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.listserv-wrapper {
  max-width: 1920px;
}

.list {
  column-count: 4;
  padding-left: 20px;
  list-style-type: none;
}

.list-item {
  color: var(--avax-navy);
  background-image: url('../images/list-bullet-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 2;
  list-style-type: none;
}

.amana-banner-section {
  background-image: url('../images/banner3-amana-web.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 2560px 1440px;
  background-attachment: fixed;
  height: 20vh;
}

.warranty-hp-section {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/testimonial-banner.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  overflow: hidden;
}

.warranty-wrapper {
  text-align: center;
  padding: 50px;
}

.heading-10 {
  color: var(--avax-cherry-red);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.paragraph {
  opacity: .75;
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
}

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.brand-link.in-footer {
  margin-bottom: 15px;
}

.section-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.section-title.footer {
  color: var(--avax-cherry-red);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.socials-in-footer {
  border-left: 1px #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-sec-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.legal-info {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 22px;
}

.footer-section-01 {
  background-color: #bcbcbc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.platform-icon {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.footer-link {
  opacity: .8;
  color: var(--white);
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-link:hover {
  opacity: 1;
  color: #3b2ae5;
}

.footer-link.quote-form {
  background-color: var(--avax-cherry-red);
  color: var(--white);
  border-radius: 12px;
  justify-content: center;
  padding: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.grid-sec-1 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
}

.footer-01-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.social-link-nav {
  color: #3b2ae5;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-nav:hover {
  opacity: .8;
}

.services-wrap-footer {
  margin-top: 0;
}

.footer-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.footer-01-bottom {
  border-top: 1px solid #dbdbdb;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-border-element {
  border: 1px solid var(--avax-navy);
  width: 10ch;
  margin-bottom: 10px;
}

.image-7 {
  display: block;
}

.image-9 {
  width: 30vw;
}

.aboutus-hero {
  background-image: linear-gradient(90deg, var(--avax-navy), rgba(255, 255, 255, .24)), url('../images/AboutUsHero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 10vh;
  padding: 100px;
}

.heading-12 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.seo-text-block {
  color: var(--avax-navy);
  padding: 25px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.seo-text-block.services-page, .seo-text-block.about-us-page, .seo-text-block.contact-us-page {
  color: var(--white);
  padding-left: 0;
}

.intro-section {
  padding: 100px;
}

.heading-13 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-4 {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
}

.aboutus-services-section {
  padding: 0 100px 100px;
}

.grid {
  grid-template-rows: auto auto auto auto;
}

.heading-14 {
  background-image: url('../images/list-bullet-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-5 {
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.25;
}

.aboutus-img-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.image-aboutus {
  background-color: var(--avax-cherry-red);
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 25vh;
  margin-bottom: 100px;
  padding-left: 0;
  display: flex;
}

.image-aboutus.alternative {
  background-color: var(--avax-navy);
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
}

.text-wrapper {
  margin-left: -100px;
  padding: 14px;
}

.text-wrapper.left {
  margin-left: 20px;
  margin-right: -100px;
}

.image-12 {
  width: 45vw;
  max-height: 20vh;
  position: relative;
  left: -20%;
}

.image-11 {
  width: 45vw;
  max-height: 20vh;
  position: relative;
  right: -20%;
}

.heading-15 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-block-6 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.25;
}

.services-hero {
  background-image: linear-gradient(90deg, var(--avax-cherry-red), rgba(255, 255, 255, .24)), url('../images/AboutUsHero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 10vh;
  padding: 100px;
}

.heading-16 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.ourservices-section {
  padding: 100px;
}

.heading-17 {
  color: var(--avax-navy);
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-7 {
  color: var(--avax-cherry-red);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.services-grid-item {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: -4px 3px 30px -5px rgba(0, 0, 0, .05);
}

.services-grid-item:hover {
  transform: scale(1.05);
}

.heading-18 {
  color: var(--avax-navy);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-8 {
  color: var(--light-soot-grey);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.25;
}

.form-section {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.form-03-outer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.form-block-03 {
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  padding: 20px;
}

.text-field-inform {
  border: 1px #dbdbdb;
  border-bottom-style: solid;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 150px;
}

.text-field-inform.number {
  width: 50%;
}

.button-3 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-3:hover {
  opacity: .8;
}

.button-3.in-form {
  background-color: var(--avax-navy);
  text-align: center;
  border-radius: 35px;
  align-self: flex-end;
  width: 33%;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.button-3.in-form:hover {
  background-color: var(--avax-cherry-red);
}

.button-3.in-form:active {
  background-color: var(--light-soot-grey);
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form {
  flex-flow: column;
  display: flex;
}

.heading-19 {
  color: var(--avax-navy);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.contact-hero {
  background-image: linear-gradient(90deg, var(--avax-cherry-red), rgba(255, 255, 255, .24)), url('../images/AboutUsHero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 10vh;
  padding: 100px;
}

.contact-info-section {
  background-color: #f9f9f9;
  padding: 20px 100px 0;
  overflow: hidden;
}

.contact-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-text-wrapper {
  align-self: center;
  position: relative;
  bottom: 10px;
}

.heading-20 {
  color: var(--avax-cherry-red);
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.heading-21 {
  color: var(--avax-cherry-red);
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.text-block-9 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.logo-section {
  padding: 100px;
}

.ac-install-hero {
  background-image: linear-gradient(90deg, var(--avax-navy), var(--white));
  margin-top: 10vh;
  padding: 100px;
  overflow: hidden;
}

.ac-install-heading {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.request-a-quote-section {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ac-repair.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 100px;
}

.request-a-quote-section.newfurnaceinstalls {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/newfurnaceinstalls.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.request-a-quote-section.tankless {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/tankless-water-heater.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.request-a-quote-section.airquality {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/air-quality-services.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.request-a-quote-section.hvacmaint {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hvacmaint-resized.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.request-a-quote-section.acrepair {
  overflow: hidden;
}

.request-a-quote-section.acinstalls {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ac-installation.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.request-a-quote-section.hncemerg {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/people-freezing-inside.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.request-a-quote-section.furnacemaint {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/furnance-maint.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.request-a-quote-section.noheat {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/noheatemerg.webp');
  background-position: 0 0, 50% 37%;
  background-size: auto, cover;
  overflow: hidden;
}

.request-a-quote-section.furnacerepair {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/furnace-repair-guy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.request-a-quote-section.garage {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/garageheater.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.request-a-quote-section.oncall {
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/247hncemergencies.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.section-wrapper {
  margin-bottom: 5vw;
}

.heading-22 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10vw;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.button-wrapper-servicespage {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.callnow-services-button {
  border: 3px solid var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 5px 30px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  transition: all .3s;
}

.callnow-services-button:hover {
  background-color: var(--avax-cherry-red);
  transform: scale(1.05);
}

.reqq-button {
  border: 3px solid var(--extra-light-ash);
  background-color: var(--extra-light-ash);
  color: var(--avax-navy);
  text-align: center;
  text-transform: uppercase;
  border-radius: 12px;
  align-self: center;
  margin-right: 40px;
  padding: 15px 30px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  transition: all .3s;
}

.reqq-button:hover {
  background-color: var(--avax-navy);
  color: var(--white);
  transform: scale(1.05);
}

.seo-text-section {
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}

.new-furnace-installs-header, .tankless-water-heater-header, .indoor-air-quality-services-header, .hvac-maintenance-header, .ac-repair-header, .hnc-header, .furnace-maintenance-header, .no-heat-emergencies-header, .furnace-repair-header, .furnace-repair-header-copy, .on-call-services-header {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.heading-23 {
  color: var(--avax-navy);
  font-family: Roboto, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

@media screen and (min-width: 1440px) {
  .form-section {
    justify-content: center;
    align-items: stretch;
    padding: 100px;
  }

  .form-03-outer-div {
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .homepage-hero {
    overflow: hidden;
  }

  .heading-4 {
    font-size: 3rem;
  }

  .button {
    border: 3px solid var(--white);
  }

  .button:hover {
    border: 3px solid var(--avax-cherry-red);
    background-color: var(--white);
    color: var(--avax-cherry-red);
    font-weight: 500;
  }

  .homepage-descriptor {
    overflow: hidden;
  }

  .heading-5 {
    margin-top: 20px;
  }

  .button-2 {
    color: var(--avax-navy);
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
  }

  .button-2:hover {
    color: var(--avax-cherry-red);
  }

  .video-section, .history-homepage-section {
    overflow: hidden;
  }

  .history-hp-wrapper {
    flex-flow: row;
  }

  .heading-6, .heading-7, .text-block {
    align-self: center;
  }

  .text-block-2 {
    text-align: center;
    align-self: center;
  }

  .companyhistory-headers {
    align-items: flex-start;
    margin-top: 0;
  }

  .services-hp-section {
    padding: 100px;
    overflow: hidden;
  }

  .listserv-wrapper {
    max-width: 2560px;
  }

  .amana-banner-section {
    background-position: 50% 100%;
    overflow: hidden;
  }

  .warranty-hp-section, .footer-section-01 {
    overflow: hidden;
  }

  .footer-01-div {
    max-width: 1920px;
  }

  .aboutus-hero {
    overflow: hidden;
  }

  .seo-text-block {
    max-width: 1920px;
  }

  .intro-section, .aboutus-services-section {
    overflow: hidden;
  }

  .aboutus-img-section {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .text-wrapper {
    margin-left: -250px;
  }

  .text-wrapper.left {
    margin-right: -250px;
  }

  .image-12 {
    width: 25vw;
    left: -35%;
  }

  .image-11 {
    width: 25vw;
    right: -25%;
  }

  .heading-15 {
    font-size: 2rem;
  }

  .text-block-6 {
    font-size: 1rem;
  }

  .services-hero, .ourservices-section, .form-section, .contact-hero, .contact-info-section {
    overflow: hidden;
  }

  .contact-wrapper {
    justify-content: space-between;
  }

  .logo-section {
    overflow: hidden;
  }

  .image-14 {
    max-width: 2500px;
  }

  .ac-install-hero, .request-a-quote-section.newfurnaceinstalls, .request-a-quote-section.tankless, .request-a-quote-section.airquality, .request-a-quote-section.hvacmaint, .request-a-quote-section.acrepair, .request-a-quote-section.acinstalls, .request-a-quote-section.hncemerg, .request-a-quote-section.furnacemaint {
    overflow: hidden;
  }

  .heading-22 {
    font-size: 3rem;
  }

  .seo-text-section {
    overflow: hidden;
  }

  .content-wrapper {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.navbar-2 {
    border-bottom: 4px solid var(--avax-cherry-red);
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.full-opacity {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 100vh;
    margin-top: 10px;
    padding-bottom: 30px;
    overflow: auto;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .burger-icon {
    color: var(--light-soot-grey);
  }

  .burger-icon:hover {
    color: var(--avax-cherry-red);
  }

  .hero-wrapper {
    flex-flow: column wrap-reverse;
    justify-content: space-around;
    align-items: stretch;
  }

  .headers-hero {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .image-hero {
    align-self: center;
  }

  .dealer-img-hero {
    flex-flow: row;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .heading {
    text-align: center;
    width: 100%;
  }

  .button {
    text-align: center;
    width: 80%;
  }

  .image, .image-2 {
    width: 165px;
    margin-bottom: 0;
  }

  .image-3 {
    vertical-align: baseline;
    display: inline-block;
  }

  .homepage-descriptor {
    justify-content: space-around;
    align-items: stretch;
  }

  .descriptor-wrapper {
    box-sizing: border-box;
    aspect-ratio: 1 / 3;
    object-fit: cover;
    width: 25vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 1rem;
  }

  .image-4 {
    width: 9vw;
    margin-bottom: 0;
  }

  .image-4.dollarsign {
    width: 6vw;
  }

  .div-block-9 {
    font-size: .75rem;
    line-height: 1.2;
  }

  .image-5 {
    margin-top: 0;
  }

  .video-section {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .video-wrapper {
    width: 90%;
  }

  .list {
    column-count: 2;
  }

  .footer-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    color: var(--avax-navy);
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .footer-link:hover {
    color: var(--avax-cherry-red);
    font-weight: 500;
  }

  .footer-link.quote-form:hover {
    background-color: var(--white);
  }

  .grid-sec-1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-01-div {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .image-8 {
    width: 165px;
  }

  .image-9 {
    width: 30vw;
    display: block;
  }

  .image-aboutus {
    width: 80vw;
  }

  .text-wrapper {
    margin-left: -50px;
  }

  .text-wrapper.left {
    margin-right: -50px;
  }

  .image-12 {
    left: -10%;
  }

  .image-11 {
    right: -10%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .form-03-outer-div {
    grid-template-columns: 1fr;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .button-3.in-form {
    width: auto;
  }

  .contact-info-section {
    padding-left: 100px;
    padding-right: 0;
  }

  .contact-text-wrapper {
    padding-bottom: 20px;
    position: static;
  }

  .contact-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .logo-section {
    display: none;
  }

  .ac-install-hero {
    background-image: linear-gradient(44deg, var(--avax-navy) 24%, var(--white));
  }

  .button-wrapper-servicespage {
    justify-content: space-around;
  }

  .new-furnace-installs-header, .tankless-water-heater-header, .indoor-air-quality-services-header, .hvac-maintenance-header, .ac-repair-header, .hnc-header, .furnace-maintenance-header, .no-heat-emergencies-header, .furnace-repair-header, .furnace-repair-header-copy, .on-call-services-header, .heading-23 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .brand-link.in-footer {
    padding-left: 0;
  }

  .footer-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-sec-1 {
    margin-bottom: 40px;
  }

  .footer-01-div {
    grid-template-columns: 2fr;
  }

  .aboutus-hero, .intro-section, .aboutus-services-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .services-hero, .ourservices-section {
    padding: 30px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .form-section, .contact-hero {
    padding: 30px;
  }

  .contact-info-section {
    padding-left: 30px;
    padding-right: 0;
  }

  .ac-install-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ac-install-heading {
    text-align: center;
  }

  .seo-text-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-furnace-installs-header, .tankless-water-heater-header, .indoor-air-quality-services-header, .hvac-maintenance-header, .ac-repair-header, .hnc-header, .furnace-maintenance-header, .no-heat-emergencies-header, .furnace-repair-header, .furnace-repair-header-copy, .on-call-services-header {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .wrapper.navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-cta-button-container {
    align-self: auto;
    width: 100%;
  }

  .nav-link-2.full-opacity {
    flex: 1;
    align-content: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1;
  }

  .nav-link-2.border.cta {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-2.border.cta:hover {
    font-weight: 900;
  }

  .nav-bar {
    position: relative;
  }

  .nav-menu-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    line-height: 1;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
    display: block;
  }

  .burger-icon {
    color: var(--light-soot-grey);
  }

  .burger-icon:hover {
    color: var(--avax-cherry-red);
  }

  .homepage-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .headers-hero {
    align-self: center;
    width: 100%;
  }

  .image-hero {
    align-self: flex-start;
  }

  .dealer-img-hero {
    background-color: var(--avax-navy);
    flex-flow: column;
    width: 100%;
    height: 15svh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    text-align: center;
    font-size: 2.5rem;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .button {
    margin-top: 10px;
  }

  .homepage-descriptor {
    flex-flow: column;
  }

  .descriptor-wrapper {
    aspect-ratio: auto;
    width: auto;
  }

  .image-4 {
    width: 20vw;
    margin-bottom: 20px;
  }

  .image-4.dollarsign {
    width: 20vw;
  }

  .image-5 {
    margin-bottom: 10px;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .history-homepage-section {
    padding: 2vw 5vw 0;
    line-height: 1;
  }

  .heading-6 {
    text-align: center;
  }

  .heading-7 {
    font-size: 3rem;
  }

  .text-block {
    text-align: left;
    font-size: 1.25rem;
  }

  .services-hp-section {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
  }

  .heading-8 {
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 1.5rem;
  }

  .list {
    column-count: 1;
  }

  .brand-link {
    padding-left: 0;
  }

  .socials-in-footer {
    margin-left: -20px;
  }

  .platform-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

  .footer-01-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .image-9 {
    width: 50vw;
    margin-bottom: 20px;
  }

  .aboutus-hero {
    padding: 20px;
  }

  .heading-12 {
    font-size: 3rem;
  }

  .intro-section {
    padding: 20px;
  }

  .heading-13 {
    text-align: center;
  }

  .aboutus-services-section {
    padding: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .heading-14 {
    font-size: 1rem;
  }

  .image-aboutus, .image-aboutus.alternative {
    flex-flow: column;
  }

  .text-wrapper {
    margin-left: 0;
  }

  .text-wrapper.left {
    margin-left: 15px;
    margin-right: 0;
  }

  .image-12 {
    width: auto;
    left: -10%;
  }

  .image-11 {
    width: auto;
  }

  .services-hero {
    padding: 20px;
  }

  .heading-16 {
    font-size: 3rem;
  }

  .ourservices-section {
    padding: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .form-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  .text-field-inform {
    padding-right: 15px;
  }

  .text-field-inform.number, .button-3.in-form {
    width: auto;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .contact-hero {
    padding: 20px;
  }

  .contact-info-section {
    flex-flow: column;
    padding: 20px 20px 0;
    display: flex;
  }

  .contact-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .contact-text-wrapper {
    position: static;
  }

  .contact-image-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .logo-section {
    padding: 20px;
    display: none;
  }

  .image-13 {
    margin-top: 10px;
  }

  .ac-install-hero {
    padding: 20px;
  }

  .ac-install-heading {
    text-align: center;
    font-size: 3rem;
  }

  .request-a-quote-section {
    padding: 12.5vw;
  }

  .heading-22.airquality {
    text-align: left;
  }

  .button-wrapper-servicespage {
    flex-flow: column;
    justify-content: center;
  }

  .callnow-services-button {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .reqq-button {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 10px 10vw;
    font-size: 1rem;
  }

  .seo-text-section {
    padding: 20px;
  }

  .new-furnace-installs-header, .tankless-water-heater-header, .indoor-air-quality-services-header, .hvac-maintenance-header, .ac-repair-header, .hnc-header, .furnace-maintenance-header, .no-heat-emergencies-header, .furnace-repair-header, .furnace-repair-header-copy, .on-call-services-header {
    text-align: center;
    font-size: 3rem;
  }
}


