/* Minification failed. Returning unminified contents.
(1815,10): run-time error CSS1035: Expected colon, found ';'
 */

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.navbar,
.navbarTest,
.pushy {
    font-family: DMSerifText-Regular, serif;
    line-height: 1.5em;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

.navbar a,
.navbarTest a,
.pushy a {
    text-decoration: none
}
.navbar *,
.navbarTest *,
.pushy *,
.navbar :after,
.navbarTest :after,
.pushy :before {
    box-sizing: inherit;
}
.clear:after,
.clear:before {
    content: "";
    display: table;
    table-layout: fixed
}
.clear:after {
    clear: both
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar {
    z-index: 9998;
    background: #008fcc; /* Old browsers */
    background: -moz-linear-gradient(left, #FFFFFF 30%, #075480 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #FFFFFF 30%,#075480 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #FFFFFF 30%,#075480 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#075480',GradientType=1 ); /* IE6-9 */
}

.navbarTest {
    z-index: 9998;
    background: #ec9706; /* Old browsers */
    background: -moz-linear-gradient(left, #ec9706 30%, #0c294a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ec9706 30%,#0c294a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ec9706 30%,#0c294a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9706', endColorstr='#0c294a',GradientType=1 ); /* IE6-9 */
}

.navbar_container,
.primary_nav_container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.navbar_container {
    min-height: 85px;
    padding: 0 1%;
}
@media screen and (max-width: 1225px) {
    .navbar_container {
        width: 100%;
        padding: 0 2.5%;
    }
}
@media screen and (max-width: 768px) {
    .navbar_container {
        width: 95%;
        padding: 0 2.5%;
    }
}
@media screen and (max-width:480px) {
    #e-catalog-side.for_logged_in {
        top: 265px;
    }
    #product-categories-side.for_logged_in {
        top: 425px !important;
    }
}

/*--------------------------------------------------------------
## Top Navigation
--------------------------------------------------------------*/
.top_nav {
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding-left: 0
}
.top_nav a {
    text-transform: none
}
.top_nav li {
    display: inline-block;
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.top_nav li:last-of-type {
    margin-right: 0
}
.top_nav > li > a {
    line-height: 40px;
    padding: 6px 10px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
.top_nav > li > a:hover {
    color: #6fb6d1;
}
.top_nav > li > a:focus {
    outline: 0;
}
@media screen and (max-width: 1050px) { /* Mobile Menu Breakpoint */
    .top_nav .phone  {
        display: none;
    }
    .top_nav #registrationLi {
        display: none;
    }
}

/*--------------------------------------------------------------
## Top Nav Logged In
--------------------------------------------------------------*/
.primary_menu .for_logged_in,
.off-canvas-menu .for_logged_in {
    display: none; /*This is for the two menu dropdown specific to logged-in users: My Account and My Reports */
}
.user_details {
    color: #fff;
    display: none;
    float: right;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}
.user_details a,
.off_canvas_user a {
    text-decoration: underline;
    color: #fff;
}
.user_details a:hover,
.off_canvas_user a:hover {
    text-decoration: none;
    color: #fff;
}
.logged_in .user_details {
    display: block;
}
.logged_in .for_logged_out {
    display: none;
}
@media screen and (max-width: 1130px) {
    .logged_in .primary_menu > li {
        margin-right: 0;
    }
    .logged_in .primary_menu>li>a {
        padding: 11px 15px;
    }
}
.logged_in .primary_menu .for_logged_in {
    display: inline-block;
}
.logged_in .off-canvas-menu .for_logged_in {
    display: list-item;
}

/* Off-Canvas User Details */
.off_canvas_user {
    display: none;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.logged_in .off_canvas_user {
    display: block;
}
@media screen and (max-width: 1050px) { /* Mobile Menu Breakpoint */
    .logged_in .user_details {
        display: none;
    }
}

/*--------------------------------------------------------------
## Logo / Site Branding
--------------------------------------------------------------*/
.site_branding {
    width: 400px;
    margin: 20px 0 0;
    float: left;
}
.navbar_logo {
    display: block;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-content: center;
    align-items: center;
}
.navbar_logo img {
    display: block;
    width: 100%;
    margin: 0;
}
@media only screen and (max-width: 1050px) { /* Mobile Menu Breakpoint */
    .site_branding {
        width: 400px;
        margin: 23px 0px 23px 0px;
    }
    .wrap-full .site_branding {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 670px) { /* Mobile Menu Breakpoint */
    .site_branding {
        width: 125px;
    }
    .navbar_logo {
        grid-template-columns: 1fr;
    }
        .navbar_logo img:last-of-type {
            width: 120%;
        }
}

/*--------------------------------------------------------------
## Logo, Search and Cart Container
--------------------------------------------------------------*/
.logo_search_cart_container {
    height: 82px;
}
@media screen and (max-width: 1050px) { /* Mobile Menu Breakpoint */
    .logo_search_cart_container {
        float: right;
        line-height: 40px;
        padding-top: 21px;
    }
    .logo_search_cart_container > div {
        float:right;
    }
    .logo_search_cart_container > a {
        float:right;
    }
}

/*--------------------------------------------------------------
### Navbar Search
--------------------------------------------------------------*/
.navbar_search {
    height: 40px;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}

    .navbar_search form {
        display: inline-block;
        vertical-align: top;
    }

    .navbar input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        .navabar_search input[type=search]::-webkit-search-cancel-button,
        .navbar_search input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

    .navbar_search ::-webkit-input-placeholder {
        color: #848484;
        font-size: 14px
    }

    .navbar_search :-moz-placeholder {
        color: #848484;
        font-size: 14px
    }

    .navbar_search ::-moz-placeholder {
        color: #848484;
        font-size: 14px
    }

    .navbar_search :-ms-input-placeholder {
        color: #848484;
        font-size: 14px
    }

.navbar_search input[type="search"] {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #012a49;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 10px 0px 10px;
    vertical-align: top;
    width: 40vw;
    max-width: 670px;
}
.navbar_search.is_logged_in input[type="search"] {
    width: 30vw;
    max-width: 670px;
}

.navbar_search input[type="submit"] {
    background-color: #002157;
    background-image: url(/Content/images/WebP_Images/search-white.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0px 0 0 -6px;
    padding: 0px 25px;
    vertical-align: top;
    border: none;
}

        .navbar_search input[type="submit"]:hover,
        .navbar_search input[type="submit"]:focus,
        .navbar_search input[type="submit"]:active {
            background-color: #075480;
        }

    .navbar_search .advanced_search {
        color: #6fb6d1;
        display: none;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        margin-left: 10px;
    }

        .navbar_search .advanced_search:hover {
            color: #fff;
        }

.nav_search_mobile {
    background-color: #002157;
    background-image: url(/content/images/WebP_Images/search-white.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 5px;
    display: none;
    height: 40px;
    width: 42px;
    position: relative;
    vertical-align: top;
}

    .nav_search_mobile a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

@media screen and (max-width: 1132px){
    .navbar_search input[type="search"] {
        width: 30vw;
    }
}

@media screen and (max-width: 1050px) { /* Mobile Menu Breakpoint */
    .navbar_search {
        display: inline-block;
        float: none;
        margin: 0;
        margin-left:30px;
        vertical-align: top;
        width:100%;
    }
    .navbar_search input[type="search"] {
        width: 80vw;
        max-width: none;
    }
        .navbar_search.is_logged_in input[type="search"] {
            width: 80vw;
            max-width: none;
        }

        .navbar_search .advanced_search {
            display: none;
        }
}

@media screen and (max-width: 700px) {

    .navbar_search {
        margin-left:10px;
    }

    .navbar_search input[type="search"] {
        width: 70vw;
    }

    .nav_search_mobile {
        display: inline-block;
    }

    .mobile_search_active .nav_search_mobile {
        background-image: url(/content/images/WebP_Images/search-close.webp);
    }

    .mobile_search_active .navbar_search {
        display: block;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
        background-color: #ECECEC;
        height: 60px;
        padding: 10px 10px;
    }

        .mobile_search_active .navbar_search form {
            display: block;
            width: 100%;
            position: relative;
        }

        .mobile_search_active .navbar_search input[type="search"],
        .mobile_search_active .navbar_search input[type="submit"] {
            display: block;
        }

        .mobile_search_active .navbar_search input[type="search"] {
            background-color: #fff;
            border-radius: 5px;
            width: 95%;
            padding: 0 2.5%;
        }

        .mobile_search_active .navbar_search input[type="submit"] {
            position: absolute;
            right: 0;
            top: 0;
        }

    .mobile_search_active .navbar_shim {
        height: 142px
    }
}

/*--------------------------------------------------------------
### Preferred Store Switcher
--------------------------------------------------------------*/

.store-switcher {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 15px;
    margin-right: 50px;
    z-index: 1;
}


.store-switcher * {
    width: 100%;
}

.store-switcher-content {
    display: none;
    position: absolute;
    overflow: auto;
}

.store-switcher:hover .store-switcher-content {
    display: block;
}

.store-switcher button {
    border: none;
    display: block;
    padding: 13px 15px 13px 15px;
    color: #075480 !important;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Sans Serif;
    line-height: 1.5em;
    margin-top: 0px;
    text-transform: none;
    -webkit-appearance: none;
    border: 2px solid #05689a;
    border-radius: 10px;
}

.store-switcher button:not(.current) {
    background-color: #EDEDED;
    color: #075480;
}

.store-switcher button.current {
    background-color: #ec9706;
    color: white;
}

.store-switcher > button {
    border-radius: 5px;
}

.store-switcher:hover > button {
    border-radius: 5px 5px 0px 0px;
}

.store-switcher-content button:hover {
    background-color: #0092cf;
    color: white;
}

@media screen and (max-width: 1050px) { /* Mobile Menu Breakpoint */
    .store-switcher {
        display: inline-block;
        text-align: center;
        float: none;
        margin: 0px 0px 0px 20px;
        vertical-align: top;
    }
}


/*--------------------------------------------------------------
### Navbar Cart Button
--------------------------------------------------------------*/
.navbar_cart {
    float: right;
    margin-top: 15px;
}
.navbar_cart a {
    border-radius: 5px;
    background-color: #ec9706;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px 12px;
    text-transform: none;
    position: relative;

}
.navbar_cart a:hover,
.navbar_cart a:active,
.navbar_cart a:focus {
    background-color: #fbc362;    
}
.navbar_cart a i {
    font-size: 20px;
    padding-right: 5px;
}
.navbar_cart a .cart_items {
    background-color: #F15A24;
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    line-height: 12px;
    height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 4px 4px 0;
    top:-8px;
    right: -8px;
    padding-top: 4px;
}

@media screen and (max-width: 1050px) { /* Mobile Menu Breakpoint */
    .navbar_cart {
        display: inline-block;
        text-align: center;
        float: none;
        margin: 0px 0px 0px 20px;
        vertical-align: top;
    }
    .navbar_cart a {
        padding: 0 12px;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
    }
    .navbar_cart a i {
        padding: 0px;
        line-height: 40px;
    }
    .navbar_cart a .cart_text {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .navbar_cart {
        margin-left: 10px;
    }
}

/*--------------------------------------------------------------
### Menu Button
--------------------------------------------------------------*/
.menu-btn {
    color: #002157;
    float: left;
    cursor: pointer;
    display: none;
    padding: 23px 10px 23px 0px;
    vertical-align: top;
    line-height: 40px;
}
.menu-btn i {
    font-size: 40px;
    padding-top: 1px;
    vertical-align: top;
}
.menu-btn:hover {
    color: #c3ecf9;
}
@media screen and (max-width: 1050px) { /* Mobile Menu Breakpoint */
    .menu-btn {
        display: inline-block;
    }
}
@media screen and (max-width: 400px) {
    .menu-btn {
        margin-left: 10px;
    }
}

/*--------------------------------------------------------------
## Primary Navigation
--------------------------------------------------------------*/
.arrow {
    border: solid #075480;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.right-arrow {
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    
}
.primary_nav_wrapper {
    background-color: #ececec;
}
.primary_menu .sub-menu,
.top_nav .sub-menu {
    left: 0;
    z-index: 999999;
    position: absolute;
}
.navigation {
    margin: 0;
}
.navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}
.primary_menu li {
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.primary_menu > li:not(.accountNavLi) {
    margin-right: 15px;
    margin-top: -12px;
    height: 45px;
}
.primary_menu li:last-of-type {
    margin-right: 0;
}
.primary_menu li:hover>.sub-menu {
    -moz-box-shadow: -1px 2px 10px -2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: -1px 2px 10px -2px rgba(0, 0, 0, .25);
    box-shadow: -1px 2px 10px -2px rgba(0, 0, 0, .25);
    display: block;
    position: absolute
}
.primary_menu a {
    color: #075480;
    line-height: 30px;
    font-size: 15px;
}
.primary_menu .sub-menu {
    background-color: #fff;
    display: none;
    padding: 0
}
.primary_menu .sub-menu a {
    display: block;
    line-height: 38px;
    padding: 0 20px;
    text-transform: none;
    white-space: nowrap;
}
.primary_menu > li:not(.accountNavLi) > a {
    padding: 18px 20px;
    line-height: 39px;
    font-size: medium;
    text-transform: none;
    cursor: pointer;
}
.primary_menu > .accountNavLi > a {
    padding: 10px 20px;
    line-height: 39px;
    font-size: 15px;
    text-transform: none;
}
.primary_menu>li>a:hover {
    background-color: #0092cf;
    color: #fff;
}
    .primary_menu > li > a:hover .arrow {
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
    }
.primary_menu>li>a:focus {
    outline: 0
}
.primary_menu>li:hover>.sub-menu li {
    display: block;
}
.primary_menu>li:hover>.sub-menu li:hover {
    background: #0092cf;
}
.primary_menu>li:hover>.sub-menu li:hover a {
    color: #fff;    
}
.primary_menu .sub-menu:focus-within {
    display:block;
}
#secondary_menu {
    margin-top: 14px;
    margin-left: 200px;
}

@media screen and (max-width: 1050px) { /* Mobile Menu Breakpoint */
    .primary_menu > li:not(.accountNavLi):not(.nav_search_bar) {
        display: none;
    }
    #secondary_menu{
        display: none;
    }
    .catalogMenuDiv {
        display: none;
    }
}

/*--------------------------------------------------------------
## Off-Canvas Menu
--------------------------------------------------------------*/
.off-canvas-top {
    height: 82px
}
.off-canvas-logo img {
    display: inline-block;
    padding: 15px;
    max-height: 100%;
    max-width: 150px
}
.off-canvas .close {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    padding: 17px 30px 0 0;
    position: absolute;
    right: 0;
    top: 0
}
.off-canvas .close:active,
.off-canvas .close:hover {
    color: #c3ecf9;
}
.off-canvas .button {
    margin: 0 auto;
    text-align: center;
    width: 162px;
    display: block;
}
.off-canvas-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #EDEDED;
    margin: 0 0 20px;
    padding: 20px 0;
}
.off-canvas-menu a {
    color: #075480;
    display: block;
    font-weight: 400;
    line-height: 35px;
    padding-left: 40px;
    text-transform: none
}
.off-canvas-menu a:hover,
.off-canvas-menu a:active,
.off-canvas-menu a:focus {
    background-color: #0092cf;
    color: #fff;
}
.off-canvas-menu .menu-item-802 > a:hover,
.off-canvas-menu .menu-item-802 > a:active,
.off-canvas-menu .menu-item-802 > a:focus {
    background-color: transparent;
    color: #075480;
}
.off-canvas-menu .sub-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.off-canvas-menu .sub-menu a {
    text-transform: initial;
    padding-left: 60px;
}
.off-canvas-menu-lower {
    list-style: none;
    margin: 0 0 45px;
    padding: 0;
}
.off-canvas-menu-lower a {
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 35px;
    padding-left: 40px;
    text-transform: none;
}
.nav_login_mobile span {
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 35px;
    text-transform: none;
}
.off-canvas-menu-lower a:hover,
.off-canvas-menu-lower a:active,
.off-canvas-menu-lower a:focus {
    color: #c3ecf9;
}

/* Pushy */
.pushy {
    background-color: #0471A6;
    background: #008fcc; /* Old browsers */
    background: -moz-linear-gradient(top,  #008fcc 0%, #075480 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #008fcc 0%,#075480 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #008fcc 0%,#075480 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fcc', endColorstr='#075480',GradientType=0 ); /* IE6-9 */

    position: fixed;
    width: 300px;
    top: 0;
    bottom: 0;
    overflow: auto;
    z-index: 9999;
    -webkit-box-shadow: -2px 5px 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: -2px 5px 10px 0 rgba(0, 0, 0, .5);
    box-shadow: -2px 5px 10px 0 rgba(0, 0, 0, .5);
    -webkit-overflow-scrolling: touch
}
.pushy::-webkit-scrollbar {
    display: none
}
.pushy-right {
    -webkit-transform: translate3d(-305px, 0, 0);
    -moz-transform: translate3d(-305px, 0, 0);
    -ms-transform: translate3d(-305px, 0, 0);
    -o-transform: translate3d(-305px, 0, 0);
    transform: translate3d(-305px, 0, 0)
}
.pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.push-push {
    -webkit-transform: translate3d(-305px, 0, 0);
    -moz-transform: translate3d(-305px, 0, 0);
    -ms-transform: translate3d(-305px, 0, 0);
    -o-transform: translate3d(-305px, 0, 0);
    transform: translate3d(-305px, 0, 0)
}
.push,
.pushy {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99)
}
.site-overlay {
    display: none
}
.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, .5);
    -webkit-animation: fade .5s;
    -moz-animation: fade .5s;
    -o-animation: fade .5s;
    animation: fade .5s
}

.navbar_login {
    font-weight: 400;
    line-height: 35px;
    padding: 40px;
    text-transform: none;
    background-color: #EDEDED;
    color: #075480;
    width: 100%;
    display: none;
}

    .navbar_login div#loginBox input[type=button] {
        color: #fff;
        font-weight: 400;
        line-height: 35px;
        text-transform: none;
    }

    .navbar_login div#loginBox input[type=submit] {
        margin-top: 10px;
        color: #fff;
        font-weight: 400;
        line-height: 35px;
        text-transform: none;
    }

    .navbar_login div#loginBox input {
        margin-bottom: 10px;
        width: 100%;
        font-size: 14pt;
    }

    .navbar_login div#loginBox label, .navbar_login div#loginBox input {
        display: block;
        clear: both;
    }

