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

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

/* --- HOMEPAGE - HERO --- */
#container-banner {
  background-position: center;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #094dad;
  position: relative;
}
#container-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5vh;
  bottom: -3px;
  left: 0px;
  background-image: url(/assets/templates/main/images/backgrounds/hero-triangle-mobile.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero-outer {
  text-align: center;
}
.hero-content-box {
  padding: 0px 24px 35px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#hero-outer .hero-title {
  margin-top: 0px;
  margin-bottom: 22px;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.hero-border {
  border-bottom: 2px solid #f9d046;
  margin: 0 auto 20px;
  max-width: 251px;
}
#hero-outer .hero-subtitle {
  margin-top: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
#hero-outer .hero-promise {
  list-style-type: none;
  padding-left: 30px;
  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;
  gap: 20px;
  padding-bottom: 30px;
}
#hero-outer .hero-promise li {
  display: inline-block;
  font-size: 2.0em;
  line-height: 1.3em;
  font-weight: 700;
  color: #f9d046;
  position: relative;
  padding-left: 35px;
  min-height: 20px;
  text-transform: uppercase;
  text-align: left;
}
#hero-outer .hero-promise li:before {
  content: '';
  background-image: url(/assets/templates/main/images/icons/icon-hero-house.png);
  position: absolute;
  left: 0;
  top: 3px;
  height: 24px;
  width: 26px;
}
.hero-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.hero-logo img {
  max-width: 100%;
  height: auto;
}
.hero-content-box .button-wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 571px) {
  #hero-outer .hero-title {
    font-size: 4.8em;
  }
  #container-banner::after {
    height: 9vh;
  }
  #container-banner {
    padding-bottom: 120px;
  }
}
@media all and (min-width: 801px) {
  #container-banner {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  #container-banner::after {
    background-image: url(/assets/templates/main/images/backgrounds/hero-triangle.svg);
    height: 11vh;
  }
  .hero-border {
    max-width: 616px;
    margin-bottom: 30px;
  }
  .hero-content-box {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 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: 20px;
    padding-bottom: 40px;
    padding-top: 20px
  }
  #hero-outer .hero-promise li {
    font-size: 2.4em;
    max-width: 320px;
  }
  #hero-outer .hero-promise li:before {
    top: 5px;
  }
  #hero-outer .hero-title {
    font-size: 5.2em;
    margin: 0 auto 30px;
    max-width: 620px;
  }
  .hero-content-box .button-wrapper {
      flex-direction: row;
      gap: 30px;
  }
}
@media all and (min-width: 1025px) {
  #hero-outer .hero-title {
    font-size: 5.5em;
    max-width: none;
  }
  #hero-outer .hero-subtitle {
    font-size: 30px;
  }
}
@media all and (min-width: 1301px) {
  #hero-outer .hero-title {
    font-size: 7.5em;
    max-width: none;
  }
  #container-banner::after {
    background-image: url(/assets/templates/main/images/backgrounds/hero-triangle.svg);
    height: 13vh;
  }
}


/* --- HOMEPAGE - Home Top Content --- */
#home-top-content {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 180px;
}
#home-top-content .desktop-images {
  display: none;
}
#home-top-content .content-wrapper {
  max-width: 371px;
  margin: 0 auto;
}
.home-top-content-box {
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-content-affils {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-content-affils img {
  opacity: .7;
  filter: grayscale(100%);
}
.home-top-content-box h1 {
  margin-top: 0;
  margin-bottom: 5px;
}
.home-top-content-button {
  margin-top: 20px;
  text-align: center;
}
#home-top-content .mobile-images,
#home-top-content .desktop-images {
  position: relative;
}
#home-top-content .mobile-images picture,
#home-top-content .desktop-images picture {
  display: flex;
}
#home-top-content .mobile-images img,
#home-top-content .desktop-images img {
  border-radius: 10px;
}
#home-top-content .mobile-images .forty,
#home-top-content .desktop-images .forty {
  width: 56%;
  position: relative;
  z-index: 1;
}
#home-top-content .mobile-images .sixty,
#home-top-content .desktop-images .sixty {
  width: 56%;
  position: absolute;
  bottom: -140px;
  right: 0;
  z-index: 0;
}
#home-top-content .mobile-images p,
#home-top-content .desktop-images p {
  margin: 10px auto;
  text-align: center;
  color: #7e7e7e;
  max-width: 130px;
  line-height: 20px;
}
/* responsive.css */
@media all and (min-width: 801px) {
  #home-top-content .mobile-images {
    display: none;
  }
  #home-top-content .desktop-images {
    display: block;
  }
  #home-top-content .desktop-images img {
    width: 100%;
    height: auto;
    max-width: 424px;
  }
  #home-top-content .mobile-images .forty,
  #home-top-content .desktop-images .forty,
  #home-top-content .mobile-images .sixty,
  #home-top-content .desktop-images .sixty {
    width: 100%;
  }
  #home-top-content .mobile-images p,
  #home-top-content .desktop-images p {
    margin: 10px auto 10px;
    max-width: none;
  }
  #home-top-content .desktop-images .forty {
    position: relative;
    right: 0px;
  }
  #home-top-content .desktop-images .sixty {
    position: absolute;
    bottom: -290px;
    right: 30px;
    z-index: 0;
  }
  #home-top-content .content-wrapper {
    max-width: none;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: baseline;
    gap: 50px;
  }
  #home-top-content {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #home-top-content > .width-limiter {
    position: relative;
  }
  #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 {
    padding: 0px 0px 0px 0px;
    max-width: 53%;
    position: relative;
    z-index: 3;
  }
  .home-top-content-box .width-limiter {
    width: auto;
  }
  .home-top-content-button {
    text-align: left;
  }
}

