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

/* --- LAYOUTS - TYPOGRAPHY --- */
@media all and (min-width: 571px) {
  h1,
  .h1 {
    font-size: 3.8em;
  }
  h2,
  .h2 {
    font-size: 3.1em;
  }
  h3,
  .h3 {
    font-size: 2.6em;
  }
  h4,
  .h4 {
    font-size: 2.1em;
  }
  h5,
  .h5 {
    font-size: 1.7em;
  }
  h6,
  .h6 {
    font-size: 1.6em;
  }
  p,
  li {
    font-size: 1.6em;
    line-height: 1.4em;
  }
}

@media all and (min-width: 801px) {
  h1,
  .h1 {
    font-size: 4.2em;
    line-height: 1.2em;
  }
  h2,
  .h2 {
    font-size: 3.3em;
    line-height: 1.195em;
  }
  h3,
  .h3 {
    font-size: 2.8em;
    line-height: 1.2em;
  }
  h4,
  .h4 {
    font-size: 2.2em;
    line-height: 1.25em;
  }
  h5,
  .h5 {
    font-size: 1.8em;
    line-height: 1.25em;
  }
  h6,
  .h6 {
    font-size: 1.7em;
    line-height: 1.25em;
  }
  p,
  li {
    font-size: 1.7em;
    line-height: 1.55em;
  }
}

@media all and (min-width: 1025px) {
  h1,
  .h1 {
    font-size: 4.5em;
  }
  h2,
  .h2 {
    font-size: 3.6em;
  }
  h3,
  .h3 {
    font-size: 3em;
  }
  h4,
  .h4 {
    font-size: 2.4em;
  }
  h5,
  .h5 {
    font-size: 2em;
  }
  h6,
  .h6 {
    font-size: 1.8em;
  }
  p,
  li {
    font-size: 1.8em;
  }
}

@media all and (min-width: 571px) {
  .width-limiter {
    width: calc(100% - 40px);
  }
}

@media all and (min-width: 801px) {
  .content-left form fieldset.twocol ul li {
    width: calc(50% - 20px);
  }
  .content-left form fieldset.threecol ul li {
    width: calc(33% - 25px);
  }
  .content-left form fieldset.fourcol ul li {
    width: calc(25% - 15px);
  }
}

/* imsLightbox Modal Forms */
@media all and (min-width: 571px) {
  .ims-lightbox {
    width: 80%;
    left: 10%;
    border-radius: 10px;
  }
}
@media all and (min-width: 801px) {
  .ims-lightbox {
    width: 85%;
    left: 7.5%;
    height: 75%;
    top: 12.5%;
  }
  .ims-lightbox .close-popup {
    top: -20px;
  }
}
@media all and (min-width: 1025px) {
  .ims-lightbox {
    width: 70%;
    left: 15%;
  }
}
@media all and (min-width: 1251px) {
  .ims-lightbox {
    width: 60%;
    left: 20%;
  }
}

/* End - imsLightbox Modal Forms */

/* Hidden Content / Read More Style */

@media all and (min-width: 801px) {
  .hc-trigger {
    display: none;
  }
}

/* --- LAYOUTS - ERRORS & CONFIRMATIONS --- */

@media all and (min-width: 571px) {
  #error-container {
    border-radius: 0 0 0 7px !important;
    width: 50% !important;
    right: 0 !important;
  }
}

@media all and (min-width: 801px) {
  #error-container {
    width: 40% !important;
    right: 2.5% !important;
    height: auto !important;
  }
}
@media all and (min-width: 1024px) {
  #error-container {
    width: 30% !important;
  }
}

/* --- FIXED / MASTHEAD - LAYOUTS/ANIMATION --- */

@media all and (min-width: 801px) {
  #container-fixed-masthead {
    display: block;
    position: fixed;
    top: -300px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: top 0.6s, left 0.3s;
    -o-transition: top 0.6s, left 0.3s;
    transition: top 0.6s, left 0.3s;
    z-index: 1000;
  }
  .ims-is-scrolled #container-fixed-masthead {
    top: 0;
  }
  #fixed-masthead {
    overflow: hidden;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #fixed-masthead .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #fixed-masthead #fixed-masthead-center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }
  #fixed-masthead #fixed-masthead-left {
    width: 29%;
    text-align: left;
  }
  #fixed-masthead #fixed-masthead-right {
    width: 29%;
    text-align: right;
    min-width: 245px; /*Large enough to ensure the CTA button does not try to wrap to 2 lines. */
  }

  #fixed-masthead #fixed-masthead-left .logo {
    margin-left: 0;
    max-width: 350px;
  }

  #masthead .masthead-top {
    padding: 9px 0 8px;
  }
  #masthead .masthead-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    padding-top: 25px;
    padding-bottom: 6px;
  }
  #masthead .masthead-left,
  #masthead .masthead-center,
  #masthead .masthead-right {
    width: 33.33%;
  }
  #masthead .masthead-right,
  .masthead-right .mobile-phone,
  .masthead-right .view-all,
  .masthead-right .cta-button {
    text-align: right;
  }
  #masthead .masthead-center {
    margin-bottom: -20px;
  }
  .masthead-right-inner {
    display: inline-block;
    text-align: center;
  }
  #masthead .logo {
    margin-left: 0;
    max-width: 404px;
  }
  .mobile-fixed-footer {
    background-color: transparent;
  }
  #container-footer {
    margin-bottom: 0;
    padding-top: 98px;
  }
  #index #container-footer {
    margin-bottom: 0;
    padding-top: 48px;
  }
  .mobile-col:not(.mobile-phone),
  .mobile-phone .phone-number svg {
    display: none;
  }
  .mobile-fixed-footer {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    z-index: initial;
  }
  .mobile-phone {
    width: 100%;
    display: block;
  }
  .tagline {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .mobile-phone .phone-number {
    font-size: 3em;
    font-family: "Fjalla One";
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .mobile-phone .phone-number img {
    max-width: 26px;
    width: 100%;
  }
  #fixed-masthead .phone-number {
    font-size: 3.5em;
    font-family: "Fjalla One";
  }
  #fixed-masthead .phone-number img {
    width: 30px;
    height: 30px;
  }
}
@media all and (min-width: 1025px) {
  #fixed-masthead .phone-number {
    font-size: 4.5em;
  }
  #fixed-masthead .phone-number img {
    width: 40px;
    height: 40px;
  }
}

