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

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


/* --- HOMEPAGE - HERO --- */

/* Home Video BG 
.video-bg #bgvid {
  display: none;
}

.video-bg {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

@media all and (min-width: 801px) {
  .video-bg #bgvid {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  #container-banner {
    position: relative;
  }
  #container-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
    pointer-events: none;
  }
}
*/

/* Featured CTA styles */
.feature-cta .learn-more-button {
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
}

.feature-cta .learn-more-button a {
    display: inline-block;
}

.feature-cta .learn-more-button a {
    background-color: #e72431;
    color: #fff;
}

.feature-cta .learn-more-button a:hover {
    color: #e72431;
    background-color: #fff;
}

.feature-cta .inner {
    text-align: center;
}

.feature-cta img {
    max-width: 100%;
    height: auto;
    width: 350px;
}
@media(min-width: 801px) {
    .feature-cta img {
        max-width: 100%;
        width: auto;
        margin-bottom: 10px;
    }
    .feature-cta .learn-more-button {
        margin-bottom: 0;
    }
    .feature-cta {
      grid-column: 9/13;
      grid-row: 4;
      margin-top: 0px;
      position: relative;
      z-index: 2;
    }
    .brand .feature-cta {
      display: none;
    }
}
@media all and (min-width:1025px) {
    .feature-cta,
    .brand .feature-cta {
      display: grid;
      grid-row: 1;
      margin: 60px auto 0px;
      position: relative;
      z-index: 6;
    }
  .feature-cta {
    grid-column: 2 / 5;
    max-width: 230px;
  }
  .brand .feature-cta {
    margin: 65px auto 0px;
    grid-column: 3 / 4;
    max-width: 160px;
  }
  .brand .feature-cta .learn-more-button a {
    font-size: 14px;
  } 
}


/* Brand Homepage */

#brand-hero-outer h2 {
  margin-top: 0px;
  color: #fff;
  text-align: center;
  font-size: 3.2em;
  text-transform: uppercase;
}

.cali-loc,
.reno-loc {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 56px 0px;
  position: relative;
}

.cali-loc::before,
.reno-loc::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cali-loc::before {
  background-color: rgba(64, 70, 84, 0.75);
}

.reno-loc::before {
  background-color: rgba(0, 0, 0, 0.75);
}

.cali-loc .width-limiter,
.reno-loc .width-limiter {
  position: relative;
  z-index: 2;
}

/* Homepage Location Hero */
#container-banner {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.location-hero-content-box h2,
.location-hero-content-box h3 {
  margin: 0px auto;
  text-align: center;
  max-width: 371px;
}

.location-hero-content-box span.red {
  color: #d82427;
}

.location-hero-content-box h2 {
  padding-top: 50px;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 5px;
}

.location-hero-content-box h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-style: italic;
}

.hero-buttons.location .width-limiter {
  padding: 5px 0px 330px;
  display: -ms-grid;
  display: grid;
  gap: 15px;
  max-width: 260px;
  margin: 0 auto;
  position: relative;
}

.hero-buttons.location {
  padding-top: 5px;
  background-color: transparent;
  position: relative;
  z-index: 2;
}

.bos-reno {
  display: none;
}

.brand .bos-reno,
#reno .bos-reno {
  display: block;
}

/* Promo image */
/* .hero-buttons.location .width-limiter::after {
  content: '';
  position: absolute;
  width: 336px;
  height: 107px;
  bottom: 200px;
  left: -35px;
  background-image: url(/assets/templates/main/images/other/ceoty.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (min-width:801px) {
  .hero-buttons.location .width-limiter::after {
    width: 336px;
    height: 107px;
    bottom: -130px;
    left: calc(50% - 183px);
  }
}
@media all and (min-width:1025px) {
  .hero-buttons.location .width-limiter::after {
    width: 356px;
    height: 113px;
    bottom: -150px;
    left: calc(50% - 179px);
  }
} */
/* General Styles */