.mobile_login_active .navbar_login {
        display:block;
    }

    .mobile_login_active .off-canvas-menu {
        display:none;
    }

    .mobile_login_active .off_canvas_user {
        display:none;
    }

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 99999999;
}

/* The Modal Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-family: 'Segoe UI', Verdana, Helvetica, Sans-Serif;
    font-size: 40px;
    font-weight: bold;
    margin-top: -15px;
}

    .close:hover,
    .close:focus {
        color: red;
        text-decoration: none;
        cursor: pointer;
    }

@keyframes fade{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade{0%{opacity:0}100%{opacity:1}}@-o-keyframes fade{0%{opacity:0}100%{opacity:1}}

@media screen and (max-width: 400px) {
    .pushy-active .pushy {
        width: 100%
    }
    .pushy-active .site-overlay {
        background-color: #36A8FE
    }
}

/* Overlay that dims the rest of the page */
#cookie-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* adjustable opacity */
    z-index: 999998;
    display: none;
    transition: opacity 0.3s ease;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ececec;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.2);
    z-index: 999999;
    /* Flex column layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* space between text and buttons */
    border-radius: 15px;
}

    #cookie-banner span {
        display: block;
        margin-bottom: 5px;
        color: #002147;
        width: 85%;
    }

#accept-cookies {
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: #82c4f8;
    padding: 10px 20px;
    cursor: pointer;
}

