:root {
    --white: #fff;
    --wtw-red: #ef3125;
    --wtw-green: #82c341;
    --wtw-bright-orange: #faa419;
    --wtw-orange: #f47320;
    --wtw-body-copy-gray: #31373c;
    --wtw-cool-gray: #f5f6fa;
    --wtw-light-cool-gray: #cbd4de;
    --wtw-medium-cool-gray: #7c92a0;
    --wtw-dark-gray: #484c55;
    --wtw-warm-gray: #c7c9c8;
    --wtw-form-disable: #f2f2f2;
    --wtw-blue: #0054a5;
    --wtw-midnight-blue: #0f1c42;
    --wtw-light-blue: #01bce9;
    --wtw-light-blue-rgb: 149,227,253;
    --wtw-medium-blue: #465aa6;
    --wtw-dark-blue: #1f3466;
    --wtw-deep-blue: #012d5c;
    --wtw-deep-blue-alt: #0f1c42;
    --wtw-light-blue-alt: #95e3fd;
    --wtw-powder-blue: #beeef9;
    --wtw-background-blue: #edf9ff;
    --wtw-spacer: 26px;
    --wtw-mobile-spacer: 17px;
    --wtw-grid-spacer: 1fr;
}
/**/
/*.button-actions {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    line-height: 2.18 !important;
    background-color: transparent;
    color: #0d6efd;
    font-weight: 700;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top: #cbd4de solid 1px;
    border-bottom: #cbd4de solid 1px;
    padding: 5px 50px 10px 50px !important;
}

    .button-actions:hover {
        background-color: var(--wtw-background-blue) !important;
    }*/

.cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999999999;
    display: none;
}

.mem-warning {
    color: #f47320;
    font-size:14px;
    text-transform:uppercase;
}

.submit-action {
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 30%;
    width: 100px;
    height: 100px;
    border-style: solid;
    border-color: #01bce9;
    border-top-color: transparent;
    border-width: 8px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.results-wrapper {
    display: flex;
}

#adBlock {
    display: none !important;
    border: none !important;
    height: 0px !important;
}

.gsc-adBlock {
    display: none !important;
    border: none !important;
    height: 0px !important;
}

.gs-result .gs-image, .gs-result .gs-promotion-image {
    vertical-align: middle;
    margin-left: -5px;
    border: 1px solid #e2e2e2;
}


#___gcse_0 {
    width: 700px;
}

.gs-snippet {
    width: 600px;
}
/*Start of Waterway CSS*/

.m-footer-rule {
    height: 0.5px;
    width: 98%;
    background: #fff;
    margin: -1px auto 5px auto;
}

.mobile-navigation {
    display: block;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 90px;
    background: #FFF;
    z-index: 99996;
    height: 70px;
}

.desktop-navigation {
    display: none;
}

.home-con-top-margin {
    margin-top: 70px;
    overflow: hidden;
}

.logo img {
    min-width: 165px;
    max-width: 165px;
    min-height: 38px;
    margin: 3px 0px 0px 10px;
}


.desktop-home {
    display: none;
}

.mobile-home {
    display: block;
}

.desktop-footer {
    display: none;
}

.mobile-navbar-col2 ul {
    list-style-type: none;
}

.mobile-navbar-col2 ul li {

    display: inline-block;
    text-align: center;



}


.cart-badge {
    font-size: 12px;
    line-height: 22px;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 100;
    top: -5px;
    right: 10px;
    background: #f47320;
    color: white;
    border-radius: 50%;
    pointer-events: none;
    margin-right: -15px;
    margin-top: 6px;
   
}

.shop-cart {
    padding-top: 10px;
    position: relative;
    padding-right: 5px;
    margin-left: 0px;

}

.mobile-nav-burger {
    background: #edf9ff;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 46px;
    height: 40px;
}




.mobile-burger-x {
    background: #edf9ff;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
}

    .mobile-burger-x:after {
        content: '';
        height: 45px;
        border-left: 4px solid #1f3466;
        position: absolute;
        transform: rotate(45deg);
        left: 30px;
        top: 10px;
    }

    .mobile-burger-x:before {
        content: '';
        height: 45px;
        border-left: 4px solid #1f3466;
        position: absolute;
        transform: rotate(-45deg);
        left: 30px;
        top: 10px;
    }



.mobile-nav-burger div {
    width: 80%;
    height: 5px;
    background-color: #1f3466;
    margin: 6px auto;
}

.sticker-mobile-home {
   text-align: left;
}

    .sticker-mobile-home img {
        max-width: 135px;
        min-width: 135px;
        z-index: 50;
        margin-left: 15px;
        margin-top: 0px;
    }

.home-hero-mobile {
    text-align: center;
}

    .home-hero-mobile img {
        max-width: 390px;
        min-width: 390px;
        margin-top: -75px;
    }


.hero-text-mobile {
    text-align: left;
    text-transform: uppercase;
    margin-top: 5px;
    margin-left: 10px;
}

.hero-style-1 {
    font-family: Hind, sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    font-size: 64px;
    letter-spacing: -1.5px;
    color: #7c92a0;
   
}

.hero-style-2 {
    font-family: Hind, sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    font-size: 64px;
    letter-spacing: -1.5px;
    color: #0054a5;

}

.hero-style-3 {
    font-family: Hind, sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    font-size: 64px;
    letter-spacing: -1.5px;
    color: #012d5c;
}

.hero-tiles-mobile {
    margin: 20px 0px 0px 0px;
}