/* --- BEGIN PRIMARY NAVIGATION (DESKTOP) --- */

@media all and (min-width: 801px) {
  /* --- SET UP --- */

  #container-primary-navigation .nav-logo,
  #container-primary-navigation .phone-number {
    display: none;
  }

  /* no toggle nav button for any desktop view */
  .js #toggle-navigation {
    font-size: 0;
    height: 0;
    width: 0;
  }
  .js #toggle-navigation a {
    font-size: 0;
  }

  /* Base CSS for #container-primary-navigation */
  #container-primary-navigation {
    position: relative;
    padding-top: 17px;
  }
  /* Shadow Underneath Navigation */
  /* #container-primary-navigation::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0;
    bottom: -15px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.16)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.16) 100%);
    z-index: 1;
  } */

  /* Base CSS for #primary-navigation */
  #primary-navigation {
    clear: both;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 800;
  }

  /* Base nav ul CSS */
  #primary-navigation ul {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }

  /* Base CSS for all nav items */
  #primary-navigation ul li,
  #primary-navigation ul li a {
    text-decoration: none;
    cursor: pointer;
  }

  #primary-navigation a {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  #primary-navigation a span {
    position: relative;
    line-height: 1.1em;
  }

  /* --- TOP-LEVEL --- */

  /* --- TOP-LEVEL UL --- */
  #primary-navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /* Space items evenly */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* --- TOP-LEVEL LI --- */
  #primary-navigation .nav-level-1 {
    position: relative;
  }

  #primary-navigation li.docid-1,
  #primary-navigation .wf-location-home {
    display: none;
  }

  /* --- TOP-LEVEL A --- */
  #primary-navigation .nav-level-1 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /* Vertically-Center spans within links */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    /* Set preferred height of link */
    height: 56px;

    /* Set up font styles here */
    font-weight: 700;
    padding: 0 15px;
    font-size: 16px;
  }

  /* --- TOP LEVEL LINK COLORS --- */
  /* Default */
  #primary-navigation .nav-level-1 > a:link,
  #primary-navigation .nav-level-1 > a:visited {
    color: #000000;
  }
  #primary-navigation .nav-level-1 > a:hover,
  #primary-navigation .nav-level-1.current > a {
    color: #af1417;
  }

  /* Hover with background color 
  #primary-navigation .nav-level-1 > a:hover,
  #primary-navigation .nav-level-1 > a:active,
  #primary-navigation .nav-level-1.current > a:link,
  #primary-navigation .nav-level-1.current > a:visited,
  #primary-navigation .nav-level-1.current > a:hover,
  #primary-navigation .nav-level-1.current > a:active,
  #service-areas #primary-navigation #nav-21 > a,
  #city-landing-page #primary-navigation #nav-21 > a,
  #wp-blog #primary-navigation #nav-21 > a {
    background-color: #5C8E1E;
  }*/

  /* Hover with line under */
  /* #primary-navigation ul li.nav-level-1 > a::before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0px;
    background-color: #4596d1;
    height: 8px;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  } */
  #primary-navigation .nav-level-1 > a:hover:before,
  #primary-navigation .nav-level-1 > a:active:before,
  #primary-navigation .nav-level-1.current > a:link:before,
  #primary-navigation .nav-level-1.current > a:visited:before,
  #primary-navigation .nav-level-1.current > a:hover:before,
  #primary-navigation .nav-level-1.current > a:active:before,
  #service-areas #primary-navigation #nav-21 > a:before,
  #city-landing-page #primary-navigation #nav-21 > a:before,
  #wp-blog #primary-navigation #nav-21 > a:before {
    left: 0;
    right: 0;
  }

  /* --- DROPDOWN ICONS --- */

  /**** Arrow on the right ****/

  /* Add padding to make room for icon */
  #primary-navigation .nav-level-1:not(.contains-0) > a {
    padding-right: 10px;
    padding-bottom: 21px;
    padding-left: 0;
  }

  /* Add icon */
  .nav-level-1:not(.contains-0) > a > span::before {
    content: "";
    background-image: url("/assets/templates/main/images/nav/icon-dropdown.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    height: 100%;
    width: 7px;
    right: -14px;
  }

  /**** Arrow below ****/
  /*.nav-level-1:not(.contains-0) > a::before {
  content: '';
  background-image: url("/assets/templates/main/images/nav/icon-dropdown.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 6px;
  width: 100%;
  bottom: 4px;
  left: 0;
}*/

  /* --- 2ND-LEVEL --- */

  /* --- 2ND-LEVEL UL --- */
  #primary-navigation .nav-level-1 > ul {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 2.5px 4.33px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2.5px 4.33px 5px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    /*top: 50px;*/ /* Just in case top position is wonky */
    width: 300px;
    /* padding-top: 10px; */
    /* padding-bottom: 15px; */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  /* Show dropdown ul on hover */
  #primary-navigation .nav-level-1.active > ul {
    display: block;
  }

  /* Postion dropdown ul based on position of parent */
  /* #primary-navigation .nav-level-1.center-position > ul {
    left: -75px;
  } */
  #primary-navigation .nav-level-1.right-position > ul {
    left: auto;
    right: 0;
  }

  /* --- 2ND-LEVEL FLEXBOX UL --- */

  /* Target Desired Nav Items for Flexbox*/
  #primary-navigation #nav-243.active > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* Set up Menu Widths */
  #primary-navigation #nav-243 > ul {
    width: 480px;
  }

  /*#primary-navigation #nav-11 > ul {*/
  /*width: 520px;*/ /* 2 Columns */
  /*}*/

  /* --- 2ND-LEVEL FLEXBOX LI --- */

  /* Set Up Column Widths */

  /* 2 Columns */
  #nav-243 li.nav-level-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-bottom: 10px;
  }

  /* 3 Columns 
  #nav-8 li.nav-level-2 {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }*/

  /* 4 Columns */
  /*#nav-12 li.nav-level-2 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }*/

  /* Column Background Colors */
  #nav-243 li.nav-level-2:nth-child(odd) {
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
  }

  #nav-243 li.nav-level-2:nth-child(even) {
    background-color: #e8e8e8;
    border-bottom-right-radius: 10px;
  }

  /* --- STYLE 2ND-LEVEL FLEXBOX COLUMN TITLES --- */
  #nav-243 .nav-level-2 > a {
    padding-top: 16px;
    padding-bottom: 14px;
    padding-left: 25px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
  }

  #primary-navigation ul li:not(#nav-243) ul li.nav-level-2:last-child a:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  /* --- 2ND-LEVEL A --- */
  .nav-level-2 a {
    padding: 8px 21px;
    line-height: 1em;
  }

  /*.nav-level-2:first-child a {
    padding-top: 8px;
  }

  .nav-level-2:last-child a {
    padding-bottom: 8px;
  }*/

  /* --- 2ND LEVEL LINK COLORS --- */
  /* Default */
  #primary-navigation .nav-level-2 a:link,
  #primary-navigation .nav-level-2 a:visited {
    color: #000000;
    font-weight: 400;
  }

  /* Hover */
  #primary-navigation .nav-level-2 a:hover,
  #primary-navigation .nav-level-2 a:active {
    background-color: #af1417;
    color: #ffffff;
  }

  /* Current/Active */
  #primary-navigation .nav-level-2.current > a:link,
  #primary-navigation .nav-level-2.current > a:visited,
  #primary-navigation .nav-level-2.current > a:hover,
  #primary-navigation .nav-level-2.current > a:active,
  #service-areas #primary-navigation #nav-119 > a,
  #city-landing-page #primary-navigation #nav-119 > a,
  #wp-blog #primary-navigation #nav-88 > a {
    background-color: #af1417;
    color: #ffffff;
  }

  /* --- 3RD-LEVEL --- */

  /* --- 3RD LEVEL LINK COLORS --- */
  /* Default */
  #primary-navigation .nav-level-3 a:link,
  #primary-navigation .nav-level-3 a:visited {
    color: #000000;
    font-weight: 400;
  }

  /* Hover */
  #primary-navigation .nav-level-3 a:hover,
  #primary-navigation .nav-level-3 a:active {
    background-color: #af1417;
    color: #ffffff;
  }

  /* Current/Active */
  #primary-navigation .nav-level-3.current > a:link,
  #primary-navigation .nav-level-3.current > a:visited,
  #primary-navigation .nav-level-3.current > a:hover,
  #primary-navigation .nav-level-3.current > a:active {
    background-color: #af1417;
    color: #ffffff;
  }

  /* Push 3rd level nav left with line for non-mega menu */
  #primary-navigation li.nav-level-1:not(#nav-243) .nav-level-3 {
    margin-left: 15px;
    border-left: 1px solid #af1417;
  }

  /* Optional Border around contact link 
  #nav-103 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #primary-navigation #nav-103.nav-level-1 > a:link,
  #primary-navigation #nav-103.nav-level-1 > a:visited {
    border: 2px solid #fff;
    border-radius: 5px;
    margin-right: 0px;
    height: 40px;
    text-transform: uppercase;
  }
  #primary-navigation #nav-103.nav-level-1 > a:hover,
  #primary-navigation #nav-103.nav-level-1 > a:active {
    background-color: #5C8E1E;
    color: #fff;
  }*/

  /* --- DROPDOWNS - CONTAINERS --- */

  #primary-navigation ul li.nav-level-1 > ul {
    -webkit-transition: max-height ease 0.2s, -webkit-box-shadow ease 0.2s;
    transition: max-height ease 0.2s, -webkit-box-shadow ease 0.2s;
    -o-transition: box-shadow ease 0.2s, max-height ease 0.2s;
    transition: box-shadow ease 0.2s, max-height ease 0.2s;
    transition: box-shadow ease 0.2s, max-height ease 0.2s, -webkit-box-shadow ease 0.2s;
  }

  /* --- EXPAND NAVIGATION BUTTONS (repurposed as close megadropdown) --- */

  /* no close button for no-touchevents devices */
  .no-touchevents div.expand-nav,
  .no-touchevents div.expand-nav span.nav-expand {
    display: none;
  }
  .nav-level-1.active > div.expand-nav {
    background-color: #3b3b3b;
    background-image: url(/assets/templates/main/images/icons/icon-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    background-size: 22px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 2px 2px #000000;
    box-shadow: 1px 2px 2px #000000;
    color: #000000;
    height: 40px;
    position: absolute;
    left: 280px;
    top: 41px;
    width: 40px;
    z-index: 900;
  }

  /* Standard Button Position */
  #nav-243.nav-level-1.active > div.expand-nav {
    left: 460px;
  }

  /* Left-aligned, 3-4-column menu 
  #primary-navigation #nav-8 > div.expand-nav {
    left: 680px;
  }*/

  /* Left-aligned, 2-column menu */
  /*#primary-navigation #nav-11 > div.expand-nav {*/
  /*left: 500px; */ /* Nav width - 20px */
  /*}*/

  /*#primary-navigation #nav-11.center-position > div.expand-nav {*/
  /*left: 423px;*/ /* Custom Adjustment. Not sure what the math is here... */
  /*}*/

  /*#primary-navigation #nav-12 > div.expand-nav {*/
  /*right: -20px;*/ /* This one needs to be right-aligned */
  /*}*/

  .nav-level-1.active.right-position > div.expand-nav {
    left: auto;
    right: -20px;
  }
  .nav-level-1.active > div.expand-nav:hover,
  .nav-level-1.active > div.expand-nav:active {
    background-color: #333;
  }
  .nav-level-1.active > div.expand-nav span.nav-expand {
    display: block;
    height: 40px;
    line-height: 40px;
  }
  .mobile-nav-buttons {
    display: none;
  }

  /* --- DROPDOWNS - NAV ITEMS --- */
} /* @media all and (min-width: 801px) */