#decline-cookies {
    background: none;
    border: none;
    font-size: 14px;
    color: #a1a1a1;
    padding: 1px 20px;
    opacity: 0.5;
    text-decoration: underline;
    cursor: pointer;
    transition: all 0.3s ease;
}

#accept-cookies:hover {
    background-color: #2196F3; /* blue highlight on hover */
}

#decline-cookies:hover {
    opacity: 1;
}
    
/* Universal Selectors */

/* Element Selectors */

/* Class, Attribute, and Pseudo Selectors */

.content-sidebar {
    background: #0092CF; /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #0092CF), color-stop(1, #0c294a)); /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-side at center, #0092CF 0%, #0c294a 100%);
}

.content-sidebarTest {
    background: #006611;
    background-image: -ms-radial-gradient(center, ellipse farthest-side, #006611 0%, #0c294a 100%); /* IE10 Consumer Preview */
    background-image: -moz-radial-gradient(center, ellipse farthest-side, #006611 0%, #0c294a 100%); /* Mozilla Firefox */
    background-image: -o-radial-gradient(center, ellipse farthest-side, #006611 0%, #0c294a 100%); /* Opera */
    background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #006611), color-stop(1, #0c294a)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-side, #006611 0%, #0c294a 100%); /* Webkit (Chrome 11+) */
    background-image: radial-gradient(ellipse farthest-side at center, #006611 0%, #0c294a 100%); /* W3C Markup, IE10 Release Preview */
}


.innerContentsidebar {
    display: block;
    padding: 3px;
    background-image: -moz-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #0092CF ), color-stop(1, #0c294a)); /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-side at center, #0092CF 0%, #0c294a 100%);
}

    .innerContentsidebar .close-login {
        display:none;
    }

.closeCartdiv {
    cursor: pointer;
    position: relative;
    float: right;
}

.close_cart {
    width: 18px;
    height: 18px;
    padding-right: 5px;
    padding-top: 5px
}

.loginBox {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    color: white;
    padding-bottom: 5px;
    /* loginBox for PROD still has blue coloring */
    background-image: -moz-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #0092CF ), color-stop(1, #0c294a)); /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-side at center, #0092CF 0%, #0c294a 100%);
}

.loginBoxTest {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    color: white;
    padding-bottom: 5px;
    /* changed test coloring to have a green color in the classes */
    background-image: -moz-radial-gradient(center, ellipse farthest-side, #09a225 0%, #0c294a 100%); /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-side, #09a225 0%, #0c294a 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #09a225 ), color-stop(1, #0c294a)); /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-side, #09a225 0%, #0c294a 100%); /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-side at center, #09a225 0%, #0c294a 100%);
}

div.container.breadcrumb {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.breadcrumb a {
    color: lightgray;
}

input.section-toggle-btn {
    width: 100%;
    cursor: pointer;
}

div.clearance-btn {
    color: #FFFFFF;
    background-color: #ec9706;
    border: 0px;
    font-size: 15px;
    cursor: pointer;
    padding: 5px;
}

    div.clearance-btn:hover {
        background-color: #fbc362;
    }

input.cartButton {
    width: 75px;
}

input[type=text].quickAdd {
    display: inline;
    width: 70px;
}

.ui-menu .ui-menu-item a {
    line-height: 1.0;
}

/* ID Selectors */

#content-sidebar input[type=button],
#content-sidebar #loginButton,
#loginModal input[type=button],
#loginModal input[type=submit],
#quickAddSelect input[type=button] {
    position: relative;
    height: 24px;
    border: 1px solid #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px !important;
    color: #FFF;
    background-color: #0092CF;
    cursor: pointer;
    padding: 2px 10px;
    font-weight: normal;
    font-family: Arial;
}

    input[type=button]:hover {
        background-color: #6FB6D1;
    }

#content-sidebar #showHideSwitchCart,
#content-sidebar #showHideSwitchProducts {
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    background-color: #717171;
}

    #content-sidebar #showHideSwitchCart:hover,
    #content-sidebar #showHideSwitchProducts:hover {
        background-color: #0092CF;
    }

#quickAddSelect .sub-menu{
    border-radius: 25px;
}

.side-button {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #aecee7;
    cursor: pointer;
    display: none;
    font-size: 16px;
    font-weight: bold;
    left: -70px;
    padding: 0 10px;
    position: fixed;
    opacity: 0.6;
    text-align: center;
    width: 140px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9000;
}

/*
Leaving this blue for now to draw attention to the new feature
.side-button a {
    color: #717171;
}
*/

#login12 {
    top: 380px;
}

#product-categories-side {
    top: 550px;
}

