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

  h2,
  .h2 {
    font-size: 3.3em;
  }

  h3,
  .h3 {
    font-size: 2.8em;
  }

  h4,
  .h4 {
    font-size: 2.2em;
  }

  h5,
  .h5 {
    font-size: 1.8em;
  }

  h6,
  .h6 {
    font-size: 1.7em;
  }

  p,
  li {
    font-size: 1.7em;
  }

  .cta-button a {
    font-size: 1.8em;
  }
}

@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;
    line-height: 1.555555555;
  }

  p {
    margin-bottom: 1.555555em;
  }

  .cta-button a {
    font-size: 2em;
  }
}

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

/* --- 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: 10px;
    padding-bottom: 7px;
  }

  #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;
    max-width: 1040px;
  }

  #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: 23.2%;
    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: 181px;
  }

  #masthead .masthead-top {
    padding: 8px 0;
  }

  #masthead .masthead-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    padding-top: 23px;
    padding-bottom: 20px;
  }

  #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-right-inner {
    text-align: right;
  }

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

  .mobile-fixed-footer {
    background-color: transparent;
  }

  #container-footer {
    margin-bottom: 0;
  }

  .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: 2px;
    font-size: 1.6em;
  }

  .mobile-phone .phone-number,
  #fixed-masthead .phone-number {
    font-size: 2.4em;
    position: relative;
    line-height: 1;
    top: 0px;
  }

  .mobile-phone .phone-number::before {
    content: "";
    display: inline-block;
    width: 41px;
    height: 41px;
    background: transparent url("/assets/templates/main/images/icons/icon-cta-phone.svg") no-repeat center center;
    background-size: cover;
    position: relative;
    top: 8px;
  }

  .masthead-financing {
    margin-top: 5px;
    margin-bottom: 0;
    width: 246px;
    text-align: center;
    margin-left: auto;
    line-height: 1.55555555;
  }

  #fixed-masthead .phone-number a {
    vertical-align: top;
    position: relative;
    top: 8px;
  }
}

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

  .mobile-phone .phone-number,
  #fixed-masthead .phone-number {
    font-size: 3.5em;
    top: -9px;
  }

  #fixed-masthead .phone-number {
    top: -7px;
  }

  #fixed-masthead .phone-number a {
    vertical-align: initial;
    position: relative;
    top: 0px;
  }

  #fixed-masthead .phone-number img {
    width: 41px;
    height: auto;
    position: relative;
    left: -3px;
    top: 8px;
  }

  .tagline {
    font-size: 1.8em;
  }
}

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

  /* Shadow Underneath Navigation */

  /* Base CSS for #primary-navigation */
  #primary-navigation {
    clear: both;
    margin: 0 auto;
    padding: 0px 36px;
    position: relative;
    text-align: center;
    z-index: 800;
    background: #495965;
    border-radius: 50rem;
  }

  /* 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: 65px;

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

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

  /* 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: 7px;
    background-color: #F37321;
    height: 5px;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .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: 12px;
    /* Adjust as needed */
  }

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

  /**** 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(73, 89, 101, .98);
    -webkit-box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    /*top: 50px;*/
    /* Just in case top position is wonky */
    width: 260px;
    padding-top: 6px;
    padding-bottom: 20px;
    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-8.active > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }*/

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

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

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

  /* Set Up Column Widths */

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

  /* 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-8 li.nav-level-2:nth-child(odd) {
    background-color: #005972;
  }

  #nav-8 li.nav-level-2:nth-child(even) {
    background-color: #049aa2;
  }*/

  /* --- STYLE 2ND-LEVEL FLEXBOX COLUMN TITLES --- */
  /*#nav-8 .nav-level-2 > a {
    border-bottom: 4px solid #49becc;
    padding-top: 8px; 
    padding-bottom: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  }*/


  /* --- 2ND-LEVEL A --- */
  .nav-level-2 a {
    padding: 5px 26px;
  }

  /*.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: #fff;
  }

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

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

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

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

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

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

  /* Push 3rd level nav left with line for non-mega menu */
  #primary-navigation li.nav-level-1

  /*:not(#nav-8)*/
  .nav-level-3 {
    margin-left: 15px;
    border-left: 1px solid #034ea2;
  }

  /* 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: #0079bd;
    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;
    display: none !important;
  }

  /* Standard Button Position */
  .nav-level-1.active.center-position>div.expand-nav {
    left: 210px;
  }

  /* 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) */