/* --- TWO-LINE TEXT --- */

/* Two-Line Text */
@media all and (min-width: 801px) and (max-width: 1025px) {
  #primary-navigation .nav-level-1 > a {
    font-size: 13px;
  }
  #nav-243 .nav-level-2 > a {
    font-size: 16px;
  }
  .nav-level-2 a {
    font-size: 14px;
  }
}

/* --- END PRIMARY NAVIGATION (DESKTOP) --- */

/* --- LAYOUTS - SUBPAGE CONTENT STRUCTURE --- */
/* Smaller Desktop */
@media all and (min-width: 801px) {
  #content-wrap .top-content-upper {
    padding-top: 36px;
  }
  #breadcrumbs-container {
    padding: 0px 0 8px;
  }
  #content-wrap .top-content-upper h1 {
    margin-bottom: 20px;
  }
  #content-wrap .content-left #top-content p,
  #content-wrap .content-left #main-content .hc-start p {
    margin-bottom: 30px;
  }
  #content-wrap .content-left #main-content .hc-start h2 {
    margin-bottom: 16px;
  }
  #content-wrap > .width-limiter:not(.top-content-upper) {
    padding-bottom: 72px;
  }
  #content + .full-width .service-area-top {
    padding-top: 106px;
    padding-bottom: 106px;
  }
  .content-left,
  .content-right {
    display: inline-block;
    max-width: 100%;
  }
  .content-left {
    width: calc(100% - 350px);
    padding-right: 21px;
  }
  #content-phone-callout a {
    text-decoration: none;
  }
  .content-right {
    width: 350px;
  }
  .sidebar-right .secondary-tools-heading {
    font-size: 3.6em;
  }
  .no-top-content #top-content-wrap > .width-limiter {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* Template Variable Layout Overrides */
  .full-width-layout .content-left,
  .exclude-sidebar .content-left {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .full-width-layout .content-right,
  .exclude-sidebar .content-right {
    display: none;
    visibility: hidden;
  }
  .webp .sidebar-right #testimonials-secondary,
  .no-webp .sidebar-right #testimonials-secondary {
    background-image: none;
  }
  .sidebar-right #testimonials-secondary {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .sidebar-right #testimonials-secondary .testimonials-inner {
    margin-top: 30px;
  }
  .sidebar-right .review-star-rating .star-rating-inner {
    margin-bottom: 32px;
  }
  .sidebar-right #testimonials-secondary > .width-limiter {
    width: 100%;
    position: relative;
  }
  .sidebar-right .testimonial.be-review .read-more {
    margin-bottom: 28px;
  }
  .sidebar-right #testimonials-secondary .secondary-tools-heading {
    max-width: 345px;
    width: 100%;
    margin: 0 auto;
  }
  .sidebar-right .testimonial p.quote {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .sidebar-right .testimonial.be-review .source-info {
    margin-bottom: 17px;
  }
  .sidebar-right #testimonials-secondary .testimonials-inner .link-wrapper {
    flex-direction: column-reverse;
    gap: 11px;
    align-items: flex-start;
  }
  .sidebar-right #testimonials-secondary #review-links {
    width: auto;
    position: absolute;
    bottom: 25px;
    right: 5px;
    text-align: right;
  }
  .sidebar-right #testimonials-secondary #survey-link {
    width: 76px;
    position: relative;
    background-size: 60px;
  }
  .sidebar-right #promotions-secondary {
    border-radius: 15px;
    margin-bottom: 20px;
    padding-bottom: 48px;
  }
  .sidebar-right #promotions-secondary .promotions {
    max-width: 375px;
    width: 100%;
  }
  .sidebar-right #mini-form-cta {
    border-radius: 15px;
  }
}