#e-catalog-side {
    top: 210px;
}

#sidebar-top {
    display: block;
    text-align: center;
}

#sidebar-top #quickAddDropdown{
    border-radius: 0;
    background: none;
    overflow: inherit;
    border: none;
}

#sidebar-top #loginBox label, 
#sidebar-top #loginBox input {
    display: block;
    clear: both;
    margin: 0px auto;
    font-size: 15px;
    font-family: DMSerifText-Regular, serif;
    line-height: revert;
    box-sizing: revert;
}

#sidebar-top #loginBox input[type=button] {
    width: 130px;
    margin-bottom: 10px;
}

#sidebar-top #loginBox input[type=submit] {
    width: 60px;
    margin-bottom: 10px;
}

    #sidebar-top #loginBox input[type=text], #sidebar-top #loginBox input[type=password] {
        width: 140px;
        margin-bottom: 10px;
        background-color: white;
        border: revert;
        border-bottom-color: dimgrey;
        box-sizing: revert;
        padding: revert;
        font: revert;
    }

div#userInfo a {
    color: lightgray;
}

#promocodeDiv select {
    width: 140px;
}

#promoCodeText01,
#promoCodeText02 {
    width: 180px;
}

#promotionCodeButton {
    width: 60px;
    margin-bottom: 5px;
}

