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

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

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

#container-banner {
  background-position: bottom center;
  background-size: cover;
  padding: 44px 0 36px;
}
#hero-outer {
  text-align: center;
}
#hero-outer .hero-title {
  margin-top: 0px;
  font-size: 3.6em;
}
@media all and (min-width: 401px) {
  #hero-outer .hero-title {
    font-size: 4.5em;
  }
}
#hero-outer ul {
  list-style-type: none;
}

.hero-content-box {
  padding: 30px 30px 90px;
  opacity: 0.95;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #fff, #e8e8e8);
  max-width: 358px;
  margin: 0 auto;
}
.hero-subtitle {
  text-transform: uppercase;
  margin-bottom: 0px;
}
.hero-pricing-box {
  margin: 10px 0 0;
  padding: 70.5px 10px 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(to bottom, #0059a9, #003e75);
  margin-top: 0px;
  max-width: 358px;
  margin: -10px auto 0px;
  border-radius: 10px;
  border-top: 10px solid #5db5cd;
  position: relative;
}
.hero-pricing-box::before,
.hero-pricing-box::after {
  content: '';
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-pricing-box::before {
  width: 233px;
  height: 100px;
  top: -70px;
  left: calc(50% - 120px);
  background-image: url('/assets/templates/main/images/icons/icon-cloud-white.webp');
}
.hero-pricing-box::after {
  width: 49px;
  height: 56px;
  top: -45px;
  left: calc(50% - 21px);
  background-image: url('/assets/templates/main/images/icons/Icon-hero-calculator.svg');
}
.hero-pricing-box p {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 24px;
  font-weight: 700;
}
.hero-pricing-box .button-wrapper a {
  padding: 15px 15px;
  border-radius: 10px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 2px #fff;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  max-width: 343px;
  margin: 0 auto;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 2em;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-pricing-box .button-wrapper a:hover {
  color: #F4B71A;
  border-color: #F4B71A;
}
.hero-pricing-box .hero-button:not(:last-child) a {
  margin-bottom: 10px;
}
@media all and (min-width: 571px) {
  #hero-outer .hero-title {
    font-size: 5.3em;
  }
  .hero-content-box,
  .hero-pricing-box {
    max-width: 510px;
    margin: -10px auto 0px;
  }
}
@media all and (min-width: 801px) {
  #container-banner {
    padding: 180px 0 180px;
  }
  .hero-content-box {
    width: 60%;
    margin: 0 auto 0 0;
    max-width: 774px;
    height: 100%;
  }
  .hero-pricing-box {
    width: 40%;
  }
  #hero-outer .hero-title {
    font-size: 6.1em;
  }
  #hero-outer .width-limiter {
    display: flex;
  }
}

@media all and (min-width: 801px) and (max-width: 1025px) {
  .hero-pricing-box .button-wrapper a {
    font-size: 1.6em;
    line-height: 26px;
  }
}

@media all and (min-width: 1025px) {
  #hero-outer .hero-title {
    font-size: 5.5em;
    line-height: .98;
    margin-bottom: 0px;
  }
  .hero-content-box {
    padding: 47px 42px;
    margin-top: 25px;
  }
  .hero-pricing-box::before {
    width: 293px;
    height: 195px;
    top: -137px;
    left: calc(50% - 140px);
  }
  .hero-pricing-box::after {
    width: 61px;
    height: 70px;
    top: -70px;
    left: calc(50% - 15px);
  }
  .hero-pricing-box p,
  .hero-subtitle {
    font-size: 2.4em;
    line-height: 1.25;
  }
  .hero-subtitle  {
    margin-top: 10px;
  }
}

@media all and (min-width: 1121px) {
  .hero-content-box {
    padding: 47px 42px;
    margin-top: 50px;
  }
  .hero-pricing-box {
    width: 510px;
    margin-left: -10px;
  }
}
@media all and (min-width: 1801px) {
  #container-banner {
    background-position: bottom center;
    padding-bottom: 280px;
  }
  #promotions-secondary {
    margin-top: -100px;
  }
}
/* --- End Hero --- */

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