@media all and (min-width:1025px) {
  .top-content-affils {
    gap: 40px;
  }
  #home-top-content .desktop-images .sixty {
    bottom: -360px;
    right: 40px;
  }
}

@media all and (min-width:1301px) {
  .top-content-affils {
    gap: 70px;
    justify-content: flex-start;
  }
  .top-content-affils picture:nth-child(1) img {
    width: 165px;
    height: auto;
  }
  .top-content-affils picture:nth-child(2) img {
    width: 97px;
    height: auto;
  }
  .top-content-affils picture:nth-child(3) img {
    width: 159px;
    height: auto;
  }
  #home-top-content .desktop-images .sixty {
    bottom: -390px;
    right: 106px;
  }
}

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

/* --- Start Main Content Accordion --- */
#home-main-content {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
#home-main-content .hmc-title {
  color: #172d6d;
  text-align: center;
  max-width: 330px;
  margin: 0 auto 10px;
}
#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-inner-content p {
  font-size: 1.8em;
}
.acc-learn-more {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8em;
}
.acc-learn-more a {
  color: #c00712;
}
.acc-learn-more a:hover,
.acc-learn-more a:active {
  text-decoration: none;
}
/* 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;
  color: #000;
}
.acc-title-outer {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background-color: #094dad;
  padding: 10px 60px 10px 60px;
  /* -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);
}
.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/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);
}
.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/icon-mc-generators-mobile.svg);
}
.tab-item:nth-of-type(3) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-generators.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-generators-active.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);
}
.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-iaq-active.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: 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: #fff;
  text-transform: capitalize;
}

#main-content-nav {
  display: none;
}
.home-main-buttons {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.home-main-buttons picture {
  display: flex;
}
.home-main-buttons picture img {
  width: 100%;
  height: auto;
  max-width: 173px;
}
#main-content-accordion .cta-button {
  margin: 20px auto;
}

@media all and (min-width: 801px) {
.acc-title a {
  text-decoration: none;
  color: #c00712;
}
  /* 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-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    list-style: none;
    border-bottom: 3px solid #e6eafe;
  }
  .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: transparent;
    color: #172d6d;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter',sans-serif;
    position: relative;
    padding-top: 80px;
    padding-bottom: 10px;
    height: auto;
    border-radius: 0;
    text-transform: none;
  }
  #main-content-nav li button::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: calc(50% - 34px);
    top: 0px;
    border-radius: 50%;
    background-color: transparent;
    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: #c00712;
    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: #c00712;
  }

  button.tab-link:hover::after,
  button.tab-link.active-d::after {
    left: 0;
    right: 0;
  }
  .home-mc-image img {
    border-radius: 5px;
    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;
    flex-direction: row-reverse;
    opacity: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 40px;
    border-bottom: 3px solid #e6eafe;
    padding-bottom: 30px;
    margin-bottom: 42px;
  }
  #main-content-accordion .text-wrapper {
    width: 75%;
  }
  .home-mc-image {
    display: block;
    width: 25%;
  }
  .acc-title {
    font-size: 3.0em;
  }
  .home-mc-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin: 0 0 0 auto;
  }
  .home-main-buttons {
    flex-direction: row;
    gap: 30px;
  }
  .acc-inner-content p {
    color: #000;
  }
}

/* --- Main Content Accordion Desktop --- */
@media all and (min-width: 801px) {
  #home-main-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #home-main-content .hmc-title {
    max-width: 600px;
    margin-bottom: 15px;
  }
  .acc-limiter {
    max-width: 1080px;
    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-right: 0;
  }
  .acc-trigger:after {
    content: none;
  }
  .acc-content {
    padding: 20px 30px;
    background-color: transparent;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .acc-inner-content {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  #main-content-accordion .acc-trigger:before {
    content: none;
  }
  .acc-title-outer {
    padding: 0;
    margin: 0 0 10px;
  }
}
@media all and (min-width:1025px) {
  #home-main-content .hmc-title {
    max-width: none;
  }
}
@media all and (min-width:1301px) {
  #home-main-content .text-wrapper {
    width: 71.5%;
  }
  #home-main-content .home-mc-image {
    width: 28.5%;
    text-align: right;
  }
  #main-content-nav li button::before {
    background-size: contain;
    border-radius:unset
  }
  #main-content-nav li:nth-child(1) button::before {
    width: 51px;
    height: 68px;
  }
  #main-content-nav li:nth-child(2) button::before {
    width: 62px;
    height: 68px;
  }
  #main-content-nav li:nth-child(3) button::before {
    width: 44px;
    height: 68px;
  }
  #main-content-nav li:nth-child(4) button::before {
    width: 68px;
    height: 61px;
  }
}
/* --- 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:801px) {
  .webp #maintenance-secondary {
    background-image: url(/assets/templates/main/images/backgrounds/bg-maintenance.webp);
  }
  .no-webp #maintenance-secondary {
    background-image: url(/assets/templates/main/images/backgrounds/bg-maintenance.jpg);
  }
  .ma-image.mobile {
    display: none;
  }
  .ma-image.desktop {
    display: block;
  }
  #maintenance-secondary .secondary-tools {
    max-width: none;
    margin: 0 auto;
  }
  .full-width .ma-subtitle {
    font-size: 18px;
  }
  .full-width #maintenance-secondary .secondary-tools-heading {
    margin-bottom: 30px;
  }
  .full-width #maintenance-secondary ul.ma-points {
    width: 100%;
    max-width: 321px;
  }
  .full-width #maintenance-secondary ul.ma-points.first {
    margin: 0 0 0 auto;
  }
  .full-width .maintenance-wrapper {
    gap: 70px;
  }
}

@media all and (min-width:1025px) {
  #maintenance-secondary .join {
    font-size: 24px;
  }
}

/* --- HOMEPAGE - Quicklinks --- */
#quickstats {
  padding: 50px 0 25px;
}
#quickstats .secondary-tools {
  text-align: center;
  max-width: 371px;
  margin: 0 auto;
}
#quickstats h2.ql-title {
  margin: 10px auto 30px;
  max-width: 300px;
}
.quickstat-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.quickstat-container div {
  width: 48%;
  background-color: #e6eafe;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.quickstat-container .qs-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.17;
  text-align: center;
  color: #c00712;
}
.quickstat-container .qs-content {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
#quickstats .button-wrapper {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media all and (min-width: 801px) {
  #quickstats {
    padding: 80px 0 14px;
  }
  #quickstats .secondary-tools,
  #quickstats h2.ql-title {
    max-width: none;
  }
  .quickstat-container {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .quickstat-container .qs-title {
    font-size: 45px;
  }
  #quickstats .button-wrapper {
    flex-direction: row;
  }
  .quickstat-container div {
    max-width: 298px;
  }
}
@media all and (min-width: 1025px) {
  .quickstat-container .qs-title {
    font-size: 65px;
  }
  .quickstat-container .qs-content {
    font-size: 18px;
  }
}

/* Promotions Section */
.full-width #promotions-secondary {
  padding-bottom: 100px;
}
.full-width #promotions-secondary li a {
  margin-left: 20px;
}
@media all and (min-width: 801px) {
  .full-width #promotions-secondary li a {
    padding-left: 56px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .full-width #promotions-secondary {
    padding-bottom: 180px;
  }
  .full-width #promotions-secondary .cta-links {
    margin-top: 30px;
  }
  .full-width #promotions-secondary .secondary-tools-heading {
    max-width: none;
  }
  .full-width #promotions-secondary .secondary-tools li a .promo-image {
    left: -32px;
  }
}

/* Problems Section */
@media all and (min-width: 801px) {
  #problem-secondary {
    background-color: #e6eafe;
    margin-top: 0px;
    padding-top: 80px;
  }
}

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