#miniCart tbody td.rightBorder {
    border-right: solid 1px #D3D3D3;
}

#miniCart tbody td {
    padding: 1px;
}

#miniCart tbody {
    display: block;
    max-height: 65vh;
    overflow-y: scroll;
}

#miniCart thead {
    display: block;
}
#miniCart tfoot{
    display:block;
    padding-left: 90px;
}

div#cartButtonLine {
    margin-top: 10px;
}

    #cartButtonLine .marksButton {
        margin: 5px 0 0;
        padding: 5px;
        width: 75px;
    }

#quoteButton {
    margin-left: 6px;
    margin-right: 6px;
}

div#quickPartAddLine {
    margin-top: 10px;
}

#quickPartAddLine .marksButton {
    width: 75px;
    padding: 5px;
    margin: 5px;
}

    #quickPartAddLine #partNo, #quickPartAddLine #qtyAmt {
        width: 70px;
    }

    #quickPartAddLine #partNo {
        margin-right: 5px;
    }

#quickAddUIMessages > div > span {
    padding: 4px 0;
}

#quickAddDropdown {
    background: #ececec;
    border: 2px solid #9a9a9a;
    border-radius: 25px;
    overflow:hidden;
}

.Dropdown-Background {
    background: #0092CF; /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 487, color-stop(0, #0092CF), color-stop(1, #0c294a)); /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-side, #0092CF 0%, #0c294a 100%); /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-side at center, #0092CF 0%, #0c294a 100%);
    border-top: 1px solid #9a9a9a;
}

