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

/* --- BEGIN HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */

/* --- HOMEPAGE - HERO --- */
#container-banner {
  background-position: bottom;
  background-size: cover;
  padding-top: 29px;
  padding-bottom: 0px;
}
#hero-outer {
  text-align: center;
  position: relative;
}
#hero-outer::after {
  content: "";
  height: 99px;
  width: 100%;
  background: #010101;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-content-box {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#hero-outer .hero-title {
  margin-top: 0px;
  margin-bottom: 11px;
  margin-left: -2px;
  margin-right: -2px;
  font-size: 4em;
  line-height: 50px;
  color: #ffffff;
}
#hero-outer .hero-subtitle {
  margin-top: 0;
  font-size: 2em;
  line-height: 26px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 294px;
  width: 100%;
  background-color: #bf8d2c;
  position: relative;
  min-height: 58px;
  padding-top: 2px;
  margin-bottom: 21px;
}
#hero-outer .hero-subtitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: -58px;
  width: 58px;
  height: 100%;
  background-image: url(/assets/templates/main/images/other/triangle-hero.svg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
#hero-outer .hero-subtitle:after {
  content: "";
  position: absolute;
  top: 0;
  right: -58px;
  width: 58px;
  height: 100%;
  background-image: url(/assets/templates/main/images/other/triangle-hero.svg);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
#hero-outer .hero-promise {
  list-style-type: none;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  max-width: 310px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#hero-outer .hero-promise li {
  display: inline-block;
  font-size: 2em;
  line-height: 1.3em;
  color: #ffffff;
  position: relative;
  padding-left: 38px;
  min-height: 20px;
}
#hero-outer .hero-promise li:before {
  content: "";
  background-image: url(/assets/templates/main/images/icons/icon-check.svg);
  position: absolute;
  left: 1px;
  top: 1px;
  height: 22px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
#hero-outer .hero-diamonds {
  width: 100%;
  margin-top: 0px;
}
.hero-button a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-shadow:
     -1px -1px 0 #000,
      1px -1px 0 #000,
     -1px  1px 0 #000,
      1px  1px 0 #000;
    font-family: 'Prompt', sans-serif;
    line-height: 1.3;
    z-index: 2;
    position: relative;
    max-width: 200px;
}
.hero-button a::before {
  content: 'FREE INSTANT QUOTE FOR NEW A/C';
  position: absolute;
  text-shadow: 3px -3px 12px #010101;
  top: 3px;
  left: -6px;
  width: 200px;
  font-size: 18px;
  line-height: 1.3;
  z-index: -1;
}