#home-top-content {
  padding: 55px 0px 0px;
}
#home-top-content h1 {
  margin-top: 0;
}
#home-top-content .home-top-content-right {
  text-align: center;
}
#home-top-content .home-top-content-right img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#home-top-content .button-wrapper {
  text-align: center;
  margin-top: 30px;
}
#home-top-content .home-top-content-image-mobile {
  display: none;
}

@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 .home-top-content-box {
    width: 60%;
    /* box-shadow: 0 5px 15px rgba(0,0,0,.23); */
    /* padding: 0 20px; */
    position: relative;
  }
  #home-top-content .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #home-top-content .home-top-content-right {
    width: 40%;
  }
  #home-top-content .button-wrapper {
  text-align: left;
  }
}

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

/* --------------- Start Main Content Accordion ---------------------- */

/* CODELIBENTRY_ENTRY: 12 */

/* --------------- Start Main Content Accordion ---------------------- */
#home-main-content .h1,
#home-main-content .h3 {
  text-align: center;
}
#home-main-content .h1 {
  margin-bottom: 0px;
}
#home-main-content .h3 {
  margin-top: 10px;
  text-transform: uppercase;
  color: #f4b71a;
  font-size: 20px;
  line-height: 26px;
}
#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;
}

 #main-content-accordion .image-wrapper img,
 #main-content-accordion .desktop-image img {
   width: 100%;
   height: auto;
 }
#main-content-accordion .image-wrapper .mobile-image,
#main-content-accordion .desktop-image {
  line-height: 0px;
}
@media all and (max-width: 800px) {
  #main-content-accordion .desktop-image {
    display: none;
  } 
}


.acc-limiter {
  width: 100%;
}
.acc-inner-content .content-wrapper > p {
  padding: 10px 20px 20px;
  margin: 0px;
  color: #fff;
}
/* Accordion panel on mobile */
.acc-inner-content { 
  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-learn-more {
  margin: 0;
  color: #fff;
}
.acc-learn-more a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.acc-learn-more a:hover,
.acc-learn-more a:active {
  color: #f4b71a;
}
.acc-title-outer {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background-color: #003e75;
  padding: 10px 60px 10px 43px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.acc-trigger:before {
  position: absolute;
  content: '';
  height: 24px;
  width: 24px;
  top: 50%;
  left: 10px;
  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-active.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-active.svg);
}
.acc-trigger#acc-3:before,
.tab-item:nth-of-type(3) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-plumbing-active.svg);
}
.acc-trigger#acc-4:before,
.tab-item:nth-of-type(4) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-iaq-active.svg);
}
.acc-trigger#acc-5:before,
.tab-item:nth-of-type(5) button::before {
  background-image: url(/assets/templates/main/images/mc/icon-mc-commercial-active.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-active.svg);
}
.acc-trigger:after {
  position: absolute;
  content: '';
  height: 23px;
  width: 23px;
  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);
}
.acc-content.active {
  background-color: #0059a9;
}
/* Rotate arrow if active */
.acc-content.active .acc-trigger:after {
  transform: translateY(-50%) rotate(270deg);
  transition: all 0.2s;
}
.acc-trigger {
  display: block;
}
/* .acc-trigger:focus {
  color: #3a6899;
} */
.acc-title {
  margin-top: 0;
  margin-bottom: 0;
}
.acc-title a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
#main-content-accordion .cta-button {
  margin: 20px auto;
}

/* Tab Styles */

