/*
-----------------------------------------------
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.5em;}
  h2,.h2 {font-size: 3em;}
  h3,.h3 {font-size: 2.5em;}
  h4,.h4 {font-size: 2em;}
  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: 4em;}
  h2,.h2 {font-size: 3.2em;}
  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;}
}
  
@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);
  }
}
  
/* 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: 19.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%;
  }
}

@media all and (min-width: 801px) {
  .webp .bg-blue {
    background-image: url("/assets/templates/main/images/backgrounds/bg-subpage.webp");
  }
  .no-webp .bg-blue {
    background-image: url("/assets/templates/main/images/backgrounds/bg-subpage.jpg");
  }
  
  #full-top-content h1 {
    margin-top: 30px;
  }
  
  #top-content {
    padding-top: 40px;
  }
}

/* responsive.css */
@media all and (min-width: 801px) {
  .full-width #mini-form-cta .width-limiter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .full-width #mini-form-cta span {
    font-size: 3.6em;
  }
  .full-width #mini-form-cta span,
  .full-width #mini-form-cta .cta-button {
    margin-right: 30px;
    margin-top: 20px;
  }
  .full-width #mini-form-cta .cta-phone {
    margin-bottom: 20px;
    margin-right: 0;
  }
  #mini-form-cta .cta-phone a {
    text-decoration: none;
  }
}
  
/* 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;
  }
}

/* --- GENERAL UTILITY ------------------------------------------------------ */
/* --- 404 PAGE ------------------------------------------------------------- */

/*----- LAYOUTS - 404 PAGE ----- */

@media all and (min-width: 801px) {
  #page-not-found #top-content p {
    font-size: 2em;
  }
}

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

/* CODELIBENTRY_ENTRY: 6 */
@media all and (min-width: 801px) {
  #fixed-masthead {
    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;
  }
  #fixed-masthead #fixed-masthead-left,
  #fixed-masthead #fixed-masthead-right {
    width: 20%;
  }
}

@media all and (min-width: 1101px) {
  #fixed-masthead #fixed-masthead-center {
    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;
  }
  #fixed-masthead #fixed-masthead-left-center,
  #fixed-masthead #fixed-masthead-right-center {
    width: 50%;
  }
  #fixed-masthead #fixed-masthead-center .tagline {
    margin-bottom: 0;
  }
}

@media all and (min-width: 1280px) {
    #fixed-masthead #fixed-masthead-left,
  #fixed-masthead #fixed-masthead-right {
    width: 18%;
  }
}

@media all and (min-width: 801px) {
  #container-fixed-masthead {
    display: block;
    position: fixed;
    top: -300px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    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: 10px 0;
  }

  #masthead .masthead-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 0;
  }
  #masthead .masthead-center {
    width: 42%;
  }
  #masthead .masthead-left,
  #masthead .masthead-right {
    width: 29%;
  }
  .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;
    box-shadow: none;
    height: auto;
    z-index: initial;
    border: none;
  }
  .mobile-phone {
    width: 100%;
    display: block;
  }
  #masthead .masthead-links p {
    margin-bottom: 0;
    font-size: 1.6em;
    font-style: italic;
  }
}
@media all and (min-width: 801px) and (max-width: 1025px) {
  .phone-number {
    font-size:3em;
  }
  #fixed-masthead .phone-number {
    font-size: 2.1em;
  }
}
@media all and (min-width: 1025px) {
  #masthead .masthead-inner > div {
    width: 33.33%;
  }
  #masthead .logo {
    margin-left: 0;
  }
  #masthead .masthead-right,
  #masthead .phone-number {
    text-align: right;
  }
  #masthead .masthead-right .phone-text {
    margin-right: 60px;
  }
  .phone-number {
    font-size:4.2em;
  }
  #fixed-masthead .phone-number {
    font-size: 3em;
  }
  #fixed-masthead .phone-text {
    font-style: italic;
    margin-right: 15px;
  }
}

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