.hero-tile-button a {
    text-align: center;
    width: 106px;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 1px 9px 1px -3.3333px #012d5c;
    background: #0054a5;
    color: #FFF;
    display: block;
   
    padding: 9px;
    border-radius: 0px 0px 5px 5px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.hero-tile-image {
    margin-bottom: 2px;
}

.hero-tile-mobile-image img {
    max-width: 106px;
    min-width: 106px;
}


.FindYourWayMobile {
    margin: 40px auto;
    width: 329px;
}



.find-mobile-teaser {
    line-height: 100px !important;
    background: #1f3466;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    height: 100px;
    color: #beeef9;
    font-family: Oswald, sans-serif;
    font-size: 34px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
}

.find-mobile-selector-wrapper {
    text-align: center;
    background: #7c92a0;
    color: #FFF;
    border-radius: 0px 0px 5px 5px;
}

.find-mobile-arrow {
    border-left: 165px solid transparent;
    border-right: 165px solid transparent;
    border-top: 15px solid #1f3466;
    margin-top: -1px;
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: 5px;
}

.find-mobile-text {
    color: white;
    font-family: Hind;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    display: block;
    margin: 12px 0px 12px 12px;
    text-align: left;
   
}

.find-mobile-selector {
    margin: 0px 10px 20px 10px;
}

.the-find-selector-mobile select {
    margin: 0px 0px 0px -12px;
    font-family: Hind, sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #012d5c;
    width: 215px;
    height: 50px;
}

.find-mobile-go input {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    color: white;
    margin: -6px 0px 0px 24px;
    padding: 6px 21px 9px;
    background: var(--wtw-blue);
    border: none;
    border-radius: 5px;
    top: 6px;
    text-decoration: none;
    position: relative;
}


.betterclean-home-mobile {
    background: #edf9ff;
   
}

.mobile-quote-betterclean {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.02px;
    color: #7c92a0;
    max-width: 360px;
    text-align: left;
    margin: 40px auto;
}

.mobile-title-betterclean {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0px 30px 40px;
    line-height: 1.23;
    letter-spacing: normal;
    color: #012d5c;
    font-family: Hind, sans-serif;
}

.mobile-text-betterclean p {
    font-family: Hind;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #484c55;
    margin: 0px 15px 20px 20px;
}

.mobile-tile-betterclean {
    text-align:center;
    margin: 0px auto;
}





.mobile-tile-betterclean .betterservice-tiles-img img {
    width: 360px;
    height: 184px;
    margin: 0px auto 25px auto;
}

.mobile-tile-betterclean .better-service-buttons {
    text-align: center;
    position: relative;
    text-align: center;
    display: flex;
}


    .mobile-tile-betterclean .better-service-buttons a {
        font-size: 28px;
        text-decoration: none;
        text-align: center;
        color: #FFF;
        box-shadow: 1px 9px 1px -3.3333px #012d5c;
        padding: 6px 9px 9px 9px;
        background: #0054a5;
        width: 300px;
        margin: 0px auto;
        border-radius: -6px 0px 5px 5px;
        font-family: Oswald, sans-serif;
        text-transform: uppercase;
        height: 53px;
        position: relative;
        margin-top: -140px;
    }

.mobile-nav-dropdown {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 580px;
    z-index: 999999;
    background: #EDF9FF;
}

.mobile-menu-button-join {
    width: 320px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.18;
    background-color: #7c92a0;
    transition: all 0.4s ease 0s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    margin: 16px auto 8px;
}
    .mobile-menu-button-join a {
    display: inline-block;
    padding: 10px 0px;
    color: #FFF !important;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.mobile-menu-button-locations {
    width: 320px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.18;
    background-color: #f47320;
    transition: all 0.4s ease 0s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    margin: 16px auto 8px;
}

    .mobile-menu-button-locations a {
        display: inline-block;
        padding: 10px 0px;
        color: #FFF !important;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }

.mobile-menu-nav-links {
    width: 320px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    line-height: 1.18;
    text-align: left;
    margin: 20px auto 0px auto;
}

    .mobile-menu-nav-links a {
        display: inline-block;
        padding: 0px 0px;
        color: #0054a5 !important;
        width: 100%;
     /*  height: 20%;*/
        font-weight: 500;
        font-family: Hind, sans-serif;
        font-size: 22px;
        text-decoration: none;
    }

    .mobile-submenu a{
        font-size: 1em;
    }

.nested-submenu a {
    display: block;
    font-size: 0.9em; /* Slightly smaller */
    font-weight: 400; /* Slightly lighter */
    border-bottom: 1.5px solid #beeef9;
    padding: 8px 0 8px 15px; /* Add left padding for indentation */
}
.search-mobile {
    width: 320px;
    margin: 25px auto 0px auto;
    position: relative;
}

    .search-mobile form {
        position: relative;
        font-family: Hind, sans-serif;
        font-size: 18px;
        color: #484c55;
    }

    .search-mobile form input {
        border: none;
        outline: none;
        display: inline-block;
        width: 300px;
        height: 42px;
        margin-left: -5px;
        line-height: 1;
        padding: 0px 0px 0px 10px;
        background-color: white;
        border-radius: 5px;
        overflow: visible;
    }

    .search-mobile form button {
        padding: 0px;
        border: none;
        outline: none;
        background-color: transparent;
        position: absolute;
        right: 8px;
        top: 11px;
    }

.nav-menu-ruler {
    position: relative;
    width: 320px;
    height: 2px;
    margin: 25px auto 0px auto;
    background: #cbd4de;
}

.bottom-nav-mobile {
    width: 320px;
    margin: 15px auto 0px auto;
    position: relative;
}

.mobile-nav-shop-section {
    border-left: solid 2px #cbd4de; 
}

.bottom-nav-mobile ul li a {

    margin: 0px 35px;
    text-decoration: none;
    font-size: 18px;
    color: #7c92a0;
    font-weight: 700;
    font-family: Hind, sans-serif;
}

.bottom-nav-mobile ul {
    list-style-type: none;
   
 
}

.bottom-nav-mobile ul li {
    display: inline-block;
    

}

.clean-car-home-mobile {
    background-image: url(/images/ccc-home-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px 90px 0px;
    margin: 80px -20px 0px -20px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {

    .clean-car-home-mobile {
        margin: 25px -20px -40px -20px;
    }
}

@ .clean-car-link {
    display: block;
    text-decoration: none;
}

.ccc-home-m-topimg {
    position: relative;
    width: 355px;
    margin: 0px auto;
}

.ccc-home-m-topimg img {
   
    top: -35px;
    height: 192px;
    position: absolute;
}

.ccc-home-m-title {
    margin-top: 180px;
    text-transform: uppercase;
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: Hind, sans-serif;
    margin-left: 37px
}

.ccc-home-m-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 20px;
    padding: 0px 30px;
}

.ccc-home-m-text p  {
    font-family: Hind;
    font-size: 46px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;

    color: var(--wtw-light-blue);
}

.ccc-home-m-icon svg {
    position: absolute;
    width: 100px;
    height: auto;
    margin-left: 45px;
}

.ccc-home-m-cta {
    margin: 20px -20px 0px 33px;
}

.ccc-home-m-cta a {
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 5px solid #faa419;
    line-height: 1.25;
    font-size: 24px;
    font-weight: 500;
    font-family: Oswald, sans-serif;
    letter-spacing: 0.48px;
    color: #FFF;
    padding-bottom: 10px;
}

.ww-jobs-home-mobile {
    background: #edf9ff;

  
}

.ww-jobs-home-mobile-images img {
    width: 336px;
    height: 240px;
    padding: 0px 0px 0px 30px;
}

.ww-jobs-home-mobile-headers {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    margin: 0px 0px 15px 0px;
    padding: 55px 0px 0px 40px;
    color: #012d5c;
    font-family: Hind, sans-serif;
}

.ww-jobs-home-mobile-titles {
    font-size: 34px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #0054a5;
    margin: 25px 0px 0px 31px;
    font-family: Hind, sans-serif;
}


.ww-jobs-home-mobile-text {
    line-height: 1.33;
    color: var(--wtw-dark-gray);
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: var(--wtw-dark-gray);
    font-family: Hind, sans-serif;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    padding: 0px 20px 0px 45px;
}

.ww-jobs-home-mobile-cta {
    margin: 0px auto 10px auto;
}

.ww-jobs-home-mobile-cta-end {
    margin: 0px 0px 90px 0px;
}


.ww-jobs-home-mobile-cta a {
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 5px solid #faa419;
    color: #0054a5;
    line-height: 1.25;
    font-size: 24px;
    font-weight: 500;
    font-family: Oswald, sans-serif;
    letter-spacing: 0.48px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.ww-jobs-home-mobile-cta-end a {
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 5px solid #faa419;
    color: #0054a5;
    line-height: 1.25;
    font-size: 24px;
    font-weight: 500;
    font-family: Oswald, sans-serif;
    letter-spacing: 0.48px;
    margin-left: 30px;
    margin-bottom: 30px;
}


.WW-Ruler {
    position: relative;
    width: 95%;
    height: 40px;
    padding: 0px;
    margin: 60px auto 15px auto;
}

    .WW-Ruler hr {
        display: block;
        height: 2px;
        width: 100%;
        border-color: rgb(203, 212, 222);
    }

    .WW-Ruler img {
        width: 60px;
        height: auto;
        position: absolute;
        left: 41%;
        top: -18px;
        background-color: white;
        padding: 0px 10px;
    }

.PreFooter-Mobile img {
  
    width: 100%;
}

.PreFooter {
    display:none;
}

.home-con-top-margin {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}


.footer-row {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
}

.mobile-footer .footer-row-links ul li {
    display: inline-block;
    margin: 0px auto;


}

.mobile-footer .footer-row-links ul {
    left: 0px;
    position: absolute;
    display: flex;
}

.mobile-footer .footer-row-links {
    background-color: #0054a5;
    height: 50px;
    text-align: center;
    width: 100%;
    margin: 0px auto;
}

    .mobile-footer .footer-row-links ul li a {
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        padding: 0px 10px;
        line-height: 50px;
        margin: 0px auto;
    }

.mobile-footer .footer-row-social {
    text-align: center;
}

    .mobile-footer .footer-row-social ul li a {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        background-color: #01bce9;
        margin-left: 0px;
    }

.mobile-footer .footer-row ul {
    list-style-type: none;
}

.mobile-footer .footer-row-social ul li {
    display: inline-block;
}

.mobile-footer .footer-row2 {
    background: #012d5c;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    padding-top: 20px
}

.mobile-footer .footer-row2-logo {
    text-align: right;
    padding: 20px 100px 0px 0px;
}

.mobile-footer .footer-row2 ul li {
    height: 20px;
    margin-bottom: 10px;
}

.mobile-footer .footer-row2 ul li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.mobile-footer .footer-row2 ul {
    list-style-type: none;
}

.mobile-footer .footer-row3 {
    background: #012d5c;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    height: 65px;
    padding-bottom: 20px
}


    .mobile-footer .footer-row3 ul li {
        display: inline-block;
    }

    .mobile-footer .footer-row3 ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px 0px 0px 0px;
    }

    .mobile-footer .footer-row3 p {
        margin: 0px;
        padding: 0px;
    }

    .mobile-footer .footer-row3 ul li a {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.86;
        color: rgb(255, 255, 255);
        padding: 0px 5px;
    }

    .mobile-footer .footer-row3 ul li p {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.86;
        color: rgb(255, 255, 255);
        padding: 0px 0px 0px 0px;
    }

.mobile-footer {
    display: block;
}

.mobile-home {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}




.prefooter-mobile-row .headshot {
    text-align: center;
    padding-top: 65px;
    width: 410px;
}

    .prefooter-mobile-row .headshot .headshot-wrapper {
        max-width: 196px;
        border: 8px solid #beeef9;
        border-radius: 50%;
        margin: 0px auto;
    }


        .prefooter-mobile-row .headshot .headshot-wrapper img {
            border-radius: 50%;
        }

.prefooter-mobile-row .prefooter-quote {
    text-align: center;
    width: 385px;
}



    .prefooter-mobile-row .prefooter-quote h4 {
        margin-left: 3%;
        font-family: Tinos, serif;
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: normal;
        color: var(--wtw-powder-blue);
        margin: 5px auto 85px;
        text-align: center;
        max-width: 75vw;
    }

        .prefooter-mobile-row .prefooter-quote .quote-description {
            position: relative;
            margin: 70px 12% 0px;
            width: 76%;
            z-index: 0;
            color: white;
            font-family: Tinos, serif;
            font-size: 38px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.32;
            letter-spacing: normal;
        }


            .prefooter-mobile-row .prefooter-quote .quote-description::before {
                font-size: 300px;
                line-height: 0;
                content: "\201C";
                position: absolute;
                top: 60px;
                left: -60px;
                z-index: -1;
                color: var(--wtw-light-blue);
                opacity: 0.3;
            }


            .prefooter-mobile-row .prefooter-quote .quote-description::after {
                font-size: 300px;
                line-height: 0;
                content: "\201D";
                position: absolute;
                bottom: -15px;
                right: 15px;
                z-index: -1;
                color: var(--wtw-light-blue);
                opacity: 0.3;
            }


.prefooter-mobile-row .prefooter-logo {
    text-align: center;
    padding: 65px 0px 0px;
    margin: 0px auto;
    max-width: 280px;
}

    .prefooter-mobile-row .prefooter-logo img {
        width: 277px;
        margin-bottom: 40px;
    }


.prefooter-mobile-row .prefooter-cta {
    display: block;
    margin-bottom: 75px;
    text-align: center;
}

    .prefooter-mobile-row .prefooter-cta a {
        color: white;
        padding-bottom: 11px;
        line-height: 1.25;
        font-size: 24px;
        letter-spacing: 0.57px;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 5px solid var(--wtw-bright-orange);
        font-weight: 500;
        font-family: Oswald, sans-serif;
    }

.PreFooter-Text {
    display: none !important;
    background-image: url(/images/prefooter-background.jpg);
    height: 386px;
    background-size: cover;
}

.PreFooter-Mobile-Text {
    display: block !important;
    background-image: url(/images/prefooter-background.jpg);
    height: 1095px;
    background-size: cover;
}



#cookieConsentdiv {
    z-index: 1000;
    position: fixed;
    height: 35%;
    width: 18%;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    background-color: rgb(72, 76, 85);
    padding: 20px 30px 20px 30px;
    font-family: 'Century Gothic', sans-serif;
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 30px 30px 0 0;
}


    #cookieConsentdiv p {
        color: white;
        font-size: 18px;
    }

    #cookieConsentdiv button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: none;
        background: rgb(1, 188, 233);
        padding: 7px 65px;
        margin-top: -5px;
        color: white;
        transition: all ease 0.5s;
    }

        #cookieConsentdiv button:hover {
            background-color: darkgreen;
        }

    #cookieConsentdiv h3 {
        font-size: 40px;
        margin-top: 30px;
    }

    #cookieConsentdiv a {
        color: rgb(1, 188, 233);
        text-decoration: underline;
    }