#main-content-nav {
  display: none;
}
@media all and (min-width: 801px) {
  #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: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #003e75;
  border-radius: 10px;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
}
.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;
}
.tab-item button {
  background-color: #003e75;
  color: #5db5cd;
  position: relative;
  padding-top: 48px;
  padding-bottom: 13px;
  padding-left: 5px;
  padding-right: 5px;
  height: auto;
  border-radius: 0;
  font-size: 10px;
  line-height: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.tab-item button::after {
  content:'';
  position:absolute;
  width: 90px;
  height: 40px;
  top: 5px;
  left: calc(50% - 48px);
  background-position: center;
  background-size: auto 35px;
  background-repeat: no-repeat;
  z-index: 3;
}
.webp .tab-item button::after {
  background-image: url('/assets/templates/main/images/icons/icon-cloud-blue.webp');
}
.no-webp .tab-item button::after {
  background-image: url('/assets/templates/main/images/icons/icon-cloud-blue.png');
}
.tab-item button:hover,
button.tab-link.active-d {
  color: #fff;
}
/* Active styles for tab button */
.webp button.tab-link:hover::after,
.webp button.tab-link.active-d::after {
  background-image: url('/assets/templates/main/images/icons/icon-cloud-red.webp');
}
.no-webp button.tab-link:hover::after,
.no-webp button.tab-link.active-d::after {
  background-image: url('/assets/templates/main/images/icons/icon-cloud-red.png');
}

/* 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: -2px;
  top: 10px;
  background-size: auto 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  margin: auto;
  transition: top 0.3s;
  z-index: 5;
}

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

@media all and (min-width: 801px) {
  #main-content-accordion .acc-content {
    display: none;
    opacity: 0;
    animation: fadeout 0.5s 1 ease-in-out;
  }
  #home-main-content .tab-item {
    width: 16.66%
  }
  /* 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: block;
    opacity: 1;
    animation: fadein 0.5s 1 ease-in-out;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, #0059a9, #003e75);
  }
  #main-content-accordion .desktop-flex-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #main-content-accordion .desktop-flex-wrapper .desktop-content-wrapper {
    width: 70%;
  }
  #main-content-accordion .desktop-flex-wrapper .desktop-image {
    width: 30%;
  }
  #main-content-accordion .image-wrapper .mobile-image {
    display: none;
  }
  #main-content-accordion .acc-title,
  #main-content-accordion .content-wrapper p {
    text-align: left;
  }
  #main-content-accordion .content-wrapper p {
    padding: 0px 20px 30px;
  }
   #main-content-accordion .desktop-image img {
     object-fit: cover;
     height: 100%;
   }
}

@media all and (min-width: 1025px) {
  .tab-item button::after {
    width: 127px;
    height:55px;
    top: 15px;
    left: calc(50% - 71px);
    background-size: contain;
  }
  #main-content-nav li button::before {
    left: -4px;
    top: 25px;
    background-size: auto 28px;
    width: 100%;
    height: 35px;
  }
  .tab-item button {
    padding-top: 86px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
  }
  #main-content-accordion .acc-title {
    padding-top: 55px;
  }
  #main-content-accordion .acc-title a {
    font-size: 30px;
  }
  #main-content-accordion .acc-title-outer,
  #main-content-accordion .content-wrapper p {
    padding: 0px 50px 30px;
  }
  #main-content-accordion .content-wrapper p.acc-learn-more {
    padding: 0px 50px 55px;
  }
  #home-main-content span.h3 {
    font-size: 24px;
    line-height: 30px;
  }
}


@media all and (min-width: 1301px) {
  .tab-item button::after {
    top: 20px;
    left: calc(50% - 71px);
    background-size: contain;
  }
  #main-content-nav li button::before {
    left: -4px;
    top: 30px;
    background-size: auto 34px;
  }
  .tab-item button {
    font-size: 16px;
    line-height: 20px;
  }
  #main-content-accordion .acc-title-outer,
  #main-content-accordion .content-wrapper p {
    padding: 0px 86px 30px;
  }
  #main-content-accordion .content-wrapper p.acc-learn-more {
    padding: 0px 86px 55px;
  }
}
/* End Tab Styles */

/* -------------------- Main Content Accordion Desktop ------------------ */
@media all and (min-width: 801px) {
  .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;
    box-shadow: none;
    padding: 20px;
    margin: 0px;
  }
  .acc-trigger:after {
    content: none;
  }
  .acc-content {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, #0059a9, #003e75);
    text-align: center;
  }
  .acc-inner-content {
    display: block;
    padding-left: 0px;
  }
  #main-content-accordion .acc-trigger:before {
    content: none;
  }
}

