/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: Home.css
Created: 8/28/2013
Author:  Ben Schiling
Organization: iMarket Solutions
----------------------------------------------- */

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
@keyframes fadeIn {
  from {
   opacity:0;
  }
  to {
   opacity:1;
  }
 }

/* --- Start Hero ---*/

#container-banner {
  background-color: transparent;
  background-position: bottom center;
  background-size: cover;
  padding-top: 27px;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}
#container-banner .width-limiter {
  position: relative;
  padding-bottom: 141px;
}
#container-banner .width-limiter:after {
  content: '';
  position: absolute;
  width: 228px;
  height: 242px;
  background-size: contain;
  bottom: -120px;
  left: calc(50% - 114px);
}
.webp #container-banner .width-limiter:after {
  background-image: url(/assets/templates/main/images/other/image-hero-mascot.webp);
}
.no-webp #container-banner .width-limiter:after {
  background-image: url(/assets/templates/main/images/other/image-hero-mascot.png);
}
.loaded #container-banner .width-limiter:after,
.no-js #container-banner .width-limiter:after {
  opacity: 1;
  animation: fadeIn .6s both;
}
#hero-outer {
  text-align: center;
}
#hero-outer .hero-title {
  color: #fff;
  font-family: "Fugaz One";
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 0px;
  position: relative;
}
#hero-outer .hero-title:after {
  content: '';
  width: 300px;
  height: 3px;
  background-color: #f9011c;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 150px);
}
#hero-outer ul {
  list-style-type: none;
  text-align: left;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