.hero-button {
  max-width: 200px;
  text-align: center;
  margin: 40px auto 0;
}
.hero-diamonds,
.hero-diamonds:hover {
  cursor: pointer;
}
.hero-diamonds:hover {
  opacity: .85;
}
#hero-outer .hero-diamonds .mobile {
  margin-top: -110px;
  z-index: 0;
}
#hero-outer .hero-diamonds .desktop {
  display: none;
}
#hero-outer .hero-diamonds img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 399px) {
  #hero-outer .hero-diamonds .mobile {
    margin-top: -85px;
  }
  .hero-button {
    margin: 60px auto 0;
    max-width: fit-content;
  }
  .hero-button a {
    font-size: 14px;
    display: block;
    width: 150px;
  }
  .hero-button a::before {
    font-size: 14px;
    width: 150px;
    top: 0px;
    left: 0px;
  }
}
@media all and (min-width: 571px) {
  #hero-outer .hero-title {
    font-size: 4.8em;
  }
  .hero-content-box {
    max-width: 500px;
  }
  .hero-button a {
    font-size: 20px;
    display: block;
    width: 300px;
  }
  .hero-button a::before {
    font-size: 20px;
    width: 100%;
    top: 0px;
    left: 0px;
  }
}
@media all and (min-width: 801px) {
  #container-banner {
    padding-top: 39px;
    padding-bottom: 0;
  }
  .hero-button {
    max-width: 300px;
  }
  .hero-content-box {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #hero-outer::after {
    height: 240px;
  }
  #hero-outer .hero-subtitle {
    font-size: 29px;
    line-height: 30px;
    max-width: 824px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    margin-bottom: 0;
  }
  #hero-outer .hero-promise {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 0;
    padding-top: 20px;
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #hero-outer .hero-diamonds {
    margin-top: 0px;
  }
  #hero-outer .hero-diamonds img {
    max-width: 1252px;
  }
  #hero-outer .hero-promise li {
    font-size: 3em;
  }
  #hero-outer .hero-promise li:before {
    top: 8px;
  }
  #hero-outer .hero-title {
    font-size: 5.2em;
    margin-bottom: 26px;
  }
  #hero-outer .hero-diamonds .mobile {
    display: none;
  }
  #hero-outer .hero-diamonds .desktop {
    display: block;
    margin-top: -150px;
  }
  .hero-button a {
    font-size: 24px;
    display: inline;
    position: relative;
    top: -20px;
  }
  .hero-button a::before {
    font-size: 24px;
    width: 300px;
    top: 3px;
    left: -25px;
    display: inline;
  }
}
@media all and (min-width: 1025px) {
  #hero-outer .hero-diamonds .desktop {
    margin-top: -150px;
  }
  #hero-outer .hero-title {
    font-size: 5.5em;
  }
  .hero-content-box {
    max-width: 888px;
    padding-bottom: 0px;
  }
  .hero-button {
    max-width: 400px;
  }
  .hero-button a {
    font-size: 36px;
    top: 80px;
  }
  .hero-button a::before {
    font-size: 36px;
    width: 400px;
    top: 5px;
    left: -11px;
  }
}
@media all and (min-width: 801px) and (max-width: 1024px) {
  #hero-outer .hero-promise {
    max-width: 435px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 1301px) {
  #hero-outer .hero-diamonds .desktop {
    margin-top: -100px;
  }
  .hero-button {
    max-width: 450px;
  }
  .hero-button a::before {
    top: 4px;
    left: -35px;
    width: 450px;
  }
}
/* --- HOMEPAGE - Quicklinks --- */
#quicklinks {
  background-color: #e0f2fe;
  padding-top: 20px;
  padding-bottom: 25px;
}
#quicklinks .secondary-tools-heading {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}
#quicklinks .quicklinks-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#quicklinks .ql {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  height: 175px;
  width: 175px;
  background-color: #f9982a;
  border: solid 10px #f9982a;
  text-align: center;
}
#quicklinks .ql:hover,
#quicklinks .ql:active {
  background-color: #fff;
}
#quicklinks .ql span {
  font-size: 2.4em;
  color: #262626;
  font-weight: 700;
  line-height: 1.3em;
}
@media all and (min-width: 801px) {
  #quicklinks {
    padding-top: 40px;
    padding-bottom: 75px;
  }
  #quicklinks .secondary-tools-heading {
    margin-bottom: 30px;
  }
  #quicklinks .quicklinks-wrap {
    max-width: 100%;
    gap: 20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #quicklinks .ql {
    width: 100%;
    max-width: 300px;
    height: 200px;
  }
}

/* --- HOMEPAGE - Home Top Content --- */
#home-top-content {
  background-image: url(/assets/templates/main/images/backgrounds/bg-top-content-mobile.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 66px;
  padding-bottom: 57px;
}
/* #home-top-content > .width-limiter:before {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1.2 / 1;
  background-image: url(/assets/templates/main/images/other/image-top-content.png);
  scale: 1.2;
} */
#home-top-content > .width-limiter {
  display: flex;
  flex-direction: column-reverse;
  gap: 61px;
}

