html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font: 12px Verdana, Arial, sans-serif;
    color: #222;
    min-width: 320px;
    background: #efefef;
}

.width-fix {
    width: 100%;
    max-width: 1880px;
    margin: auto;
    position: relative;
}

#wrap {
    width: 100%;
    min-height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.top-spacer {
    height: 24px;
    background: #efefef;
}

#controls {
    background: #014fa2;
    position: relative;
    z-index: 999;
}

#controls .text-limit-100px {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    zoom: 1;
}

#controls .text-limit-100px.myaccount {
    width: 125px;
}

.redirect-controls {
    height: 60px;
}

.redirect-inner {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 12px;
}

.redirect-menu-group {
    flex: 0 0 auto;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.static-menu {
    display: flex;
    align-items: stretch;
}

.menu > li {
    float: left;
    overflow: hidden;
    padding: 0;
}

.menu > li > div {
    min-width: 170px;
    width: 170px;
}

.redirect-menu-right .menu > li > div {
    min-width: 180px;
    width: 180px;
}

.menu > li > div > a {
    display: block;
    position: relative;
    width: 100%;
    height: 34px;
    padding-top: 7px;
    color: #fff;
    line-height: 1.1em;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

.header-label {
    font-weight: bold;
    font-size: 1.05em;
}

#header {
            padding-bottom: 0;
        }

        #header #logo {
            padding: 12px 15px 8px 10px;
        }

        #header #logo a {
            width: auto;
            height: auto;
            background-image: none !important;
        }

        #header #logo img {
            display: block;
            height: 82px;
            width: auto;
        }

.header-sublabel {
    color: #fff;
    font-size: 0.92em;
    line-height: 1.3em;
    white-space: nowrap;
    position: relative;
}

.header-sprite {
    position: relative;
    width: 45px;
    height: 45px;
    top: -6px;
  
    background-size: 650px;
    background-repeat: no-repeat;
}

.hdr-sprite-products {
    background-position: 0 0;
}

.hdr-sprite-list {
    background-position: -171px 0;
}

.hdr-sprite-account {
    background-position: -42px 0;
}

.hdr-sprite-store {
    background-position: -85px 0;
}

.hdr-sprite-cart {
    background-position: -129px 0;
}

.searchbar {
    height: 38px;
    flex: 0 0 635px;
}

.product-search {
    position: relative;
    height: 30px;
    padding: 2px;
    background: #fff;
    margin: 0;
}

.product-search > div {
    margin-right: 40px;
}

.product-search .term {
    position: relative;
    width: 100%;
    left: 0;
    line-height: 24px;
    background: #fff;
    padding: 0;
    border: none;
    color: #666;
    font: 11px Verdana, Arial, sans-serif;
    text-indent: 8px;
    outline: none;
    height: 26px;
}

.product-search input.btn-search,
.product-search input.btn-search:hover {
    position: absolute;
    top: 0;
    right: 2px;
    padding: 0;
    margin: 0;
    border: 0;
    width: 36px;
    height: 30px;
    min-height: 0;

    background-size: 650px;
    background-position: -522px 0;
    text-indent: -9999px;
    cursor: default;
    pointer-events: none;
}

.redirect-main {
    text-align: center;
    padding: 65px 20px 65px;
}

.redirect-main h1 {
    margin: 0 0 18px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    color: #222;
}

.redirect-main p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.55;
    color: #444;
}

.redirect-action {
    margin-top: 28px;
}

.redirect-button {
    display: inline-block;
    background: #d11600;
    color: #fff;
    font: bold 14px Verdana, Arial, sans-serif;
    padding: 12px 28px;
    border-radius: 2px;
    text-decoration: none;
}

.redirect-button:hover {
    background: #b51200;
    color: #fff;
}

.redirect-url {
    margin-top: 14px;
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

.portal-footer {
    background: #3b75b6;
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
}

.footer-inner {
    padding: 26px 140px 16px;
}

.footer-columns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
    margin-bottom: 28px;
}

.footer-col {
    font-size: 13px;
    line-height: 1.8;
    min-width: 190px;
}

.footer-col-right {
    min-width: 0;
    margin-left: 90px;
}

.footer-title {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 2px;
    letter-spacing: 0;
}

.footer-bottom {
    font-size: 13px;
    line-height: 1.7;
}

@media screen and (max-width: 1500px) {
    .menu > li > div {
        min-width: 155px;
        width: 155px;
    }

    .redirect-menu-right .menu > li > div {
        min-width: 165px;
        width: 165px;
    }

    .searchbar {
        flex-basis: 520px;
    }

    .footer-inner {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .redirect-controls {
        height: auto;
        padding: 10px 0 12px;
    }

    .redirect-inner {
        height: auto;
        flex-wrap: wrap;
        gap: 12px;
    }

    .searchbar {
        order: 3;
        flex: 1 1 100%;
        max-width: 760px;
    }

    .footer-columns {
        flex-wrap: wrap;
        gap: 26px 32px;
    }

    .footer-col-right {
        margin-left: 0;
    }
}

@media screen and (max-width: 700px) {
    .menu > li > div,
    .redirect-menu-right .menu > li > div {
        min-width: 138px;
        width: 138px;
    }

    .header-label {
        font-size: 1em;
    }

    .header-sublabel {
        font-size: 0.88em;
    }

    .redirect-main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .redirect-main h1 {
        font-size: 30px;
    }

    .footer-inner {
        padding: 22px 22px 14px;
    }
}

@media screen and (max-width: 600px) {
    .redirect-menu-group {
        width: 100%;
    }

    .static-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .searchbar {
        display: block;
    }

    .product-search {
        width: auto;
        margin: 0 5px;
    }

    .footer-col {
        min-width: 0;
        width: 100%;
    }
}