#hero-outer ul li {
  position: relative;
  padding: 10px 0 10px 52px;
  display: block;
  color: #fff;
  font-size: 2.0em;
  line-height: 1.2em;
  font-weight: 700;
}
#hero-outer ul li:before {
  content: '';
  background-image: url(/assets/templates/main/images/icons/icon-checkmark.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 41px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#hero-outer .hero-buttons {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
#hero-outer .hero-buttons .schedule-service-button {
  margin-bottom: 16px;
}
@media all and (min-width: 901px) {
  #container-banner .width-limiter {
    padding-bottom: 91px;
  }
  .hero-content-box {
    max-width: 637px;
    margin-right: auto;
  }
  #container-banner .width-limiter:after {
    width: calc(100% - 637px);
    height: 100%;
    background-position: center;
    background-size: contain;
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
    background-repeat: no-repeat;
    display: block;
  }
  #hero-outer .hero-title:after {
    width: 478px;
    left: calc(50% - 239px);
  }
  #hero-outer .hero-title {
    font-size: 5.5em;
  }
  #hero-outer ul {
    max-width: 440px;
  }
  #hero-outer ul li {
    font-size: 2.4em;
    line-height: 1.5em;
  }
  #hero-outer .hero-buttons {
    max-width: 507px;
    display: flex;
    justify-content: space-between;
  }
}
@media all and (min-width: 1151px) {
  #container-banner .width-limiter:after {
    background-size: auto;
  }
}
#guarantees {
  background-color: transparent;
  padding-top: 104px;
  padding-bottom: 62px;
  text-align: center;
  background-image: linear-gradient(180deg, #2e3192 0%, #2e3192 60%, transparent 60.1%, transparent 100%), url(/assets/templates/main/images/backgrounds/bg-guarantees-triangle.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: -43px;
  z-index: 0;
  position: relative;
  margin-top: -50px;
}
/*
#guarantees:after {
  content: '';
  position: absolute;
  height: 33px;
  width: 100%;
  background-image: url(/assets/templates/main/images/backgrounds/bg-guarantees-triangle.svg);
  bottom: -33px;
  left: 0;
}*/
#guarantees h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
}
#guarantees h2:after {
  content: '';
  width: 258px;
  height: 3px;
  background-color: #47936c;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 128px);
}
#guarantees p.guar-subheading {
  color: #fff;
  font-size: 2.0em;
}
#guarantees .guarantees-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#guarantees .guarantees-block .ga-item {
  width: calc(50% - 5px);
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  padding: 19px 14px 19px 50px;
  color: #fff;
  text-decoration: none;
  border: 2px solid transparent;
  height: 100%;
  height: 114px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 9px;
  position: relative;
}
#guarantees .guarantees-block .ga-item span {
  display: block;
  width: 100%;
}
#guarantees .guarantees-block .ga-item:hover,
#guarantees .guarantees-block .ga-item:active {
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(0,0,0,0.75);
}
#guarantees .guarantees-block .ga-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
#guarantees .guarantees-block .ga-item:hover::after,
#guarantees .guarantees-block .ga-item:active::after {
  background-color: rgba(255, 255, 255, 0.15);
}
.webp #guarantees .guarantees-block .ga-item.ga-money {
  background-image: url(/assets/templates/main/images/quicklinks/bg-ql-money-back-mobile.webp);
}
.no-webp #guarantees .guarantees-block .ga-item.ga-money {
  background-image: url(/assets/templates/main/images/quicklinks/bg-ql-money-back-mobile.jpg);
}
.webp #guarantees .guarantees-block .ga-item.ga-wrench {
  background-image: url(/assets/templates/main/images/quicklinks/bg-ql-unit-replacement-mobile.webp);
}
.no-webp #guarantees .guarantees-block .ga-item.ga-wrench {
  background-image: url(/assets/templates/main/images/quicklinks/bg-ql-unit-replacement-mobile.jpg);
}
.webp #guarantees .guarantees-block .ga-item.ga-lemon {
  background-image: url(/assets/templates/main/images/quicklinks/bg-ql-no-lemon-mobile.webp);
}
.no-webp #guarantees .guarantees-block .ga-item.ga-lemon {
  background-image: url(/assets/templates/main/images/quicklinks/bg-ql-no-lemon-mobile.jpg);
}
.webp #guarantees .guarantees-block .ga-item.ga-price {
  background-image: url(/assets/templates/main/images/quicklinks/bg-ql-lowest-price-mobile.webp);
}
.no-webp #guarantees .guarantees-block .ga-item.ga-price {
  background-image: url(/assets/templates/main/images/quicklinks/bg-ql-lowest-price-mobile.jpg);
}
#guarantees .guarantees-block .ga-item:before {
  content: '';
  height: 100%;
  width: 32px;
  left: 7px;
  top: 0;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#guarantees .guarantees-block .ga-item.ga-money:before {
  background-image: url(/assets/templates/main/images/quicklinks/icon-ql-money-back.svg);
}
#guarantees .guarantees-block .ga-item.ga-wrench:before {
  background-image: url(/assets/templates/main/images/quicklinks/icon-ql-unit-replacement.svg);
}
#guarantees .guarantees-block .ga-item.ga-lemon:before {
  background-image: url(/assets/templates/main/images/quicklinks/icon-ql-unit-no-lemon.svg);
}
#guarantees .guarantees-block .ga-item.ga-price:before {
  background-image: url(/assets/templates/main/images/quicklinks/icon-ql-unit-lowest-price.svg);
}
#guarantees .view-all {
  margin-top: 20px;
}
#guarantees .view-all a {
  color: #2e3192;
}
#guarantees .view-all a:hover,
#guarantees .view-all a:active {
  color: #fff;
  background-image: linear-gradient(180deg, #47936c 0%, #3b5c4b 100%);
}
@media all and (min-width: 901px) {
  #guarantees {
    padding-top: 200px;
    padding-bottom: 110px;
    background-size: cover;
    margin-bottom: -100px;
    margin-top: -140px;
  }
  #guarantees h2 {
    margin-bottom: 35px;
  }
  #guarantees h2:after {
    width: 700px;
    left: calc(50% - 350px);
  }
  #guarantees p.guar-subheading {
    font-size: 2.4em;
  }
  #guarantees .guarantees-block .ga-item {
    width: calc(25% - 7px);
    height: 129px;
    font-size: 21px;
    padding-left: 70px;
  }
  #guarantees .guarantees-block .ga-item:before {
    width: 52px;
  }
  .webp #guarantees .guarantees-block .ga-item.ga-money {
    background-image: url(/assets/templates/main/images/quicklinks/bg-ql-money-back.webp);
  }
  .no-webp #guarantees .guarantees-block .ga-item.ga-money {
    background-image: url(/assets/templates/main/images/quicklinks/bg-ql-money-back.jpg);
  }
  .webp #guarantees .guarantees-block .ga-item.ga-wrench {
    background-image: url(/assets/templates/main/images/quicklinks/bg-ql-unit-replacement.webp);
  }
  .no-webp #guarantees .guarantees-block .ga-item.ga-wrench {
    background-image: url(/assets/templates/main/images/quicklinks/bg-ql-unit-replacement.jpg);
  }
  .webp #guarantees .guarantees-block .ga-item.ga-lemon {
    background-image: url(/assets/templates/main/images/quicklinks/bg-ql-no-lemon.webp);
  }
  .no-webp #guarantees .guarantees-block .ga-item.ga-lemon {
    background-image: url(/assets/templates/main/images/quicklinks/bg-ql-no-lemon.jpg);
  }
  .webp #guarantees .guarantees-block .ga-item.ga-price {
    background-image: url(/assets/templates/main/images/quicklinks/bg-ql-lowest-price.webp);
  }
  .no-webp #guarantees .guarantees-block .ga-item.ga-price {
    background-image: url(/assets/templates/main/images/quicklinks/bg-ql-lowest-price.jpg);
  }
}
@media all and (min-width: 1025px) {
  #guarantees h2:after {
    width: 1040px;
    left: calc(50% - 520px);
  }
  #guarantees .guarantees-block .ga-item {
    width: calc(25% - 10px);
    font-size: 24px;
    padding-left: 80px;
  }
  #guarantees .guarantees-block .ga-item:before {
    left: 19px;
  }
}