/* Wider Desktop / DesignDemo Size */
@media all and (min-width: 1025px) {
  .content-left {
    width: calc(100% - 510px);
  }
  .content-right {
    width: 510px;
  }
  .sidebar-right #testimonials-secondary #survey-link {
    background-size: 75px;
  }
  .sidebar-right #testimonials-secondary #review-links {
    bottom: 44px;
    right: 47px;
  }
}

/* --- LAYOUTS - FEATURED IMAGE --- */
/* Smaller Desktop */
@media all and (min-width: 801px) {
  .has-landing-page-image:not(.contact) #top-content-wrap .content-left p,
  .has-landing-page-image:not(.contact) #top-content-wrap .content-left li {
    font-size: 2.1em;
  }
}

/* --- Static Campaign Sections --- */
@media all and (min-width: 801px) {
  #cmpgn-st {
    padding: 20px 0;
  }
}

/* --- SECONDARY CONTENT - MINI FORM --- */

@media all and (min-width: 801px) {
  .webp .full-width #mini-form-cta {
    background-image: url(/assets/templates/main/images/backgrounds/bg-cta.webp);
  }
  
  .no-webp .full-width #mini-form-cta {
    background-image: url(/assets/templates/main/images/backgrounds/bg-cta.jpg);
  }
  .full-width #mini-form-cta {
    padding: 55px 0;
  }
  .full-width #mini-form-cta .width-limiter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .full-width #mini-form-cta .width-limiter > span {
    font-size: 3.6em;
    font-weight: 400;
  }
  .full-width #mini-form-cta img {
    height: 46px;
    width: 46px;
    margin-right: 15px;
  }

  #mini-form-cta .cta-phone a {
    text-decoration: none;
  }
  .sidebar-right #mini-form-cta .cta-phone a {
    text-decoration: underline;
  }
}
@media all and (min-width: 1101px) {
  .full-width #mini-form-cta .width-limiter {
    gap: 46px;
  }
  .full-width #mini-form-cta .width-limiter > span.call-text-title {
    font-size: 50px;
    letter-spacing: 1px;
  }
}