/* .home-top-content-box {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.95);
} */
.home-top-content-box > .width-limiter {
  width: 100%;
}
.home-top-content-box h1 {
  margin-top: 0;
  margin-bottom: 8px;
}
.home-top-content-box ul {
  margin-bottom: 15px;
}
.home-top-content-button {
  margin-top: 28px;
}
.home-top-content-button .cta-button {
  margin-left: 0;
}
.video-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.video-logo-wrapper .vid_trigger,
.video-logo-wrapper img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
@media all and (min-width: 1025px) {
  .video-logo-wrapper .vid_trigger {
    max-width: none;
  }
  .video-logo-wrapper img {
    max-width: 400px;
  }
}
/* responsive.css */
@media all and (min-width: 801px) {
  #home-top-content {
    padding-top: 381px;
    padding-bottom: 100px;
    background-image: url(/assets/templates/main/images/backgrounds/bg-top-content.jpg);
  }
  .home-top-content-box h1 {
    margin-top: 0;
    margin-bottom: 11px;
  }
  #home-top-content > .width-limiter {
    position: relative;
  }
  #content-phone-callout {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .home-top-content-box ul {
    margin-bottom: 11px;
  }
  #home-top-content > .width-limiter:before {
    position: absolute;
    height: calc(100% + 150px);
    width: 43%;
    right: 0;
    top: -75px;
    background-position: center;
    aspect-ratio: auto;
    z-index: 1;
    scale: 1;
  }
  .home-top-content-box {
    padding: 0;
    max-width: 60%;
    position: relative;
    z-index: 3;
  }
  .home-top-content-box .width-limiter *:not(h1) {
    max-width: 100%;
  }
  .home-top-content-button {
    text-align: left;
    margin-top: 39px;
  }
  #home-top-content > .width-limiter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 61px;
  }
  .video-logo-wrapper {
    width: 40%;
  }
  
}
@media all and (min-width: 1025px) {
  #home-top-content > .width-limiter:before {
    width: 50%;
  }
}
/* --- HOMEPAGE - MAIN CONTENT --- */

/* --- Start Main Content Accordion --- */
#home-main-content {
  background-color: #010101;
  padding-top: 0;
  padding-bottom: 70px;
}

#home-main-content .hmc-title {
  color: #ffffff;
  text-align: center;
  max-width: 330px;
  margin: 0 auto 31px;
}
#home-main-content .hmc-subtitle {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
#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 24px 22px;
  color: #fff;
}
.acc-learn-more {
  margin-bottom: 0;
  text-transform: uppercase;
}
.acc-learn-more a {
  color: #ffcc31;
}
.acc-learn-more a:hover,
.acc-learn-more a:active {
  color: #bf8d2c;
}
/* Accordion panel on mobile */
.acc-inner-content {
  display: none;
}
.home-mc-image {
  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 {
  display: block;
}
.acc-title-outer {
  width: 100%;
  position: relative;
  margin-bottom: 11px;
  background-color: #ffffff;
  padding: 8px 48px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  color: #010101;
}
.acc-trigger:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 23px;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.acc-trigger#acc-1:before,
.tab-item:nth-of-type(1) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-ac.svg), url(/assets/templates/main/images/icons/diamond-white.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-ac.svg), url(/assets/templates/main/images/icons/diamond-yellow.svg);
}
.acc-trigger#acc-2:before,
.tab-item:nth-of-type(2) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-heating.svg), url(/assets/templates/main/images/icons/diamond-white.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-heating.svg), url(/assets/templates/main/images/icons/diamond-yellow.svg);
}
.acc-trigger#acc-3:before,
.tab-item:nth-of-type(3) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-iaq.svg), url(/assets/templates/main/images/icons/diamond-white.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.svg), url(/assets/templates/main/images/icons/diamond-yellow.svg);
}
.acc-trigger#acc-4:before,
.tab-item:nth-of-type(4) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-maintenance.svg), url(/assets/templates/main/images/icons/diamond-white.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-maintenance.svg), url(/assets/templates/main/images/icons/diamond-yellow.svg);
}
/*.acc-trigger#acc-5:before,
.tab-item:nth-of-type(5) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-electrical.svg);
}
.acc-trigger#acc-6:before,
.tab-item:nth-of-type(6) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-maintenance.svg);
}*/
.acc-trigger:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  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;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
/* Rotate arrow if active */
.acc-content.active .acc-trigger:after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.acc-trigger {
  display: block;
}

.acc-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4em;
}
.acc-title a {
  text-decoration: none;
  color: #010101;
}

#main-content-nav {
  display: none;
}
.home-main-buttons {
  text-align: center;
  margin-top: 28px;
}