#quickAddDropdown > div {
    text-align: center;
}

#catalog-menu,
#catalog-sidemenu{
    border: 1px solid #ccc;
    border-radius: 0;
}

    #catalog-menu ul,
    #catalog-sidemenu ul{
        border-radius: 0;
        z-index: 99999;
    }

        #catalog-menu ul li,
        #catalog-sidemenu ul li{
            text-wrap: avoid;
            font-size: 10pt;
            line-height: 10pt;
        }

.innerContentsidebar #catalog-menu {
    border: none;
}

ul#catalogMenu {
    background-color: #DDDDDF;
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
    max-height: 48.5vh;
}

    ul#catalogMenu li {
        margin: 1px;
        padding: 1px;
        width: 100%;
        list-style: none;
        outline: none;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }
    ul#catalogMenu .sideCatalog {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
        outline: none;
        overflow: hidden;
        display: block;
    }

    ul#catalogMenu li a {
        text-decoration: none;
        display: inline;
        min-height: 28px;
        line-height: 2.0;
        font-weight: normal;
        font-size: medium;
        color: #002855;
        width: 100%;
        list-style: none;
        margin: 0px;
        padding: 3px;
        outline: none;
        float: left;
    }

            ul#catalogMenu li a:hover {
                color: #FFFFFF;
                background-color: #0092CF;
            }

    /* Child ULs are offset...*/
    ul#catalogMenu > li ul {
        background-color: #DDDDDF;
        position: absolute;
        width: 100%;
        padding: 0px;
        list-style: none;
        border: 2px solid black;
        display:none;
    }

    ul#catalogMenu .sideCatalog ul {
        background-color: #DDDDDF;
        margin-left: 99%; /* Needs a little overlap so the mouseover works consistently */
        margin-top: -34px;
        position: absolute;
        width: 100%;
        padding: 0px;
        list-style: none;
        border: 2px solid black;
        display: none;
    }
    /*Makes side catalog menu continue down instead of right after first sub-category*/
    ul#catalogMenu .sideCatalog ul li details > ul {
        position: relative;
        margin-left: 2%;
        margin-top: 0%;
    }

    ul#catalogMenu li ul > li {
        width: 100%;
    }
        ul#catalogMenu li ul > li ul {
            position: relative;
            margin-left: 2%;
            margin-top: 0%;
        }

    /* ...until you hover over their parent LI */ /*Removed For Now. Dan wants to simplify website and rely on going through pages rather than multiple pop downs--Charles 2/16/2024*/
    /*ul#catalogMenu > .sideCatalog:hover ul:not(:empty)  {
        display: block;
    }
    ul#catalogMenu > li.active ul:not(:empty) {
        display: block;
    }*/

    /* CSS for CatalogMenu Collapsable Summaries*/