#referral-rewards {
  padding-top: 205px;
  padding-bottom: 58px;
  background-image: url(/assets/templates/main/images/backgrounds/bg-referrals-mobile.png);
  background-position: bottom center;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  background-size: cover;
}
@media all and (min-width: 901px) {
  #referral-rewards {
    padding-top: 180px;
    padding-bottom: 116px;
    background-image: url(/assets/templates/main/images/backgrounds/bg-referrals.png);
    margin-top: -130px;
  }
  #referral-rewards .referral-inner {
    max-width: 1250px;
  }
  #referral-rewards h2 {
    font-size: 4.0em;
  }
  #referral-rewards .referral-line {
    width: 750px;
  }
  #referral-rewards .referral-content {
    font-size: 2.4em;
  }
}
@media all and (min-width: 1025px) {
  #referral-rewards .referral-line {
    width: 1000px;
  }
}
/* --- End Hero --- */

/* --- Home Top Content --- */
/* CODELIBENTRY_ENTRY: 9 */

/* mobile.css */
#home-top-content  {
  padding-top: 30px;
  padding-bottom: 25px;
}
#home-top-content h1 {
  font-family: "Fugaz One";
  color: #f9011c;
  font-weight: 400;
  margin-top: 0;
}
#home-top-content .home-top-content-right {
  text-align: center;
}
#home-top-content .home-top-content-right img {
  max-width: 100%;
  height: auto;
}
#home-top-content .home-top-buttons {
  max-width: 370px;
  text-align: center;
  margin: 16px auto 25px;
}
#home-top-content .home-top-buttons .schedule-service-button {
  margin-bottom: 16px;
}

@media all and (max-width: 800px) {
  #home-top-content .home-top-content-image-desktop {
    display: none;
  }
}

/* responsive.css */
@media all and (min-width: 801px) {
  #home-top-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #home-top-content .home-top-content-box {
    width: 60%;
    padding: 0 20px 0 0;
    position: relative;
  }
  #home-top-content .home-top-buttons {
    max-width: 100%;
  }
  #home-top-content .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #home-top-content .home-top-content-right {
    width: 40%;
    display: flex;
    align-items: center;
  }
  .home-top-content-image-mobile {
    display: none;
  }
}
@media all and (min-width: 925px) {
  #home-top-content .home-top-buttons {
    text-align: left;
  }
  #home-top-content .home-top-buttons .schedule-service-button {
    margin-bottom: 0;
    margin-right: 16px;
  }
}

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- MAIN CONTENT --------------------------------------------------------------------------------------------------------------------------------- */