#promotions-secondary {
  padding-top: 0;
}
#promotions-secondary .secondary-tools-heading {
  margin-bottom: 0;
}
#promotions-secondary .secondary-tools li {
  padding-top: 50px;
}
#promotions-secondary .secondary-tools li a {
  padding-top: 35px;
  padding-bottom: 20px;
}
#promotions-secondary .secondary-tools li a:before {
  height: 90px;
  top: -63px;
}
#promotions-secondary .secondary-tools li a:after {
  height: 51px;
  top: -42px;
}

#maintenance-secondary {
  background-image: linear-gradient(to bottom, #d3302b, #bd231e);
  padding-top: 55px;
  padding-bottom: 55px;
  color: #fff;
}
#maintenance-secondary .ma-title {
  color: #fff;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#maintenance-secondary .ma-subtitle {
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.0em;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#maintenance-secondary .secondary-tools li {
  font-weight: 400;
  color: #fff;
  position: relative;
  min-height: 40px;
  padding-left: 45px;
  margin-bottom: 15px;
  font-size: 1.8em;
}
.ma-points {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.ma-points li:before {
  content: '';
  background-image: url(/assets/templates/main/images/icons/icon-shield.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 38px;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media all and (min-width: 801px) {
  #maintenance-secondary .ma-title {
    max-width: 100%;
  }
  #maintenance-secondary .ma-subtitle {
    font-size: 2.4em;
    max-width: 100%;
  }
  #maintenance-secondary .ma-points {
    max-width: 100%;
    display: flex;
  }
  #maintenance-secondary .ma-points li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

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

/* Brand Promises Section */


.webp #container-brand-promises {
  background-image: url('/assets/templates/main/images/backgrounds/bg-we-promise-mobile.webp');
}
.no-webp #container-brand-promises {
  background-image: url('/assets/templates/main/images/backgrounds/bg-we-promise-mobile.jpg');
}
#container-brand-promises {
  padding: 55px 0px;
  background-size: cover;
  text-align: center;
}

#container-brand-promises .h1 {
  margin-top: 0;
  font-weight: 400;
  text-align: center;
  margin-bottom: 116px;
}
#container-brand-promises .h3 {
  margin-top: 0px;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}
#container-brand-promises .h3::before {
  content: '';
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#container-brand-promises .promise:first-child .h3::before {
  width: 62px;
  height: 70px;
  top: -125px;
  left: calc(50% - 27px);
  background-image: url('/assets/templates/main/images/icons/icon-best.svg');
}

#container-brand-promises .promise:nth-child(2) .h3::before {
  width: 62px;
  height: 70px;
  top: -118px;
  left: calc(50% - 27px);
  background-image: url('/assets/templates/main/images/icons/icon-guarantee.svg');
}

#container-brand-promises .promise:nth-child(3) .h3::before {
  width: 62px;
  height: 70px;
  top: -125px;
  left: calc(50% - 27px);
  background-image: url('/assets/templates/main/images/icons/icon-commercial.svg');
}