details > summary {
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

ul#catalogMenu li ul li details > summary::after {
    margin-left: 10px;
    content: ' ▼';
}

ul#catalogMenu li ul li details[open] > summary:after {
    margin-left: 10px;
    content: " ▲";
}

@media screen and (min-width: 1024px) { /* Mobile Menu Breakpoint */
    .close_cart {
        display: none;
    }
    ul#catalogMenu li {
        width: 20%;
    }
}

/* !important Universal Selectors */

/* !important Element Selectors */

/* !important Class, Attribute, and Pseudo Selectors */

/* !important ID Selectors */
.footer {
    background: #0092CF; /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #075480 50%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #075480 50%); /* Opera */
    background-image: -o-linear-gradient(top left, #FFFFFF 0%, #075480 50%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(0.5, #075480 )); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #075480 50%); /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom right, #FFFFFF 0%, #075480 50%);
    clear: both;
    float: left;
    width: 100%;
    box-sizing: content-box;
}

    .footer * {
        box-sizing: content-box;
    }

.footerTest {
    background: #006611; /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, #006611 0%, #075480 50%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left, #006611 0%, #075480 50%); /* Opera */
    background-image: -o-linear-gradient(top left, #006611 0%, #075480 50%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #006611), color-stop(0.5, #075480 )); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #006611 0%, #075480 50%); /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom right, #006611 0%, #075480 50%);
    clear: both;
    float: left;
    width: 100%;
    box-sizing: content-box;
}

    .footerTest * {
        box-sizing: content-box;
    }


#mailChimpNewsletterSignUp {
    display: grid;
    place-items: center;
    color: #222222;
}

.footer-logos-combined {
    width: 100%;
    max-width: 150px;
    height: 25px;
    float: inherit;
    margin-right:20px;
}

.footer-logos-payment {
    width: 100%;
    max-width: 150px;
    height: 25px;
    float: inherit;
    margin-left: 20px;
}

.footer-logos-magnet {
    width: 25%;
    max-width: 250px;
    height: 70px;
    float: inherit;
}
.footer-logos-google {
    width: 100%;
    max-width: 20px;
    height: 20px;
    float: inherit;
}

.footer-apps {

    width: 120px;
    
}
  .footer-apps:first-of-type{
      margin-top: 5px;
  }

.footer-column {
    margin: 10px;
    text-align: left;
    font-size: 11px;
    border-right: .5px solid #FFFFFF;
    padding: 5px 10px 5px 25px;
    width: 140px;
    box-sizing: content-box;
}
    .footer-column:first-child {
        padding-right: 25px;
    }

    .footer-column:nth-child(3) {
        border-right: none;
        width: 300px;
        padding: revert;
    }

    .footer-column > div {
        margin-top: 5px;
    }

 .footer-links{
     margin: 5px 0px;
 }
    .footer-links > span {
        text-decoration: underline;
        border-right: .5px solid #FFFFFF;
        padding: 0px 5px;
        font-size: 12px;
    }

        .footer-links > span:last-child {
            border-right: none;
        }

.footer-menu {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.footer-section {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.footer-column-resp {
    display:none;
}

.footer-logos-img {
    width: 40%;
    display: inline-block;
    margin: auto;
}

.footer-logos-tinyimg {
    width: 20%;
    display: inline-block;
    margin: auto;
}

.footer-logos-resp {
    display: none
}footer-column-resp > span {
    text-decoration: underline;
    border-right: .5px solid #FFFFFF;
    padding: 0px 5px;
    margin: 10px 0px;
    font-size: 12px;
}


 br {
    margin-top: 0px;
}


#footer {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Verdana,Arial,sans-serif;
    margin-top: 25px;
    box-sizing: content-box;
}

    #footer a {
        color: #FFFFFF;
        font-family: Verdana,Arial,sans-serif;
    }


    #footer .browser-icon {
        min-height: 50px;
        line-height: 18px;
        margin-top: 10px;
    }