/* --- SECONDARY CONTENT - PROMOTIONS --- */
@media all and (min-width: 801px) {
  .full-width #promotions-secondary {
    padding-top: 64px;
    padding-bottom: 69px;
  }
  .full-width #promotions-secondary .width-limiter {
    max-width: 1194px;
  }
  .full-width #promotions-secondary .secondary-tools-heading {
    margin-bottom: 32px;
  }
  .full-width #promotions-secondary .promotions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    gap: 15px;
  }
  .full-width #promotions-secondary .promotions li {
    width: calc(33.33% - 10px);
    margin: 0 5px;
  }
  .full-width #promotions-secondary .promotions li:first-of-type {
    margin-left: 0;
  }
  .full-width #promotions-secondary .promotions li:last-of-type {
    margin-right: 0;
  }
  #promotions-secondary li a {
    padding: 22px 14px 22px 81px;
  }
  .full-width #promotions-secondary .view-all {
    margin-top: 37px;
  }
}
@media all and (min-width: 1025px) {
  .full-width #promotions-secondary .promotions {
    gap: 24px;
  }
}

/* --- PROMOTIONS - Landing Page --- */
@media all and (min-width: 801px) {
  .webp #promotions .promotions-top {
    background-image: url(/assets/templates/main/images/backgrounds/feautured-image-default.webp);
  }
  
  .no-webp #promotions .promotions-top {
    background-image: url(/assets/templates/main/images/backgrounds/feautured-image-default.png);
  }
  #promotions .promotions-top {
    padding-top: 23px;
    padding-bottom: 164px;
  }
  .promotions-item .promotions-inner {
    gap: 50px;
    align-items: center;
    padding: 35px 65px 35px 112px;
  }
  #promotions .content {
    width: 100%;
  }
  .promotions-item .promo-image .image {
    height: 100%;
  }
  .promotions-item .promo-image img {
    max-width: max-content;
    height: 100%;
  }
  .promotions-item .promo-image:not(:empty) {
    height: 220px;
    width: 220px;
    max-width: 220px;
    min-width: auto;
  }
  #promotions .promo-image:empty {
    height: 220px;
    margin: 0;
    max-width: 220px;
    min-width: auto;
  }
  .promotions-item .promo-cta-buttons {
    gap: 30px;
    max-width: 100%;
    flex-direction: row;
    width: 100%;
  }
  .promotions-item .promo-cta-buttons .cta-button,
  .promotions-item .promo-cta-buttons .view-all {
    width: 100%;
    max-width: 226px;
  }
  .promotions-item h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 35px;
  }
  .promotions-item .promotion-content,
  .promotions-item .promotions-content {
    font-size: 1.8em;
    line-height: 28px;
  }
  .promotions-item .coupon-footer {
    margin-bottom: 26px;
  }
  #promotions #content-wrap > .width-limiter:not(.top-content-upper) {
    padding-bottom: 28px;
  }
}
@media all and (min-width: 1025px) {
  .promotions-item .promotions-inner {
    gap: 87px;
  }
}

/* --- PROMOTIONS - Details Page --- */
@media all and (min-width: 801px) {
  #details #content-wrap {
    background-image: none;
  }
  .webp #details .promotions-top {
    background-image: url(/assets/templates/main/images/backgrounds/feautured-image-default.webp);
  }
  
  .no-webp #details .promotions-top {
    background-image: url(/assets/templates/main/images/backgrounds/feautured-image-default.png);
  }
  #details .promotions-top {
    height: 200px;
  }
  #details .promotions-item {
    margin-top: -100px;
  }
  #details .promotions-item .promotion-item-inner {
    padding: 40px 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    flex-direction: row;
    align-items: center;
  }
  #details .promo-image {
    max-width: 30%;
    height: 220px;
  }
  #details h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 22px;
  }
  #details #content-wrap > .width-limiter:not(.top-content-upper) {
    padding-bottom: 50px;
  }
}
@media all and (min-width: 1025px) {
  #details .promotions-top {
    height: 300px;
  }
  #details .promotions-item {
    margin-top: -226px;
  }
  #details .promotions-item .promotion-item-inner {
    padding: 66px 103px 58px 164px;
    gap: 40px;
  }
  #details .full-width #mini-form-cta .width-limiter > span.call-text:first-child {
    font-size: 48px;
  }
  #details .full-width #mini-form-cta {
    padding: 50px 0;
  }
  #details .promo-image {
    max-width: 35%;
  }
}

