﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
.mobileOnly 
{
    display:none;
}


div, ul, li {
    box-sizing: border-box;
    list-style: none;
}
/* ECSWIRE-76 - changed from .article-block to .article-desc */
.article-desc ol li {
    list-style: inherit;
    margin-left: 3em;
}
.article-desc ul li {
    list-style: initial;
    margin-left: 3em;
}


/* ECSWIRE-76 end */
a {
    cursor: pointer;
}

img {
    vertical-align: bottom;
}

a img {
    border: 0;
}


body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    color: #636363;
    font-size: 14px;
    line-height: 22px;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

input {
    font-family: 'Source Sans Pro', sans-serif;
}

.container {
    position: relative;
    left: 0;
    -webkit-transition: all .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    height: auto;
    /*margin: 50px 0;*/
}

    .container.openMenu {
        left: -260px;
    }

    .container.openProductMenu {
        left: -520px;
    }

.left {
    float: left;
}

.right {
    float: right;
}

/*.clearfix:after {
    content: "";
    display: table;
    clear: both;
}*/

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
}

/*.mobile {
    display: none;
}*/

.standardButton {
    color: white;
    background-color: #0098d6;
    width: auto;
    padding: 8px 16px;
    font-size: 14px;
    cursor:pointer;
}

.bold {
    font-weight: bold;
}

/*Header*/
.headerMenu {
    width: 100%;
    padding: 50px 40px 30px;
    position: relative;
    height: 155px;
    z-index: 100;
    display: none; /*Remove*/
}


img.mainLogo {
    float: left;
    width: auto;
}





.header .menuToggleWrapper, .headerMenu .menuToggleWrapper {
    float: right;
}


.menuToggleWrapper {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 7px;
}

    .menuToggleWrapper span {
        color: white;
        font: inherit;
        font-family: Roboto, sans-serif;
        font-size: 18px;
        padding: 0 10px;
    }

.secondaryNav .menuToggleWrapper.mobile {
    display: none;
}

.mobileImage {
    display: none;
}


.homepageBody h1 {
    max-width: 1000px;
}

.headerTextWrapper h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.29) 2px 2px 2px;
}

.headerTextWrapper p {
    font: inherit;
    color: #fff;
    font-size: 24px;
    font-weight: 300;

    text-align: center;
    line-height: 1.5em;
    text-shadow: rgba(0, 0, 0, 0.29) 2px 2px 2px;
}

/* FOOTER */
.footer {
    background-color: #e3e3e3;
    padding: 40px 40px;
}

.footerContentWrapper {
    position: relative;
}

.footer .menuToggleWrapper span {
    color: #656565;
}

.footer .menuToggleWrapper {
   
    margin-top: 10px;
}

/*.footerContent {
    float: left;
    margin-left: 40px;
    width: 46%;
    min-width: 400px;
    font-size: 16px;
}*/

.footerContent {
    float: left;
    margin-left: 0px;
    width: 46%;
    min-width: 400px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 140px;
}

.footerLinks {
    list-style-type: none;
}

    .footerLinks li {
        display: inline-block;
    }

/*.footerContent .col-1 {
    width: 70%;
    float: left;
}*/

.footerContent .col-1 {
    width: 400px;
    float: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 16px;
}

/*.footerContent .col-2 {
    width: 30%;
    float: left;
}*/