@media all and (min-width:1101px) {
  #primary-navigation ul li.nav-level-1>a::before {
    bottom: 12px;
  }
}

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

/* Two-Line Text */
@media all and (min-width: 801px) and (max-width: 1100px) {
  #primary-navigation {
    padding: 0px 20px;
  }

  #primary-navigation .nav-level-1>a {
    font-size: 11px;
    height: 45px;
  }
}

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

/* --- LAYOUTS - SUBPAGE CONTENT STRUCTURE --- */
/* Smaller Desktop */
@media all and (min-width: 801px) {

  .content-left,
  .content-right {
    display: inline-block;
    max-width: 100%;
  }

  .content-left {
    width: calc(100% - 350px);
    padding-right: 20px;
  }

  #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;
  }
}

/* Wider Desktop / DesignDemo Size */
@media all and (min-width: 1025px) {
  .content-left {
    width: calc(100% - 510px);
  }

  .content-right {
    width: 510px;
  }
}

/* --- 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) {
  .webp #cmpgn-st {
    background-image: url(/assets/templates/main/images/backgrounds/bg-maintenance.webp);
  }
  
  .no-webp #cmpgn-st {
    background-image: url(/assets/templates/main/images/backgrounds/bg-maintenance.jpg);
  }
  #cmpgn-st {
    padding: 20px 0;
  }
}

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

@media all and (min-width: 801px) {
  .full-width #mini-form-cta {
    padding: 58px 0 55px;
  }

  .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: 2.4em;
  }

  .full-width #mini-form-cta img {
    height: 46px;
    width: 46px;
    margin-right: 15px;
  }

  #mini-form-cta .cta-phone a {
    text-decoration: none;
  }
}

@media all and (min-width: 1101px) {
  .full-width #mini-form-cta .width-limiter {
    gap: 28px;
  }

  .full-width #mini-form-cta .width-limiter>span {
    font-size: 3.6em;
  }
}

/* --- SECONDARY CONTENT - PROMOTIONS --- */
@media all and (min-width: 801px) {
  .full-width #promotions-secondary {
    padding-bottom: 82px;
  }

  .full-width #promotions-secondary .secondary-tools-heading {
    margin-bottom: 40px;
  }

  .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: 35px;
    padding-left: 28px;
    padding-right: 0px;
  }

  .full-width #promotions-secondary .promotions li {
    width: 33.333333%;
    margin: 0 5px;
  }


  .full-width #promotions-secondary .view-all {
    margin-top: 37px;
  }

  #promotions-secondary li a {
    padding: 24px 10px 17px 43px;
  }

  .sidebar-right #promotions-secondary .promotions {
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
  }

  #promotions-secondary .view-all {
    margin-top: 18px;
  }
}

@media all and (min-width: 1025px) {
  .full-width #promotions-secondary .promotions {
    gap: 58px;
    padding-left: 52px;
    padding-right: 16px;
  }
}

@media all and (min-width: 1321px) {
  .full-width #promotions-secondary .secondary-tools li a .promo-image {
    left: -40px;
  }
}