/* --- SECONDARY CONTENT - REVIEWS --- */
@media all and (min-width: 801px) {
  .webp #testimonials-secondary {
    background-image: url(/assets/templates/main/images/backgrounds/bg-reviews.webp);
  }
  
  .no-webp #testimonials-secondary {
    background-image: url(/assets/templates/main/images/backgrounds/bg-reviews.jpg);
  }
  #testimonials-secondary {
    background-size: cover;
    background-position: left center;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #testimonials-secondary > .width-limiter {
    display: flex;
    gap: 18px;
  }
  #testimonials-secondary #review-links {
    width: 100%;
    position: relative;
  }
  #survey-link {
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: left;
    background-size: 60px;
  }
  #testimonials-secondary .secondary-tools {
    max-width: 616px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    flex: 0 0 auto;
  }
  #testimonials-secondary .testimonials-inner {
    padding: 48px 20px 50px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255 255 255 / 90%);
  }
  .testimonial p.quote {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  #testimonials-secondary .testimonials-inner .link-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  #testimonials-secondary .testimonials-inner .leave-review {
    margin-top: 0;
  }
  .testimonial.be-review .source-image {
    margin-right: 7px;
  }
  .testimonial.be-review .source-image img {
    width: 62px;
    max-width: 62px;
    height: 62px;
    margin-top: -4px;
  }
  .testimonial.be-review .source-info .source {
    margin-top: 6px;
    margin-left: 72px;
  }
  .testimonial.be-review .source-info {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 1025px) {
  #testimonials-secondary .testimonials-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  #survey-link {
    background-size: 75px;
  }
}

/* --- SECONDARY CONTENT - SERVICE AREAS --- */

@media all and (min-width: 801px) {
  .webp .full-width .service-area-top {
    background-image: url("/assets/templates/main/images/backgrounds/bg-service-areas.webp");
  }
  
  .no-webp .full-width .service-area-top {
    background-image: url("/assets/templates/main/images/backgrounds/bg-service-areas.jpg");
  }
  .full-width .service-area-top {
    padding-top: 137px;
    padding-bottom: 70px;
  }
  .service-area-top .sa-towns-wrapper {
    max-width: 656px;
    margin: 0 auto;
    width: 100%;
    padding: 46px 15px 41px;
  }
  .full-width #service-area-list .sa-top-box {
    padding-bottom: 21px;
  }
  .full-width #service-area-list .sa-title {
    max-width: 100%;
    margin-bottom: 26px;
  }
  .full-width #service-area-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    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;
    max-width: 620px;
    padding: 17px 35px;
    gap: 23px;
  }
  .full-width #service-area-search-form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .full-width #service-area-search .sas-text,
  .full-width #service-area-search form {
    margin-bottom: 0;
  }
  .full-width #service-area-search form li {
    margin: 0;
  }
  .full-width #service-area-list .sa-towns-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .full-width #service-area-list .sa-city-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #service-area-list .view-all {
    margin-top: 32px;
  }
  /* Service Area Page */
  #service-areas #main-content #service-area-towns-list ul li:not(.view-all) {
    width: 25%;
  }
}

/* --- SECONDARY CONTENT - Start Maintenance Program --- */

@media all and (min-width: 801px) {
  .full-width #maintenance-secondary {
    padding-top: 70px;
    padding-bottom: 183px;
  }
  .webp #maintenance-secondary::after {
    background-image: url(/assets/templates/main/images/other/image-maintenance-wave.webp);
  }
  
  .no-webp #maintenance-secondary::after {
    background-image: url(/assets/templates/main/images/other/image-maintenance-wave.png);
  }
  #maintenance-secondary::after {
    height: 243px;
    bottom: -130px;
    background-size: 100% 100%;
  }
  .full-width #maintenance-secondary .secondary-tools-heading {
    max-width: 100%;
    margin-bottom: 19px;
  }
  #maintenance-secondary .secondary-tools {
    max-width: 970px;
  }
  .full-width .ma-subtitle {
    margin-bottom: 20px;
  }
  .full-width .maintenance-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .full-width .ma-image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .full-width ul.ma-points {
    max-width: 863px;
    width: 100%;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .full-width .ma-points li {
    margin: 0px;
  }
  .ma-points li:before {
    width: 38px;
    top: -2px;
  }
}

/* --- Start Affiliations --- */
@media all and (min-width: 801px) {
  #affiliations-block {
    padding-bottom: 64px;
  }
  #affiliations-block .affiliations-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #affiliations-block .affiliations-wrapper picture img {
    max-height: 100px !important;
  }
  #affiliations-block .affiliations-wrapper picture {
    max-width: 100%;
    flex: 1;
    max-height: initial;
    width: 100%;
  }
}

/* --- BEGIN FOOTER --- */

@media all and (min-width: 801px) {
  #container-footer .main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 42px;
    padding-bottom: 38px;
    gap: 20px;
  }
  #container-footer .main-footer > div {
    width: 33.33%;
  }
  .footer-left p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 9px;
  }
  .footer-left .footer-phone {
    margin-top: 20px;
  }
  .footer-center {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-center .payment-link {
    margin-bottom: 9px;
  }
  .business-hours {
    margin-bottom: 0;
  }
  .footer-logo {
    margin-bottom: 0;
    max-width: 404px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-logo img {
    max-width: 100%;
  }
  #container-footer .footer-phone a {
    text-decoration: none;
  }
  #container-footer .footer-phone a:hover {
    text-decoration: underline;
  }
  .footer-center .hiring-text {
    margin-bottom: 9px;
  }
  .license {
    font-size: 16px;
    margin-bottom: 0;
  }
  .copyright {
    margin-bottom: 9px;
    font-size: 16px;
    max-width: 100%;
  }
  .social-networking li a {
    height: 43px;
    width: 43px;
  }
  /* Newsletter heading to the left instead of stacked  */
  #newsletter-signup {
    padding: 53px 0px 0px;
  }
  #newsletter-signup .secondary-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
  #newsletter-signup .secondary-tools-heading {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
    flex: 0 0 auto;
  }
  #newsletter-signup form {
    margin: 0;
  }
  #newsletter-signup form {
    max-width: 550px;
  }
  #newsletter-signup > .width-limiter {
    max-width: 776px;
  }
  #newsletter-signup #list-response-form-7-item-3 {
    padding-left: 20px;
    width: 98%;
  }

  .social-networking {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .social-networking ul {
    gap: 0;
  }
  .social-networking li {
    margin-left: 5px;
  }
  .footer-right {
    margin-top: 7px;
  }
  .mahalo-division {
    padding: 16px 0;
  }
  #container-footer-navigation {
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 35px;
  }
  #footer-navigation ul {
    margin: 0px 0 18px;
  }
  p.imarket-link {
    flex-direction: row;
    justify-content: center;
    font-size: 16px;
    line-height: 28px;
  }
  p.imarket-link a {
    margin: 0;
  }
}
@media all and (min-width: 801px) and (max-width: 1025px) {
  #container-footer .ims-grecaptcha-badge,
  #container-footer .ims-rc-anchor-invisible {
    width: 250px;
  }
  #container-footer .ims-rc-anchor-invisible-text {
    white-space: normal;
    line-height: 11px;
    text-align: left;
    padding-left: 10px;
  }
  .footer-left .footer-phone a {
    font-size: 28px;
    line-height: 36px;
  }
  .footer-left .footer-phone a img {
    width: 28px;
    height: 28px;
  }
  #newsletter-signup .secondary-tools {
    flex-direction: column;
  }
}