strong{
    font-weight:bold;
}
.footerContent .col-2 {
    width: 600px;
    float: left;
    position: absolute;
    left: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footerContent p, .footerLinks {
    float: left;
}

.footerContent .footerLinks {
    clear: left;
    margin-top: 16px;
}

.footerContent img {
    float: right;
    margin-left: 30px;
    max-width: 100%;
}

.footerBottomBar {
    height: 0px;
    width: 100%;
    background-color: #0098d6;
}

.blackFooter {
    height: 50px;
    background-color: black;
}

/* accounts header styling */
.subHeader {
    background-size: 100%;
    position: relative;
    height: 210px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.subHeaderOverlay {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 210px;
    /*background-color:#0c81af;
    opacity:0.3;*/
    z-index: 50;
}

/* Show More Blocks */
.show-more-wrapper {
    -webkit-transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    max-height: 10000px;
}

.show-less {
    overflow: hidden;
    max-height: 4.25em;
}

.show-more-link {
    color: #079bd7;
    font-weight: 700;
    font-size: 14px;
    width: auto;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    left: 50%;
    cursor: pointer;
}

    .show-more-link:after {
        content: "";
        margin-left: 2px;
        height: 1em;
        display: inline-block;
        width: 1em;
        position: relative;
        background: transparent url('../images/up-arrow.png') no-repeat;
        background-position: 0px 6px;
        background-size: contain;
    }

    .show-more-link.downArrow:after {
        background: transparent url('../images/down-arrow.png') no-repeat;
        background-position: 0px 6px;
        background-size: contain;
    }

/* styling for all the input boxes */
.inputTextBox {
    padding: 6px;
    width: 220px;
    -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
    -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
    box-shadow: inset 2px 2px 2px 0px #dddddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}

    .inputTextBox:focus, .inputTextBox.focus {
        border: solid 1px #707070;
        box-shadow: 0 0 5px 1px #969696;
        border-radius: 4px;
    }

.ui-draggable-handle:hover {
    cursor: move;
}

@media screen and (min-width:1300px) {
    .inputTextBox {
        width: 300px;
        font-size: 17px;
        padding: 9px;
    }

    .registrationField .dropdownboxes {
        width: 320px;
        font-size: 17px;
        padding: 9px;
        display: block;
    }
}

/* styling for all the  account page banners */
.pageBanner {
    width: 100%;
    height: 75px;
    background-color: #E4E4E4;
}

    .pageBanner h1 {
        font-size: 2em;
        padding-top: 25px;
        width: 80%;
        margin-left: 44px;
    }

/* _Header partial view styling */
.pageHeader {
    width: 100%;
    height: 175px;
    background-color: #33ceff;
}

/* video background styling */
.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    width: 100%;
    height: 100%;
}

.fullscreen-bg__video {
    min-width: 100%;
    min-height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    width: auto;
    height: 100%;
    background-color: #0c81af;
    opacity: 0.7;
}

/* for 50% opacity */
.overlay2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    width: auto;
    height: 100%;
    background-color: #0c81af;
    opacity: 0.5;
}

/* for 25% opacity */
.overlay3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    width: auto;
    height: 100%;
    background-color: #0c81af;
    opacity: 0.25;
}

/******* MEDIA QUERIES *************/
@media (max-width:999px) {
    .wireCategoriesWrapper {
        display: none;
    }
    .mobileOnly {
        display: block;
    }
}