h3.ppp-h3 {
    font-size: 18px;
    color: var(--wtw-blue);
    font-weight: 500;
    line-height: 1.36;
    margin: 10px 20px 0px 20px;
}

h1.ppp-title {
    color: #012D5C;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    margin: 0px 0px 0px 10px;
}

.pp-div {
    display: block;
}

.pp-text-wrapper {

   margin: auto 20px;
}

.mobile-only {
    display: block;
}

.desk-only {
    display: none;
}

.cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 38%;
    top: 30%;
    width: 100px;
    height: 100px;
    border-style: solid;
    border-color: #01bce9;
    border-top-color: transparent;
    border-width: 8px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}



/*-----------------*/
/*Start Desktop Only Responsive CSS*/
@media only screen and (min-width: 1200px) {


    .cover-spin::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 30%;
        width: 100px;
        height: 100px;
        border-style: solid;
        border-color: #01bce9;
        border-top-color: transparent;
        border-width: 8px;
        border-radius: 50%;
        -webkit-animation: spin .8s linear infinite;
        animation: spin .8s linear infinite;
    }

    .mobile-only {
        display: none;
    }

    .desk-only {
        display: block;
    }



    h3.ppp-h3 {
        font-size: 22px;
        color: var(--wtw-blue);
        font-weight: 500;
        line-height: 1.36;
        margin: 10px 20px 0px 20px;
    }

    h1.ppp-title {
        color: #012D5C;
        font-size: 58px;
        font-weight: 700;
        text-transform: none;
        margin: 5px 200px 20px -50px;
    }

    .pp-div {
        display: flex;
    }

    .pp-text-wrapper {
        margin: auto 20px;
    }



    #map {
        width: 650px !important;
        height: 650px !important;
    }

    span.no-mobile {
        display: inline !important;
    }

    .alertfirst {     
        display: inline !important;
        margin-left: 0px !important;
        font-size: 20px !important;
    }



    .PreFooter-Text {
        display: block !important;
        margin: 0px -59px 0px -85px !important;
        background-size: cover;
        background-image: url(/images/prefooter-background.jpg);
        height: 386px !important;
    }

    .PreFooter-Mobile-Text {
        display: none !important;
        background-image: url(/images/prefooter-background.jpg);
        height: 386px;
    }



    .prefooter-desktop-row .headshot {
        text-align: center;
        padding-top: 65px;
        padding-left: 109px;
    }

        .prefooter-desktop-row .headshot .headshot-wrapper {
            max-width: 196px;
            border: 8px solid #beeef9;
            border-radius: 50%;
        }

        .prefooter-desktop-row .headshot .headshot-wrapper img {

            border-radius: 50%;
        }


    .prefooter-desktop-row .prefooter-quote {
        text-align: left;
    }



        .prefooter-desktop-row .prefooter-quote h4 {
            margin-left: 3%;
            font-family: Tinos, serif;
            font-size: 22px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.27;
            letter-spacing: normal;
            color: var(--wtw-powder-blue);
            margin: 5px auto 85px;
            text-align: center;
            max-width: 75vw;
        }

        .prefooter-desktop-row .prefooter-quote .quote-description {
            position: relative;
            margin: 118px 12% 0px;
            width: 76%;
            z-index: 0;
            color: white;
            font-family: Tinos, serif;
            font-size: 38px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.32;
            letter-spacing: normal;
        }


            .prefooter-desktop-row .prefooter-quote .quote-description::before {
                font-size: 300px;
                line-height: 0;
                content: "\201C";
                position: absolute;
                top: 60px;
                left: -60px;
                z-index: -1;
                color: var(--wtw-light-blue);
                opacity: 0.3;
            }


            .prefooter-desktop-row .prefooter-quote .quote-description::after {
                font-size: 300px;
                line-height: 0;
                content: "\201D";
                position: absolute;
                bottom: -15px;
                right: 15px;
                z-index: -1;
                color: var(--wtw-light-blue);
                opacity: 0.3;
            }


    .prefooter-desktop-row .prefooter-logo {
        text-align: center;
        padding: 65px 0px 0px;
        margin: 0px auto;
        max-width: 280px;
    }

        .prefooter-desktop-row .prefooter-logo img {
            width: 277px;
            margin-bottom: 40px;
        }


    .prefooter-desktop-row .prefooter-cta {
        display: block;
        margin-bottom: 75px;
        text-align: center;
    }

        .prefooter-desktop-row .prefooter-cta a {
            color: white;
            padding-bottom: 11px;
            line-height: 1.25;
            font-size: 24px;
            letter-spacing: 0.57px;
            text-transform: uppercase;
            text-decoration: none;
            border-bottom: 5px solid var(--wtw-bright-orange);
            font-weight: 500;
            font-family: Oswald, sans-serif;
           
        }






    .home-con-top-margin {
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .PreFooter-Mobile {
        display: none;
    }

    .PreFooter {
        display: block;
    }

    .mobile-nav-dropdown {
        display: none;
    }


    .desktop-footer {
        display: block;
    }

    .mobile-footer {
        display: none;
    }

    .desk-nav-row {
        margin-right: -65px;
        margin-left: -50px;
    }

    .logo img {
        min-width: 360px;
        height: auto;
    }

    .desktop-navigation {
        display: block;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        height: 151px;
        background: #FFF;
        z-index: 99996;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1399px) {

        .desktop-navigation {
            height: 250px;
        }
    }
    .desktop-home {
        display: block;
    }

    .mobile-home {
        display: none;
    }


    .nav-seperator {
        height: 2px;
        background: #cbd4de;
        margin-left: -45px;
        width: 98%;
    }

    .mobile-navigation {
        display: none;
    }

    .home-con-top-margin {
        margin-top: 150px;
        overflow: visible;
    }

    .logo img {
        max-width: 360px;
        height: auto;
        margin-left: -85px;
    }

    .nav1 {
        text-align: center;
    }

        .nav1 li {
            display: inline-block;
        }

        .nav1 ul {
            list-style-type: none;
        }


    .nav2 li {
        display: inline-block;
    }

    .nav2 ul {
        list-style-type: none;
    }


    .cart-badge {
        font-size: 12px;
        line-height: 22px;
        width: 20px;
        height: 20px;
        position: absolute;
        z-index: 100;
        top: -5px;
        right: 10px;
        background: #f47320;
        color: white;
        border-radius: 50%;
        pointer-events: none;
        margin-right: -15px;
        margin-top: -2px
    }

    .shop-cart {
        position: relative;
        padding-right: 5px;
        padding-top: 0px;
    }


    .button-jointeam {
        width: 180px;
        text-transform: uppercase;
        font-family: Oswald, sans-serif;
        font-size: 22px;
        line-height: 1.18 !important;
        background-color: #7c92a0;
        margin-left: 20px;
        position: relative;
        color: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }


        .button-jointeam:hover {
            background-color: #465aa6;
        }


        .button-jointeam a {
            display: inline-block;
            padding: 10px 0px !important;
            width: 100%;
            height: 100%;
            text-decoration: none;
            color: white !important;
        }

    .button-locations {
        width: 180px;
        text-transform: uppercase;
        font-family: Oswald, sans-serif;
        font-size: 22px;
        line-height: 1.18 !important;
        background-color: #f47320;
        color: #fff;
        margin-left: 10px !important;
        position: relative;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }


        .button-locations:hover {
            background-color: #465aa6
        }


        .button-locations a {
            display: inline-block;
            padding: 10px 0px !important;
            width: 100%;
            height: 100%;
            text-decoration: none;
            color: white !important;
        }



    .nav2 a {
        padding: 17px 22px;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        margin: 0px;
        font-weight: 500;
        color: #465aa6 !important;
        font-size: 22px;
        font-family: Hind, sans-serif;
    }

    .li-search {
        text-align: left;
        margin-left: -55px;
    }

        .li-search form {
            position: relative;
            width: 300px;
        }

            .li-search form input {
                border: none !important;
                outline: none !important;
                display: inline-block;
                width: 300px !important;
                height: 42px !important;
                line-height: 1;
                padding: 3px 0px 0px 50px !important;
                background-color: white;
                border-radius: 5px;
                overflow: visible;
                font-family: Hind, sans-serif;
                font-size: 18px;
            }






            .li-search form button {
                padding: 0px;
                border: none;
                outline: none;
                background-color: transparent;
                position: absolute;
                top: 8px;
            }

                .li-search form button:hover {
           
                    background-color: transparent !important;
          
                }



                .button-myaccount a {
        text-decoration: none;
        padding: 0px 15px;
        color: #7c92a0 !important;
    }


        .button-myaccount a:hover {
            color: #465aa6 !important;
        }


    .button-shop a {
        text-decoration: none;
        padding: 0px 15px;
        color: #7c92a0 !important;
    }

        .button-shop a:hover {
            color: #465aa6 !important;
        }


    .button-myaccount {
        font-weight: 700;
        color: #7c92a0 !important;
        font-family: Hind, sans-serif;
        font-size: 18px;
    }

    .line-account-shop {
        width: 2px;
        background: #cbd4de;
    }


    .button-shop {
        font-weight: 700;
        color: #7c92a0 !important;
        font-family: Hind, sans-serif;
        font-size: 18px;
        margin-right: 15px;
    }

        .button-shop a {
            border-left: 2px solid #cbd4de
        }


    .header-search-input {
    }

    .header-search-button {
        border: none;
        background: none;
    }


    .ww-dropdown {
        position: relative;
        display: inline-block;
    }

        .ww-dropdown:hover {
            background-color: #edf9ff !important;
        }

            .ww-dropdown:hover a {
                background-color: #edf9ff !important;
            }

    .ww-dropdown-content {
        display: none;
        position: absolute;
        background-color: #edf9ff;
        min-width: 300px;
        text-align: left !important;
        box-shadow: rgb(15 28 66 / 20%) 0px 19px 6px -12px;
        padding: 10px 25px 21px !important;
        z-index: 50;
    }

        .ww-dropdown-content a {
            display: block;
            width: 100%;
            font-size: 18px;
            border-bottom: 1px solid #beeef9;
            margin: 0px;
            padding: 8px 0px 4px !important;
            text-transform: capitalize !important;
            color: #1f3466
        }


    .ww-dropdown:hover .ww-dropdown-content {
        display: block;
    }


    .ww-dropdown-end {
        position: relative;
        display: inline-block;
    }

        .ww-dropdown-end:hover {
            background-color: #edf9ff !important;
        }

            .ww-dropdown-end:hover a {
                background-color: #edf9ff !important;
            }

    .ww-dropdown-content-end {
        display: none;
        position: absolute;
        background-color: #edf9ff;
        min-width: 300px;
        text-align: left !important;
        box-shadow: rgb(15 28 66 / 20%) 0px 19px 6px -12px;
        padding: 10px 25px 21px !important;
        z-index: 50;
        left: auto;
        right: 0px;
    }

        .ww-dropdown-content-end a {
            display: block;
            width: 100%;
            font-size: 18px;
            border-bottom: 1px solid #beeef9;
            margin: 0px;
            padding: 8px 0px 4px !important;
            text-transform: capitalize !important;
            color: #1f3466
        }


    .ww-dropdown-end:hover .ww-dropdown-content-end {
        display: block;
    }
    .ww-submenu {
        display: none;
        position: absolute;
        background-color: #edf9ff;
        min-width: 300px;
        text-align: left !important;
        box-shadow: rgb(15 28 66 / 20%) 0px 19px 6px -12px;
        padding: 10px 25px 21px !important;
        z-index: 50;
        left: 100%; /* Adjust the submenu's positioning */
        top: 0;
    }

        /* Styles for the submenu items */
        .ww-submenu a {
            display: block;
            font-size: 18px;
            border-bottom: 1px solid #beeef9;
            margin: 0px;
            padding: 8px 0px 4px !important;
            text-transform: capitalize !important;
            color: #1f3466;
        }

    /* Show the submenu when hovering over "Our Programs" */
    .ww-dropdown-content > div:nth-child(1):hover .ww-submenu {
        display: block;
    }
    /* Show the submenu when hovering over "Management Careers" */
    .ww-dropdown-content > div:nth-child(2):hover .ww-submenu {
        display: block;
    }
    .home-hero-img {
        margin-left: -150px;
        margin-top: 0px;
    }


    .sticker-logo {
        display: flex;
        justify-content: end;
        margin-bottom: -150px;
        margin-top: 10px;
    }

    .sticker-logo-img {
        min-width: 180px;
    }

    .hero-style-1 {
        color: #7c92a0;
        font-size: 134px;
        line-height: 1;
        letter-spacing: -3.14px;
        font-family: Hind, sans-serif;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        text-transform: uppercase;
        margin-left: -50px;
        margin-top: 10px;
    }

    .hero-style-2 {
        color: #0054a5;
        font-size: 134px;
        line-height: 1;
        letter-spacing: -3.14px;
        font-family: Hind, sans-serif;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        text-transform: uppercase;
        margin-left: -50px;
    }

    .hero-style-3 {
        color: #012d5c;
        font-size: 134px;
        line-height: 1;
        letter-spacing: -3.14px;
        font-family: Hind, sans-serif;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        text-transform: uppercase;
        margin-left: -50px;
    }

    .hero-tile-button a {
        text-align: center;
        width: 210px;
        font-size: 20px;
        text-decoration: none;
        box-shadow: 1px 9px 1px -3.3333px #012d5c;
        background: #0054a5;
        color: #FFF;
        display: block;
        margin-left: -5px;
        padding: 9px;
        border-radius: 0px 0px 5px 5px;
        font-family: Oswald, sans-serif;
        text-transform: uppercase;
    }


        .hero-tile-button a:hover {
            background-color: #01bce9;
            box-shadow: 1px 9px 1px -3.3333px #0054a5;
        }

    .hero-tile-image {
        margin-bottom: 2px;
    }

    .hero-tiles {
        margin: 95px 0px 0px -50px;
    }

    .find-teaser {
        height: 100px;
        background: #1f3466;
        border-radius: 5px 0px 0px 5px;
    }

    .find-selector {
        height: 100px;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 60px solid #1f3466;
        text-align: center;
        background: #7c92a0;
        border-radius: 0px 5px 5px 0px;
        color: #FFF;
    }




    .find-teaser h3 {
        font-size: 48px;
        font-family: Oswald, sans-serif;
        font-weight: 300;
        color: #beeef9;
        margin-left: 20px;
        padding: 25px 0px 15px 0px;
    }


    .FindYourStore {
        margin-top: 85px;
        margin-left: -65px;
    }


    .select-area {
        width: 265px;
        margin-left: -30px;
        margin-top: -15px;
    }

        .select-area select {
            height: 50px;
            font-family: Hind, sans-serif;
            font-size: 24px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 24px;
            letter-spacing: normal;
            color: #012d5c;
            outline: none;
            padding-top: 12px;
        }









    .find-selector-text {
        margin-left: -25px;
        margin-right: 0px;
        font-family: Hind;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.42;
        letter-spacing: normal;
    }

    .find-selector-col {
        padding: 0px;
        margin: -10px 0px 0px 0px;
    }

    .go-button {
        margin-top: -16px;
        margin-left: -25px
    }

        .go-button input {
            font-family: Oswald, sans-serif;
            font-size: 24px;
            color: white;
            padding: 6px 21px 9px;
            background: #0054a5;
            border: none;
            border-radius: 5px;
            transition: background-color 0.4s ease 0s;
            text-decoration: none;
            position: relative;
        }

            .go-button input:hover {
                background: #01bce9;
            }


    .better-clean-home {
        height: 650px;
        background: #edf9ff;
        margin: 50px 89px 120px 25px;
    }

    .better-clean-home-quote {
        color: #7c92a0;
        font-size: 54px;
        font-weight: 700;
        letter-spacing: -1.31px;
        line-height: 1.19;
        max-width: 390px;
        padding: 70px 0px 0px 70px;
        margin: 0px;
    }

    .better-clean-services h3 {
        padding-top: 65px;
        margin-bottom: 13px;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: bold;
        color: #012d5c;
        font-family: Hind, sans-serif;
    }

    .better-clean-services {
        padding: 0px 50px 0px 50px;
        margin-left: -20px;
    }

        .better-clean-services p {
            color: #484c55;
            font-family: Hind;
            font-size: 22px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.36;
            letter-spacing: normal;
        }

    .better-clean-tiles {
        margin: 0px 0px 0px -15px;
        padding: 0px 20px 0px 80px;
    }

    .betterservice-tiles-img {
    }

        .betterservice-tiles-img img {
            border-radius: 5px 5px 0px 0px;
        }

    .better-service-buttons {
        position: relative;
        text-align: center;
        width: 490px;
        z-index: 50;
    }

        .better-service-buttons a {
            font-size: 28px;
            display: block;
            text-decoration: none;
            color: #FFF;
            box-shadow: 1px 9px 1px -3.3333px #012d5c;
            padding: 6px 9px 9px 9px;
            background: #0054a5;
            width: 300px;
            margin: -35px auto 0px auto;
            border-radius: 0px 0px 5px 5px;
            font-family: Oswald, sans-serif;
            text-transform: uppercase;
            height: 53px;
        }

            .better-service-buttons a:hover {
                background-color: var(--wtw-light-blue);
                box-shadow: 1px 9px 1px -3.3333px var(--wtw-blue);
            }

    .ccc-home-section {
        background-image: url(/images/ccc-home-background.png);
        margin-bottom: 100px;
        height: 391px;
        border-radius: 5px;
        margin-left: -35px;
        margin-right: -35px;
    }
    @media only screen and (min-width:1200px) and (max-width:1400px) {

        .ccc-home-section {
            margin: -55px 20px 70px 20px;
            margin-left: -50px;
            margin-right: -50px;
        }
    }
    .ccc-home-section-text {
        padding-top: 100px;
        padding-left: 50px
    }


        .ccc-home-section-text h3 {
            text-transform: uppercase;
            color: white;
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            letter-spacing: normal;
            font-family: Hind, sans-serif;
            margin-left: -20px;
            margin-top: -15px
        }


        .ccc-home-section-text p {
            font-size: 48px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.14;
            letter-spacing: normal;
            margin: 18px 0px;
            max-width: 95%;
            color: #01bce9;
            font-family: Hind;
            margin-left: -20px;
        }

    .ccc-home-section-img img {
        width: 540px;
        margin-left: -50px;
        margin-top: -40px;
    }


    .ccc-home-cta {
    }

        .ccc-home-cta a {
            line-height: 1.25;
            font-size: 24px;
            letter-spacing: 0.57px;
            color: white;
            padding-bottom: 10px;
            text-transform: uppercase;
            text-decoration: none;
            border-bottom: 5px solid #faa419;
            font-weight: 500;
            font-family: Oswald, sans-serif;
            margin-left: -20px;
        }

            .ccc-home-cta a:hover {
                border-color: var(--wtw-blue);
            }

    .home-jobs-section {
        height: 725px;
        background: #edf9ff;
        margin: 50px 56px 80px 36px;
    }

    .home-jobs-section-col {
        padding-top: 80px;
        padding-bottom: 80px;
    }

        .home-jobs-section-col h3 {
            text-transform: uppercase;
            font-size: 24px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            margin: 0px 0px 16px;
            padding: 0px;
            color: #012d5c;
            font-family: Hind, sans-serif;
        }

        .home-jobs-section-col h4 {
            font-size: 46px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.35;
            letter-spacing: normal;
            color: #0054a5;
            margin-top: 36px;
            font-family: Hind, sans-serif;
        }


        .home-jobs-section-col p {
            color: #484c55;
            line-height: 1.33;
            font-size: 18px;
            font-family: Hind, sans-serif;
        }


    .home-job-cta {
    }

        .home-job-cta a {
            line-height: 1.25;
            font-size: 24px;
            letter-spacing: 0.57px;
            text-transform: uppercase;
            text-decoration: none;
            border-bottom: 5px solid #faa419;
            color: #0054a5;
            font-weight: 500;
            font-family: Oswald, sans-serif;
        }

            .home-job-cta a:hover {
                border-color: var(--wtw-blue);
            }

    .WW-Ruler {
        max-width: 1265px !important;
        position: relative !important;
        width: calc(100vw - 64px);
        height: 40px;
        margin-bottom: 40px !important;
    }

        .WW-Ruler hr {
            display: block;
            height: 2px;
            border-color: #cbd4de;
            margin: 0px 0px 40px;
        }

        .WW-Ruler img {
            width: 60px;
            height: auto;
            position: absolute;
            left: 50%;
            top: -18px;
            background-color: white;
            padding: 0px 10px;
        }

    .PreFooter {
        margin-left: -97px !important;
        height: 440px !important;
    }


    .PreFooter-img-wrapper img {
        min-width:1440px;
        max-width: 1440px;
        min-height:440px;
        max-height: 440px;
    }



    .footer-row {
        margin-left: -85px !important;
        margin-right: -59px !important;
        padding-top: 10px !important;
    }

        .footer-row ul li {
            display: inline-block;
        }

    .footer-row-links ul li a {
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        padding: 0px 10px;
    }


        .footer-row-links ul li a:hover {
            text-decoration: underline;
        }

    .footer-row-social {
        text-align: center;
    }

        .footer-row-social ul li a {
            height: 30px;
            width: 30px;
            border-radius: 50%;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: center;
            justify-content: center;
            background-color: #01bce9;
            margin-left: 7px;
        }


            .footer-row-social ul li a:hover {
                background-color: var(--wtw-dark-blue);
            }

    .footer-row ul {
        list-style-type: none;
    }

    .footer-row2 {
        background: #012d5c;
        margin-left: -85px !important;
        margin-right: -59px !important;
        height: 850px !important;
        padding-top: 20px !important;
    }

    .footer-row2-logo {
        text-align: right;
        padding: 20px 100px 0px 0px;
    }

/*    .footer-row2 ul li {
        height: 20px;
        margin-bottom: 10px;
    }

        .footer-row2 ul li a {
            color: rgb(255, 255, 255);
            font-size: 16px;
            text-transform: uppercase;
            text-decoration: none;
        }*/
        .footer-row2 ul li a:hover {
            text-decoration: underline;
        }

        .footer-row2 ul {
            list-style-type: none;
        }

        .footer-row3 {
            background: #012d5c;
            margin-left: -85px !important;
            margin-right: -59px !important;
            text-align: right !important;
            height: 42px !important;
        }


            .footer-row3 ul li {
                display: inline-block;
                height: 32px;
            }

            .footer-row3 ul {
                list-style-type: none;
                height: 32px;
                margin: 0px;
                padding: 0px;
            }

            .footer-row3 p {
                margin: 0px;
                height: 32px;
            }

            .footer-row3 ul li a {
                text-transform: uppercase;
                text-decoration: none;
                font-size: 14px;
                line-height: 1.86;
                color: rgb(255, 255, 255);
                padding: 0px 10px;
            }

            .footer-row3 ul li p {
                text-transform: uppercase;
                text-decoration: none;
                font-size: 14px;
                line-height: 1.86;
                color: rgb(255, 255, 255);
                padding: 0px 60px 0px 10px;
            }

            .footer-row3 ul li a:hover {
                text-decoration:underline;
            }

    }
    /*UNIVERSAL MODAL POPUP*/

    .modal-dialog {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
    position: relative;
    top: 10em;
    margin: 0 auto;
}