/* --- END FOOTER --- */

/* --- PROJECTS PAGES --- */

@media (min-width: 801px) {
  .project-col-left {
    width: calc(100% - 350px);
    padding-right: 45px;
    width: 60%;
  }
  .project-col-right {
    width: 350px;
    width: 40%;
  }
  .project-col-left,
  .project-col-right {
    display: inline-block;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .project-col-left {
    width: calc(100% - 420px);
    width: 66%;
  }
  .project-col-right {
    width: 420px;
    width: 34%;
  }
}

/* --- Project Grid View --- */

@media all and (min-width: 801px) {
  .projects-grid > div:nth-child(3n) {
    /* padding-right: 0px; */
    /* margin-right: 0px; */
  }
  .projects-grid > div:nth-child(3n + 1) {
    /* padding-left: 0; */
    /* margin-left: 0; */
  }
}

/* --- PRODUCTS PAGES --- */

/* Products Grid */
@media all and (min-width: 801px) {
  .products-grid > div:nth-child(3n) {
    /* padding-right: 0px; */
    /* margin-right: 0px; */
  }
  .products-grid > div:nth-child(3n + 1) {
    /* padding-left: 0; */
    /* margin-left: 0; */
  }
}

/* --- End Products Landing --- */

/* --- Product Details View --- */

@media (min-width: 801px) {
  .product-col-left {
    width: calc(100% - 350px);
    padding-right: 45px;
    width: 60%;
  }
  .product-col-right {
    width: 350px;
    width: 40%;
  }
  .product-col-left,
  .product-col-right {
    display: inline-block;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .product-col-left {
    width: calc(100% - 420px);
    width: 66%;
  }
  .product-col-right {
    width: 420px;
    width: 34%;
  }
}

/* --- Advanced Maintenance Page responsive.css --- */
@media all and (min-width: 660px) {
  #maintenance-service-plans .service-plans-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 620px;
    margin: 0 auto;
  }
  #maintenance-service-plans .service-plans-outer .service-plan {
    margin: 0 10px 25px 10px;
    width: calc(50% - 10px);
  }
  #maintenance-service-plans .service-plans-outer .service-plan:nth-child(odd) {
    margin-left: 0;
  }
  #maintenance-service-plans .service-plans-outer .service-plan:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (min-width: 801px) {
  #maintenance-plan .top-content-upper .width-limiter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  #maintenance-plan .top-content-upper .top-content-left {
    max-width: 934px;
    text-align: left;
    padding-right: 0;
    margin: 0 auto;
  }
  #maintenance-plan .top-content-upper .top-content-right {
    width: 44%;
    display: none;
  }
  #maintenance-plan .top-content-upper h1 {
    margin-bottom: 30px;
    margin-top: 14px;
  }
  #maintenance-plan .top-content-upper p {
    margin-bottom: 30px;
  }
  #maintenance-plan .top-content-upper ul {
    padding-left: 25px;
  }
  #maintenance-plan .top-content-upper ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .webp #maintenance-plan #content-wrap .top-content-upper::after {
    background-image: url(/assets/templates/main/images/other/image-maintenance-wave.webp);
  }
  
  .no-webp #maintenance-plan #content-wrap .top-content-upper::after {
    background-image: url(/assets/templates/main/images/other/image-maintenance-wave.png);
  }
  #maintenance-plan #content-wrap .top-content-upper::after {
    height: 242px;
    bottom: -150px;
  }
  #maintenance-plan #content-wrap .top-content-upper {
    padding-bottom: 109px;
  }
  #maintenance-steps .maintenance-steps-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 848px;
    width: 100%;
    margin: 0 auto;
  }
  #maintenance-steps .maintenance-step {
    margin-bottom: 0;
    flex: 1;
  }
  #maintenance-plan #maintenance-steps {
    padding: 25px 0 90px;
  }
  #maintenance-steps .maintenance-step p {
    margin-bottom: 0;
  }
  #maintenance-main-content .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #maintenance-main-content .content-left {
    position: relative;
    padding: 42px 43px 43px;
  }
  #maintenance-main-content .cta-button,
  #maintenance #site-modal {
    display: none;
  }
  #maintenance-main-content #maintenance-form {
    display: block;
    max-width: 614px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    background-color: #3b3b3b;
    padding: 73px 32px 70px 36px;
  }

  #maintenance-main-content #maintenance-form .width-limiter {
    width: 100%;
  }
  #maintenance-main-content .content-left h2,
  #maintenance-main-content .content-left h3 {
    text-align: left;
  }
  #maintenance-main-content .content-left .h3 {
    margin-top: 25px;
  }

  #maintenance-main-content #maintenance-form .mf-title.secondary-tools-heading {
    font-size: 45px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 17px;
  }
  #maintenance-main-content #maintenance-form .mf-subtitle.h4 {
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    color: #fff;
    margin-bottom: 19px;
  }
  #maintenance-main-content #maintenance-form .secondary-tools li {
    padding: 6px 0 2px;
  }
  #maintenance-main-content .content-left ul li {
    margin-bottom: 13px;
  }
  #maintenance-main-content .content-left ul li span {
    font-size: 24px;
    line-height: 30px;
  }
  /* #maintenance-main-content .content-left ul li:nth-child(even):not(:last-child) {
    margin-bottom: 50px;
  } */
  #membership-perks {
    padding: 222px 0 44px;
  }

  #membership-perks .width-limiter {
    display: flex;
    gap: 68px;
  }
  #membership-perks .perk-image {
    max-width: 462px;
    height: 502px;
  }
  #membership-perks .perk-content .h1 {
    margin-top: 0;
  }
  #membership-perks .perk-content ul li {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
    padding-left: 36px;
  }
  #maintenance-plan #affiliations-block-tc {
    padding-bottom: 62px;
  }
  #maintenance-plan #affiliations-block-tc .affiliations-wrapper {
    justify-content: space-between;
  }
  #maintenance-plan #affiliations-block-tc .affiliations-wrapper picture {
    max-height: 194px;
  }
  #maintenance-plan #affiliations-block-tc .affiliations-wrapper picture img {
    max-height: inherit;
  }
  #maintenance-cta {
    padding: 37px 0 61px;
  }
  #maintenance-cta .h4:last-of-type {
    margin-top: 18px;
  }
  #maintenance-cta p {
    margin-top: 15px;
    margin-bottom: 18px;
  }
  #maintenance-cta .button-wrapper {
    gap: 92px;
  }
}
@media all and (min-width: 1290px) {
  #maintenance-service-plans .service-plans-outer {
    max-width: 100%;
  }
  #maintenance-service-plans .service-plans-outer .service-plan,
  #maintenance-service-plans .width-limiter .service-plans-outer .service-plan:nth-child(2n),
  #maintenance-service-plans .width-limiter .service-plans-outer .service-plan:nth-child(2n + 1) {
    width: calc(25% - 20px);
    margin: 0 20px 0 0;
  }
  #maintenance-service-plans .width-limiter .service-plans-outer .service-plan:first-of-type {
    margin-left: 0;
  }
  #maintenance-service-plans .width-limiter .service-plans-outer .service-plan:last-of-type {
    margin-right: 0;
  }
}