#shafer-electrical-services {
  padding-top: 75px;
  padding-bottom: 49px;
  background-size: cover;
  text-align: center;
}
.webp #shafer-electrical-services {
  background-image: url(/assets/templates/main/images/backgrounds/electical-mobile.webp);
}
.no-webp #shafer-electrical-services {
  background-image: url(/assets/templates/main/images/backgrounds/electical-mobile.jpg);
}
#shafer-electrical-services .h1 {
  color: #fff;
  text-shadow: 0 3px 6px #000;
  margin-top: 0;
  margin-bottom: 25px;
}
#shafer-electrical-services .italic-font {
  font-family: "Fugaz One";
}
.electrical-services-content {
  text-shadow: 0 3px 6px #000;
  color: #fff;
  margin-bottom: 40px;
  font-size: 2.0em;
}
@media all and (min-width: 901px) {
  #shafer-electrical-services {
    padding-top: 155px;
    padding-bottom: 56px;
  }
  .webp #shafer-electrical-services {
    background-image: url(/assets/templates/main/images/backgrounds/electical-desktop.webp);
  }
  .no-webp #shafer-electrical-services {
    background-image: url(/assets/templates/main/images/backgrounds/electical-desktop.jpg);
  }
  .electrical-services-content {
    font-size: 2.4em;
  }
}
/* --------------- Start Main Content Accordion ---------------------- */

/* CODELIBENTRY_ENTRY: 12 */

/* --------------- Start Main Content Accordion ---------------------- */
#home-main-content {
  background-size: cover;
  padding-top: 67px;
  padding-bottom: 70px;
  margin-bottom: -35px;
}
body.ma2 #home-main-content {
  padding-bottom: 150px;
}
.webp #home-main-content {
  background-image: url(/assets/templates/main/images/backgrounds/bg-main-content-mobile.webp);
}
.no-webp #home-main-content {
  background-image: url(/assets/templates/main/images/backgrounds/bg-main-content-mobile.jpg);
}
#home-main-content .h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#main-content-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.acc-limiter {
  width: 100%;
}
.acc-inner-content {
  padding: 10px 20px 20px;
  color: #222;
}
.acc-learn-more {
  font-weight: 700;
  font-size: 1.8em;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.img-container {
  margin-top: 9px;
  text-align: center;
  padding-bottom: 29px;
}
.img-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
/* Accordion panel on mobile */
.acc-inner-content,
.img-container { 
  display: none;
}
/* Show all accordion panels if no js */
/* Show inner content if outer is active */
html.no-js .acc-inner-content,
.acc-content.active .acc-inner-content,
.acc-content.active .img-container {
  display: block;
}
.acc-title-outer {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background-color: #47936c;
  padding: 10px 60px 10px 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.acc-trigger:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 25px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.acc-trigger#acc-1:before {
  background-image: url(/assets/templates/main/images/mc/mc-heating.svg);
}
.tab-item:nth-of-type(1) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-heating.svg);
}
.tab-item:nth-of-type(1) button:hover:before,
.tab-item:nth-of-type(1) button.active-d::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-heating-active.svg);
}
.acc-trigger#acc-2:before {
  background-image: url(/assets/templates/main/images/mc/mc-ac.svg);
}
.tab-item:nth-of-type(2) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-ac.svg);
}
.tab-item:nth-of-type(2) button:hover:before,
.tab-item:nth-of-type(2) button.active-d::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-ac-active.svg);
}
.acc-trigger#acc-3:before {
  background-image: url(/assets/templates/main/images/mc/mc-iaq.svg);
}
.tab-item:nth-of-type(3) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-iaq.svg);
}
.tab-item:nth-of-type(3) button:hover:before,
.tab-item:nth-of-type(3) button.active-d::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-iaq-active.svg);
}
.acc-trigger#acc-4:before {
  background-image: url(/assets/templates/main/images/mc/mc-water-heater.svg);
}
.tab-item:nth-of-type(4) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-water-heater.svg);
}
.tab-item:nth-of-type(4) button:hover:before,
.tab-item:nth-of-type(4) button.active-d::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-water-heater-active.svg);
}
.acc-trigger#acc-5:before {
  background-image: url(/assets/templates/main/images/mc/icon-electrical-black.svg);
  filter: brightness(0) invert(1);
}
.tab-item:nth-of-type(5) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-electrical-black.svg);
}
.tab-item:nth-of-type(5) button:hover:before,
.tab-item:nth-of-type(5) button.active-d::before {
  background-image: url(/assets/templates/main/images/mc/icon-electrical-red.svg);
}
/*
.acc-trigger#acc-5:before {
  background-image: url(/assets/templates/main/images/mc/mc-plumbing.svg);
}
.tab-item:nth-of-type(5) button::before {
}
.acc-trigger#acc-6:before {
  background-image: url(/assets/templates/main/images/mc/mc-electrical.svg);
}
.tab-item:nth-of-type(6) button::before {
}*/
.acc-trigger:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 22px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background-image: url(/assets/templates/main/images/icons/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.2s;
  transform: translateY(-50%) rotate(90deg);
}
/* Rotate arrow if active */
.acc-content.active .acc-trigger:after {
  transform: translateY(-50%) rotate(270deg);
  transition: all 0.2s;
}
.acc-trigger {
  display: block;
}
.acc-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fira Sans";
  font-size: 2.4em;
  font-weight: 700;
}
.acc-title a {
  color: #fff;
  text-decoration: none;
}
#main-content-accordion .cta-button {
  margin: 20px auto;
}
.home-main-buttons {
  text-align: center;
  margin-top: 15px;
}
.home-main-buttons .request-estimate-button {
  display: none;
}