@media all and (min-width: 571px) {
  #primary-navigation .phone-number {
    font-size: 4em;
  }
}

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

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- 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 {
    background-color: transparent;
  }

  /* Base CSS for #primary-navigation */
  #primary-navigation {
    clear: both;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    text-align: center;
    z-index:800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    background-color: #f7f8f8;
  }

  /* 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;
    transition: all 0.2s;
  }

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

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- 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: 50px;

    /* Set up font styles here */
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
  }

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

  /* Hover */
  #primary-navigation .nav-level-1 > a:hover,
  #primary-navigation .nav-level-1 > a:active {
    color: #db0632;
  }

  /* Current/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 {
    color: #db0632;
  }


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


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

  /* Add padding to make room for icon */
  #primary-navigation .nav-level-1:not(.contains-0) > a {
    padding-right: 20px; /* 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: -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;
}*/

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- 2ND-LEVEL ------------------------------------------------------------ */

  /*-- 2ND-LEVEL UL -----------------------*/
  #primary-navigation .nav-level-1 > ul {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 3px 4px 5px 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: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  #primary-navigation .nav-level-1 > ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0,0,0,0.14) 100%);
  }

  /* 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: 7px 15px;
    line-height: 1em;
    font-size: 16px;
  }

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

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

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

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- 3RD-LEVEL ------------------------------------------------------------ */

  #primary-navigation .nav-level-2 > ul {
    margin-left: 30px;
    border-left: 2px solid #d6d6d6;
  }
  
  /*-- 3RD LEVEL LINK COLORS -----------------------*/
  /* Default */
  #primary-navigation .nav-level-3 a:link,
  #primary-navigation .nav-level-3 a:visited {
    color: #222222;
  }

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

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

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- DROPDOWNS - CONTAINERS ----------------------------------------------- */

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

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- 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%;
    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-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-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    background-color: #333333;
    color: #DADADA;
  }
  .nav-level-1.active > div.expand-nav span.nav-expand {
    display: block;
    height: 40px;
    line-height: 40px;
  }
  .mobile-nav-buttons {
    display: none;
  }

  /* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
  /* --- DROPDOWNS - NAV ITEMS ------------------------------------------------ */

} /* @media all and (min-width: 801px) */
  
/* --- PRIMARY NAVIGATION (DESKTOP) ----------------------------------------- */
/* --- TWO-LINE TEXT -------------------------------------------------------- */

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

/* --- 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-wrap .width-limiter .content-left {
    padding-bottom: 75px;
  }
  .content-left {
    width: calc(100% - 350px);
    padding-right: 45px;
  }
  .content-right {
    width: 350px;
  }
  .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;    
  }
  #top-content-wrap > .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1250px;
  }
  /* 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;
  }
}

@media all and (min-width: 801px) {
  #main-container:not(.careers-main) #full-top-content .width-limiter {
    width: 100%;
  }
  
  .content-right {
    margin-top: 70px;
  }
  
  #featured-image, #featured-video {
    background-color: transparent;
    padding: 0;
    margin-bottom: 50px;
  }
  
  #promotions-secondary {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  #promotions-secondary ul {
    max-width: 272px;
    margin: 0 auto;
  }
  
  #testimonials-secondary {
    padding: 50px 0;
  }
  
  #testimonials-secondary .testimonials-inner > .testimonial:first-of-type {
    text-align: left;
  }
}

/*----------------------------------------------------------------------------*/

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