.modal-dialog .modal-content .modal-header {
    padding: 0px;
    border-bottom: 0px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 16px;
}

.modal-dialog .modal-content {
    padding: 20px;
    border-radius: 5px;
    background-color: var(--wtw-medium-cool-gray);
    border: 0px;
}

.modal-dialog .modal-content .modal-body {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 25px 17px;
    font-size: 18px;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}

.modal-header {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem;
}

.modal-dialog .modal-content .modal-header .close {
    background: transparent;
    border: 0px;
    font-family: Hind, sans-serif;
    font-size: 40px;
    color: rgb(255, 255, 255);
    padding: 0px;
    height: 39px;
    width: 39px;
    line-height: 0;
    margin: 0px;
}

.modal-dialog .modal-content .modal-header h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 0px;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
    color: var(--wtw-dark-gray);
}

.modal-dialog .modal-content .modal-body .list ul {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 1rem;
    margin-top: 0;
}

.modal-dialog .modal-content .modal-body .list ul li {
    color: var(--wtw-dark-grey);
    border-bottom: 1px solid rgb(210, 210, 210);
    line-height: 1.33;
    padding: 11px 0px;
    margin: 0px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1400px) {
    .modal-dialog {
        width: 90% !important;
        max-width: 90% !important;
        min-width: 90% !important;
        position: relative;
        top: 5em;
    }
}
/* For very small devices (mobiles, 600px and down) */
@media only screen and (max-width: 600px) {
    #cookieConsentdiv {
        height: 70%;
        width: 85%;
        max-height: 500px;
    }

    #cookieConsentdiv p{
        font-size: 14px;
    }
}