/* Tab Styles */

#main-content-nav {
  display: none;
}
@media all and (min-width: 801px) {
  #home-main-content {
    padding-bottom: 145px;
    padding-top: 50px;
    margin-bottom: -85px;
  }
  body.ma2 #home-main-content {
    padding-bottom: 270px;
  }
  #main-content-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }   
}

.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  list-style: none; 
  border-bottom: 2px solid #47936c;
  width: 100%;
}
.tab-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
#home-main-content .tab-item {
  margin-bottom: 0;
  width: 20%;

}
.tab-item button {
  background-color: transparent;
  color: #3b3b3b;
  text-transform: none;
  position: relative;
  padding-top: 50px;
  height: auto;
  border-radius: 0;
  background-image: none;
  width: 100%;
}
.tab-item button:hover,
.tab-item button:active,
.tab-item button.active-d {
  color: #f9011c;
}

.tab-item button::after {
  content:'';
  position:absolute;
  bottom:-3px;
  height:6px;
  background-color: #f9011c;
  left:51%;
  right:51%;
  -ms-transition-property:left,right;
  -webkit-transition-property:left,right;
  transition-property:left,right;
  -ms-transition-duration:.3s;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  -ms-transition-timing-function:ease-out;
  -webkit-transition-timing-function:ease-out;
  transition-timing-function:ease-out;
}

button.tab-link:hover::after,
button.tab-link.active-d::after {
  left: 0;
  right: 0;
}

#main-content-nav li button::before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 5px;
  background-size: auto 35px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  margin: auto;
  transition: top 0.3s;
}

@media all and (min-width: 801px) {
  #main-content-accordion .acc-content {
    display: none;
    opacity: 0;
    animation: fadeout 0.5s 1 ease-in-out;
  }
  /* Desktop style to show panel */
  /* #main-content-accordion > .acc-content.active {
    display: block;
    opacity: 1;   
    animation: fadein 0.5s 1 ease-in-out;
  } */

  #main-content-accordion > .acc-content.active-d {
    display: flex;
    opacity: 1;   
    animation: fadein 0.5s 1 ease-in-out;
  }
}

/* End Tab Styles */