/* --- PROMOTIONS - Landing Page --- */
@media all and (min-width: 801px) {
  #promotions .promotions-top {
    padding-top: 57px;
    padding-bottom: 63px;
  }

  #promotions .promotions-top h1 {
    margin-top: 24px;
  }
  .webp #promotions #content-wrap {
    background-image: url("/assets/templates/main/images/backgrounds/bg-promos-page.webp");
  }
  
  .no-webp #promotions #content-wrap {
    background-image: url("/assets/templates/main/images/backgrounds/bg-promos-page.jpg");
  }
  #promotions #content-wrap {
    padding-top: 72px;
  }

  #promotions #content-wrap .width-limiter {
    padding-bottom: 0;
  }

  #promotions #content-wrap .content-left {
    padding-bottom: 70px;
  }

  h2.content-title {
    margin-bottom: 44px;
  }

  .promotions-item {
    margin-bottom: 31px;
    margin-top: 0;
    margin-left: 88px;
    margin-right: 0px;
  }

  .promotions-item .promotions-inner {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px 30px 30px 0px;
    align-items: center;
  }

  #promotions .promo-image:empty {
    height: 234px;
    margin: 0;
    width: 234px;
    min-width: 234px;
    margin-left: -90px;
  }


  .promotions-item .promo-image {
    width: 234px;
    min-width: 234px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


  .promotions-item h2 {
    text-align: left;
    font-size: 3.0em;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
  }

  #promotions .content {
    text-align: left;
  }

  .promotions-item .coupon-footer {
    margin-bottom: 22px;
  }

  .promotions-item .promo-cta-buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    flex-direction: row-reverse;
  }
}

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

  .promotions-item .promotions-inner {
    gap: 85px;
    padding: 40px 100px 32px 0px;
  }

  .promotions-item {
    margin-bottom: 31px;
    margin-top: 0;
    margin-left: 138px;
    margin-right: 50px;
  }

  .promotions-item .promo-cta-buttons {
    gap: 45px;
  }
}

/* --- PROMOTIONS - Details Page --- */
@media all and (min-width: 801px) {
  #details .promotions-top {
    height: 234px;
  }

  #details .promotions-item {
    margin-bottom: 0;
    margin-top: -120px;
    margin-left: 0;
    margin-right: 0;
  }

  #details .promotions-item .promo-image {
    margin-top: 0;
  }
  .webp #details #content-wrap.promotions-content {
    background-image: url("/assets/templates/main/images/backgrounds/bg-promos-page-mobile.webp");
  }
  
  .no-webp #details #content-wrap {
    background-image: url("/assets/templates/main/images/backgrounds/bg-promos-page-mobile.jpg");
  }
  #details #content-wrap {
    padding-top: 0;
  }


  #details .promotions-item .promotion-item-inner {
    gap: 7.8125vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 68px 8.333333333333333vw 70px 81px;
    align-items: center;
    text-align: left;
  }

  #details h1 {
    text-align: left;
    font-size: 3.0em;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 23px;
    position: relative;
    top: 4px;
  }

  #details .full-width #mini-form-cta {
    padding: 54px 0 54px;
  }

  #details #content-wrap>.width-limiter:not(.top-content-upper) {
    padding-bottom: 70px;
  }
}

/* @media all and (min-width: 1025px) {
  #details .promotions-item .promotion-item-inner {
    padding: 55px 85px 30px;
    gap: 50px;
  }
} */

/* --- SECONDARY CONTENT - REVIEWS --- */
@media all and (min-width: 801px) {
  #testimonials-secondary {
    padding-top: 77px;
  }

  .sidebar-right #testimonials-secondary {
    padding-bottom: 25px;
    padding-top: 35px;
  }

  .sidebar-right #testimonials-secondary .width-limiter {
    width: 100%;
  }

  #testimonials-secondary .secondary-tools-heading {
    margin-bottom: 36px;
    max-width: 644px;
    margin-left: auto;
    margin-right: auto;
  }

  #maintenance-plan #testimonials-secondary .secondary-tools-heading {
    max-width: 964px;
  }

  .sidebar-right #testimonials-secondary .secondary-tools-heading {
    margin-bottom: 27px;
  }

  #testimonials-secondary .testimonials-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 27px;
  }

  .testimonial.st-review {
    padding: 46px 17px 49px;
    width: calc(33.33333333% - 13px);
  }

  .sidebar-right .testimonial.st-review {
    width: 100%;
    max-width: 404px;
    margin-left: auto;
    margin-right: auto;
  }

  .review-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .sidebar-right .review-buttons {
    gap: 13px;
    flex-direction: column;
  }

  .leave-review {
    width: auto;
    margin-top: 0;
  }
}



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