#mc_embed_signup {
    background: #fff;
    false;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    width: 35vw;
}

@media(max-width: 1280px) {
    #mc_embed_signup {
        width: 30vw;
    }
}

@media(max-width: 420px) {
    .footer-logos-magnet {
        width: 100%;
    }
}

@media (max-width: 360px) {

    #footer {
        font-size: 10px;
    }


}

@media (max-width: 676px) {

    .footer-apps:first-child {
        margin-right: 10px;
    }

    .footer-apps:last-child{
        margin-left: 10px;
    }

    .footer-column {
        display: none;
    }

    .footer-column-resp {
        display: block;
        font-size: 14px;
        padding: 5px 10px 5px 10px;
        width: 100vw;
    }
    #mc_embed_signup {
        width: 80vw;
    }
}


@media (max-width:342px){
    .footer-logos-combined {
        width: 100px;
        height: 25px;
    }
    .footer-logos-payment {
        width: 100px;
        height: 25px;
    }


}

@media (max-width:530px) {
    .footer-logos {
        display: none
    }
    .footer-logos-resp {
        display: block
    }
}
/* Universal Selectors */

/* Element Selectors */
body {
    width: 100%;
    margin: 0px;
    min-width: 320px;
}
/* Class, Attribute, and Pseudo Selectors */

/* ID Selectors */
#content-header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
}

#body-container {
    max-width: 1400px;
    margin: 0px auto;
    margin-top: 175px;
}
#body-container.for_logged_in {
    margin-top: 229px;
}

#content-sidebar {
    display: none;
    float: left;
    width: 24%;
    min-width: 260px;
}

#content-main {
    display: inline-block;
    width: 100%;
    min-height: 500px;
}

#content-main-container {
    margin: 25px;
}

#content-main .content-heading {
    margin-left: 20%;
}

#content-main .content-footer {
    margin-left: 20%;
}

#footer-spacer {
    height: 100px;
    width: 100%;
}

.side_nav_container {
    margin-top: 15px;
    display: block;
    width: 100%;
}
@media screen and (max-width: 1050px) {
    .side_nav_container {
        margin-top: revert;
        display: revert;
        width: revert;
    }
}

@media (max-width: 1024px) {

    #content-sidebar {
        display: none;
        position: fixed;
        left: 0px;
        z-index: 10000;
        border-top: 2px solid #0c294a;
    }

    #content-main {
        width: 100%;
    }

    #body-container {
        margin-top: 140px;
    }

    #body-container.for_logged_in {
        margin-top: 130px;
    }

    #content-main .content-heading {
        margin-left: auto;
    }

    #login12 {
        display: block;
    }

    #product-categories-side {
        display: block;
    }

    #e-catalog-side {
        display: block;
    }
}

@media screen and (max-width:480px) {
    ul#catalogMenu.for_logged_in {
        max-height: 43.5vh;
    }
    #body-container.for_logged_in {
        margin-top: 195px;
    }
    }

    /* !important Universal Selectors */

    /* !important Element Selectors */

    /* !important Class, Attribute, and Pseudo Selectors */

    /* !important ID Selectors */