/* -------------------- Main Content Accordion Desktop ------------------ */
@media all and (min-width: 801px) {
  .webp #home-main-content {
    background-image: url(/assets/templates/main/images/backgrounds/bg-main-content.webp);
  }
  .no-webp #home-main-content {
    background-image: url(/assets/templates/main/images/backgrounds/bg-main-content.jpg);
  }
  .acc-limiter {
    max-width: 1250px;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  #main-content-accordion {
    display: block;
    border-bottom: 2px solid #47936c;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .display-mobile {
    display: none;
  }
  .acc-title-outer {
    background-color: transparent;
    box-shadow: none;
    padding-right: 0;
  }
  .acc-trigger:after {
    content: none;
  }
  .acc-content {
    padding: 0px;
    background-color: transparent;
    text-align: left;
  }
  .img-container {
    order: -1;
    margin-right: 35px;
    width: 100%;
    min-width: 250px;
    padding-bottom: 0;
    display: block;
  }
  .acc-title {
    font-size: 3.0em;
  }
  .acc-title a {
    color: #000;
  }
  .acc-title a:hover,
  .acc-title a:active {
    text-decoration: underline;
  }
  .acc-inner-content {
    display: block;
    padding-left: 0px;
    padding-bottom: 0;
  }
  #main-content-accordion .acc-trigger:before {
    content: none;
  }
  .acc-title-outer {
    padding-left: 0;
  }
  .home-main-buttons .request-estimate-button {
    display: inline-block;
    margin-left: 20px;
  }
}
@media all and (min-width: 1025px) {
  .img-container {
    margin-right: 70px;
    min-width: 350px;
  }
  #home-main-content {
    padding-bottom: 165px;
    margin-bottom: -105px;
  }
}

/* --------------- End Main Content Accordion ---------------------- */

/* --------------- Start Maintenance Program ---------------------- */
@media all and (min-width: 801px) {
  #maintenance-secondary {
    background-image: url("/assets/templates/main/images/backgrounds/bg-maintenance.webp");
  }
  body.ma2 #maintenance-secondary {
    padding-top: 225px;
    background-image: url("/assets/templates/main/images/maintenance/bg-homepage-maintenance.webp");
  }
  body.ma2 #maintenance-secondary:before {
    top: -133px;
  }
  #maintenance-secondary .ma-title {
    margin-bottom: 50px;
  }
  #maintenance-secondary .ma-title:after {
    width: 700px;
    left: calc(50% - 350px);
    bottom: -26px;
  }
  .ma-subtitle {
    font-size: 2.4em;
    margin-bottom: 10px;
  }
  .ma-points {
    max-width: 100%;
    display: flex;
  }
  .ma-points li:first-of-type {
    margin-left: 0;
  }
  .ma-points li:last-of-type {
    margin-right: 0;
  }
}
@media all and (min-width: 1050px) {
  #maintenance-secondary .ma-title:after {
    width: 1040px;
    left: calc(50% - 520px);
  }
}
/* --------------- End Maintenance Program ---------------------- */

.webp #promotions-secondary {
  background-image: url("/assets/templates/main/images/backgrounds/bg-promotions-mobile.webp");
}
.no-webp #promotions-secondary {
  background-image: url("/assets/templates/main/images/backgrounds/bg-promotions-mobile.jpg");
}

#promotions-secondary .view-all a:hover,
#promotions-secondary .view-all a:active {
  background-image: linear-gradient(180deg, #ffffff 0%, #acacac 100%);
  color: #2e3192;
}

@media all and (min-width: 801px) {
  .webp #promotions-secondary {
    background-image: url("/assets/templates/main/images/backgrounds/bg-promotions.webp");
  }
  .no-webp #promotions-secondary {
    background-image: url("/assets/templates/main/images/backgrounds/bg-promotions.jpg");
  }
}

/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION --------------------------------------------------------------------------------------------------------------------------------- */
#home-affiliations {
  background-color: rgb(59 59 59 / 5%);
}
.home-affil-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-affil-inner picture {
  margin: 0 5px;
}
.home-affil-inner img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 800px) {
  .home-affil-inner {
    flex-wrap: wrap;
  }
  .home-affil-inner picture {
    max-width: 32%;
    margin: 0 0.5% 0px;
  }
}


/* --- END HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