@media all and (min-width: 801px) {
  .webp #service-area-list {
    background-image: url("/assets/templates/main/images/backgrounds/bg-service-areas.webp");
  }
  
  .no-webp #service-area-list {
    background-image: url("/assets/templates/main/images/backgrounds/bg-service-areas.jpg");
  }
  #service-area-list {
    padding-bottom: 68px;
  }

  .full-width .service-area-top {
    padding-top: 70px;
  }


  .full-width #service-area-list .sa-title {
    max-width: 100%;
    margin-bottom: 39px;
    margin-top: 3px;
  }

  .full-width #service-area-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 670px;
    padding: 17px 60px 17px 50px;
    gap: 28px;
  }

  .full-width #service-area-search-form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  #service-area-search #zip_code {
    max-width: 184px;
    padding-left: 12px;
    font-size: 16px;
  }

  .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: 37px;
    padding-bottom: 0;
  }

  .full-width #service-area-list .sa-city-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Service Area Page */
  #service-areas #main-content #service-area-towns-list ul li:not(.view-all) {
    width: 25%;
  }

  #service-area-list .view-all {
    margin-top: 36px;
  }
}

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

@media all and (min-width: 801px) {
  .webp .maintenance-promo {
    background-image: url("/assets/templates/main/images/backgrounds/bg-maintenance.webp");
  }
  .no-webp .maintenance-promo {
    background-image: url("/assets/templates/main/images/backgrounds/bg-maintenance.jpg");
  }
  .webp .sidebar-right .maintenance-promo {
    background-image: url("/assets/templates/main/images/backgrounds/bg-sidebar-maintenance.webp");
  }
  
  .no-webp .sidebar-right .maintenance-promo {
    background-image: url("/assets/templates/main/images/backgrounds/bg-sidebar-maintenance.jpg");
  }
  .sidebar-right .maintenance-promo {
    border-radius: 34px;
  }

  .full-width #maintenance-secondary {
    padding-top: 90px;
    padding-bottom: 105px;
  }

  .full-width #maintenance-secondary .secondary-tools-heading {
    max-width: 100%;
  }

  .sidebar-right #maintenance-secondary .secondary-tools-heading {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .sidebar-right #maintenance-secondary .ma-subtitle {
    font-size: 2.0em;
    line-height: 1.3;
    font-weight: 500;
    padding: 0px 30px;
  }

  .full-width .ma-subtitle {
    margin-bottom: 30px;
    max-width: 921px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
  }

  .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;
    padding: 0;
    gap: 51px;
    justify-content: center;
  }

  .full-width .ma-image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0;
    width: 202px;
  }

  .ma-image img {
    max-width: 202px;
    height: auto;

  }

  .sidebar-right .ma-image {
    margin-bottom: 4px;
  }

  .sidebar-right .ma-image img {
    max-width: 143px;
  }

  .full-width ul.ma-points {
    width: 210px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    flex: 0 0 auto;
  }

  .full-width .ma-points li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 34px;
  }

  .ma-points li:before {
    left: 0;
  }

  .full-width .ma-points li:last-child {
    padding-bottom: 0;
  }

  #maintenance-secondary .view-all {
    margin-top: 27px;
  }

  .sidebar-right .ma-points li {
    font-size: 1.6em;
    line-height: 1.75em;
  }

  .sidebar-right .ma-points li:before {
    left: 12px;
  }

  .sidebar-right #maintenance-secondary .view-all {
    margin-top: -7px;
  }
}