.hero-buttons {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.hero-buttons::after {
  content: '';
  position: absolute;
  width: 185%;
  height: auto;
  bottom: -2%;
  left: -40%;
  background-image: url(/assets/templates/main/images/other/curve-hero.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 18%;
}
.brand .hero-buttons::after {
  bottom: -2%;
}
.hero-buttons .width-limiter {
  padding: 22px 0px 40px;
  display: -ms-grid;
  display: grid;
  gap: 15px;
  max-width: 260px;
  margin: 0 auto;
}

#container-banner .hero-buttons .cta-button:nth-child(3) a {
  font-size: 18px;
}
.location-hero-content-box {
  position: relative;
  z-index: 2;
}
@media all and (min-width:501px) {
  .brand .hero-buttons::after {
    bottom: -3%;
  }
}
@media all and (min-width:801px) {
  .brand-hero-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cali-loc,
  .reno-loc {
    width: 50%;
    padding: 210px 0 202px;
  }

  .brand-hero-content-box>div {
    position: relative;
  }

  .hero-buttons .width-limiter {
    width: calc(100% - 30px);
    max-width: 1250px;
    position: relative;
    z-index: 1;
    top: -460px;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-auto-rows: auto;
    gap: 16px 22px;
  }

  #container-banner .hero-buttons .cta-button.quick-button a,
  #container-banner .hero-buttons .cta-button:nth-child(3) a {
    font-size: 1.3em;
    min-height: 42px;
  }

  #container-banner .hero-buttons .cta-button.quick-button a {
    padding: 1px 0 6px;
  }

  #container-banner .hero-buttons .cta-button:nth-child(3) a {
    padding: 6px 0 8px;
    border: 3px solid #d82427;
  }

  #container-banner .hero-buttons .cta-button:nth-child(3) a:hover,
  #container-banner .hero-buttons .cta-button:nth-child(3) a:active {
    border: 3px solid #ef3e42;
  }

  #container-banner .hero-buttons .cta-button:nth-child(1) {
    grid-column: 1 / span 6;
    grid-row: 1;
  }

  #container-banner .hero-buttons .cta-button:nth-child(2) {
    grid-column: 3 / span 8;
    grid-row: 2;
  }

  #container-banner .hero-buttons .cta-button:nth-child(3) {
    grid-column: 7 / span 8;
    grid-row: 1;
  }

  #container-banner .hero-buttons .cta-button:nth-child(4) {
    grid-column: 11 / span 8;
    grid-row: 2;
  }

  #container-banner .hero-buttons .cta-button:nth-child(5) {
    grid-column: 15 / span 6;
    grid-row: 1;
  }

  .hero-buttons::after,
  .brand .hero-buttons::after {
    width: 100%;
    height: auto;
    bottom: -3px;
    left: 0%;
    background-image: url(/assets/templates/main/images/other/curve-hero.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 18%;
    z-index: 0;
  }
  
  .hero-buttons {
    background-color: #ebebeb;
    height: 0;
  }

  #brand-hero-outer h2 {
    font-size: 4em;
  }

  .location-hero-content-box {
    padding: 57px 0 600px;
  }

  .location-hero-content-box h2 {
    padding-top: 0px;
    max-width: none;
  }

  .hero-buttons.location .width-limiter {
    width: calc(100% - 30px);
    max-width: 1250px;
    position: relative;
    z-index: 1;
    top: -580px;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-auto-rows: auto;
    gap: 16px 22px;
  }
}

@media all and (min-width: 1025px) {
  .hero-buttons .width-limiter {
    top: -434px;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    gap: 0px 5px;
  }
  .brand .hero-buttons .width-limiter {
    top: -464px;
  }
  .hero-buttons.location .width-limiter {
    top: -575px;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    gap: 0px 22px;
    position: relative;
  }

  #container-banner .hero-buttons .cta-button:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  #container-banner .hero-buttons .cta-button:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  #container-banner .hero-buttons .cta-button:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  #container-banner .hero-buttons .cta-button:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }

  #container-banner .hero-buttons .cta-button:nth-child(5) {
    grid-column: 5;
    grid-row: 1;
  }

  #brand-hero-outer h2 {
    font-size: 5em;
  }

  .cali-loc .width-limiter {
    max-width: 350px;
    margin: 0px 155px 0px auto;
  }

  .reno-loc .width-limiter {
    max-width: 350px;
    margin: 0px auto 0px 155px;
  }

  .cali-loc,
  .reno-loc {
    padding: 165px 0 202px;
  }

  .location-hero-content-box h2 {
    font-size: 50px;
  }

  .location-hero-content-box h3 {
    font-size: 36px;
    max-width: none;
  }
}