@media all and (min-width: 801px) {
  #container-footer .main-footer,
  .container-footer-bottom #container-footer-navigation .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #container-footer .main-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-footer-bottom #container-footer-navigation .width-limiter {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #container-footer-navigation {
    padding: 40px 0;
  }
  .copyright, 
  p.imarket-link {
    margin: 0; 
    font-style: italic;
    font-size: 1.6em;
  }
  #container-footer .copyright {
    text-align: left;
  }
  #container-footer p.imarket-link {
    text-align: right;
  }
  #container-footer .main-footer > div {
    width: 33.33%;
  }
  #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;
  }
  #newsletter-signup .secondary-tools-heading {
    margin-bottom: 0px;
  }
  #newsletter-signup form {
    margin-left: 20px;
  }
  .social-networking li {
    margin-left: 4px;
  }
  .social-networking li a {
    height: 40px;
    width: 40px;
  }
  #container-footer p,
  #container-footer ul li{
    font-size: 1.6em;
  }
}
@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;
  }
}
@media all and (min-width: 1201px) {
  #container-footer {
    padding-top: 90px;
  }
  #container-footer .inside-footer {
    padding-bottom: 70px;
  }
  #container-footer .main-footer {
    align-items: flex-start;
  }
  #container-footer .main-footer > div {
    width: 16.66%;
    text-align: left;
    padding: 0 20px 0 0;
  }
  #container-footer .cta-button {
    max-width: 155px;
  }
  #container-footer .main-footer > div:last-of-type {
    padding-right: 0;
  }
  #container-footer .footer-heading {
    margin-top: 0;
    margin-bottom: 24px;
  }
  #container-footer #flyup-menu li {
    padding-bottom: 8px;
  }
  #container-footer .social-networking {
    margin-top: 15px;
  }
  #container-footer .cta-button a {
    height: auto;
    line-height: 1.1;
    padding: 15px 20px;
    display: inline-block;
  }
  #container-footer .ims-grecaptcha-badge,
  #container-footer .ims-rc-anchor-invisible {
    width: 194px;
  }
  #container-footer .ims-rc-anchor-invisible-text {
    display: inline-block;
    width: 100%;
    white-space: initial;
    text-align: left;
    line-height: 1.3;
    font-size: 9px;
    padding-left: 8px;
  }
}

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

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

@media all and (min-width: 571px) and (max-width: 800px) {
  #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;
    padding: 20px 30px 25px 30px;
  }
  #service-area-search .sas-text,
  #service-area-search form {
    margin-bottom: 0;
  }
  #service-area-search .sas-text {
    margin-right: 20px;
  }
  #service-area-search form li {
    margin: 0;
  }
}

@media all and (min-width: 701px) {
  #service-areas #main-content #service-area-towns-list ul li:not(.view-all) {
    width: 25%;
  }
}

@media all and (min-width: 801px) {
  #service-area-list.secondary-tools-outer {
    padding: 50px 0;
  }
  #service-area-list.secondary-tools-outer .secondary-tools-heading {
    font-size: 4.2em;
    margin-top: 0;
  }
  #service-area-list.secondary-tools-outer div.sa-img {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
  }
  #service-area-list.secondary-tools-outer .width-limiter > div:last-of-type {
    width: 50%;
    max-width: 525px;
    padding-right: 20px;
  }
  #service-area-list ul.service-cities li {
    margin-bottom: 8px;
  }
}

@media all and (min-width: 1090px) {
  #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;
    padding: 20px 30px 25px 30px;
  }
  #service-area-search .sas-text,
  #service-area-search form {
    margin-bottom: 0;
  }
  #service-area-search .sas-text {
    margin-right: 20px;
  }
  #service-area-search form li {
    margin: 0;
  }
}

/* --- PROMOTIONS -------------------------------------------------------- */
@media all and (min-width: 801px) {
  [id^='autumn-deal'] .promotions-item .content ul {
    width: 50%;
  }
}

/* --- REVIEWS -------------------------------------------------------- */
@media all and (min-width: 801px) {
  .full-width #testimonials-secondary .testimonials-inner {
      width: 50%; 
  }
}