@media all and (min-width: 1025px) {
  .full-width ul.ma-points {
    width: 365px;
    min-width: 365px;
  }
}

/* --- Start Affiliations --- */
@media all and (min-width: 801px) {
  #affiliations-block {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }

  #affiliations-block .affiliations-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 30px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(1) img {
    height: 119px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(2) img {
    height: 73px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(3) img,
  #affiliations-block .affiliations-wrapper a:nth-child(3) picture img {
    height: 65px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(4) img {
    height: 90px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(5) img {
    height: 107px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(6) img {
    height: 68px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(7) img {
    height: 93px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(8) img {
    height: 79px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(9) img {
    height: 100px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(10) img {
    height: 51px;
  }

  #affiliations-block .affiliations-wrapper picture:nth-child(11) img {
    height: 93px;
  }
}

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

@media all and (min-width: 801px) {
  #container-footer .main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 22px;
    padding-bottom: 46px;
    justify-content: space-between;
    max-width: 100%;
  }

  .footer-phone {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .footer-phone a {
    font-size: 35px;
  }

  #container-footer .main-footer>div {
    width: 32%;
  }

  .footer-center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .business-hours {
    margin-bottom: 0;
  }

  .footer-logo {
    margin-bottom: 0px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  #container-footer .footer-phone a {
    text-decoration: none;
  }

  .copyright {
    margin-bottom: 17px;
    font-size: 1.6em;
    line-height: 20px;
    padding: 0px 40px;
    text-transform: capitalize;
  }

  /* Newsletter heading to the left instead of stacked 
  #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: 20px;
  }
  #newsletter-signup .secondary-tools-heading {
    margin-bottom: 0px;
  }
  #newsletter-signup form {
    margin: 0;
  }*/
  #newsletter-signup form {
    max-width: 550px;
  }

  .social-networking {
    margin-top: 18px;
  }

  .social-networking ul {
    gap: 5px;
  }

  .social-networking li {
    margin-left: 0px;
  }

  .social-networking li a {
    height: 42px;
    width: 43px;
  }

  .footer-tagline {
    font-size: 2.1em;
    line-height: 1.19047619047619;
    margin-bottom: 15px;
    margin-top: 21px;
    max-width: 100%;
  }

  p.main-office {
    margin-bottom: -8px;
    font-size: 1.6em;
    line-height: 1.75;
  }

  .footer-center .address {
    margin-bottom: 14px;
    font-size: 1.6em;
    line-height: 1.75;
  }

  #container-footer-navigation {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  #footer-navigation ul {
    margin: 0 0 13px;
  }

  #footer-navigation ul li:not(:first-of-type)::before {
    padding: 0 5px;
  }

  p.imarket-link {
    flex-direction: row;
    justify-content: center;
    font-size: 1.6em;
    line-height: 1.75em;
  }

  p.imarket-link a {
    margin: 0;
    font-weight: normal;
  }

  .footer-customer-portal {
    margin-bottom: 17px;
  }
}

@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;
  }

  .copyright {
    padding: 0px;
  }

  .footer-tagline {
    margin-top: 0;
  }

  .footer-phone a {
    font-size: 24px;
  }
}