@media all and (min-width: 1301px) {
  .brand .hero-buttons .cta-button.quick-button a {
    font-size: 1.8em;
    min-height: 54px;
  }

  .brand .hero-buttons .schedule-engine-button a {
    font-size: 2em;
    min-height: 54px;
  }

  .brand .hero-buttons .cta-button.quick-button a {
    padding: 7px 0 8px;
  }

  .brand .hero-buttons .cta-button:nth-child(3) a {
    padding: 12px 0 6px;
  }

  .hero-buttons .width-limiter {
    gap: 0px 22px;
  }

  #container-banner .hero-buttons .cta-button.quick-button a,
  #container-banner .hero-buttons .cta-button:nth-child(3) a {
    font-size: 1.8em;
    height: 54px;
    line-height: 35px;
  }

  #container-banner .hero-buttons .cta-button.quick-button a {
    line-height: 45px;
  }
}

/* Homepage Locations */
#hero-outer {
  text-align: center;
}

.hero-content-box {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px 24px 44px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

#hero-outer .hero-title {
  margin-top: 0px;
  margin-bottom: 22px;
  font-size: 4.5em;
  color: #262626;
}

#hero-outer .hero-subtitle {
  margin-top: 0;
}

#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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

#hero-outer .hero-promise li {
  display: inline-block;
  font-size: 2.0em;
  line-height: 1.3em;
  font-weight: 700;
  color: #034ea2;
  position: relative;
  padding-left: 35px;
  min-height: 20px;
}

#hero-outer .hero-promise li:before {
  content: '';
  background-image: url(/assets/templates/main/images/icons/icon-check-circle.svg);
  position: absolute;
  left: 0;
  top: 3px;
  height: 20px;
  width: 20px;
}

@media all and (max-width: 390px) {
  .hero-buttons::after {
    bottom: -1.6%;
  }
}

@media all and (min-width: 571px) {
  #hero-outer .hero-title {
    font-size: 4.8em;
  }
}

@media all and (min-width: 801px) {
  .hero-content-box {
    width: 60%;
    max-width: 620px;
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #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: 40px;
    padding-top: 20px
  }

  #hero-outer .hero-promise li {
    font-size: 2.4em;
  }

  #hero-outer .hero-promise li:before {
    top: 5px;
  }

  #hero-outer .hero-title {
    font-size: 5.2em;
  }
}

@media all and (min-width: 1025px) {
  #hero-outer .hero-title {
    font-size: 5.5em;
  }
}

/* --- 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-color: #fff;
  padding-top: 75px;
  padding-bottom: 66px;
}

/* #home-top-content > .width-limiter:before {
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  aspect-ratio: 1.2 / 1;
  background-image: url(/assets/templates/main/images/other/image-top-content-mobile.jpg);
} */
#home-top-content>.width-limiter {
  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: 52px;
}

.home-top-content-box {
  padding-top: 0px;
  background-color: rgba(255, 255, 255, 1);
}

.home-top-content-box h1 {
  margin-top: 0;
  margin-bottom: 5px;
}

.home-top-content-button {
  margin-top: 30px;
  text-align: left;
}

.image-top-content picture,
.image-top-content picture img {
  display: block;
}

.image-top-content {
  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;
  gap: 23px;
}

.image-top-content .text-link {
  margin-bottom: 0px;
  font-weight: 700;
}

/* responsive.css */
@media all and (min-width: 801px) {
  #home-top-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #home-top-content>.width-limiter {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* #home-top-content > .width-limiter:before {
    position: absolute;
    height: calc(100% + 150px);
    width: 55%;
    right: 0;
    top: -75px;
    background-position: center;
    aspect-ratio: auto;
    z-index: 1;
    background-image: url(/assets/templates/main/images/other/image-top-content.jpg);  
  } */
  .home-top-content-box {
    max-width: 55%;
    position: relative;
    z-index: 3;
  }

  .home-top-content-button {
    text-align: left;
  }
}

@media all and (min-width:1025px) {
  #home-top-content>.width-limiter {
    gap: 50px;
  }

  .image-top-content {
    width: 45%;
    gap: 28px;
  }

  .image-top-content img {
    width: 100%;
    height: auto;
    max-width: 450px;
  }
}

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

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

#home-main-content .hmc-title {
  color: #000;
  text-align: center;
  max-width: 320px;
  margin: 0 auto 25px;
}

#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 20px 30px;
  color: #fff;
}