/* --- GET YOUR PROJECT STARTED -------------------------------------------------------- */
@media all and (min-width: 571px) {
  #get-your-project-started .secondary-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 675px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1025px) {
  #get-your-project-started .secondary-tools {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    padding: 45px 20px;
  }
  #get-your-project-started .secondary-tools::before {
    content: '';
    position: absolute;
    width: 1000px;
    height: 320px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("/assets/templates/main/images/backgrounds/bg-get-project-started.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #get-your-project-started .secondary-tools div {
    position: relative;
  }
  #get-your-project-started .secondary-tools > div:first-of-type {
    padding-right: 50px;
  }
  #get-your-project-started .gyps-subtitle {
    margin-bottom: 0;
  }
  #get-your-project-started .gyps-extra {
    font-size: 1.6em;
  }
}
@media all and (min-width: 1250px) {
  #get-your-project-started {
    padding: 95px 0 115px 0;
  }
  #get-your-project-started .width-limiter {
    display: flex;
    justify-content: center;
  }
  .webp #get-your-project-started .secondary-tools::after {
    background-image: url("/assets/templates/main/images/other/img-van.webp");
  }
  .no-webp #get-your-project-started .secondary-tools::after {
    background-image: url("/assets/templates/main/images/other/img-van.png");
  }
  #get-your-project-started .secondary-tools {
    padding-left: 100px;
    padding-right: 20px;
    max-width: 740px;
    justify-content: flex-end;
    margin: 0 0 0 360px;
    text-align: left;
  }
  #get-your-project-started .secondary-tools::after {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    width: 435px;
    height: 183px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #get-your-project-started .secondary-tools::before {
    width: 1227px;
    height: 385px;
    left: calc(50% - 120px);
  }
}
@media all and (min-width: 1280px) {
  #get-your-project-started .secondary-tools {
    margin-left: 380px;
    margin-right: 95px;
    padding-left: 80px;
    max-width: 100%;
  }
  #get-your-project-started .secondary-tools > div:first-of-type {
    max-width: 430px;
    margin-right: 50px;
    padding-right: 0;
  }
  #get-your-project-started .secondary-tools h3 {
    font-size: 4.2em;
    line-height: 54px;
  }
  #get-your-project-started .secondary-tools::before {
    left: calc(50% - 60px);
  }
}

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

@media all and (min-width: 801px) {
  #top-content-wrap::before {
    background-position: top right;
  }
}

/* CODELIBENTRY_ENTRY: 4 */

@media all and (min-width: 801px) {
  .webp #main-container.careers-main #full-top-content {
    background-image: url("/assets/templates/main/images/careers/bg-main-content.webp"),linear-gradient(to bottom, #084a98, #1c64bb);
  }
  .no-webp #main-container.careers-main #full-top-content {
    background-image: linear-gradient(to bottom, #084a98, #1c64bb), url("/assets/templates/main/images/careers/bg-main-content.png");
  }
  #main-container.careers-main #full-top-content {
    background-size: auto 100%, auto;
    background-position: right center, center;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }
  #main-container.careers-main #full-top-content .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: 1250px;
  }
  .careers-main #full-top-content .full-top-content-inner {
    width: 56%;
  }
  .careers-main #full-top-content .top-content-image {
    width: 40%;
    margin: 0;
  }
  
  #careers-benefits .careers-benefits-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #careers-benefits .careers-benefits-inner > div {
    width: 50%;
  }
  #careers-benefits .careers-benefit-content {
    width: calc(100% - 87px);
    padding-right: 20px;
  }
  #careers-affiliations {
    padding: 20px 0 40px 0;
  }

  .careers-main #home-ride-decide h2,
  .careers-main #home-ride-decide .ride-decide-content {
    max-width: 615px;
  }

  .careers-main #home-ride-decide .width-limiter:after {
    right: -119px;
  }
  
  #current-openings .opening-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }
  #current-openings .opening-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    padding-right: 20px;
    margin: 30px 0;
  }
  #current-openings .apply-now {
    margin-left: 20px;
  }
  #current-openings .opening-outer .learn-more {
    min-width: 220px;
    margin: 0 10px 0 0;
  }
  #current-openings .opening-outer .apply-now a {
    padding: 0 30px;
  }
}
@media all and (min-width: 1193px) {
  .careers-main #home-ride-decide .width-limiter:after {
    right: -20px;
    height: 95%;
  }
  #current-openings .opening-outer .learn-more {
    margin: 0 30px 0 0;
  }
}

/* Social */
@media all and (min-width:801px) {
  #container-footer .social-networking ul {
    text-align: left;
  }
  #container-footer .social-networking.gmb {
    margin-top: 5px;
  }
  .footer-phone {
    margin-bottom: 0px;
  }
}

/* About Page */
@media all and (min-width: 801px) {
  #careers-benefits.about-core-values .careers-benefits-inner {
    gap: 20px;
    flex-wrap: nowrap;
  }
}