@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --primary-color: #333;
  --primary-color-invert: #fff;
  --alternate-background: #444444;
  --text-color: #313131;
  --text-color-invert: #fff;
  --text-heading-color: #313131;
  --text-heading-color-hover: #f7b400;
  --footer-background: #efefef;
  --footer-text: #333;
  --primary-button-color: #29b554;
  --primary-button-color-text: #fff;
  --primary-button-color-border: #f7b400;
  --primary-button-color-hover: rgba(68, 68, 68, 0.8);
  --secondary-button-color: #276ee4;
  --secondary-button-color-text: #fff;
  --secondary-button-color-border: #fff;
  --secondary-button-color-border-hover: #f7f7f7;
  --sc-accent-1: rgba(68, 68, 68, 0.8);
  --sc-accent-2: rgba(255, 255, 255, 0.8);
}

.btn-sc-primary {
  --bs-btn-color: var(--primary-button-color);
  --bs-btn-bg: var(--primary-button-color);
  --bs-btn-border-color: var(--primary-button-color);
  --bs-btn-hover-color: var(--text-color-invert);
  --bs-btn-hover-bg: var(--primary-button-color-hover);
  --bs-btn-hover-border-color: var(--primary-button-color-hover);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: var(--primary-button-color-hover);
  --bs-btn-active-bg: var(--primary-button-color-hover);
  --bs-btn-active-border-color: var(--primary-button-color-hover);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary-button-color-hover);
  --bs-btn-disabled-bg: var(--primary-button-color);
  --bs-btn-disabled-border-color: var(--primary-button-color);
}

.btn-sc-secondary {
  --bs-btn-color: var(--secondary-button-color-text);
  --bs-btn-bg: var(--secondary-button-color);
  --bs-btn-border-color: var(--secondary-button-color-border);
  --bs-btn-hover-color: var(--secondary-button-color-border-hover);
  --bs-btn-hover-bg: var(--secondary-button-color);
  --bs-btn-hover-border-color: var(--secondary-button-color-border-hover);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: var(--secondary-button-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--secondary-button-color);
  --bs-btn-disabled-border-color: var(--secondary-button-color);
}

.spacer-wrapper {
  height: 2rem;
  margin: 1rem 0;
}