#main-content-accordion .cta-button {
  margin: 20px auto;
}
@media all and (min-width: 571px) {
  #home-main-content .hmc-title {
    max-width: 100%;
  }
}
@media all and (min-width: 801px) {
  /* Tab Styles */
  #main-content-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tab-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #3b3b3b;
    grid-area: 20px;
  }
  .tab-link {
    display: block;
    padding: 0;
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
  #home-main-content .tab-item {
    margin-bottom: 0;
    max-width: 175px;
    width: 100%;
  }
  .tab-item button {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    padding-top: 153px;
    padding-bottom: 9px;
    height: auto;
    border-radius: 0;
    text-transform: none;
    width: 100%;
    font-family: "Open Sans";
  }
  #main-content-nav li button::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    /* border-radius: 50%; */
    background-size: auto 74px, contain;
    background-position: center 18px, center;
    background-repeat: no-repeat;
    width: 178px;
    height: 140px;
    margin: auto;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
  }

  .tab-item button::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 5px;
    background-color: #ffcc31;
    left: 51%;
    right: 51%;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  /* Active styles for tab button */
  button.tab-link:hover,
  /* button.tab-link.active, */
  button.tab-link.active-d {
    color: #fff;
  }

  button.tab-link:hover::after,
  button.tab-link.active-d::after {
    left: 0;
    right: 0;
  }
  .home-mc-image {
    display: block;
    max-width: 510px;
    width: 100%;
    flex: 0 0 auto;
  }
  .home-mc-image img {
    display: none;
    width: 100%;
    height: auto;
  }
  #main-content-accordion .acc-content {
    display: none;
    opacity: 0;
    /* min-height: 318px; */
    text-align: left;
  }

  #main-content-accordion > .acc-content.active-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;
    gap: 20px;
  }
  .acc-title {
    font-size: 3em;
  }
  .acc-title a {
    color: #fff;
  }
  .acc-learn-more a {
    font-weight: 700;
  }
  .home-mc-image img {
    display: block;
  }
  .home-main-buttons {
    margin-top: 21px;
  }
}

@media all and (min-width: 801px) and (max-width: 1024px) {
  #main-content-nav li button::before {
    background-size: auto 50px, contain;
    width: 148px;
    height: 110px;
  }
  .tab-item button {
    padding-top: 130px;
  }
  .home-mc-image,
  #main-content-accordion > .acc-content.active-d > div:last-of-type {
    flex: 1;
  }
}
/* --- Main Content Accordion Desktop --- */
@media all and (min-width: 801px) {
  #home-main-content {
    padding-top: 120px;
    padding-bottom: 100px;
    background-image: url(/assets/templates/main/images/backgrounds/bg-pattern.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  #home-main-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #010101;
    background: linear-gradient(180deg, rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 0.44) 30%, rgba(1, 1, 1, 0) 100%);
  }
  #home-main-content > .width-limiter {
    position: relative;
    z-index: 2;
  }
  #home-main-content .hmc-title {
    max-width: 100%;
    margin-top: -165px;
    margin-bottom: 51px;
    z-index: 1;
    position: relative;
  }
  .acc-limiter {
    max-width: 1250px;
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  #main-content-accordion {
    display: block;
  }
  .display-mobile {
    display: none;
  }
  .acc-title-outer {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .acc-trigger:after {
    content: none;
  }
  .acc-content {
    padding: 20px 30px;
    background-color: transparent;
    text-align: center;
    border-bottom: 1px solid #3b3b3b;
  }
  .acc-inner-content {
    display: block;
    padding: 0px;
  }
  #main-content-accordion .acc-trigger:before {
    content: none;
  }
  .acc-title-outer {
    padding-left: 0;
  }
}

/* --- Static Campaign Section --- */
@media all and (max-width: 800px) {
  #cmpgn-st .cmpgn-st-hp-desktop {
    display: none;
  }
}
@media all and (min-width: 801px) {
  #cmpgn-st .cmpgn-st-hp-mobile {
    display: none;
  }
}

/*-- Maintenance section --*/
@media all and (min-width:1301px) {
  .full-width #maintenance-secondary {
      margin: -288px auto -361px;
  }
  #home-top-content {
    padding-top: 451px;
  }
}


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