.acc-learn-more {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.acc-learn-more a {
  color: #d82427;
  text-transform: capitalize;
}

.acc-learn-more a:hover,
.acc-learn-more a:active {
  text-decoration: none;
  color: #a90329;
}

/* 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-inner-content {
  color: #000;
}

.acc-inner-content .schedule-engine-button {
  display: none;
}

.acc-title-outer {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background-color: #000;
  padding: 10px 50px 10px 10px;
  -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: #fff;
}

/*
.acc-trigger:before {
  position: absolute;
  content: '';
  height: 32px;
  width: 40px;
  top: 50%;
  left: 10px;
  -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 {
  background-image: url(/assets/templates/main/images/mc/icon-mc-heating-mobile.svg);
}
.tab-item:nth-of-type(1) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-heating.svg);
}
.acc-trigger#acc-2:before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-ac-mobile.svg);
}
.tab-item:nth-of-type(2) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-ac.svg);
}
.acc-trigger#acc-3:before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-plumbing-mobile.svg);
}
.tab-item:nth-of-type(3) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-plumbing.svg);
}
.acc-trigger#acc-4:before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-iaq-mobile.svg);
}
.tab-item:nth-of-type(4) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-iaq.svg);
}
.acc-trigger#acc-5:before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-electrical-mobile.svg);
}
.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 {
  background-image: url(/assets/templates/main/images/mc/icon-mc-maintenance-mobile.svg);
}
.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: 10px;
  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.2em;
}

.acc-title a {
  text-decoration: none;
  color: #fff;
}

#main-content-nav {
  display: none;
}

.home-main-buttons {
  text-align: center;
  margin-top: 25px;
}

#main-content-accordion .cta-button {
  margin: 20px auto;
}

@media all and (max-width:399px) {
  .acc-title {
    font-size: 1.8em;
  }
}

@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;
    max-width: 1250px;
    margin: 0 auto;
  }

  .tab-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    align-content: center;
    justify-content: center;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    list-style: none;
    gap: 5px;
  }

  .tab-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    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;
  }

  .tab-item button {
    background-color: #ebebeb;
    color: #404654;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    border-radius: 0;
    text-transform: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
  }

  /* #main-content-nav li button::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: calc(50% - 34px);
    top: 0px;
    border-radius: 50%;
    background-color: #fff;
    background-size: auto 45px;
    background-position: center;
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
    margin: auto;
    -webkit-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
  } */

  /* .tab-item button::after {
    content:'';
    position:absolute;
    bottom:-3px;
    height:5px;
    background-color:#f9982a;
    left:51%;
    right:51%;
    -webkit-transition-property:left,right;
    -o-transition-property:left,right;
    transition-property:left,right;
    -webkit-transition-duration:.2s;
    -o-transition-duration:.2s;
    transition-duration:.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;
    background-color: #000;
  }

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

  .home-mc-image {
    display: block;
    width: 50%;
    overflow: hidden;
    text-align: end;
  }

  .home-mc-image img {
    border-radius: 0;
    display: none;
  }

  #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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0;
    background-color: #ebebeb;
    height: 749px;
  }

  #main-content-accordion>.acc-content.active-d>div.content-wrapper {
    width: 50%;
    padding: 92px 63px 0px;
  }

  .acc-title {
    font-size: 3.0em;
  }

  .home-mc-image picture {
    display: inline-grid;
  }

  .home-mc-image img {
    display: block;
    width: auto;
    height: 750px;
    position: relative;
    top: -13px;
    left: -478px;
  }
}

/* --- Main Content Accordion Desktop --- */
@media all and (min-width: 801px) {
  #home-main-content {
    padding-top: 80px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  #home-main-content .hmc-title {
    max-width: 100%;
  }

  .acc-limiter {
    max-width: none;
    margin: 0 auto;
    width: calc(100%);
  }

  #main-content-accordion {
    display: block;
  }

  .display-mobile {
    display: none;
  }

  .acc-title-outer {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    padding-top: 0px;
  }

  .acc-trigger:after {
    content: none;
  }

  .acc-content {
    padding: 20px 30px;
    background-color: transparent;
    text-align: center;
    border-bottom: none;
  }

  .acc-inner-content {
    display: block;
    padding: 0px 0px 0px 0px;
    max-width: 270px;
  }

  #main-content-accordion .acc-trigger:before {
    content: none;
  }

  .acc-title-outer {
    padding-left: 0;
    max-width: 270px;
  }

  #home-main-content .hmc-title {
    margin: 0 auto 20px;
  }

  .acc-title a {
    color: #000;
  }

  .home-main-buttons {
    margin: -57px 0 0 auto;
    width: 50%;
    text-align: left;
    left: 63px;
    position: relative;
    bottom: 100px;
  }

  .acc-inner-content .schedule-engine-button {
    display: inline-block;
  }

  .home-main-buttons {
    display: none;
  }
}