/* Advanced Careers page styles */
/* CODELIBENTRY_ENTRY: 4 */
@media all and (min-width: 801px) {
  .careers-top-content {
    padding: 52px 0 66px;
  }
  .careers-top-content #breadcrumbs-container {
    padding: 0px 0 14px;
  }
  .careers-top-content h1 {
    margin-bottom: 18px;
  }
  .careers-ctas {
    gap: 42px;
  }
  #careers-featured-content .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #careers-about {
    padding: 70px 0 63px;
  }
  #careers-about .width-limiter {
    flex-direction: row;
  }
  #careers-about .width-limiter .about-image {
    flex: 1 0 50%;
  }
  #careers-about .about-content h2.h1 {
    margin-bottom: 16px;
  }
  #careers-about .about-content p {
    margin-bottom: 28px;
    text-align: left;
  }
  #careers-about .about-content p.view-all {
    margin-bottom: 0;
  }
  #careers-featured-content {
    padding: 50px 0 68px;
  }
  #careers-featured-content .width-limiter > div:first-of-type {
    width: 51%;
    padding-right: 63px;
    text-align: left;
  }
  #careers-featured-content h2.h1 {
    margin-bottom: 15px;
  }
  #careers-featured-content .width-limiter > div:last-of-type {
    width: 48%;
  }
  #careers-featured-content .width-limiter p {
    margin-bottom: 29px;
  }
  #careers-featured-content .width-limiter p:last-child {
    margin-bottom: 0;
  }

  #careers-benefits .careers-benefits-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #careers-benefits .h1 {
    margin-bottom: 48px;
  }
  #careers-benefits ul {
    max-width: 1109px;
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 59px;
    row-gap: 11px;
  }
  #careers-benefits li {
    font-style: italic;
    width: calc(45% - 10px);
  }
  #careers-benefits .careers-benefits-inner > div {
    width: 50%;
  }
  #careers-benefits .careers-benefit-content {
    width: calc(100% - 87px);
  }
  #current-openings {
    padding: 70px 0 74px;
  }
  #current-openings .h1 {
    margin-bottom: 24px;
  }
  #current-openings .opening-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  #current-openings .opening-outer:last-of-type {
    border-bottom: none;
  }
  #current-openings .opening-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    padding-right: 20px;
    margin: 0;
  }
  #current-openings .apply-now {
    margin-bottom: 0;
    max-width: 185px;
    margin-left: 30px;
    flex: 0 0 auto;
  }
  #current-openings .view-all {
    max-width: 170px;
    width: 100%;
    max-height: 53px;
    line-height: 32px;
    flex: 0 0 auto;
  }
  #current-openings .view-all a {
    max-height: 53px;
    max-width: 100%;
    margin: 0;
  }
  #careers-cta-box {
    border-radius: 15px;
    margin-bottom: 20px;
    padding-bottom: 48px;
}
  #careers-company-overview {
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}

@media all and (min-width: 1024px) {
  #careers-about .width-limiter .about-image {
    flex: 0 0 auto;
  }
  #careers-benefits li {
    font-size: 24px;
    line-height: 30px;
  }
  #current-openings .view-all {
    max-width: 247px;
  }
  #current-openings .apply-now {
    max-width: 246px;
  }
}
@media all and (min-width: 801px) {
  .webp .commercial-page #maintenance-secondary::after,
  .no-webp .commercial-page #maintenance-secondary::after {
    background-image: url(/assets/templates/main/images/commercial/image-maintenance-wave.webp);
  }
}