body {
  font-family: "Lato" !important;
  font-size: 16px;
  color: var(--text-color);
  box-shadow: rgba(99, 99, 99, 0.6) 0px 2px 8px 0px;
  max-width: 970px;
  margin: 0 auto;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  35% {
    transform: rotate(-3deg);
  }
  45% {
    transform: rotate(3deg);
  }
  55% {
    transform: rotate(-3deg);
  }
  65% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.wrap-phone {
  animation: wiggle 2.5s infinite;
}

.above-header-wrapper .above-header-alert-bar {
  width: 70%;
  margin-left: auto;
  padding: 0.25em 1em;
  background-color: var(--primary-color);
  color: #fff;
  border-bottom-left-radius: 15px;
  text-align: left;
}

.header-nav-wrapper .brand-logo {
  width: 180px;
}
.header-nav-wrapper .brand-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.header-nav-wrapper .header-cta-wrapper .header-cta-phone {
  padding-right: 1rem;
}
.header-nav-wrapper .header-cta-wrapper .header-cta-phone .title {
  font-weight: 400;
  text-align: right;
  color: var(--text-heading-color);
}
.header-nav-wrapper .header-cta-wrapper .header-cta-phone .number {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  transition: color 0.3s ease;
  color: var(--text-heading-color);
}
.header-nav-wrapper .header-cta-wrapper .header-cta-phone .number:hover {
  color: var(--text-heading-color-hover);
}
.header-nav-wrapper .header-cta-wrapper .header-cta-button .btn-custom {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0;
  height: 100%;
}

.radio-li {
  background-color: #e6e6e6;
}

.hero-form-custom {
  background: #ffffff;
}

.hero-wrapper {
  position: relative;
}
.hero-wrapper .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.hero-wrapper .hero-title {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  background: var(--sc-accent-2);
  height: 80px;
  top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  font-size: 2.5rem;
  font-weight: 700;
}
.hero-wrapper .hero-background-image {
  position: relative;
  isolation: isolate;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-wrapper .hero-background-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  opacity: 0.5;
}
.hero-wrapper .hero-container-wrapper {
  height: 100%;
}
.hero-wrapper .hero-form-wrapper {
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hero-wrapper .hero-form-wrapper .hero-form {
  height: 300px;
  width: 600px;
  background-color: var(--primary-color-invert);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-wrapper .index-hero .hero-form-wrapper {
  z-index: 3;
  position: relative;
  display: flex;
  justify-items: center;
  align-items: center;
  height: 800px;
}
.hero-wrapper .index-hero .hero-form-wrapper .hero-form {
  padding: 2rem;
  height: 400px;
  width: 800px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-wrapper .index-hero .hero-form-wrapper .hero-form h1 {
  font-size: 48px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 2rem;
}
.hero-wrapper .index-hero .hero-form-wrapper .hero-form p {
  color: var(--primary-color);
  margin-bottom: 2rem;
}
.hero-wrapper .index-hero .hero-form-wrapper .hero-form ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
.hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li {
  color: var(--primary-color-invert);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  display: inline;
  padding-right: 2rem;
}
.hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a {
  color: var(--primary-color-invert);
  text-decoration: none;
}
.hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a:before {
  content: ">";
  color: var(--primary-button-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 0.5rem;
  display: inline-block;
  transform: scaleX(0.8);
}
.hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a:hover {
  color: var(--primary-button-color);
}

.main-wrapper .btn-container {
  position: relative;
}
.main-wrapper .btn-custom {
  padding: 0.7rem 2rem;
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 0.4px;
}
.main-wrapper .btn-custom .chevron {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.3rem;
  display: inline-block;
  mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
  -webkit-mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
  background-color: var(--primary-button-color-hover);
}
.main-wrapper .main-text-wrapper {
  font-size: 16px;
  font-family: "Montserrat";
  line-height: 1.7;
}
.main-wrapper .main-text-wrapper h3 {
  font-family: "Lato";
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--primary-color);
}
.main-wrapper .main-text-wrapper h2 {
  font-family: "Lato";
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  color: var(--text-heading-color);
}
.main-wrapper .main-image-wrapper {
  width: 100%;
  padding: 0.2rem;
}
.main-wrapper .main-image-wrapper .main-image {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.main-wrapper .main-image-wrapper .main-image-custom {
  object-fit: cover;
  max-height: 25rem;
}

.midpage-cta-wrapper .midpage-cta-background {
  width: 100%;
  border-radius: 0.3rem;
  position: relative;
}
.midpage-cta-wrapper .text-container {
  height: 160px;
}
.midpage-cta-wrapper .text-container h3 {
  color: var(--primary-color-invert);
  font-size: 36px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
}
.midpage-cta-wrapper .text-container h2 {
  font-size: 3.125em;
  line-height: 1;
  color: var(--text-heading-color);
  font-weight: 700;
  margin: 0;
}
.midpage-cta-wrapper .button-container {
  height: 160px;
  padding: 3.1rem 2rem 2rem 2rem;
  text-align: right;
}
.midpage-cta-wrapper .button-container .btn-custom {
  background-color: #fff;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  color: var(--primary-button-color-text);
}

.gallery-wrapper {
  background-color: var(--primary-color-invert);
}
.gallery-wrapper h2 {
  max-width: 65%;
  font-size: 2.5em;
  line-height: 1.5;
  text-align: center;
  color: var(--text-heading-color);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.gallery-wrapper .gallery-item {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.ratings-wrapper .ratings-content-wrapper {
  border: 1px solid var(--primary-color);
  border-radius: 0.4rem;
  padding: 2rem;
}
.ratings-wrapper h3 {
  color: var(--primary-color);
  font-size: 36px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1rem;
}
.ratings-wrapper .ratings-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

footer {
  background-color: var(--footer-background);
  padding: 2rem 0;
  color: var(--footer-text);
}
footer .img-fixed-width {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
footer .footer-middle-wrapper {
  display: flex;
  align-items: center;
  justify-items: center;
}

.breadcrumb-wrapper .breadcrumb {
  padding: 1rem 0;
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.breadcrumb-wrapper .breadcrumb ul li {
  position: relative;
  line-height: 23px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  letter-spacing: 1.4px;
  color: #000;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.breadcrumb-wrapper .breadcrumb ul li a {
  color: var(--primary-color);
}
.breadcrumb-wrapper .breadcrumb ul li:after {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  display: inline-block;
  content: " > ";
  bottom: 0;
}
.breadcrumb-wrapper .breadcrumb ul li:last-child:after {
  content: "";
  margin: 0;
}

.tiles-wrapper .tiles-title-wrapper {
  margin-bottom: 2rem;
}
.tiles-wrapper .tiles-title-wrapper h2 {
  font-weight: 600;
  color: var(--text-heading-color);
}
.tiles-wrapper .tiles-item {
  padding: 2rem 0 1rem 0;
  width: 100%;
  margin-bottom: 2rem;
}
.tiles-wrapper .tiles-item .btn-container {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}
.tiles-wrapper .tiles-item .btn-custom {
  border: 3px solid;
  padding: 0.5rem 1.8rem;
  font-size: 1.4rem;
  font-family: "Montserrat";
  font-weight: 400;
  border-color: var(--secondary-button-color-border);
  letter-spacing: 0.4px;
}
.tiles-wrapper .tiles-item .btn-custom .chevron {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.3rem;
  display: inline-block;
  mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
  -webkit-mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
  background-color: var(--primary-button-color-hover);
}
.tiles-wrapper .tiles-item .tiles-item-header h3,
.tiles-wrapper .tiles-item .tiles-item-header h3 a {
  font-weight: 500;
  text-align: center;
  color: var(--text-heading-color);
  text-decoration: none;
}
.tiles-wrapper .tiles-item .tiles-item-text {
  font-size: 18px;
  font-family: "Montserrat";
  line-height: 26px;
  text-align: left;
  height: auto;
  overflow: hidden;
}
.tiles-wrapper .tiles-item .tiles-border {
  height: 380px;
  border-radius: 3px;
  padding: 2.5rem;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.tiles-wrapper .tiles-item .tiles-image-wrapper {
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  height: 180px;
  margin-bottom: 1rem;
}
.tiles-wrapper .tiles-item .tiles-image-wrapper .tiles-image {
  border-radius: 0.4rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 767.98px) {
  .above-header-wrapper {
    display: none;
  }
  .summersavings-wrapper .background {
    display: none;
  }
  .summersavings-wrapper {
    background: #f3f3f3;
    padding: 2rem 0;
  }
  .hightligts-wrapper h2 {
    font-size: 2.125rem !important;
  }
  .summersavings-wrapper .category-list {
    display: block;
  }
  .header-nav-wrapper .brand-logo {
    padding: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    width: 100%;
  }
  .header-nav-wrapper .brand-logo img {
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .header-nav-wrapper .header-cta-wrapper {
    display: none;
  }
  .header-nav-wrapper .header-cta-wrapper-mobile .phone-icon-wrapper {
    width: 40px;
    height: 40px;
    padding: 8px;
    background-color: var(--alternate-background);
  }
  .header-nav-wrapper .header-cta-wrapper-mobile .phone-icon {
    width: 100%;
    height: 100%;
    display: inline-block;
    mask-repeat: no-repeat;
    mask-image: url(../images/phone.svg);
    -webkit-mask-image: url(../images/phone.svg);
    background-color: var(--primary-color-invert);
  }
  .header-nav-wrapper .header-cta-wrapper-mobile .phone-number {
    display: flex;
    align-items: center;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-heading-color-hover);
    flex-grow: 1;
    background-color: var(--text-heading-color);
  }
  .header-nav-wrapper .header-cta-wrapper-mobile .btn-custom {
    border-radius: 0;
    width: 100%;
    color: var(--text-color);
    font-weight: 400;
    font-size: 1.2rem;
    max-height: 40px;
    text-align: left;
  }
  .header-nav-wrapper .header-cta-wrapper-mobile .button-icon-wrapper {
    width: 44px;
    height: 40px;
    padding: 8px;
    background-color: var(--alternate-background);
  }
  .header-nav-wrapper .header-cta-wrapper-mobile .button-icon {
    width: 100%;
    height: 100%;
    display: inline-block;
    mask-repeat: no-repeat;
    mask-image: url(../images/calendar.svg);
    -webkit-mask-image: url(../images/calendar.svg);
    background-color: var(--primary-color-invert);
  }
  .hero-wrapper .hero-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    top: 1rem;
  }
  .hero-wrapper .hero-form-wrapper {
    top: 3rem;
  }
  .hero-wrapper .hero-form-wrapper .hero-form {
    width: 300px;
    height: 280px;
  }
  .hero-wrapper .index-hero .hero-form-wrapper {
    z-index: 3;
    position: relative;
    display: flex;
    justify-items: center;
    align-items: center;
    height: 360px;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form {
    padding: 1.5rem;
    height: auto;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form h1 {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0.8rem;
    text-align: center;
    width: 100%;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form p {
    color: var(--primary-color);
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    text-align: center;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li {
    color: var(--primary-color-invert);
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    display: inline;
    padding-right: 1rem;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a {
    color: var(--primary-color-invert);
    text-decoration: none;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a:before {
    content: ">";
    color: var(--primary-button-color);
    font-size: 1.1rem;
    font-weight: 600;
    margin-right: 0.5rem;
    display: inline-block;
    transform: scaleX(0.8);
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a:hover {
    color: var(--primary-button-color);
  }
  .spacer-wrapper {
    height: 2rem;
    margin: 0rem 0;
  }
  .main-wrapper .main-text-wrapper {
    font-size: 1rem;
  }
  .main-wrapper .main-text-wrapper h3 {
    font-size: 1.4rem;
    line-height: 1.25rem;
  }
  .main-wrapper .main-text-wrapper h2 {
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 0.5rem;
  }
  .main-wrapper .btn-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .main-wrapper .btn-container .btn-custom {
    padding: 0.7rem 1rem;
    width: 100%;
  }
  .midpage-cta-wrapper {
    background-image: url("images/financing-banner.jpg");
  }
  .midpage-cta-wrapper .text-container {
    height: 100px;
  }
  .midpage-cta-wrapper .text-container h3 {
    font-size: 1.5rem;
  }
  .midpage-cta-wrapper .text-container h2 {
    font-size: 2rem;
  }
  .midpage-cta-wrapper .button-container {
    padding-bottom: 1rem;
    padding-top: 4.8rem;
    text-align: center;
  }
  .gallery-wrapper h2 {
    font-size: 2rem;
  }
  .gallery-wrapper .gallery-item {
    padding-bottom: 1rem;
  }
  .tiles-wrapper .tiles-title-wrapper {
    margin-bottom: 2rem;
  }
  .tiles-wrapper .tiles-title-wrapper h2 {
    font-weight: 600;
    color: var(--text-heading-color);
  }
  .tiles-wrapper .tiles-item {
    padding: 1rem 0 1rem 0;
    width: 100%;
    margin-bottom: 2rem;
    box-shadow: rgba(0, 0, 0, 0.1);
  }
  .tiles-wrapper .tiles-item .btn-container {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
  }
  .tiles-wrapper .tiles-item .btn-custom {
    border: 3px solid;
    padding: 0.5rem 1.8rem;
    font-size: 1rem;
    font-family: "Montserrat";
    font-weight: 400;
    border-color: var(--secondary-button-color-border);
    letter-spacing: 0.4px;
  }
  .tiles-wrapper .tiles-item .btn-custom .chevron {
    width: 0.75em;
    height: 0.75em;
    margin-left: 0.3rem;
    display: inline-block;
    mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
    -webkit-mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
    background-color: var(--primary-button-color-hover);
  }
  .tiles-wrapper .tiles-item .tiles-item-header h3,
  .tiles-wrapper .tiles-item .tiles-item-header h3 a {
    font-weight: 700;
    text-align: center;
    color: var(--text-heading-color);
    text-decoration: none;
  }
  .tiles-wrapper .tiles-item .tiles-item-text {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 0 2rem 2rem;
    overflow: hidden;
  }
  .tiles-wrapper .tiles-item .tiles-border {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
  }
  .tiles-wrapper .tiles-item .tiles-image-wrapper {
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 200px;
    margin-bottom: 1rem;
  }
  .tiles-wrapper .tiles-item .tiles-image-wrapper .tiles-image {
    border-radius: 0.4rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .summersavings-wrapper .background {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero-wrapper .hero-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    top: 2rem;
  }
  .hero-wrapper .hero-form-wrapper {
    top: 3rem;
  }
  .hero-wrapper .hero-form-wrapper .hero-form {
    width: 480px;
    height: 280px;
  }
  .hero-wrapper .index-hero .hero-form-wrapper {
    z-index: 3;
    position: relative;
    display: flex;
    justify-items: center;
    align-items: center;
    height: 480px;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form {
    margin-top: -6rem;
    padding: 2rem;
    height: auto;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form h1 {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1.1rem;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form p {
    color: var(--primary-color);
    margin-bottom: 1.1rem;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li {
    color: var(--primary-color-invert);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    display: inline;
    padding-right: 2rem;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a {
    color: var(--primary-color-invert);
    text-decoration: none;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a:before {
    content: ">";
    color: var(--primary-button-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 0.5rem;
    display: inline-block;
    transform: scaleX(0.8);
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a:hover {
    color: var(--primary-button-color);
  }
  .header-cta-wrapper-mobile {
    display: none;
  }
  .spacer-wrapper {
    height: 2rem;
    margin: 0rem 0;
  }
  .main-wrapper .main-text-wrapper {
    font-size: 1rem;
  }
  .main-wrapper .main-text-wrapper h3 {
    font-size: 1.4rem;
    line-height: 1.25rem;
  }
  .main-wrapper .main-text-wrapper h2 {
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 0.5rem;
  }
  .main-wrapper .btn-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .main-wrapper .btn-container .btn-custom {
    padding: 0.7rem 1rem;
    width: 100%;
  }
  .midpage-cta-wrapper .text-container {
    height: 100px;
  }
  .midpage-cta-wrapper .text-container h3 {
    font-size: 1.5rem;
  }
  .midpage-cta-wrapper .text-container h2 {
    font-size: 2rem;
  }
  .midpage-cta-wrapper .button-container {
    text-align: left;
    padding: 2rem;
    height: 120px;
  }
  .gallery-wrapper h2 {
    font-size: 2rem;
  }
  .gallery-wrapper .gallery-item {
    padding-bottom: 1rem;
  }
  .tiles-wrapper .tiles-title-wrapper {
    margin-bottom: 2rem;
  }
  .tiles-wrapper .tiles-title-wrapper h2 {
    font-weight: 600;
    color: var(--text-heading-color);
  }
  .tiles-wrapper .tiles-item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .tiles-wrapper .tiles-item .btn-container {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
  }
  .tiles-wrapper .tiles-item .btn-custom {
    border: 3px solid;
    padding: 0.5rem 1.8rem;
    font-size: 1.1rem;
    font-family: "Montserrat";
    font-weight: 400;
    border-color: var(--secondary-button-color-border);
    letter-spacing: 0.4px;
  }
  .tiles-wrapper .tiles-item .btn-custom .chevron {
    width: 0.75em;
    height: 0.75em;
    margin-left: 0.3rem;
    display: inline-block;
    mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
    -webkit-mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
    background-color: var(--primary-button-color-hover);
  }
  .tiles-wrapper .tiles-item .tiles-item-header h3,
  .tiles-wrapper .tiles-item .tiles-item-header h3 a {
    font-weight: 700;
    text-align: center;
    color: var(--text-heading-color);
    text-decoration: none;
  }
  .tiles-wrapper .tiles-item .tiles-item-text {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 0 2rem 2rem;
    overflow: hidden;
  }
  .tiles-wrapper .tiles-item .tiles-border {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
  }
  .tiles-wrapper .tiles-item .tiles-image-wrapper {
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 180px;
    margin-bottom: 1rem;
  }
  .tiles-wrapper .tiles-item .tiles-image-wrapper .tiles-image {
    border-radius: 0.4rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .summersavings-wrapper .background {
    width: 600px !important;
  }
  .summersavings-wrapper .background {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hero-wrapper .hero-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    top: 2rem;
  }
  .hero-wrapper .hero-form-wrapper {
    top: 3rem;
  }
  .hero-wrapper .hero-form-wrapper .hero-form {
    width: 480px;
    height: 280px;
  }
  .hero-wrapper .index-hero .hero-form-wrapper {
    z-index: 3;
    position: relative;
    display: flex;
    justify-items: center;
    align-items: center;
    height: 480px;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form {
    margin-top: -6rem;
    padding: 2rem;
    height: 400px;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form h1 {
    font-size: 48px;
    line-height: 48px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form p {
    color: var(--primary-color);
    margin-bottom: 1.2rem;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li {
    color: var(--primary-color-invert);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    display: inline;
    padding-right: 2rem;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a {
    color: var(--primary-color-invert);
    text-decoration: none;
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a:before {
    content: ">";
    color: var(--primary-button-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 0.5rem;
    display: inline-block;
    transform: scaleX(0.8);
  }
  .hero-wrapper .index-hero .hero-form-wrapper .hero-form ul li a:hover {
    color: var(--primary-button-color);
  }
  .header-cta-wrapper-mobile {
    display: none;
  }
  .spacer-wrapper {
    height: 2rem;
    margin: 1rem 0;
  }
  .main-wrapper .main-text-wrapper {
    font-size: 1rem;
  }
  .main-wrapper .main-text-wrapper h3 {
    font-size: 1.4rem;
    line-height: 1.25rem;
  }
  .main-wrapper .main-text-wrapper h2 {
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 0.5rem;
  }
  .main-wrapper .btn-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .main-wrapper .btn-container .btn-custom {
    padding: 0.7rem 1rem;
    width: 100%;
  }
  .midpage-cta-wrapper .text-container {
    height: 120px;
  }
  .midpage-cta-wrapper .text-container h3 {
    font-size: 1.5rem;
  }
  .midpage-cta-wrapper .text-container h2 {
    font-size: 2rem;
  }
  .midpage-cta-wrapper .button-container {
    text-align: left;
    height: 120px;
    padding-top: 2rem;
    padding-left: 0;
  }
  .gallery-wrapper h2 {
    font-size: 2rem;
  }
  .gallery-wrapper .gallery-item {
    padding-bottom: 1rem;
  }
  .tiles-wrapper .tiles-title-wrapper {
    margin-bottom: 2rem;
  }
  .tiles-wrapper .tiles-title-wrapper h2 {
    font-weight: 600;
    color: var(--text-heading-color);
  }
  .tiles-wrapper .tiles-item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .tiles-wrapper .tiles-item .btn-container {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
  }
  .tiles-wrapper .tiles-item .btn-custom {
    border: 3px solid;
    padding: 0.5rem 1.8rem;
    font-size: 1rem;
    font-family: "Montserrat";
    font-weight: 400;
    border-color: var(--secondary-button-color-border);
    letter-spacing: 0.4px;
  }
  .tiles-wrapper .tiles-item .btn-custom .chevron {
    width: 0.75em;
    height: 0.75em;
    margin-left: 0.3rem;
    display: inline-block;
    mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
    -webkit-mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
    background-color: var(--primary-button-color-hover);
  }
  .tiles-wrapper .tiles-item .tiles-item-header h3,
  .tiles-wrapper .tiles-item .tiles-item-header h3 a {
    font-weight: 700;
    text-align: center;
    padding: 1rem 0;
    color: var(--text-heading-color);
    text-decoration: none;
  }
  .tiles-wrapper .tiles-item .tiles-item-text {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 0 0.5rem 0.5rem;
    overflow: hidden;
  }
  .tiles-wrapper .tiles-item .tiles-border {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
  }
  .tiles-wrapper .tiles-item .tiles-image-wrapper {
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 160px;
    margin-bottom: 1rem;
  }
  .tiles-wrapper .tiles-item .tiles-image-wrapper .tiles-image {
    border-radius: 0.4rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .summersavings-wrapper .background {
    width: 800px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .midpage-cta-wrapper .text-container {
    height: 100px;
  }
  .midpage-cta-wrapper .text-container h3 {
    font-size: 1.5rem;
  }
  .midpage-cta-wrapper .text-container h2 {
    font-size: 2.8rem;
  }
  .midpage-cta-wrapper .button-container {
    text-align: left;
    height: 120px;
    padding-top: 2rem;
    padding-left: 0;
  }
  .header-cta-wrapper-mobile {
    display: none;
  }
  .summersavings-wrapper .background {
    width: 900px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .header-cta-wrapper-mobile {
    display: none;
  }
}
.hightligts-wrapper h2 {
  font-size: 3.125rem;
  color: var(--text-heading-color);
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}
.hightligts-wrapper .toptext {
  margin-top: 2.1rem;
  font-size: 1.125em;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  font-family: "Montserrat";
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}
.hightligts-wrapper .image {
  text-align: center;
}
.hightligts-wrapper .title h3 {
  padding: 0;
  color: var(--text-heading-color);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.hightligts-wrapper .text {
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  font-family: "Montserrat";
}

.summersavings-wrapper .wrapper {
  position: relative;
}
.summersavings-wrapper .btn-custom {
  border: 3px solid;
  padding: 0.7rem 2rem;
  font-size: 1.4rem;
  font-family: "Montserrat";
  font-weight: 400;
  border-color: var(--secondary-button-color-border);
  letter-spacing: 0.4px;
}
.summersavings-wrapper .btn-custom .chevron {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.3rem;
  display: inline-block;
  mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
  -webkit-mask-image: url(https://octanecdn.com/expohomeimprovementcom/images/svg/chevron-double-right.svg);
  background-color: var(--primary-button-color-hover);
}
.summersavings-wrapper .background {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: -40px;
  width: 1100px;
  height: 500px;
  background-color: #f3f3f3;
  border-radius: 1em;
  z-index: -1;
}
.summersavings-wrapper h3 {
  font-family: "Lato";
  padding-top: 3rem;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--primary-color);
}
.summersavings-wrapper h2 {
  font-family: "Lato";
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  color: var(--text-heading-color);
}
.summersavings-wrapper .main-image-wrapper {
  width: 100%;
  padding: 0.2rem;
  border: 2px solid var(--text-heading-color);
  border-radius: 0.25rem;
}
.summersavings-wrapper .main-image-wrapper .main-image {
  width: 100%;
  height: auto;
}
.summersavings-wrapper .subtext1 {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
  margin-top: 1rem;
}
.summersavings-wrapper .subtext2 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Montserrat";
}
.summersavings-wrapper .subtext3 {
  font-weight: 600;
  margin: 1rem 0;
  font-size: 1.3rem;
  font-weight: 700;
}
.summersavings-wrapper .subtext3 ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
.summersavings-wrapper .subtext3 ul li {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  display: inline;
  padding-right: 2rem;
}
.summersavings-wrapper .subtext3 ul li a {
  text-decoration: none;
  color: var(--primary-color);
}

.category-hero-wrapper {
  width: 100%;
  height: auto;
}
.category-hero-wrapper .category-hero-img {
  background-image: url("/images/hardwood.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}