@media all and (min-width:851px) {
  .tab-item button {
    font-size: 11px;
  }
}

@media all and (min-width:951px) {
  .tab-item button {
    font-size: 12px;
  }

  .tab-nav {
    gap: 15px;
  }
}

@media all and (min-width:1025px) {

  .acc-inner-content,
  .acc-title-outer {
    max-width: 400px;
  }

  #main-content-accordion>.acc-content.active-d,
  .home-mc-image img {
    height: 700px;
    margin-bottom: -2px;
  }

  .home-main-buttons {
    bottom: 150px;
  }
}

@media all and (min-width:1032px) {
  .tab-item button {
    font-size: 13px;
  }

  .tab-nav {
    gap: 20px;
  }
}

@media all and (min-width:1301px) {
  .tab-item button {
    font-size: 16px;
  }

  .tab-nav {
    gap: 42px;
  }
}

@media all and (min-width:1501px) {

  .acc-inner-content,
  .acc-title-outer {
    max-width: 562px;
  }

  #main-content-accordion>.acc-content.active-d,
  .home-mc-image img {
    height: 539px;
  }

  .home-main-buttons {
    bottom: 108px;
  }

  .home-mc-image img {
    top: -13px;
    left: 0px;
  }

  #acc-content-5.acc-content.active-d,
  #acc-content-5 .home-mc-image img {
    height: 589px;
  }
}

/* --- 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;
  }
}


/* Meet Team / Careers Section */
#meet-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ebebeb;
  padding: 30px 0px 70px;
}

.meet-content-box {
  text-align: center;
  max-width: 417px;
  margin: 0 auto;
}

.meet-content-box p:not(.view-all) {
  line-height: 1.75;
  margin: 0 auto 20px;
  max-width: 368px;
}

.meet-content-box h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

#meet-team .team-video {
  text-align: center;
  max-width: calc(100% - 40px);
  width: 100%;
  margin: 0 auto;
}

#meet-team .team-video img {
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 auto;
  object-fit: cover;
}

#meet-team .ims-vid-trigger img {
  visibility: visible;
  overflow: hidden;
}

#meet-team .team-video .vid_trigger::before {
  background-image: url(/assets/templates/main/images/icons/icon-play.svg);
}

@media all and (max-width: 399px) {
  #meet-team .team-video .vid_trigger {
    width: 280px !important;
    height: 194px !important;
    margin: 0 auto;
    text-align: center;
  }
}

@media all and (min-width:801px) {
  #meet-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0px 0px 70px;
  }

  /* #meet-team picture {
    display: inline-grid;
    width: 100%;
    height: 100%;
  } */
  #meet-team .team-video {
    height: 100%;
    width: 50%;
    margin: 0 auto;
    position: relative;
  }

  /* #meet-team .team-video img {
    width: auto;
    height: 100%;
    max-width: none;
    margin: 0 auto;
  } */
  .meet-content-box {
    text-align: center;
    max-width: none;
    width: 50%;
    margin: 20px 0px 20px 0px;
  }

  .meet-content-box .width-limiter {
    margin: 0 auto 0 20px;
    max-width: 460px;
  }

  .team-video .vid_trigger {
    height: 578px !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .meet-content-box h2 {
    margin-top: 0px;
  }
}

@media all and (min-width:1025px) {
  .meet-content-box p:not(.view-all) {
    max-width: 382px;
  }

  .team-video .vid_trigger {
    height: 598px !important;
    width: auto !important;
  }
}

@media all and (min-width:1301px) {
  .meet-content-box .width-limiter {
    margin: 0px auto 0px 90px;
  }
}

/* Promotions */
@media all and (min-width: 801px) {
  .full-width #promotions-secondary {
      padding-top: 60px;
      padding-bottom: 0px;
  }
}


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