/* --- 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: 801px) {
  #maintenance-plan .top-content-upper .width-limiter {
    gap: 42px;
    max-width: 1080px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  #maintenance-plan .top-content-upper .top-content-left {
    width: 63%;
    text-align: left;
    padding-right: 0px;
  }

  #maintenance-plan .top-content-upper .top-content-right {
    width: 320px;
    flex: 0 0 auto;
  }

  #maintenance-steps {
    padding: 82px 0 71px 0;
  }

  #maintenance-steps .maintenance-steps-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px;
  }

  #maintenance-steps .maintenance-step {
    width: 33.33%;
    margin-bottom: 0;
  }

  .webp #maintenance-main-content {
    background-image: url("/assets/templates/main/images/backgrounds/bg-top-content.webp");
  }
  
  .no-webp #maintenance-main-content {
    background-image: url("/assets/templates/main/images/backgrounds/bg-top-content.jpg");
  }

  #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 {
    width: 50.8%;
    flex: 0 0 auto;
    position: relative;
    padding: 40px 30px;
  }

  #maintenance-plan .top-content-upper {
    padding-top: 80px !important;
    padding-bottom: 72px;
  }

  #maintenance-main-content .cta-button,
  #maintenance #site-modal {
    display: none;
  }

  #maintenance-main-content #maintenance-form {
    display: block;
    width: 49.2%;
    height: auto;
    background-color: #1C2B39;
    padding: 50px 30px;
  }

  #maintenance-main-content #maintenance-form .width-limiter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }


  #maintenance-form .secondary-tools-heading,
  #maintenance-main-content .content-left h2 {
    font-size: 3.6em;
    line-height: 1.2;
  }


  #maintenance-service-plans .service-plan {
    width: calc(33.33333% - 12px);
  }

  #maintenance-service-plans {
    padding-top: 78px;
    padding-bottom: 100px;
  }



  #maintenance-cta {
    padding: 59px 0 52px;
  }

  #maintenance-steps .maintenance-step h3 {
    font-size: 2.4em;
  }

  #maintenance-cta .button-wrapper {
    flex-direction: row;
    gap: 49px;
  }

  #maintenance-cta .button-wrapper a {
    min-width: initial;
  }
}

@media all and (min-width: 1290px) {
  #maintenance-service-plans .service-plans-outer {
    max-width: 100%;

  }

  #maintenance-service-plans .service-plan {
    width: calc(25% - 12px);
  }

  #maintenance-steps .maintenance-step h3 {
    font-size: 3em;
    line-height: 1.2;
  }



  #maintenance-form .secondary-tools-heading,
  #maintenance-main-content .content-left h2 {
    font-size: 4.5em;
    line-height: 1.2;
  }

  #maintenance-main-content #maintenance-form {
    padding: 89px 36px 76px;
  }

  #maintenance-main-content .content-left {
    padding: 45px 41px 47px 41px;
  }

  #maintenance-form .mf-subtitle {
    padding: 0;
  }
}

@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(40% - 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-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(50% - 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;
  }
  #maintenance-main-content #maintenance-form {
    margin-top: 60px;
  }
}


@media all and (min-width: 801px) {
  .careers-top-content {
    padding-bottom: 68px;
  }

  .careers-top-content #breadcrumbs-container+h1 {
    font-size: 5.5em;
  }

  .careers-ctas {
    gap: 33px;
  }
  .webp #careers-featured-content {
    background-image: url("/assets/templates/main/images/backgrounds/bg-top-content.webp");
  }
  
  .no-webp #careers-featured-content {
    background-image: url("/assets/templates/main/images/backgrounds/bg-top-content.jpg");
  }
  #careers-featured-content {
    padding-top: 69px;
    padding-bottom: 70px;
  }

  #careers-featured-content .width-limiter {
    gap: 0;
  }

  #careers-featured-content .width-limiter>div:first-child {
    background: #fff;
    width: 62%;
    padding: 76px 45px 67px 45px;
  }

  #careers-featured-content .width-limiter>div:last-child {
    width: calc(38% + 50px);
    margin-left: -50px;
  }

  #careers-featured-content h2 {
    font-size: 4.5em;
    line-height: 1.2;
    margin-bottom: 35px;
  }

  #careers-featured-content .h4 {
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
  }

  #careers-featured-content .careers-ctas {
    justify-content: flex-start;
    gap: 30px;
  }

  #careers-benefits .careers-benefits-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 32px;
  }

  #careers-benefits .careers-benefits-inner>div {
    width: 50%;
  }

  #careers-benefits .careers-benefits-inner>div:nth-child(2n) {
    padding-left: 12px;
  }

  #careers-benefits .careers-benefit-content {
    width: calc(100% - 87px);
  }

  #current-openings .opening-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #current-openings .opening-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    padding-right: 20px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 2.8em;
  }

  #current-openings .apply-now {
    margin-left: 20px;
  }

  #current-openings .view-all a {
    min-width: 175px;
  }

  #current-openings .opening-button a {
    min-width: 175px;
  }

  #careers-share span.h2 {
    font-size: 3.4em;
    margin-bottom: 0;
    text-align: left;
  }

  #careers-share .width-limiter {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  #current-openings .apply-now {
    margin-left: 43px;
  }

  #current-openings .view-all a {
    min-width: 216px;
  }

  #current-openings .opening-button a {
    min-width: 207px;
  }

  #current-openings .opening-title {
    font-size: 3.3em;
  }
}


/* imsLightbox Modal Forms */
@media screen and (min-width: 801px) {
  .webp #purpose .width-limiter {
    background-image: url("/assets/templates/main/images/backgrounds/bg-values.webp");
  }
  
  .no-webp #purpose .width-limiter {
    background-image: url("/assets/templates/main/images/backgrounds/bg-values.jpg");
  }
  .webp .sidebar-right #purpose .width-limiter {
    background-image: url("/assets/templates/main/images/backgrounds/bg-sidebar-value.webp");
  }
  
  .no-webp .sidebar-right #purpose .width-limiter {
    background-image: url("/assets/templates/main/images/backgrounds/bg-sidebar-value.jpg");
  }
  #purpose .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1080px;
    padding: 30px 40px 30px 40px;
    text-align: left;
    gap: 30px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .sidebar-right #purpose .width-limiter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #purpose .image-wrapper {
    margin-bottom: 0;
    width: 202px;
    flex: 0 0 auto;
  }

  #purpose h2.h1 {
    margin-bottom: 11px;
    position: relative;
    top: -1px;
  }

  #purpose p {
    font-size: 2.4em;
    line-height: 1.25;
  }
}