@media (max-width: 767px) {

   


    .secondaryNav .menuToggleWrapper.mobile {
        display: block;
        float: none;
        cursor: pointer;
        margin-left: 35px;
        width: 40px;
        position: relative;
    }

        .secondaryNav .menuToggleWrapper.mobile:before {
            content: '';
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 6px 6px 6px 0;
            border-color: transparent #ffffff transparent transparent;
            position: absolute;
            top: 50%;
            left: -16px;
            margin-top: -6px;
            display: block;
        }

    .headerMenu {
        width: 100%;
        padding: 20px 20px;
        position: relative;
        height: auto;
    }

    img.mainLogo {
        float: left;
        width: auto;
        max-width: 65px;
    }

    .subHeader {
        background-size: 200%;
        height: 134px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .menuToggleWrapper {
        font-size: 14px;
        margin-top: 0;
    }

    .headerMenu .menuToggleWrapper img.menuToggleIcon {
        width: 35px;
        margin-top: 21px;
    }

    .footerContentWrapper .menuToggleWrapper img.menuToggleIcon {
        width: 35px;
        margin-top: 10px;
        
    }
     

    
    .footerContent .col-1 p, .footerContent .col-1 ul {
        font-size: 13px;
    }

    .col-1 {
        margin-bottom: 20px;
    }

    .videoContainer .videoBackground {
        display: none;
    }

    .mobileImage {
        display: block;
        height: 100%;
    }

    .header .headerTextWrapper h1 {
        font-size: 20px;
        margin-top: 40px;
    }

    .headerTextWrapper p {
        font-size: 1.1em;
        font-weight: 300;
    }

    .header .overlay {
        display: none;
    }

    .sidebarNavigation {
        width: 520px;
    }

    .footer {
        background-color: #e3e3e3;
        padding: 30px 20px;
        clear: both;
    }

        .footer .menuToggleWrapper {
            position: relative;
            margin-top: 0px;
        }


    .footerContent {
        margin: 16px 0px 0;
        width: 100%;
        min-width: 0;
        position: relative;
        top: auto;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

        .footerContent .col-1 {
            width: 70%;
            float: left;
            position: relative;
            top: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            margin-bottom: 0;
        }

        .footerContent .col-2 {
            width: 30%;
            float: left;
            margin-top: 10px;
            position: relative;
            top: 0;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

            .footerContent .col-2 img {
                float: left;
                margin-left: 0;
            }
}

@media (max-height: 480px) {
    .header .headerTextWrapper h1 {
        font-size: 18px;
        margin-top: 40px;
    }

    .headerTextWrapper p {
        font-size: 14px;
        font-weight: 300;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
}

@media (max-width: 1199px) and (min-width: 768px) {
    .footerContent .col-2 {
        width: 30%;
        float: left;
        margin-top: 0px;
    }

    .footerContent .col-1 {
        width: 70%;
        float: left;
    }

    .footerContent {
        left: 100px;
    }

    img.mainLogo {
        float: left;
        width: auto;
        max-width: 65px;
        margin-top: 0px;
    }

    .footer .menuToggleWrapper {
        position: relative;
        margin-top: 14px;
    }
}

@media (min-width:768px) {
    .menuToggleWrapper.slideOpen {
        background: rgba(0, 91, 128, 0.5);
    }
}

.text-error {
    color: #721c24;
}
.strikethrough {
    text-decoration: line-through;
}
.inventory-markdowns-menu-item {
    font-weight: bold;
}
.savings {
    color: red;
    text-align: center;
    margin-top: -15px;
}
.productDetail .savings {
    text-align: left;
    margin-top: -15px;
}

.powered-up h1 {
    font-size: 2.5rem;
    text-align: center;
    color: #005b80;
    margin-top:30px;
}
.powered-up img {
    max-width: 100%;
}
@media (min-width: 1200px) {
    .powered-up img {
        max-width: auto;
        width: 100%;
    }
}
.powered-up-content {
    margin-top: 0.6rem;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.fill-bg {
    background-color: #fff;
    border-radius: 8px;
    min-height: 250px;
}

.banner {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-color: #007dc5;
}

    .banner.slim {
        height: 200px;
    }

        .banner.slim h1 {
            margin-top: 25px;
        }

        .banner.slim.onhold {
            height: 250px;
        }

            .banner.slim.onhold h1 {
                margin-top: inherit;
            }

    .banner p {
        font-size: 22px;
    }

.sidebar-card {
    background-color: #f0f9ff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 70px;
}

.overlay-banner {
    margin-top: -240px;
}

.fill-bg.overlay-banner {
    margin-top: -280px;
    padding: 20px;
}

.overlay-banner.onhold {
    margin-top: -140px;
}

.overlay-banner.slim {
    margin-top: inherit;
}


.sidebar-card.overlay-banner.slim {
    margin-top: -70px;
}

.banner-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: -20px;
}

.quick-link {
    color: white;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 140px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banners .carousel-inner {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

body.no-scroll {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .sidebar-card {
        margin-top: 0;
    }

    .banner-image {
        margin-top: 0;
    }

    .banner {
        height: 180px;
    }

    .center-area.overlay-banner {
        margin-top: -40px;
    }

    .banners.carousel {
        margin-left: -30px;
        margin-right: -30px;
    }

    .banners .carousel-inner {
        border-radius: inherit;
    }

    .banner h1 {
        font-size: clamp(1.5rem, 3vw + 1rem, 2.5rem);
    }
}

@media (max-width: 991.98px) {
    #sidebar-wrapper {
        position: fixed;
        top: 325px;
        left: 50%;
        transform: translate(-50%, -100vh); /* Slide from slightly above */
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        width: 90vw;
        height: calc(100vh - 325px);
        background-color: white;
        display: block !important;
        border-radius: 8px;
        overflow-y: auto;
    }

        #sidebar-wrapper.dashboard-overlay {
            transform: translate(-50%, 0); /* Slide into correct position */
            opacity: 1;
            z-index: 10000;
            padding: 0;
        }

    .sidebar-card {
        border-radius: 0;
        padding-top: 20px;
    }

    .banner .toggle-button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        left: 1rem;
        border-radius: 50%;
        background: #fff;
        color: #0098d6;
        z-index: 10001;
        padding: 0;
    }

    .banner .toggle-arrow {
        position: absolute;
        top: 15px;
        right: -9px;
        background-color: limegreen;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: white;
        transition: transform 0.3s ease;
    }
    /* Rotate arrow when sidebar is visible */
    .banner .toggle-button.open .toggle-arrow i {
        transform: rotate(180deg);
    }

    .overlay-banner.slim {
        margin-top: inherit !important;
    }

    .top-links a {
        color: #0098d6;
        margin-left: 10px;
        margin-right: 10px;
    }

    .overlay-banner .quick-links > div {
        margin-top: 15px;
    }
}

.arrow-bg .carousel-control-prev-icon {
    margin-left: -2px;
}

.arrow-bg .carousel-control-next-icon {
    margin-left: 2px;
}

.arrow-bg {
    background-color: #0098d6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}
.consent a {
    color: #fff;
    text-decoration: underline;
}
.consent a:hover, .consent a:active {
    color: #fff;
    font-weight: 500;
}
.consent p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .consent .flex-grow-1 {
        margin-bottom: 0.5rem;
    }
}