/* For small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 767px) {
    #cookieConsentdiv {
        height: 60%;
        width: 75%;
        min-width: 600px;
        min-height: 450px;
        max-width: 650px;
        max-height: 450px;
    }

    #cookieConsentdiv p {
        font-size: 16px;
    }
}

/* For medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #cookieConsentdiv {
        height: 40%;
        width: 50%;
        min-width: 700px;
        min-height: 400px;
        max-height: 450px;
    }

    #cookieConsentdiv p {
        font-size: 16px;
    }
}

/* For large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #cookieConsentdiv {
        height: 40%;
        width: 60%;
        min-width: 750px;
        min-height: 450px;
    }
}

/* For extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #cookieConsentdiv {
        height: 40%;
        width: 40%;
        min-width: 750px;
        min-height: 450px;
        max-width: 750px;
        max-height: 450px;
    }
    }
}
    @media only screen and (max-width: 600px) {



        .our-people-header {
            padding-top: 25px;
            padding-bottom: 0px;
        }

        .our-p-wrapper {
            background: #edf9ff;
            margin: 0px 0px 0px 0px;
            height: 560px;
        }

        .op-col1 {
        }

            .op-col1 img {
                position: absolute;
                z-index: 99999;
                border-radius: 50%;
                margin: -25px 0px 0px -30px;
                width: 154px;
                height: 154px;
                border: 8px solid rgb(255, 255, 255);
            }

        .our-people-header .header-content {
            padding: 0px;
            margin-top: 7px;
        }

            .our-people-header .header-content h1 {
                font-size: 18px;
            }

        .our-people-header .header-text {
            margin-top: 20px;
        }

        .our-people-header .header-content h2 {
            font-size: 26px;
            line-height: 1.31;
            color: var(--wtw-deep-blue);
        }

        .our-people-header .header-content hr {
            height: 2px;
            background: var(--wtw-dark-gray);
            opacity: .25;
            margin: 22px 0px 0px 10px !important;
        }

        .our-people-header .header-title {
            margin-bottom: 0px;
        }

        .our-people-header .col-lg-5 {
            width: 40%;
        }

        .our-people-header .col-lg-7 {
            width: 60%;
        }


        .our-people-header .header-link {
            font-weight: 500;
            margin-bottom: 32px;
            line-height: 2;
            margin-left: 0px;
        }

        .pp-container {
            padding: 0px;
        }

        h3.pp-h3 {
            font-size: calc(1.3rem + .6vw);
            letter-spacing: normal;
            color: var(--wtw-deep-blue);
            font-weight: 700;
            margin: -5px 0px 0px 10px;
            line-height: 1;
        }

        .pp-wrapper li {
            margin: 10px 0px;
        }

        .ppRule {
            width: 80% !important;
            margin: 10px auto;
            height: 50px;
            margin-top: 30px !important;
        }

        .pp-mid .rimg-ltxt-wrapper {
            padding: 1em 1.5em;
        }

        .pp-bottom {
            margin: 0px 19px 0px 19px;
        }

        .testimonial {
            text-align: center;
        }

            .testimonial img {
                border: 5px solid var(--wtw-powder-blue);
                border-radius: 50%;
                width: 239px;
                height: 239px;
                margin-bottom: 60px;
                margin-top: 5px;
            }

        .pp-testimonial {
            font-family: Tinos, serif;
            position: relative;
            width: 250px;
            margin: 0px auto;
        }

            .pp-testimonial h3 {
                font-family: Tinos, serif;
                font-size: 38px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.32;
                letter-spacing: normal;
                color: var(--wtw-blue);
            }


            .pp-testimonial h4 {
                font-family: Tinos, serif;
                font-size: 22px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.27;
                letter-spacing: normal;
                color: var(--wtw-medium-cool-gray);
                margin-top: 28px;
            }

            .pp-testimonial:before {
                font-size: 300px;
                line-height: 0;
                content: "\201C";
                position: absolute;
                top: 60px;
                left: -60px;
                z-index: -1;
                color: var(--wtw-light-blue);
                opacity: 0.3;
            }

            .pp-testimonial:after {
                font-size: 300px;
                line-height: 0;
                content: "\201D";
                position: absolute;
                bottom: -15px;
                right: 15px;
                z-index: -1;
                color: var(--wtw-light-blue);
                opacity: 0.3;
            }

        .top-places {
            margin-bottom: 75px;
        }

        .mid-text h4 {
            font-size: 26px;
            font-weight: 500;
            line-height: 1.18;
            color: #012d5c;
        }

        .mid-text p {
            line-height: 1.33;
            color: var(--wtw-dark-gray);
            font-size: 18px;
            font-family: Hind, sans-serif;
        }
    }


    @media only screen and (min-width: 601px) {

        .ppRule {
            width: 80% !important;
            margin: 10px auto;
            height: 50px;
            margin-top: 150px !important;
            margin-bottom: 50px !important;
        }

        .testimonial {
            text-align: right;
            margin-right: -70px;
        }

            .testimonial img {
                border: 5px solid var(--wtw-powder-blue);
                border-radius: 50%;
                width: 318px;
                height: 318px;
            }


        .mid-text {
            margin-top: 40px !important;
        }

            .mid-text h4 {
                font-size: 26px;
                font-weight: 500;
                line-height: 1.18;
                color: #012d5c;
            }

            .mid-text p {
                line-height: 1.33;
                color: var(--wtw-dark-gray);
                font-size: 18px;
                font-family: Hind, sans-serif;
            }

        .pp-testimonial {
            font-family: Tinos, serif;
            position: relative;
            width: 513px;
            margin: 0px auto 0px 110px;
            padding-top: 50px;
        }

            .pp-testimonial h3 {
                font-family: Tinos, serif;
                font-size: 38px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.32;
                letter-spacing: normal;
                color: var(--wtw-blue);
            }


            .pp-testimonial h4 {
                font-family: Tinos, serif;
                font-size: 22px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.27;
                letter-spacing: normal;
                color: var(--wtw-medium-cool-gray);
                margin-top: 28px;
            }

            .pp-testimonial:before {
                font-size: 300px;
                line-height: 0;
                content: "\201C";
                position: absolute;
                top: 115px;
                left: -60px;
                z-index: -1;
                color: var(--wtw-light-blue);
                opacity: 0.3;
            }

            .pp-testimonial:after {
                font-size: 300px;
                line-height: 0;
                content: "\201D";
                position: absolute;
                bottom: -15px;
                right: 15px;
                z-index: -1;
                color: var(--wtw-light-blue);
                opacity: 0.3;
            }




        .limg-rtxt-img img {
            max-width: 579px !important;
            min-width: 579px !important;
            min-height: 374px !important;
            max-height: 374px !important;
        }

        .pp-wrapper .limg-rtxt-img {
            padding: 0px;
        }

        .pp-wrapper li {
            margin: 10px 0px;
        }

        .pp-wrapper .limg-rtxt-text {
            padding: 0px;
        }

        h3.pp-h3 {
            font-size: 32px;
            letter-spacing: normal;
            color: var(--wtw-deep-blue);
            font-weight: 700;
            margin: -30px 0px 0px 10px;
            line-height: 1;
        }

        .our-people-header {
            padding-top: 70px;
            padding-bottom: 60px;
        }

        .our-p-wrapper {
            background: #edf9ff;
            margin: 0px 0px 0px 0px;
            height: 340px;
        }

        .op-col1 {
        }

            .op-col1 img {
                position: absolute;
                z-index: 9999;
                border-radius: 50%;
                margin: -40px 0px 0px -15px;
                width: 410px;
                height: 410px;
                border: 14px solid rgb(255, 255, 255);
            }

        .our-people-header .header-content {
            padding: 0px;
            margin-top: 30px;
            padding-left: 50px;
        }

        .our-people-header .header-title {
            margin-bottom: 0px;
        }

        .our-people-header .header-content h2 {
            color: var(--wtw-deep-blue);
        }

        .our-people-header .col-lg-5 {
            width: 38%;
        }

        .our-people-header .col-lg-7 {
            width: 62%;
        }


        .our-people-header .header-link {
            font-weight: 500;
        }


        /* Start of shop page*/



        .shop-breadcrumb {
            display: flex;
            padding-left: 0px;
            font-family: Hind;
            font-size: 24px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            color: var(--wtw-blue);
            text-transform: uppercase;
        }

            .shop-breadcrumb hr {
                border: 0px;
                color: inherit;
            }

        .shop-container hr:not([size]) {
            -webkit-box-flex: 1;
            flex-grow: 1;
            height: 2px;
            background: var(--wtw-light-cool-gray);
            opacity: 1;
            margin: 8px -90px 40px -85px;
        }

        .shop-breadcrumb hr:not([size]) {
            -webkit-box-flex: 1;
            flex-grow: 1;
            height: 2px;
            background: var(--wtw-light-cool-gray);
            opacity: 1;
            margin: 8px 0px;
            margin-left: 10px;
        }

        .shop-container h2 {
            font-size: 58px;
            margin: 0px 10px 0px -60px;
            font-family: Hind, sans-serif;
            font-weight: 700;
            color: var(--wtw-deep-blue);
            width: 515px;
        }

        .shop-content p {
            width: 700px;
            font-size: 22px;
            padding: 0px 20px;
            font-weight: 500;
            line-height: 1.36;
            color: var(--wtw-blue);
            margin: 0px 0px 20px;
            font-family: Hind, sans-serif;
            text-align: left;
        }

        .white-col {
            padding: 58px 0px 58px 88px;
            text-align: left;
            background: white;
        }

            .white-col .member-heading {
                font-size: 26px;
                font-weight: 500;
                line-height: 1.15;
                color: var(--wtw-deep-blue);
                font-family: Hind, sans-serif;
            }

            .white-col .member-content {
                font-size: 15px;
                font-weight: bold;
                line-height: 1.33;
                color: var(--wtw-dark-gray);
                margin-top: 18px;
                max-width: 757px;
                font-family: Hind, sans-serif;
            }

        .shop-select {
            margin: -50px -10px 50px 50px;
        }

        .blue-col {
            margin: 0px;
            padding: 0px;
        }

            .blue-col .blue-col-content {
                margin: 0px auto;
                padding: 20px 45px 40px 45px;
                background-color: var(--wtw-background-blue);
                max-width: 485px;
            }

            .blue-col .location-select-heading {
                font-size: 15px;
                font-weight: bold;
                line-height: 1.69;
                color: var(--wtw-dark-gray);
                display: inline-block;
                margin: -10px 0px 20px 15px;
            }

            .blue-col .shop-default-prices {
                display: inline-block;
                background: white;
                padding: 14px;
                position: relative;
                top: 30px;
                font-size: 15px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.33;
                letter-spacing: normal;
                color: var(--wtw-dark-gray);
                text-align: left;
                margin-bottom: 20px;
            }

        .shop-select-loc-form {
            margin: 10px 0px -10px 20px;
        }

            .shop-select-loc-form .select-area {
                width: 290px;
                color: #111;
            }

                .shop-select-loc-form .select-area select {
                    color: #111;
                }

            .shop-select-loc-form .go-button {
                margin-left: 0px;
            }

        .shop-products-row {
            background-color: var(--wtw-background-blue);
            margin: 0px -40px 40px -50px;
        }

        .shop-prod-cat-header {
            padding: 50px 50px 50px 85px;
        }

            .shop-prod-cat-header h3 {
                font-size: 48px;
                font-weight: 500;
                line-height: 1.17;
                letter-spacing: normal;
                color: var(--wtw-deep-blue);
                font-family: Hind, sans-serif;
            }

            .shop-prod-cat-header .description p {
                font-size: 22px;
                font-weight: 500;
                line-height: 1.36;
                color: #484c55;
                max-width: 815px;
                font-family: Hind, sans-serif;
                text-align: left;
                margin-bottom: 1rem;
                margin-top: 0px;
            }

        .shop-product {
            max-width: 570px;
            background-color: white;
            padding: 15px 15px 20px 15px;
            margin-bottom: 40px;
            position: relative;
        }

            .shop-product img {
                width: 250px;
                height: 150px;
                margin: 5px;
            }

        .shop-price-badge {
            position: absolute;
            top: -35px;
            left: -35px;
            background-color: var(--wtw-orange);
            height: 81px;
            width: 81px;
            text-transform: uppercase;
            border-radius: 50%;
            padding: 24px 5px 0px 5px;
            color: #fff;
            text-align: center;
        }

            .shop-price-badge .shop-cost {
                font-size: 20px;
                font-weight: 500;
            }

        .shop-rel-col {
            position: relative;
        }

        .shop-item-name {
            margin: -3px -7px 10px 41px;
            font-size: 20px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.17;
            letter-spacing: normal;
            color: var(--wtw-deep-blue);
        }

        .shop-item-text {
            width: 250px;
            margin: 5px 0px 0px 40px;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: normal;
            color: var(--wtw-dark-gray);
            font-family: Hind, sans-serif;
        }

        .shop-item-wrapper {
            justify-content: center;
            align-items: center;
            display: flex;
        }

        .shop-prod-cat-items {
            margin: 0px 0px 25px 35px;
        }

        .shop-item-wrapper a {
            text-transform: uppercase;
            text-decoration: none;
            border-bottom: 5px solid var(--wtw-bright-orange);
            color: var(--wtw-blue);
            font-size: 24px;
            font-weight: 500;
            font-family: Oswald, sans-serif;
        }

        .shop-col-marg {
            margin: 0px -40px 0px 30px;
        }

        .shop-v-fleet {
            margin: 0px;
            padding: 0px;
            -webkit-box-pack: center;
            justify-content: center;
        }


        .shop-v-fleet-container {
            max-width: 900px;
            margin: 40px auto;
            padding: 0px;
        }

            .shop-v-fleet-container h3 {
                font-size: 32px;
                line-height: 1.19;
                letter-spacing: -0.85px;
                color: var(--wtw-deep-blue);
                font-weight: 700;
                font-family: Hind, sans-serif;
                margin-bottom: 0.5rem;
                margin-top: 0px;
            }

        .shop-fleet-image-wrapper {
            display: inline-block;
            vertical-align: top;
            position: relative;
            overflow: hidden;
        }

            .shop-fleet-image-wrapper img {
                inset: 0px;
                height: 100%;
                margin: 0px;
                max-width: 100%;
                display: block;
                position: static;
                padding: 0px;
                width: 100%;
                object-fit: cover;
            }

        .shop-fleet-content-area {
            margin: 27px 0px;
        }

            .shop-fleet-content-area p {
                line-height: 1.33;
                color: var(--wtw-dark-gray);
                font-size: 18px;
                font-family: Hind, sans-serif;
                text-align: left;
            }

        .shop-fleet-wtw-cta {
        }

            .shop-fleet-wtw-cta a {
                line-height: 1.25;
                font-size: 24px;
                letter-spacing: 0.57px;
                text-transform: uppercase;
                text-decoration: none;
                border-bottom: 5px solid var(--wtw-bright-orange);
                color: var(--wtw-blue);
                font-weight: 500;
                font-family: Oswald, sans-serif;
            }

        .shop-terms-wrapper {
            text-align: center;
            margin-top: -50px;
            margin-bottom: -5px;
        }





        input.add-button {
            display: inline-block;
            margin: 10px 0px 10px 0px;
            width: auto;
            font-size: 24px;
            font-weight: 500;
            letter-spacing: 0.57px;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.33;
            letter-spacing: normal;
            text-align: center;
            color: var(--wtw-blue);
            border: none;
            border-bottom: 5px solid var(--wtw-bright-orange);
            cursor: pointer !Important;
            background: none;
        }


            input.add-button:hover {
                display: inline-block;
                margin: 10px 0px 10px 0px;
                width: auto;
                font-size: 24px;
                font-weight: 500;
                letter-spacing: 0.57px;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.33;
                letter-spacing: normal;
                text-align: center;
                color: #f47320;
                border: none;
                border-bottom: 5px solid #fff;
                cursor: pointer !Important;
                background: none;
            }

        #Myquantity {
            text-align: center;
            padding: 5px;
            border: none;
            align-items: center;
            display: flex;
            margin: 0px 0px 0px 25px;
        }

        .qty {
            width: 25px;
            height: 25px;
            border: 1px solid #012d5c;
            text-align: center;
        }

        input.qtyplus {
            border-radius: 20px;
            background: #0054a5;
            color: #fff;
            border: 1px solid #012d5c;
            margin: 5px;
            width: 28px;
            font-size: 24px;
            font-weight: 400;
            padding: 0.5px 0px 5px 5.6px;
            height: 28px;
            text-align: center;
            /* height: 25px; */
            line-height: 17px;
            align-items: center;
            vertical-align: middle;
            display: flex;
        }

        input.qtyminus {
            border-radius: 20px;
            background: #0054a5;
            color: #fff;
            border: 1px solid #012d5c;
            margin: 5px;
            width: 28px;
            font-size: 24px;
            font-weight: 400;
            padding: 0px 0px 5px 8px;
            height: 28px;
            text-align: center;
            /* height: 25px; */
            line-height: 17px;
            align-items: center;
            vertical-align: middle;
            display: flex;
        }


        .shop-top-container {
            margin-left: -20px;
            margin-bottom: 50px;
            padding-top: 50px;
        }

        .shop-top-row {
            margin: 0px -20px 0px -105px;
        }
    }