@media screen and (min-width: 1025px) {
  #purpose .width-limiter {

    padding: 40px 85px 33px 105px;
  }

  .sidebar-right #purpose .width-limiter {
    padding: 27px 30px 52px;
    flex-direction: column;
    margin: 0;
    width: 100%;
    text-align: center;
    gap: 20px;
  }

  .sidebar-right #purpose h2.h1 {
    margin-bottom: 16px;
    top: -1px;
    font-size: 3.6em;
    line-height: 1.166666666666667;
  }

  .sidebar-right #purpose p {
    font-size: 2.0em;
    line-height: 1.3;
  }
}

@media screen and (min-width: 801px) {
  #content-wrap .top-content-upper {
    padding-top: 36px;
  }

  #breadcrumbs-container+h1 {
    margin-top: 24px;
  }

  #content-wrap .top-content-upper h1 {
    margin-bottom: 27px;
  }
}

/* imsLightbox Modal Forms */
@media screen and (min-width: 801px) {
  .webp #careers-values .width-limiter {
    background-image: url("/assets/templates/main/images/backgrounds/bg-values.webp");
  }
  
  .no-webp #careers-values .width-limiter {
    background-image: url("/assets/templates/main/images/backgrounds/bg-values.jpg");
  }
  #careers-values .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1080px;
    padding: 30px 40px 30px 40px;
    text-align: left;
    gap: 30px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  #careers-values .image-wrapper {
    margin-bottom: 0;
    width: 230px;
    flex: 0 0 auto;
    padding-right: 32px;
  }

  #careers-values h2.h1 {
    margin-bottom: 7px;
    position: relative;
    top: -1px;
  }

}

@media screen and (min-width: 1025px) {
  #careers-values .width-limiter {
    padding: 69px 95px 60px 97px;
  }
}