.mobile-search-icon {
    position: absolute;
    right: 14px;
    bottom: -11px;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
    transition: all .2s;
}

.header-search-text {
    display: none;
}

.mobile-search-icon:hover {
    color: #fff;
}

.search-container {
    display: none;
    position: fixed;
    top: 174px;
    z-index: 2;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.58);
}

.search-container-col {
    display: inline-block;
    vertical-align: top;
}

.search-container-col.one {
    width: calc(100% - 85px);
}

.search-input {
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    border: none;
    font-size: 16px;
    padding-left: 10px;
}

.search-input:focus {
    outline: none;
}

.search-btn {
    background: #C64910;
    font-family: 'Teko', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    width: 85px;
    cursor: pointer;
    transition: .2s;
}

.search-btn:hover {
    background: #4A6682;
}

.header-call-out {
    display: none;
    background: #fff;
    padding: 14px 40px 15px 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.header-call-out.shop {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
}

.header-call-out.home {
    font-size: 18px;
    background: #C64910;
    color: #fff;
    padding: 7px 40px 17px 40px;
}

.close-header-call-out {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 50px;
    line-height: 26px;
}


.header-container {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.header {
    position: relative;
    background: #000;
    background-size: cover;
    background-position: center center;
    padding: 15px 0px 10px 15px;
    height: 134px;
    box-sizing: border-box;
}

.header-logo {
    width: 178px;
    padding-top: 21px;
}

.mobile-header-ribbon {
    background: #000;
    text-align: center;
    color: #FAFFFD;
    font-weight: 300;
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 18px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.58);
}

.hamburger {
    position: absolute;
    width: 41px;
    right: 10px;
    font-size: 41px;
    color: #fff;
    top: 10px;
}

.mobile-header {
    position: fixed;
    width: 100%;
    box-shadow: 0px 3px 9px #6d6d6d;
    font-size: 0;
    top: 0;
    z-index: 2;
}

.nav-close {
    width: 42px;
    position: absolute;
    right: 13px;
    top: 12px;
    z-index: 2;
    color: #fff;
    font-size: 41px;
}

.mobile-nav-container-outer {
    /*background-image: url(../assets/mobile-nav-bg-min.png);
    background-size: cover;
    background-position: center center;*/
    background: #000000f0;
    position: fixed;
    width: 100%;
    left: 100%;
    top: 0;
    z-index: 3;
    transition: all .4s;
}

.mobile-nav-container-outer.active {
    left: 0;
}

.mobile-nav-container {
    padding-top: 30px;
}

.mobile-nav-item {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    color: #FAFFFD;
}

.mobile-nav-item>div,
.mobile-sub-nav-item>div {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.mobile-sub-nav {
    position: fixed;
    width: 100%;
    left: 100%;
    top: 0;
    z-index: 3;
    background: #fff;
    transition: all .4s;
}

.mobile-sub-nav-section-name {
    font-weight: 600;
    text-transform: uppercase;
    color: #383838;
    font-size: 20px;
    text-align: center;
    position: relative;
    text-decoration: underline;
    margin-top: 15px;
}

.mobile-sub-nav-item {
    font-weight: 600;
    text-transform: uppercase;
    color: #383838;
    font-size: 17px;
    text-align: center;
    height: 50px;
    position: relative;
}

.sub-nav-header {
    background: #000;
    color: #FAFFFD;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.mobile-sub-nav-hide {
    position: absolute;
    left: 10px;
}

.desktop-sub-nav,
.desktop-sub-nav-right {
    display: none;
}

.mobile-nav-bottom {
    background: #4A6682;
    font-size: 0;
    padding-top: 20px;
}

.mobile-nav-bottom .inner {
    max-width: 320px;
    margin: auto;
}

.mobile-nav-bottom .col {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
}

.mobile-nav-bottom .col img {
    width: 51px;
    display: block;
    margin: auto;
}

.desktop-shop-nav-col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.desktop-shop-nav-col.one {
    width: 195px;
}

.nav-social-container,
.nav-request-btn,
.desktop-phone-header,
.desktop-sub-nav-container,
.desktop-nav-container {
    display: none;
}

@media (min-width: 768px) {
    .header {
        height: 152px;
    }

    .search-input {
        height: 53px;
        font-size: 20px;
    }

    .search-container-col.one {
        width: calc(100% - 134px);
    }

    .search-btn {
        font-size: 36px;
        width: 134px;
        line-height: 45px;
        padding-top: 6px;
        padding-bottom: 2px;
    }
    .search-container {
        top: 192px;
    }

    .mobile-search-icon {
        font-size: 28px;
        right: 16px;
        bottom: -19px;
    }

    .mobile-nav-item {
        font-size: 40px;
    }

    .hamburger {
        width: 50px;
    }
}

@media (min-width: 1170px) {
    .header-call-out.shop {
        background: rgb(0 0 0 / 50%);
        font-size: 17px;
        line-height: 24px;
    }

    .header-call-out-sub-text {
        font-size: 13px !important;
        line-height: 18px;
    }

    .mobile-search-icon {
        bottom: 9px;
        right: 22px;
    }

    .search-container {
        top: 135px;
    }

    .header-call-out {
        font-size: 20px;
        padding: 24px 40px 31px 40px;
    }

    .header-call-out.home {
        font-size: 27px;
    }

    .close-header-call-out {
        font-size: 64px;
        line-height: 36px;
        right: 10px;
        top: 7px;
    }
    
    .header {
        background: transparent;
        background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
        height: 135px;
    }

    .header.scrolled {
        background-image: none;
        background: #000;
    }

    .header.sub-nav-active {
        background: #000;
    }

    .nav-social-container {
        display: block;
        position: absolute;
        right: 173px;
        top: 7px;
    }

    .nav-social-icon {
        width: 36px;
    }

    .nav-request-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: -6px;
        width: 124px;
        font-size: 19px;
        line-height: 23px;
        padding-top: 4px;
    }

    .mobile-header-ribbon {
        display: none;
    }

    .hamburger {
        display: none;
    }

    .desktop-nav-container {
        display: inline-block;
    }

    .desktop-nav-item {
        position: relative;
        display: inline-block;
        color: #FAFFFD;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: .5px;
        margin: 0 20px;
        padding-right: 0px;
        cursor: pointer;
        height: 47px;
        transition: all .2s;
    }

    .desktop-nav-item:hover {
        color: #C64910;
    }

    .desktop-nav-item.desktop-sub-nav-open.active {
        color: #C64910;
    }

    .header-logo {
        display: inline-block;
        margin-right: 10px;
    }

    .desktop-nav-container {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: calc(100% - 285px);
    }

    .desktop-nav-inner {
        position: absolute;
        width: 100%;
        top: 63px;
    }

    .desktop-phone-header {
        display: block;
        position: absolute;
        font-family: 'Teko', sans-serif;
        color: #FAFFFD;
        right: 35px;
        top: 12px;
        font-size: 23px;
        font-weight: 300;
        width: 121px;
    }

    .desktop-phone-header div {
        position: absolute;
        top: -3px;
        right: -13px;
    }

    .desktop-sub-nav-section-name {
        text-transform: uppercase;
        color: #383838;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: -7px;
        text-decoration: underline;
        cursor: pointer;
        position: relative;
    }

    .desktop-sub-nav-item,
    .desktop-sub-sub-nav-item {
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px;
        transition: all .2s;
    }

    .desktop-sub-nav-item:hover {
        color: #C64910;
    }

    .desktop-sub-sub-nav-item.active {
        margin-bottom: 20px;
    }

    .desktop-sub-nav-item div,
    .desktop-sub-sub-nav-item div {
        position: relative;
        display: inline;
    }

    .desktop-sub-sub-nav-item {
        transform: translate(50px);
        opacity: 0;
        transition: all .6s;
    }

    .desktop-sub-sub-nav-item.active {
        transform: translate(0);
        opacity: 1;
    }

    .sub-nav-arrow {
        position: absolute;
        right: -16px;
        width: 9px;
        top: 4px;
    }

    .desktop-capabilities-sub-nav .desktop-sub-nav-left-inner {
        width: 802px;
    }

    .desktop-capabilities-sub-nav .desktop-sub-nav-item {
        display: inline-block;
        width: 213px;
    }

    .desktop-support-sub-nav .desktop-sub-nav-left-inner {
        width: 670px;
    }

    .desktop-support-sub-nav .desktop-sub-nav-item {
        display: inline-block;
        width: 213px;
    }

    .desktop-dealers-sub-nav .desktop-sub-nav-left-inner {
        width: 670px;
    }

    .desktop-dealers-sub-nav .desktop-sub-nav-item {
        display: inline-block;
        width: 213px;
    }

    .desktop-sub-nav-left {
        background: #fff;
    }

    .desktop-sub-nav-left-inner {
        display: inline-block;
        vertical-align: top;
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .desktop-products-sub-nav .desktop-sub-nav-left-inner {
        height: 212px;
        /*border-right: 1px solid #ccc;*/
        padding-right: 25px;
    }

    .desktop-sub-sub-nav.active {
        display: inline-block;
    }

    .desktop-sub-nav-right {
        position: relative;
        background-image: url('../assets/Slides-Water-CU-min.png');
        background-size: cover;
        background-position: center center;
    }

    .desktop-sub-nav-right-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.25);
    }

    .desktop-sub-nav-right .headline {
        font-family: 'Teko', sans-serif;
        text-transform: uppercase;
        color: #FAFFFD;
        font-size: 28px;
        position: relative;
    }

    .desktop-sub-nav-right .blurb {
        color: #FAFFFD;
        font-size: 16px;
        font-weight: 300;
        position: relative;
    }

    .desktop-sub-sub-nav {
        display: none;
        vertical-align: top;
        margin-left: 25px;
        height: 212px;
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .desktop-sub-nav {
        z-index: 2;
        background: #000;
        /*background-image: linear-gradient(#0000002e, #000000);*/
        position: fixed;
        width: 100%;
        top: 125px;
        padding: 30px 10px;
        box-sizing: border-box;
        font-size: 0;
    }

    .desktop-sub-nav-shop-col {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        text-align: center;
    }

    .desktop-sub-nav-shop-img {
        width: 100%;
    }

    .desktop-sub-nav-shop-name {
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 5px;
        padding-right: 3.9vw;
        transition: all .2s;
    }

    .desktop-sub-nav-shop-col:hover .desktop-sub-nav-shop-name {
        color: #C64910;
    }

    .desktop-sub-nav-spacer {
        height: 2px;
        width: 90%;
        margin: auto;
        background: #C64910;
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
    }

    .desktop-sub-nav-cap-hidden,
    .desktop-sub-nav-sup-hidden,
    .desktop-sub-nav-deal-hidden {
        visibility: hidden;
    }

    .desktop-sub-nav-cap-visible,
    .desktop-sub-nav-sup-visible,
    .desktop-sub-nav-deal-visible {
        display: none;
        position: absolute;
        z-index: 3;
        width: 192px;
        top: 77px;
    }

    .desktop-sub-nav-sup-visible {
        width: 201px;
    }
}

@media (min-width: 1200px) {
    /*.mobile-search-icon {
        bottom: 8px;
        right: 156px;
        font-size: 25px;
    }*/

    /*.header-search-text {
        display: block;
        position: absolute;
        font-family: 'Teko', sans-serif;
        color: #FAFFFD;
        font-weight: 300;
        font-size: 30px;
        right: -76px;
        top: -4px;
    }*/

    .search-input {
        padding-left: 100px;
    }

    .header {
        padding-left: 30px;
    }

    /*.desktop-nav-inner {
        top: 63px;
    }*/

    .nav-request-btn {
        right: 13px;
        top: 9px;
        width: 170px;
        font-size: 20px;
        line-height: 27px;
    }

    /*.nav-social-container {
        right: 203px;
        top: 20px;
    }*/

    .nav-social-icon {
        width: 31px;
        /*display: block;*/
        margin-bottom: 2px;
    }

    /*.desktop-phone-header {
        top: 58px;
        font-size: 30px;
        right: 26px;
        width: 158px;
    }

    .desktop-phone-header div {
        top: -6px;
    }*/

    .desktop-nav-item {
        height: 42px;
    }

    .desktop-products-sub-nav .desktop-sub-nav-left {
        width: 600px;
        display: inline-block;
    }

    .desktop-products-sub-nav .desktop-sub-nav-right {
        display: inline-block;
        width: calc(100% - 600px);
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        padding-top: 5px;
        padding-bottom: 13px;
        height: 263px;
    }

    .desktop-products-sub-nav .desktop-sub-nav-right .headline {
        padding-top: 2vw;
    }

    .desktop-sub-nav {
        top: 121px;
    }
}

@media (min-width: 1300px) {
    .desktop-nav-item {
        margin: 0 30px;
    }
}

@media (min-width: 1400px) {
    .desktop-shop-sub-nav-inner {
        width: 1140px;
        margin: auto;
    }

    .desktop-sub-nav-shop-img {
        width: 275px;
    }

    .desktop-sub-nav-shop-name {
        padding-right: 12px;
    }

    .desktop-sub-nav-shop-col:nth-child(1) {
        margin-left: -35px;
    }
}

@media (min-width: 1500px) {
    .header {
        padding-left: 50px;
    }
    
    .desktop-nav-container {
        width: calc(100% - 304px);
    }

    .header-logo {
        margin-right: 30px;
    }

    .desktop-nav-item {
        margin: 0 40px;
    }
}

@media (min-width: 1536px) {
    .desktop-support-sub-nav .desktop-sub-nav-left {
        width: 670px;
        display: inline-block;
        padding-bottom: 15px;
        height: 159px;
    }

    .desktop-support-sub-nav .desktop-sub-nav-right {
        display: inline-block;
        width: calc(100% - 670px);
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        padding-top: 5px;
        padding-bottom: 13px;
        height: 174px;
    }

    .desktop-dealers-sub-nav .desktop-sub-nav-left {
        width: 670px;
        display: inline-block;
        padding-bottom: 15px;
        height: 159px;
    }

    .desktop-dealers-sub-nav .desktop-sub-nav-right {
        display: inline-block;
        width: calc(100% - 670px);
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        padding-top: 5px;
        padding-bottom: 13px;
        height: 174px;
    }

}

@media (min-width: 1546px) {
    .desktop-capabilities-sub-nav .desktop-sub-nav-left {
        width: 680px;
        display: inline-block;
        padding-bottom: 15px;
        height: 159px;
    }

    .desktop-capabilities-sub-nav .desktop-sub-nav-right {
        display: inline-block;
        width: calc(100% - 680px);
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        padding-top: 5px;
        padding-bottom: 13px;
        height: 174px;
    }
}

@media (min-width: 1600px) {
    .desktop-shop-sub-nav-inner {
        width: 1310px;
    }

    .desktop-sub-nav-shop-img {
        width: 315px;
    }
}

@media (min-width: 1700px) {
    .desktop-shop-sub-nav-inner {
        width: 1432px;
    }

    .desktop-sub-nav-shop-img {
        width: 350px;
    }
}