#container-brand-promises .h1,
#container-brand-promises .h3,
.promise li {
  color: #fff;
}
.promise ul {
  padding-left: 15px;
  padding-bottom: 30px;
}
.promise li {
  list-style-type: none;
  font-size: 22px;
  line-height: 1.1;
  text-align: left;
  width: 67%;
  margin: 0 auto;
  position: relative;
}
.promise li::before {
  content: '';
  position: absolute;
  top: calc(50% - 14px);
  left: -43px;
  width: 30px;
  height: 29px;
  background-image: url('/assets/templates/main/images/icons/Icon-star-bullet.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.promise li:not(:last-child) {
  margin-bottom: 12px;
}
.promise {
  width: 100%;
  max-width: 358px;
  border-top: 10px solid #5db5cd;
  border-radius: 10px;
  margin: 116px auto 0;
  padding: 49px 20px 48.6px 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(to bottom, #0059a9, #003e75);
  position: relative;
  height: auto;
}
.promise::before,
.promise::after {
  content: '';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.promise::before {
  width: 293px;
  height: 195px;
  top: -135px;
  left: calc(50% - 145px);
}
.webp .promise::before {
  background-image: url('/assets/templates/main/images/icons/icon-cloud-white.webp');
}
.no-webp .promise::before {
  background-image: url('/assets/templates/main/images/icons/icon-cloud-white.png');
}
.promise .cta-button a {
  border-radius: 30px;
  border: solid 2px #fff;
  background-image: linear-gradient(to bottom, #0059a9, #003e75);
  padding: 0 16px;
}
.promise .cta-button {
  padding-bottom: 30px;
}
.promise .cta-button a:hover {
  color: #003e75;
  background-color: #fff;
  background-image: none;
}

@media all and (min-width:801px) {
  .webp #container-brand-promises {
    background-image: url('/assets/templates/main/images/backgrounds/fixed-bg-we-promise.webp');
  }
  .no-webp #container-brand-promises {
    background-image: url('/assets/templates/main/images/backgrounds/fixed-bg-we-promise.jpg');
  }
  .promise {
    margin: 0 auto;
    max-width: none;
  }
  #container-brand-promises {
    background-attachment: fixed;
  }
  #brand-promises {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #container-brand-promises .promise:nth-child(2) {
    z-index: 5;
    width: 40%;
    height: 580px;
  }
  #container-brand-promises .promise:nth-child(1),
  #container-brand-promises .promise:nth-child(3) {
    width: 30%;
    margin-top: 40px;
    height: 665px;
    position: relative;
  }
  #container-brand-promises .promise:nth-child(1) {
    left: 10px;
  }
  #container-brand-promises .promise:nth-child(3) {
    right: 10px;
  }
}

@media all and (min-width:901px) {
  #container-brand-promises .promise:nth-child(2) {
    height: 559px;
  }
  #container-brand-promises .promise:nth-child(1),
  #container-brand-promises .promise:nth-child(3) {
    height: 595px;
  }
}

@media all and (min-width:1001px) {
  #container-brand-promises .promise:nth-child(2) {
    height: 515px;
  }
  #container-brand-promises .promise:nth-child(1),
  #container-brand-promises .promise:nth-child(3) {
    height: 582px;
  }
}

@media all and (min-width:801px) and (max-width:1131px) {
  .promise:nth-child(1)::before,
  .promise:nth-child(3)::before {
    width: 200px;
    height: 92px;
    top: -75px;
    left: calc(50% - 101px);
  }
  #container-brand-promises .promise:nth-child(1) .h3::before,
  #container-brand-promises .promise:nth-child(3) .h3::before  {
    width: 50px;
    height: 52px;
    top: -106px;
    left: calc(50% - 22px);
  }
  .promise .cta-button a {
    font-size: 12px;
  }
  .promise li {
    font-size: 18px;
    line-height: 1.1;
    text-align: left;
  }
}

@media all and (min-width: 1132px) {
  #container-brand-promises .promise:nth-child(2) {
    width: 100%;
    height: auto;
    max-width: 510px;
    max-height: 550px;
  }
  #container-brand-promises .promise:nth-child(1),
  #container-brand-promises .promise:nth-child(3) {
    width: 100%;
    height: auto;
    max-width: 404px;
    max-height: 780px;
  }
  #container-brand-promises .promise:nth-child(1) {
    left: 40px;
  }
  #container-brand-promises .promise:nth-child(3) {
    right: 40px;
  }
  #container-brand-promises .promise:nth-child(1) ul,
  #container-brand-promises .promise:nth-child(3) ul {
    padding-left: 60px;
  }
  .promise:nth-child(2) li {
    width: 85%;
  }
  .promise li {
    width: 75%;
  }
}

/* --------------- Static Campaign Section - home.css ---------------------- */
#cmpgn-st {
  padding-bottom: 50px;
}
@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;
  }
}
@media all and (min-width: 1801px) {
  #cmpgn-st {
  padding-bottom: 150px;
}
}
/* --- HOMEPAGE --------------------------------------------------------------------------------------------------------------------------------- */
/* --- LAYOUTS/ANIMATION --------------------------------------------------------------------------------------------------------------------------------- */



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