﻿@font-face {
    font-family: 'AlternateGothicNo3';
    src: url('/content/fonts/alternategothic/alternategothicno3-webfont.eot');
}

html, body {
    padding: 0;
    margin: 0;
}

html {
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    color: #4C4C4C;
    overflow-y: scroll;
}

body {
    font-size: 12px !important;
    -webkit-transition: 100ms ease-in-out 0s;
    -moz-transition: 100ms ease-in-out 0s;
    -o-transition: 100ms ease-in-out 0s;
    transition: 100ms ease-in-out 0s;
    height: 100%;
    min-height: 100%;
    -ms-overflow-style: scrollbar !important;
}

#testSiteBox {
    padding: 5px;
    position: fixed;
    left: 47%;
    top: 0;
    background-color: yellow;
    text-align: center;
    z-index: 9999;
    color: #000;
    font-weight: bold;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

ol,
#department-navigation-list {
    margin: 0;
    padding: 0;
}

.page {
    width: 100%;
}

.article h2 {
    clear: both;
    font-size: 20px;
    font-family: "AlternateGothicNo3", Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    margin: 6px 0 0;
    overflow: hidden;
    padding-top: 18px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #4C4C4C;
}

    .article h2 + p {
        border-bottom: 1px solid #7D7D7D;
        font-style: italic;
        margin-bottom: 12px;
        margin-top: 2px;
        padding-bottom: 4px;
        padding-top: 0;
    }

article p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 2px;
    text-align: justify;
}

.sectionsmall {
    clear: both;
    margin: 20px 0 1% 1%;
    float: left;
    width: 98%;
}

.trademarks section {
    clear: both;
    margin: 20px 0 1% 1%;
    float: left;
    width: 98%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.clearfix {
    clear: both;
}

iframe {
    border: 0 none transparent;
}

a:link, a:visited, .gs-title {
    color: rgb(2,78,150);
    text-decoration: none;
}

    a:hover, a:active, .gs-title:hover, .gs-title:active {
        color: rgb(2,78,150);
        text-decoration: underline;
        cursor: pointer;
    }

::selection {
    background: rgba(2,78,150,0.75);
    color: #f2f2f2;
}

::-moz-selection {
    background: rgba(2,78,150,0.75);
    color: #f2f2f2;
}

.contenttemplate {
    float: left;
    width: 100%;
}

div.contenttemplate ol.sitemap a[target*="blank"], div.contenttemplate ol.sitemap a[href^="http://"], div.contenttemplate ol.sitemap a[href^="https://"] {
    background-image: none;
    padding: 0;
}

div.contenttemplate a[target*="blank"], div.contenttemplate a[href^="http://"], div.contenttemplate a[href^="https://"] {
    background: transparent url('/content/images/icon-sprite-links.png') scroll no-repeat right -96px;
    padding: 2px 18px 2px 0;
}

div.contenttemplate #search-results a[target*="blank"], div.contenttemplate #search-results a[href^="http://"], div.contenttemplate #search-results a[href^="https://"] {
    background-image: none;
}

div.contenttemplate a[href$=".pdf"], div.contenttemplate #search-results a[href$=".pdf"] {
    background: transparent url('/content/images/icon-sprite-links.png') scroll no-repeat right 0;
    padding: 2px 18px 2px 0;
}

div.contenttemplate a[href$=".doc"], div.contenttemplate a[href$=".docx"], div.contenttemplate #search-results a[href$=".doc"], div.contenttemplate #search-results a[href$=".docx"] {
    background: transparent url('/content/images/icon-sprite-links.png') scroll no-repeat right -32px;
    padding: 2px 18px 2px 0;
}

div.contenttemplate a[href$=".xls"], div.contenttemplate a[href$=".xlsx"], div.contenttemplate #search-results a[href$=".xls"], div.contenttemplate #search-results a[href$=".xlsx"] {
    background: transparent url('/content/images/icon-sprite-links.png') scroll no-repeat right -64px;
    padding: 2px 18px 2px 0;
}

div.contenttemplate a[href*="youtu.be"], div.contenttemplate a[href*="youtube.com"] {
    background: transparent url('/content/images/icon-sprite-links.png') scroll no-repeat right -128px;
    padding: 2px 18px 2px 0;
}

div.contenttemplate a[href^="mailto:"], div.contenttemplate a[href^="https://mail.google.com"] {
    background: transparent url('/content/images/icon-sprite-links.png') scroll no-repeat right -160px;
    padding: 2px 18px 2px 0;
}

.sharing a {
    background: none;
}

/* Nivo slider css for the slider images - BCG & JL */
#article {
    padding-left: 0;
    padding-right: 0;
}

    #article select {
        float: right;
        clear: both;
    }

div.leader {
    background-color: transparent;
    width: 100%;
    text-align: center;
}

.nivoSlider {
    position: relative;
    background: transparent url('/content/images/loader-circle-basic.gif') no-repeat scroll 50% 50%;
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        height: auto;
        width: auto;
    }

    .nivoSlider a {
        border: 0;
        display: block;
    }

.slider-wrapper {
    width: 100%;
    position: relative;
    margin: -42px 0 0 0;
}

    .slider-wrapper a.nivo-nextNav, .slider-wrapper a.nivo-prevNav {
        height: 40px;
        width: 40px;
        display: block;
        text-indent: -9999px;
    }

        .slider-wrapper a.nivo-prevNav, .slider-wrapper a.nivo-prevNav:link, .slider-wrapper a.nivo-prevNav:visited {
            background: transparent url('/content/images/button-slider.png') no-repeat scroll top left;
        }

            .slider-wrapper a.nivo-prevNav:hover, .slider-wrapper a.nivo-prevNav:active, .slider-wrapper a.nivo-prevNav:focus {
                background: transparent url('/content/images/button-slider.png') no-repeat scroll bottom left;
            }

        .slider-wrapper a.nivo-nextNav, .slider-wrapper a.nivo-nextNav:link, .slider-wrapper a.nivo-nextNav:visited {
            background: transparent url('/content/images/button-slider.png') no-repeat scroll top right;
        }

            .slider-wrapper a.nivo-nextNav:hover, .slider-wrapper a.nivo-nextNav:active, .slider-wrapper a.nivo-nextNav:focus {
                background: transparent url('/content/images/button-slider.png') no-repeat scroll bottom right;
            }

    .slider-wrapper .nivo-controlNav {
        display: none !important;
    }

.nivo-controlNav {
    position: absolute;
    margin: -40px 0 0 40%;
    z-index: 9;
}

.header_link {
    color: #FFF;
    cursor: pointer;
    float: left;
    margin: 0 0 0 10px;
}

.header_store_popup_link {
    color: #FFF;
    float: left;
    margin: 0 15px 0 10px;
}

.header_store_popup_background {
    float: left;
    position: absolute;
    margin: 20px 0 0 -135px;
}

.header_store_popup_text {
    float: left;
    cursor: pointer;
}

.header_store_popup_logo {
    float: left;
    position: absolute;
    margin: 50px 0 0 -65px;
}

.header_store_popup_left {
    color: #4C4C4C !important;
    cursor: pointer;
    float: left;
    margin: 105px 0 0 -128px;
    position: absolute;
    width: 170px;
    text-transform: none;
    display: inline;
    padding: 0 !important;
}

    .header_store_popup_left a {
        color: #4C4C4C !important;
    }

.header_store_popup_left_image {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}

    .header_store_popup_left_image img {
        margin: 0;
        padding: 0;
        display: inline;
    }

.header_store_popup_left_text_box {
    float: left;
    margin: -5px 0 0 10px;
    width: 130px;
}

.header_store_popup_left_text_title {
    float: left;
    font-weight: bold;
    font-size: 10pt;
}

.header_store_popup_left_text {
    float: left;
    font-size: 8pt;
}

.header_store_popup_divider {
    background-color: gray;
    float: left;
    height: 110px;
    margin: 125px 0 0 25px;
    padding: 5px 0;
    position: absolute;
    width: 1px;
}

.header_store_popup_right {
    color: #4C4C4C !important;
    cursor: pointer;
    float: left;
    margin: 105px 0 0 35px;
    position: absolute;
    width: 170px;
    text-transform: none;
    display: inline;
    padding: 0 !important;
}

    .header_store_popup_right a {
        color: #4C4C4C !important;
    }

.header_store_popup_right_image {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}

    .header_store_popup_right_image img {
        margin: 0;
        padding: 0;
        display: inline;
    }

.header_store_popup_right_text_box {
    float: left;
    margin: -5px 0 0 10px;
    width: 130px;
}

.header_store_popup_right_text_title {
    float: left;
    font-weight: bold;
    font-size: 10pt;
}

.header_store_popup_right_text {
    float: left;
    font-size: 8pt;
}

.responsive_image {
    width: 100%;
}

.category_banner_thumbnail {
    width: 100%;
}

.category_banner_thumbnail_expired {
    width: 100%;
    opacity: .50;
}

.home_page_icon_container {
    float: left;
    width: 100%;
    margin: .33% 0 0 0;
}

.home_page_icon {
    float: left;
    margin: 0 .32% 0 0;
    cursor: pointer;
    width: 14%;
    max-width: 174px;
}

.home_page_icon_last {
    float: left;
    cursor: pointer;
    width: 14%;
    max-width: 174px;
}


.tipsleader {
    float: left;
    width: 100%;
}

.tipsleader_text {
    float: left;
    width: 50%;
    min-width: 220px;
}

.tipsleader_img {
    float: right;
    width: 40%;
    min-width: 220px;
}

.MainTemplateListSection {
    float: left;
    width: 72%;
    padding: 0 0 0 10px;
    font-size: 12px;
    line-height: 22px;
}

.floaty_image {
    float: right;
    margin-left: 12px;
    margin-right: 0;
}

.tipSectionContent h2 {
    clear: both !important;
}

.tipSectionContent img {
    border: 0 none;
    float: left;
    margin-right: 12px;
    height: 75px !important;
    width: 75px !important;
}

.ProductDetailWidgetSection {
    float: left;
    margin: 0 0 0 20px;
    width: 240px;
}

.ProductDetailWidget {
    float: left;
    margin: 0 0 30px 0;
}

.article_detail_image {
    width: auto !important;
}

.nivo-controlNav a {
    z-index: 9;
}

.slider-wrapper a.nivo-control {
    background: transparent url('/content/images/icon-circators.png') no-repeat scroll top center;
    display: inline-block;
    text-indent: -9999px;
    height: 9px;
    width: 9px;
    margin: 0 4px;
}

.slider-wrapper a.active {
    background: transparent url('/content/images/icon-circators.png') no-repeat scroll bottom center;
}

.nivo-caption h2 {
    color: #FFF;
    font-size: 1.7em;
    font-family: "AlternateGothicNo3", Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    line-height: 1.7em;
    overflow: auto !important;
    white-space: normal;
    text-align: left;
    padding: 0;
    margin: 0;
}

#home #slider .nivo-caption {
    width: 23%;
    min-width: 185px;
    max-width: 250px;
    height: auto !important;
    margin: 0 0 0 0;
    position: absolute;
    right: 10%;
    top: 25%;
    left: auto;
    bottom: auto;
    background: #000;
    color: #fff;
    z-index: 8;
    padding: 0 1%;
    opacity: 0.8;
    display: inline-block;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    line-height: 1.2em;
    text-align: left;
    font-style: normal;
    font-family: "AlternateGothicNo3", Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    border-left: 1px solid white;
    background: none;
}

#slider .nivo-caption {
    width: 23%;
    min-width: 185px;
    max-width: 250px;
    height: auto !important;
    margin: 0 0 0 0;
    position: absolute;
    right: auto;
    top: 25%;
    left: 10%;
    bottom: auto;
    background: #000;
    color: #fff;
    z-index: 8;
    padding: 1% 1%;
    opacity: 0.8;
    display: inline-block;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    line-height: 1.2em;
    text-align: left;
    font-style: normal;
}

#slider div p a {
    color: #FFF;
    margin: 15px 0 0 0;
    background: #0356a4;
    background: linear-gradient(to bottom, #0356a4 0%,#004280 100%);
    background: -moz-linear-gradient(top, #296fb2 5%, #0356a4 5%,#004280 100%);
    background: -webkit-linear-gradient(top, #296fb2 5%, #0356a4 5%,#004280 100%);
    background: -o-linear-gradient(top, #296fb2 5%, #0356a4 5%,#004280 100%);
    background: -ms-linear-gradient(top, #296fb2 5%, #0356a4 5%,#004280 100%);
    border: 1px solid rgb(0,62,121);
    border-radius: 1px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 96%;
    padding: 1% 2%;
    font-style: normal;
}

#slider p {
    margin: 10px 0 0 0;
    border: none;
    padding: 0;
    width: 220px;
    height: 75px;
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: left;
    font-style: normal;
}



/* End of nivo slider css section */

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Styles for _CommonHeader
-----------------------------------------------------------*/
.header {
    text-transform: uppercase;
    height: 76px;
    width: 100%;
    color: #FFF;
    font-size: 1.1em;
    background: transparent url(/content/images/background-header.png) repeat-x center top;
    position: relative;
    z-index: 1000;
}

.header_inside {
    margin: 0 auto;
    max-width: 1240px;
}

.header a {
    color: #FFF;
    text-decoration: none;
    border: 0;
    padding: 0;
    background: none;
}

.branding {
    float: left;
    min-width: 240px;
    margin: 0 0 0 10px;
}

.header_logo {
    float: left;
    margin: 10px 0 0 0;
}

.toplinks {
    float: right;
    margin: 20px 0 0 0;
}

    .toplinks a {
        margin: 0 15px 0 0;
    }

.find {
    float: left;
    margin: 20px 0 0 20px;
}

    .find a {
        background: transparent none no-repeat scroll center center;
        padding-left: 20px;
    }

#searchForm {
    border: 1px solid rgb(196,194,196);
    font-size: 12px;
    line-height: 20px;
    height: 24px;
    overflow: hidden;
    background-color: #FFF;
}

#q {
    color: rgb(76,76,76);
    line-height: 20px;
    height: 24px;
    width: 80%;
    padding-left: 4px;
    margin: 0;
    border: 0;
}

#sa {
    background-image: url(/content/images/icon-magnifying-glass.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    text-indent: -9999px;
    float: right;
    width: 24px !important;
    height: 24px;
    margin: 0;
    border: 0 solid rgb(196,194,196);
    border-left-width: 1px;
    cursor: hand;
    cursor: pointer;
}

.product_category_image_box {
    margin: 15px 10px 0 0;
    text-align: center;
    float: left;
    height: 294px;
    background-color: #fff;
}

    .product_category_image_box a, .product_category_image_box a:link, .product_category_image_box a:visited {
        text-decoration: none !important;
        display: block;
        color: rgb(76,76,76);
        margin: 0;
        padding: 15px;
        text-overflow: ellipsis;
        background-color: #FFF;
        width: 200px;
        height: 262px;
        text-align: center;
    }

div.product_category_image_box a:hover {
    border: 1px solid blue;
    border-color: #024E96;
    border-color: rgb(2,78,150);
    border-color: rgba(2,78,150,0.75);
}

div.product_category_image_box img {
    max-width: 200px;
    max-height: 262px;
}

/* Styles for #article
-----------------------------------------------------------*/
.article {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 10px;
}

.product #article {
    padding-left: 0;
    float: none;
}

#article p a:hover, #article p a:active, #article p a:focus {
    text-decoration: underline;
}

.navigationbar {
    float: left;
    width: 15%;
    min-width: 120px;
    padding: 0 15px 0 10px;
    color: #F2F2F2;
    font-family: 'Oswald';
}

.navigationbar_inside h2 a, .navigationbar_inside h2 a:link, .navigationbar_inside h2 a:visited {
    color: #4C4C4C;
}

.navigationbar_inside h2 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C4C3C1;
    font-size: 18px;
}

.navigationbar_inside h3 {
    margin: 15px 0 0 10px;
}

.navigationbar_collapse {
    display: none;
    border: 1px solid gray;
    background-color: #FFF;
    padding: 5px;
    max-width: 230px;
    min-width: 220px;
}

.navigationbar_collapser {
    display: none;
    cursor: pointer;
    color: #024E96;
    padding: 5px;
    border: 1px solid gray;
    max-width: 230px;
    min-width: 220px;
    background-color: #FFF;
}

    .navigationbar_collapser h2 {
        padding: 0;
        margin: 0;
    }

.category {
    float: right;
    width: 80%;
}

.gallery_category {
    clear: both;
    margin: 20px 0 1% 1%;
    width: 98%;
}

.article_sort {
    float: left;
    margin: 0 0 0 0;
}

.tab_row {
    float: left;
    width: 100%;
}

.article h1 {
    color: #D6D6D6;
    margin: -18px 0 0 95px;
    padding: 0 0 0 0;
    text-shadow: 0 -1px 0 #C4C2C4;
    text-transform: uppercase;
}

#navigationbar {
    color: rgb(76,76,76);
    float: left;
    width: 200px;
    margin: -50px 25px 0 0;
    padding: 28px 0 20px 45px !important;
    background: transparent url(/content/images/background-sidenav.png) no-repeat scroll top right; /*     background-color:rgba(0,0,0,0.05);     -webkit-box-shadow:0 8px 24px -11px rgba(0,0,0,0.35);     -moz-box-shadow:0 8px 24px -11px rgba(0,0,0,0.35);     box-shadow:0 8px 24px -11px rgba(0,0,0,0.35);     */
}

    #navigationbar a {
        text-decoration: none;
        color: rgb(76,76,76);
    }

    #navigationbar h2 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        width: 80%;
        border: 0 solid rgb(196,194,196);
        border-bottom-width: 1px;
        padding-top: 10px;
    }

    #navigationbar h3, #navigationbar h3 a, #navigationbar li, #navigationbar li a {
        text-transform: capitalize;
        font-size: 12px;
    }

    #navigationbar h3 {
        padding-top: 8px;
    }

        #navigationbar h3 a {
            color: rgb(2,78,150);
        }

    #navigationbar ol, #navigationbar ul, #navigationbar li {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #navigationbar ol, #navigationbar ul {
        width: 80%;
        border: 0 solid rgb(196,194,196);
        border-bottom-width: 1px;
        padding-bottom: 15px;
    }

    #navigationbar li a {
        line-height: 22px;
    }

    #navigationbar li.current a {
        font-weight: bold;
        color: rgb(2,78,150);
    }

#breadcrumbs {
    padding-bottom: 10px;
    font-size: 14px;
    float: left;
    width: 100%;
}

    #breadcrumbs a {
        color: rgb(76,76,76);
        text-decoration: none;
        white-space: nowrap;
        line-height: 1.5em;
    }

        #breadcrumbs a:hover, #breadcrumbs a:active, #breadcrumbs a:focus {
            text-decoration: underline;
        }

        #breadcrumbs a:after {
            content: " / ";
        }

        #breadcrumbs a.current {
            font-weight: bold;
        }

            #breadcrumbs a.current:hover, #breadcrumbs a.current:active, #breadcrumbs a.current:focus {
                text-decoration: none;
            }

            #breadcrumbs a.current:after {
                content: "";
            }

        #breadcrumbs a.home {
            text-decoration: none;
            text-indent: -9999px;
            background: transparent url(/content/images/icon-home.png) no-repeat scroll center right;
            display: inline-block;
            width: 13px;
        }

            #breadcrumbs a.home:hover, #breadcrumbs a.home:active, #breadcrumbs a.home:focus {
                background-position: center left;
            }

        #breadcrumbs a.family:before {
            content: " | ";
            text-decoration: none !important;
            color: rgb(76,76,76) !important;
        }

#maincontent {
    overflow: hidden;
    width: 75%; /* height:475px;  this breaks IE8 */
}

.product #maincontent {
    width: auto;
}

#imagecontainer {
    float: left;
}

#mainimagecontainer a.video-button {
    width: 139px;
    height: 139px;
    position: relative;
    right: 15px;
    top: 195px;
    float: right;
    z-index: 20;
    padding: 0;
    border: none;
    background: none;
    list-style-type: none;
}

    #mainimagecontainer a.video-button:hover, #mainimagecontainer a.video-button:visited, #mainimagecontainer a.video-button:focus {
        border: none !important;
    }

#mainimagecontainer {
    padding: 0;
    width: 540px;
    height: auto;
}

    #mainimagecontainer img {
        display: block;
        border: none;
    }


    #mainimagecontainer #mainimage-wrap {
    }

#thumbnailscontainer {
    text-align: center;
    height: 80px;
}

    #thumbnailscontainer a {
        display: block;
        float: left;
        height: 49px;
        width: 49px;
        background-color: #FFF;
        overflow: hidden;
        margin-top: 16px;
        margin-right: 16px;
        border: 1px solid rgb(225,225,226);
        background: white url(/content/images/loader-circle-basic.gif) no-repeat scroll center center;
        text-indent: -9999px;
        text-decoration: none;
        color: #FFF;
        color: rgba(255,255,255,0.95);
        font-size: 29px;
        line-height: 49px;
        text-shadow: rgba(0,0,0,0.5) 0.1em 0.1em 0.2em;
    }

        #thumbnailscontainer a:hover, #thumbnailscontainer a:active, #thumbnailscontainer a:focus {
            text-decoration: none;
            border: 1px solid rgb(2,78,150) !important;
            -webkit-box-shadow: 0 8px 24px -11px rgba(0,0,0,0.35);
            -moz-box-shadow: 0 8px 24px -11px rgba(0,0,0,0.35);
            box-shadow: 0 8px 24px -11px rgba(0,0,0,0.35);
        }

        #thumbnailscontainer a.video {
            text-indent: 0;
        }

        #thumbnailscontainer a.current {
            border-color: rgb(2,78,150);
        }

.product_thumbnail_image_container {
    display: block;
    float: left;
    height: 49px;
    width: 49px;
    background-color: #FFF;
    overflow: hidden;
    margin-top: 16px;
    margin-right: 16px;
    -webkit-box-shadow: 0 8px 24px -11px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 8px 24px -11px rgba(0,0,0,0.35);
    box-shadow: 0 8px 24px -11px rgba(0,0,0,0.35);
    cursor: pointer;
}

.product_thumbnail_image_current {
    display: block;
    float: left;
    height: 49px;
    width: 49px;
    background-color: #FFF;
    overflow: hidden;
    margin-top: 16px;
    margin-right: 16px;
    border: 1px solid rgb(2,78,150) !important;
    -webkit-box-shadow: 0 8px 24px -11px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 8px 24px -11px rgba(0,0,0,0.35);
    box-shadow: 0 8px 24px -11px rgba(0,0,0,0.35);
    cursor: pointer;
}

.product_video_icon {
    width: 51px !important;
    height: 51px !important;
    float: left;
    border: none !important;
    background-image: none !important;
    text-indent: 0 !important;
}

#highlights {
    width: 25%;
    float: right;
    margin: 0 0 0 20px !important;
}

    #highlights h1 {
        font-size: 16px;
        color: rgb(76,76,76);
        margin: 0 !important;
    }


h1 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 16px;
    color: rgb(76,76,76);
}

#highlights h1 > p {
    min-width: 210px;
    display: block;
}

.modelnumber {
    font-style: italic;
    font-size: 11px;
    color: rgb(76,76,76);
}

#reviewsummary {
    padding-top: 12px;
    padding-bottom: 8px;
    margin-top: 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgb(196,194,196);
}

    #reviewsummary, #reviewsummary a, #reviewsummary a:link, #reviewsummary a:visited, #belowthefold a, #belowthefold a:link, #belowthefold a:visited {
        color: rgb(76,76,76);
        font-size: 12px;
        text-decoration: none;
    }

        #reviewsummary a:hover, #reviewsummary a:active, #reviewsummary a:focus {
            text-decoration: underline;
        }

.rating {
    background: transparent url(/content/images/sprite-ratings-stars.png) no-repeat scroll 0 0;
    padding-left: 80px;
}

#reviewsummary .rating:after {
    content: " / ";
}

.stars-0-0, .stars-0-1, .stars-0-2 {
    background-position: 0 top;
}

.stars-0-3, .stars-0-4, .stars-0-5, .stars-0-6, .stars-0-7 {
    background-position: 0 -32px;
}

.stars-0-8, .stars-0-9, .stars-1-0, .stars-1-1, .stars-1-2 {
    background-position: 0 -66px;
}

.stars-1-3, .stars-1-4, .stars-1-5, .stars-1-6, .stars-1-7 {
    background-position: 0 -98px;
}

.stars-1-8, .stars-1-9, .stars-2-0, .stars-2-1, .stars-2-2 {
    background-position: 0 -132px;
}

.stars-2-3, .stars-2-4, .stars-2-5, .stars-2-6, .stars-2-7 {
    background-position: 0 -165px;
}

.stars-2-8, .stars-2-9, .stars-3-0, .stars-3-1, .stars-3-2 {
    background-position: 0 -197px;
}

.stars-3-3, .stars-3-4, .stars-3-5, .stars-3-6, .stars-3-7 {
    background-position: 0 -230px;
}

.stars-3-8, .stars-3-9, .stars-4-0, .stars-4-1, .stars-4-2 {
    background-position: 0 -263px;
}

.stars-4-3, .stars-4-4, .stars-4-5, .stars-4-6, .stars-4-7 {
    background-position: 0 -295px;
}

.stars-4-8, .stars-4-9, .stars-5-0 {
    background-position: 0 bottom;
}

.ie .bv-cleanslate {
    display: inline !important;
}

a.button, .nivo-caption a, .cse input.gsc-search-button, input.gsc-search-button, td.gsc-search-button input, #sa {
    width: auto;
    -webkit-transition: width ease-in-out 0.15s;
    -moz-transition: width ease-in-out 0.15s;
    -ms-transition: width ease-in-out 0.15s;
    -o-transition: width ease-in-out 0.15s;
    transition: width ease-in-out 0.15s;
}

a.buylink {
    font-size: 16px !important;
    padding: 5px 0 5px 15px !important;
}

a.button, a.buylink, input[type=submit], .nivo-caption a {
    font-size: 16px;
    height: 26px;
}

table.gsc-branding td, table.gsc-branding, table.gcsc-branding td, table.gcsc-branding {
    margin-left: -24px !important;
}

a.button, a.buylink, input[type=submit], .nivo-caption a, .cse input.gsc-search-button, input.gsc-search-button, td.gsc-search-button input, #sa {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    background: #0356a4;
    background: linear-gradient(to bottom, #0356a4 0%,#004280 100%);
    background: -moz-linear-gradient(top, #296fb2 5%, #0356a4 5%,#004280 100%);
    background: -webkit-linear-gradient(top, #296fb2 5%, #0356a4 5%,#004280 100%);
    background: -o-linear-gradient(top, #296fb2 5%, #0356a4 5%,#004280 100%);
    background: -ms-linear-gradient(top, #296fb2 5%, #0356a4 5%,#004280 100%);
    border: 1px solid rgb(0,62,121);
    border-radius: 1px;
    color: #FFF;
    text-decoration: none !important;
    cursor: hand;
    cursor: pointer;
    max-width: 200px;
    text-align: center;
}

    a.button:hover, a.button:active, a.button:focus, a.buylink:hover, a.buylink:active, a.buylink:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, .nivo-caption a:hover, .nivo-caption a:active, .nivo-caption a:focus, .cse input.gsc-search-button:hover, .cse input.gsc-search-button:active, .cse input.gsc-search-button:focus, td.gsc-search-button input:hover, td.gsc-search-button input:active, td.gsc-search-button input:focus, #sa:hover, #sa:active, #sa:focus, header button[type=submit]:hover {
        background: #004280;
        background: linear-gradient(to bottom, #0356a4 0%,#004280 100%);
        background: -moz-linear-gradient(top, #296fb2 5%, #004280 5%,#0356a4 100%);
        background: -webkit-linear-gradient(top, #296fb2 5%, #004280 5%,#0356a4 100%);
        background: -o-linear-gradient(top, #296fb2 5%, #004280 5%,#0356a4 100%);
        background: -ms-linear-gradient(top, #296fb2 5%, #004280 5%,#0356a4 100%);
        text-decoration: none !important;
    }

a.buylink {
    margin: 50px 6px 50px 0;
    width: 101px;
}

.ie a.button, .ie a.buylink .ie input[type=submit], .ie .nivo-caption a {
    background: #0356a4 url('/content/images/button-buy-now.png') repeat-x scroll 0 top;
}

    .ie a.button:hover, .ie a.button:active, .ie a.button:focus, .ie a.buylink:hover, .ie a.buylink:active, .ie a.buylink:focus, .ie input[type=submit]:hover, .ie input[type=submit]:active, .ie input[type=submit]:focus, .ie .nivo-caption a:hover, .ie .nivo-caption a:focus, .ie .nivo-caption a:active {
        background: #004280 url('/content/images/button-buy-now.png') repeat-x scroll 0 bottom;
    }

a.more:before {
    content: " \203A";
    padding-right: 200px;
}

a.more, a.more:link, a.more:visited {
    width: 6px;
    overflow: hidden;
}

    a.more:hover, a.more:active, a.more:focus {
        width: 150px;
    }

        a.more:hover:before, a.more:active:before, a.more:focus:before {
            content: "";
            padding-right: 6px;
        }

    a.more:after {
        content: " \203A";
    }

#wheretobuycontainer {
    background-color: rgb(242,242,242);
    background-color: rgba(0,0,0,0.05);
    height: 140px;
    width: 220px;
    margin-bottom: 70px;
    background-image: url(/content/images/WTBImage.jpg);
}

#belowthefold, #highlights, #imagecontainer {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    padding-left: 0;
    max-width: 540px;
}

#sidebar h3 {
    text-transform: uppercase;
    margin-bottom: 3px;
    color: rgb(76,76,76);
    font-size: 16px;
}

#sidebar h4 {
    text-transform: initial;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid rgb(196,194,196);
    color: rgb(76,76,76);
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
}

#sidebar ul {
    list-style-type: none;
    padding-left: 0;
}

#sidebar li {
    height: 24px;
}

#sidebar a {
    text-decoration: none;
    color: rgb(2,78,150);
    font-size: 12px;
    text-transform: capitalize;
}

    #sidebar a:hover, #sidebar a:active, #sidebar a:focus {
        text-decoration: underline;
    }

#sidebar {
    float: left;
    width: 240px;
    margin: 0 0 0 40px;
}

#features {
    clear: both;
}

.admin_form_input_note {
    font-weight: normal;
    color: Red;
    margin: 0 0 0 105px;
}

#belowthefold {
    width: 90%;
    max-width: 540px;
    text-align: left;
}

    #belowthefold h2 {
        display: none;
        clear: both;
    }

.idTabs {
    padding-top: 12px !important;
    padding-left: 0 !important;
    margin-left: 0;
    clear: both;
}

    .idTabs li {
        padding-left: 0;
        margin-left: 0;
        list-style-type: none;
        text-align: center;
        float: left;
    }

.idTabSelected {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 0;
    color: #4C4C4C;
}

.idTabs li a {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    display: inline-block;
    margin: 4px 2px 4px 0;
    height: 30px;
    line-height: 30px;
    padding: 0 1.5em;
    border: 1px solid rgb(196,194,196);
    text-decoration: none;
    color: rgb(2,78,150);
    background-color: rgb(242,242,242);
    background-color: rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0 0 10px #fff;
    -moz-box-shadow: inset 0 0 10px #fff;
    box-shadow: inset 0 0 10px #fff;
}

ol.FAQidTabs, ul.FAQidTabs {
    padding-left: 0;
    margin-left: 0;
}

.FAQidTabs li {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    text-align: center;
    float: left;
}

.FAQidTabSelected {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 0;
    color: #4C4C4C;
}

.FAQidTabs li a {
    font-weight: bold;
    display: block;
    display: inline-block;
    margin-right: 4px;
    height: 30px;
    line-height: 30px;
    width: 110px;
    border: 1px solid rgb(196,194,196);
    text-decoration: none;
    color: rgb(2,78,150);
    background-color: rgb(242,242,242);
    background-color: rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0 0 10px #fff;
    -moz-box-shadow: inset 0 0 10px #fff;
    box-shadow: inset 0 0 10px #fff;
}

.idTabs li a.selected {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 0;
    color: #4C4C4C;
}

div.tab {
    line-height: 1.75em;
}

.tab {
    float: left;
    width: 100%;
    margin: 0 0 0 0 !important;
}

#payProcessMessage {
    display: none;
}

.tab ol {
    margin: 0 0 0 20px !important;
}

.tab p {
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
}

#description {
    margin: 20px 0 0 0 !important;
}

.reviewcontainer {
    border-top: 1px solid rgb(225,225,226);
}

#reviews h3 {
    color: rgb(2,78,150);
}

#reviews .reviewRating {
    width: 100px;
    text-align: center;
    padding: 20px;
    margin-top: 24px;
    font-size: 12px;
    float: left;
}

    #reviews .reviewRating .stars {
        font-size: 40px;
        margin-bottom: 4px;
    }

#reviews .rating {
    width: 70px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9999px;
}

#reviews .helpful a {
    margin-left: 20px;
}

#belowthefold a, #belowthefold a:link, #belowthefold a:visited {
    color: rgb(2,78,150);
}

#belowthefold .sorter {
    font-weight: bold;
    margin: 10px 0;
}

    #belowthefold .sorter a {
        color: #4C4C4C;
    }

        #belowthefold .sorter a.selected {
            color: rgb(2,78,150);
        }

        #belowthefold .sorter a:before {
            content: " / ";
        }

        #belowthefold .sorter a:first-child:before {
            content: "";
        }

#belowthefold a:hover, #belowthefold a:active, #belowthefold a:focus {
    text-decoration: underline;
}

.reviewcontainer p[itemprop=description] {
    font-style: italic;
}

.region_section {
    float: left;
    width: 760px;
}

.sectionsmall_region_select {
    float: left;
    margin: 20px 20px 0 0;
    clear: both;
}

/* Styles for Category/Subcategory pages
-----------------------------------------------------------*/
.category #maincontent {
    height: auto;
}

.category h1 {
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #4C4C4C;
}

.category p {
    font-size: 12px;
}

.category .tagline {
    font-style: italic;
    border-bottom: 1px solid rgb(196,194,196);
    padding-bottom: 6px;
    margin-bottom: 4px;
    font-size: 11px;
    margin-top: 0;
    padding-top: 2px;
    color: rgb(76,76,76);
}

.category .sortby {
    float: right;
    clear: both;
    margin-bottom: 10px;
    margin-right: 20px;
}

.category .productgrid a, .category .productgrid a:link, .category .productgrid a:visited {
    text-decoration: none !important;
    display: block;
    color: rgb(76,76,76);
    margin: 0;
    padding: 15px;
    list-style-type: none;
    width: 200px;
    height: 262px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #FFF;
}

    .category .productgrid a:hover, .category .productgrid a:active, .category .productgrid a:focus {
        text-decoration: none !important;
        border: 1px solid rgb(196,194,196) !important;
        -webkit-box-shadow: 8px 10px 10px 0 rgba(16,16,16,0.2);
        -moz-box-shadow: 8px 10px 10px 0 rgba(16,16,16,0.2);
        box-shadow: 8px 10px 10px 0 rgba(16,16,16,0.2);
    }

.category h3 {
    text-transform: capitalize;
    font-size: 12px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: left;
}

.category .productgrid ul, .category .productgrid ol, .category .productgrid dl {
    clear: both;
    padding: 0;
}

.category .productgrid li {
    float: left;
    list-style-type: none;
    width: 232px;
    height: 294px;
    margin: 15px 15px 0 0;
}

.category .productgrid .rating {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
}

.category .productgrid .product-img {
    border: 0;
    border-bottom: 1px solid rgb(225,225,226);
    height: 200px;
    width: 200px;
    margin: 0;
    padding: 0;
    float: left;
}

.category .productgrid img.icon-video-small {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0;
    padding: 0;
    border: none;
}

.icon-video-small_product {
    display: block;
    width: 52px;
    margin: 16px 16px 0 0;
    padding: 0;
    border: none;
    float: left;
}


.category .productgrid a.video-button {
    width: 55px;
    height: 55px;
    float: right;
    position: relative;
    top: -140px;
    margin: 0 12px 0 0;
    padding: 0;
    border: none;
    background: none;
    list-style-type: none;
}

    .category .productgrid a.video-button:hover, .category .productgrid a.video-button:visited, .category .productgrid a.video-button:focus {
        border: none !important;
    }

.category .description a {
    text-decoration: none;
    color: rgb(2,78,150);
    white-space: nowrap;
}

.category h2 {
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.product_category_image_box p {
    line-height: 12px !important;
}

.home #navigationbar {
    display: none;
}

.faqSection p {
    clear: both;
}

/* Styles for Social Sharing
-----------------------------------------------------------*/
ul.sharing li {
    list-style-type: none;
}

ul.sharing {
    height: 30px;
    clear: right;
    margin: 0;
    padding: 0;
    width: 220px;
}

    ul.sharing a {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        float: left;
        padding-right: 6px;
        padding: 0 !important;
    }

.fb-like {
    width: 45px;
    overflow: hidden;
}

li.twitter, li.pinterest, li.facebook, li.qrcode {
    margin-top: 2px;
    margin-right: 2px;
    float: left;
}

li.pinterest {
    margin: 2px 5px 0 4px;
}

li.facebook {
    margin-right: 6px;
}

.directsharing li {
    height: 30px;
    line-height: 30px;
}

li.qrcode a {
    display: block;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-indent: -9999px;
    background: transparent url(/content/images/icon-qr.jpg) no-repeat scroll center center;
}

li.email a {
    display: block;
    display: inline-block;
    height: 25px;
    width: 34px;
    margin-top: 2px;
    text-indent: -9999px;
    background: transparent url(/content/images/icon-email.jpg) no-repeat scroll center center;
}

/* Styles for Content Pages
-----------------------------------------------------------*/
div.contenttemplate div.section {
    width: 631px;
    min-width: 631px;
    float: left;
    padding-right: 35px;
    padding-bottom: 70px;
}

div.contenttemplate div.sectionsmall {
    float: left;
    width: 100%;
}

.sectionsmall img {
    width: 70%;
    float: left;
    margin: 0 20px 10px 0;
}

.sectionsmall li {
    font-size: 12px;
}

div.contenttemplate div.section div {
    padding-bottom: 35px;
}

div.contenttemplate h1 {
    font-size: 30px;
    color: #D6D6D6;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #c4c2c4;
}

div.contenttemplate div h2, .gs-title {
    text-transform: uppercase;
    margin: 6px 0 0 0;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    clear: both;
    padding-top: 18px;
}
/*  This is the styles needed if we can somehow use the Helvetice-lt-compressed font - BCG
div.contenttemplate div h2, .gs-title {
    font-family:Helvetica-lt-compressed, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    text-transform:uppercase;
    margin:6px 0 0 0;
    font-size:17px;
    text-overflow:ellipsis;
    overflow:hidden;
    clear:both;
    padding-top:18px;
    letter-spacing:.09em;
    font-weight:normal;
}
*/
div.contenttemplate div h3 {
    text-transform: capitalize;
    margin: 0;
    font-size: 13px;
}

div.contenttemplate div h4 {
    text-transform: capitalize;
    font-style: italic;
    margin: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 12px;
    margin-top: 12px;
}

div.contenttemplate img.leader, div.contenttemplate div.aside img {
    height: 250px;
    width: 631px;
    background: #f2f2f2 url(/content/images/loader-circle-basic.gif) no-repeat center center;
    background: rgba(0,0,0,0.05) url(/content/images/loader-circle-basic.gif) no-repeat center center;
    border-style: none;
    float: left;
    margin-right: 20px;
}

div.contenttemplate div.aside img {
    height: 185px;
    width: 300px;
}

div.contenttemplate h2 + p, div.category h2 + p {
    border-bottom: 1px solid #7d7d7d;
    font-style: italic;
    padding-top: 0;
    padding-bottom: 4px;
    margin-top: 2px;
    margin-bottom: 12px;
}

#belowthefold h2 + p {
    border-bottom: 0;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5em;
}

div.contenttemplate div.aside {
    width: 300px;
    float: left;
    padding-bottom: 20px;
    font-size: 12px;
}

    div.contenttemplate div.aside div h2 {
        margin-top: 50px;
    }

    div.contenttemplate div.aside div:first-child h2 {
        margin-top: 0;
    }

    div.contenttemplate div.aside iframe {
        margin-bottom: 30px;
    }

    div.contenttemplate div.aside ol {
        list-style-type: decimal;
        margin-left: 20px;
        padding: 0;
    }

    div.contenttemplate div.aside ul {
        list-style-type: none;
        margin-left: 5px;
        padding: 0;
    }

    div.contenttemplate div.aside li {
        line-height: 18px;
    }

    div.contenttemplate div.aside a, div.contenttemplate p a, div.contenttemplate div.back a, div.contenttemplate div h3 a {
        text-decoration: none;
        color: #024E96;
        font-size: 12px;
    }

div.contenttemplate ul, div.contenttemplate ol {
    padding-left: 20px;
    padding-top: 0;
}

div.contenttemplate p {
    font-size: 12px;
    line-height: 22px;
    padding-top: 2px;
    padding-bottom: 10px;
    margin: 0;
    text-align: justify;
}

div.contenttemplate li {
    font-size: 12px;
    line-height: 18px;
}

div.contenttemplate blockquote {
    width: 75%;
    text-align: center;
    padding: 0;
    font-size: 16px;
    margin: 40px auto;
}

    div.contenttemplate blockquote:before, div.contenttemplate blockquote:after {
        display: block;
        font-family: Georgia, Serif;
        font-size: 500%;
        width: 60px;
        height: 40px;
        margin-top: -14px;
        color: #F2F2F2;
        color: rgba(0, 0, 0, 0.2);
    }

    div.contenttemplate blockquote:before {
        content: "\201C";
        margin-left: -60px;
        float: left;
    }

    div.contenttemplate blockquote:after {
        content: "\201D";
        margin-right: -60px;
        float: right;
        margin-top: -24px;
    }

/* ---------------------- Content Modules and Modlets (little modules) ------------------------------ */
div.contenttemplate div.module-leader {
    margin-top: 6px;
    margin-bottom: 35px;
    width: 631px;
    float: left;
}

    div.contenttemplate div.module-leader h2 {
        width: 189px;
        border-top: 1px solid #7d7d7d;
        white-space: normal;
        padding-top: 12px;
        margin-top: 24px;
    }

        div.contenttemplate div.module-leader h2 + p {
            width: 189px;
            border: 0;
            white-space: normal;
        }

    div.contenttemplate div.module-leader img {
        width: 430px;
        height: 185px;
        margin: 0;
        float: right;
    }

div.contenttemplate div.module-basic {
    clear: both;
}

div.contenttemplate div.module-timeline {
    width: 986px;
    clear: both;
    float: left;
    clear: both;
}

    div.contenttemplate div.module-timeline div {
        float: left;
        width: 441px;
    }

    div.contenttemplate div.module-timeline h2 {
        font-size: 35px;
        border-top: 1px solid #7d7d7d;
        padding-top: 12px;
        margin-top: 35px;
        width: 441px;
    }

        div.contenttemplate div.module-timeline h2 + p {
            border-bottom: 1px solid #7d7d7d;
            font-style: italic;
            padding-top: 0;
            padding-bottom: 4px;
            margin-top: 2px;
            margin-bottom: 12px;
            white-space: normal;
        }

        div.contenttemplate div.module-timeline h2 + p {
            border: none;
        }

    div.contenttemplate div.module-timeline img {
        height: 290px;
        width: 520px;
        float: right;
        background: #f2f2f2 url(/content/images/loader-circle-basic.gif) no-repeat center center;
        background: rgba(0,0,0,0.05) url(/content/images/loader-circle-basic.gif) no-repeat center center;
        border-style: none;
        overflow: hidden;
    }

div.aside div.modlet-gallery img {
    width: 92px;
    height: 92px;
    margin: 0 8px 8px 0;
    padding: 0;
}

/* Styles for _CommonFooter
-----------------------------------------------------------*/
address {
    font-style: normal;
    display: inline;
}

#license .address, #license .telephone {
    display: none;
    visibility: hidden;
}

.productgrid {
    width: 100%;
    float: left;
}

.productgrid_inside {
    margin: 0 auto;
    max-width: 1240px;
    float: left;
}

    .productgrid_inside h2 {
        font-size: 18px;
    }

.footer {
    border: 1px solid rgb(196,194,196);
    border-left: 0;
    border-right: 0;
    background-color: rgb(242,242,242);
    background-color: rgba(0,0,0,0.05);
    width: 100%;
    padding: 0;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 2em;
}

#footer a, #footer a[target*="blank"], #footer a[href^="http://"], #footer a[href^="https://"] {
    background: none;
    padding: 0;
    color: rgb(76,76,76);
    text-decoration: none;
}

.footerlower {
    background-color: rgb(217,217,217);
    margin: 0;
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
}

.footerlower_inside {
    margin: 0 auto;
    max-width: 1240px;
    width: 95%;
}

.footernav {
    margin: 0 auto;
    max-width: 1240px;
    text-align: center;
}

.footer_link {
    line-height: 36px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    color: rgb(2,78,150);
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
}

.footernav .social a {
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(2,78,150);
}

footer .social a:hover {
    color: rgba(43, 128, 209, 1);
}

.footernav a:hover, .footernav a:active, .footernav a:focus {
    text-decoration: underline;
}

#footer #message {
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.us-manufacturer {
    float: left;
    margin: -8px 0 0 0;
}

.social_wrapper {
    float: right;
    width: 30%;
    min-width: 175px;
}

.social_buttons {
    float: right;
    width: 95%;
    min-width: 180px;
}

    .social_buttons a {
        float: right;
        padding-right: 3%;
    }

#footer .social {
    float: right;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

#footer .social {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

    #footer .social a, #footer .social a:link, #footer .social a:visited {
        display: inline-block;
        height: 36px;
        width: 38px;
        background: transparent url(/content/images/icon-social-media.png) no-repeat scroll 0 0;
        text-indent: -9999px;
    }

        #footer .social a#facebook {
            background-position: -74px 0;
        }

        #footer .social a#twitter {
            background-position: -74px -72px;
        }

        #footer .social a#youtube {
            background-position: -74px -144px;
        }

        #footer .social a#googleplus {
            background-position: -74px -216px;
        }

        #footer .social a#pinterest {
            background-position: -74px -288px;
        }

        #footer .social a:hover, #footer .social a:active, #footer .social a:focus {
            background-position: -74px 0;
        }

        #footer .social a#facebook:hover, #footer .social a#facebook:active, #footer .social a#facebook:focus {
            background-position: 0 0;
        }

        #footer .social a#twitter:hover, #footer .social a#twitter:active, #footer .social a#twitter:focus {
            background-position: 0 -72px;
        }

        #footer .social a#youtube:hover, #footer .social a#youtube:active, #footer .social a#youtube:focus {
            background-position: 0 -144px;
        }

        #footer .social a#googleplus:hover, #footer .social a#googleplus:active, #footer .social a#googleplus:focus {
            background-position: 0 -216px;
        }

        #footer .social a#pinterest:hover, #footer .social a#pinterest:active, #footer .social a#pinterest:focus {
            background-position: 0 -288px;
        }

.footer_logo {
    float: left;
    padding-left: 30%;
}

.social-wrap {
    float: right;
}

#license {
    float: right;
    text-align: right;
    font-size: 80%;
    margin: 15px 0 0 0;
}

.contact_form_container {
    float: left;
    width: 100%;
}

.contact_form_left {
    float: left;
    width: 40%;
    min-width: 220px;
}


.contact_form_right {
    float: left;
    width: 40%;
    min-width: 220px;
    margin: 0 0 0 20px;
}

    .contact_form_right textarea {
        width: 100%;
        height: 100px;
    }

.emailSignUpError {
    display: inline-block;
    color: red;
    padding: 0 1em 0 1em;
}

.loader-small {
    height: 30px;
}

/* home page template rules.
-----------------------------------------------------------*/

.home #header, .home #article {
    background-image: none;
    background-color: #000;
}

.defaultText {
    width: 210px;
    color: #000;
}

.defaultTextActive {
    color: #a1a1a1;
    font-style: italic;
}

.defaultTextSmall {
    width: 95px !important;
    color: #000;
}

.defaultTextActiveSmall {
    color: #a1a1a1;
    font-style: italic;
}

.defaultTextSmaller {
    width: 70px;
    color: #000;
}

.defaultTextActiveSmaller {
    color: #a1a1a1;
    font-style: italic;
}

.defaultTextSelect {
    width: 100px;
    color: #000;
}

.defaultTextActiveSelect {
    color: #a1a1a1;
    font-style: italic;
}

.defaultTextLarge {
    width: 170px;
    color: #000;
}

.defaultTextActiveLarge {
    color: #a1a1a1;
    font-style: italic;
}

.defaultTextArea {
    color: #000;
}

.defaultTextActiveArea {
    color: #a1a1a1;
    font-style: italic;
}

.required {
    background: White url(/content/images/icon-required.png) scroll no-repeat center right;
    background: rgba(255,255,255,0.95) url(/content/images/icon-required.png) scroll no-repeat center right;
    border: 1px solid #a1a1a1;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

textarea.required {
    background-color: White !important;
    background-color: rgba(255,255,255,0.95) !important;
}

.error {
    color: rgb(2,78,150);
}

.centered {
    text-align: center;
}

.success {
    background-color: #DEF2E4;
    color: #42A963;
    border: 1px solid #CCEBD2;
    border-radius: 5px;
    margin-top: 6px;
    padding: 4px 6px;
    font-size: 14px !important;
    font-weight: bold;
}

.warning {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
    border-radius: 5px;
    margin-top: 6px;
    padding: 4px 6px;
    font-size: 14px !important;
    font-weight: bold;
}

.product_reg_form_container {
    float: left;
    min-width: 220px;
    width: 100%;
}

.product_reg_form_left {
    float: left;
    width: 70%;
    min-width: 360px;
}

.product_reg_form_right {
    float: left;
    width: 50%;
    min-width: 220px;
    margin: 0 0 0 20px;
}

.product_reg_form_container .cannot-find-productid {
    margin-left: 5px;
}

.contact_header_image {
    float: left;
    width: 400px;
    margin: 0 0 0 10px;
}

.leadAnywhereButton {
    margin: 15px 0 0 0;
}

.contact_form_container input, .contact_form_container textarea, .contact_form_container select {
    font-size: 12px;
}

.question_mark {
    margin: 3px 0 -2px 2px;
    float: left;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
    }

        .ui-timepicker-rtl dl dd {
            margin: 0 65px 10px 10px;
        }

.ui-timepicker-select {
    padding: 0;
    margin: 0;
}

.form_input_note_text {
    float: left;
    width: 170px;
    font-size: 11px !important;
}

.form_input_note_text_long {
    float: left;
    width: 195px;
    font-size: 11px !important;
}

.form_input_note_text_spanish {
    float: left;
    width: 200px;
    font-size: 11px !important;
}

.assembly_instructions_form {
    float: left;
    width: 200px;
}

.assembly_instructions_results_container {
    float: left;
    width: 500px;
}

.assembly_instructions_form_left {
    width: 220px;
    float: left;
    clear: both;
}

.assembly_instructions_form_right {
    float: right;
    max-width: 600px;
    width: 100%;
    margin: 0 0 0 0;
}

.assembly_instructions_check_title {
    float: left;
    width: 200px;
    font-weight: bold;
}

#instructions .contact_form_container .assembly_instructions_form_right {
    max-width: 240px !important;
}

.assembly_instructions_form_checks {
    float: left;
    margin: 10px 9px 0 0;
    width: 95px;
}

.warranty_form_right {
    float: left;
    width: 40%;
    min-width: 220px;
    margin: 0 0 0 20px;
}

.form_row {
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
    clear: both;
}

    .form_row:nth-of-type(2) {
        margin-top: 2em;
    }

.form_long_row {
    float: left;
    margin: 15px 0 0 0;
    width: 80%;
}

.form_row_full {
    float: left;
    margin: 15px 0 0 0;
    width: 100%;
}

.form_extra_long_row {
    float: left;
    margin: 15px 0 0 0;
    width: 90%;
    clear: both;
}

.form_input {
    float: left;
}

.form_input_date {
    float: left;
}

.form_input_right {
    float: left;
    margin: 0 0 0 15px;
}

.form_input_find_button {
    float: left;
    margin: 0 0 0 10px;
}

.form_input_caption {
    color: rgb(2,78,150);
    margin: 0 0 0 10px;
}

.form_ asterisk {
    float: right;
    color: rgb(2,78,150);
    margin: 0;
}

.form_ asterisk_left {
    float: left;
    color: rgb(2,78,150);
    margin: 0 10px 0 0;
}

.form_checkbox {
    float: left;
    width: 15px;
    margin: 5px 0 0 0;
}

.form_checkbox_text {
    float: left;
    margin: 0 0 0 5px;
    line-height: 24px;
    width: 80%;
}

.form_row_checkbox {
    float: left;
    margin: 20px 0 0 0;
    width: 100%;
    clear: both;
}

.form_input_description {
    font-weight: bold;
    width: 350px;
}

.form_input_description_long {
    width: 100%;
}

.item_description {
    float: left;
    font-weight: bold;
    width: 90px;
}

.item_input {
    float: left;
    margin: 0 0 0 20px;
    width: 400px;
}

.inputLong {
    width: 300px;
}

div.savebutton {
    clear: both;
}

.page_item_row {
    float: left;
    margin: 5px 0 0 0;
}

.page_item_title {
    float: left;
    font-weight: bold;
    width: 100px;
}

.page_item_value {
    float: left;
    margin: 0 0 0 15px;
    width: 150px;
}

.success_message {
    float: left;
    font-weight: bold;
    color: rgb(2,78,150);
    font-size: 2em;
    margin-top: 20%;
    margin-left: 10%;
    line-height: 1em;
}

.admin_success_message {
    float: left;
    font-weight: bold;
    color: rgb(2,78,150);
    font-size: 2em;
    margin: 20px 0 0 0;
    line-height: 1em;
}

.find_product_id_container {
    display: none;
    width: 462px;
    border: 3px solid rgb(2,78,150);
    margin: 20px 0 0 0;
    clear: both;
}

.find_product_id_container_absolute {
    display: none;
    width: 462px;
    border: 3px solid rgb(2,78,150);
    margin: 0 0 0 265px;
    position: absolute;
}

.find_product_text {
    padding: 10px;
    font-size: 11px;
    line-height: 15px;
    background-color: #FFF;
}

.find_product_header {
    padding: 1px;
    background-color: rgb(2,78,150);
    color: #FFF;
}

.map_caption {
    font-size: 11px;
    line-height: 15px;
    width: 100%;
    background-color: #000;
    color: #FFF;
    margin: -5px 0 0 0;
}

.map_caption_text {
    margin: 5px 0 0 5px;
}

.product_assembly_instructions_container {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.product_assembly_instructions_title {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    font-weight: bold;
    color: #024E96;
    font-size: 12px;
}

.product_assembly_instructions_row {
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
}

.product_assembly_instructions_type {
    float: left;
    width: 120px;
}

.product_assembly_instructions_date {
    float: left;
    width: 200px;
}

.product_assembly_instructions_video {
    float: left;
    height: 250px;
    margin: 10px 0 0;
    width: 480px;
}

.product_assembly_instructions_title {
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.product_assembly_instructions_download {
    float: left;
}

.assembly_instructions_video {
    float: left;
    height: 200px;
    margin: 20px 0 0;
    width: 380px;
}

.warning_message {
    float: left;
    width: 100%;
    color: Red;
}

.form_input_note {
    float: left;
    width: 100%;
    font-size: 11px;
    margin: 0 0 0 0;
}

.assembly_instructions_results {
    float: left;
    font-size: 12px;
    margin: 10px 0 0;
    width: 100%;
    min-width: 450px;
}

.assembly_instructions_row {
    float: left;
    min-width: 480px;
    padding: 10px 15px;
}

.assembly_instructions_model {
    float: left;
    width: 100px;
    font-weight: bold;
}

.assembly_instructions_type {
    float: left;
    width: 120px;
}

.assembly_instructions_date {
    float: left;
    width: 160px;
}

.assembly_instructions_download {
    float: left;
}

.admin_form {
    width: 600px;
    float: left;
    font-size: 12px;
}

.admin_form_input_description {
    font-weight: bold;
    float: left;
    width: 150px;
}

.admin_form_input_link {
    float: left;
    margin: 0 0 0 50px;
}

.admin_form_link {
    float: right;
    margin: 10px 0 -30px 0;
    font-size: 12px;
}

.admin_form_log_title {
    float: left;
    font-weight: bold;
    width: 100px;
}

.admin_form_log_description {
    float: left;
    margin: 0 0 0 10px;
}

.admin_form_log_title_right {
    float: left;
    font-weight: bold;
    margin: 0 0 0 20px;
}

.admin_page_header {
    font-weight: bold;
    font-size: 15px;
    float: left;
}

.admin_half_page_header {
    float: right;
    width: 50%;
    font-weight: bold;
    font-size: 15px;
}

.admin_edit_page_container {
    float: left;
    margin: 0 0 20px 20px;
    width: 900px;
}

.admin_page_left_row {
    float: left;
    width: 40%;
    margin: 15px 0 0 0;
}

.admin_page_right_row {
    float: right;
    width: 50%;
    margin: 15px 0 0 0;
}

.MainTemplateMainSection {
    float: left;
    width: 72%;
    padding: 0 0 0 10px;
    font-size: 12px;
    Xmin-height: 460px;
    line-height: 22px;
}

.MainTemplateWidgetSection {
    float: right;
    text-align: left;
    width: 25%;
    max-width: 280px;
    padding: 0 0 0 0;
    font-size: 12px;
    line-height: 22px;
}

    .MainTemplateWidgetSection p {
        text-align: justify !important;
    }

.MainTemplateWidget {
    float: right;
    width: 100%;
}

    .MainTemplateWidget img {
        width: 100%;
        max-width: 280px;
    }

.main_video_section {
    float: left;
    width: 100%;
}

.main-video {
    float: right;
    width: 50%;
    min-width: 113px;
    max-width: 450px;
    height: 254px;
    margin: 0 0 0 20px;
}

.category_video {
    float: right;
    width: 80%;
    height: 544px;
    min-width: 113px;
    max-width: 967px;
    margin: 0 0 0 20px;
}

.main_video_section_img {
    float: left;
    width: 50%;
    margin: 0 20px 10px 0;
}

    .main_video_section_img img {
        width: 100%;
    }

.tipSectionContent iframe {
    width: 16%;
    height: 100px;
    float: left;
    margin: 0 20px 20px 0;
}

.tips_articles {
}

.tips_img {
    border-style: none;
    border-width: 0;
    border-color: inherit;
    min-height: 200px;
    max-height: 200px;
    max-width: 200px;
    overflow: hidden;
}

.page_edit_title {
    float: left;
    margin: 20px 0 0 0;
    font-weight: bold;
    font-size: 15px;
}

.page_edit_link {
    float: left;
    margin: 23px 0 0 20px;
    font-size: 12px;
}

.page_edit_divider {
    float: left;
    width: 100%;
    background-color: rgb(2,78,150);
    height: 1px;
    margin: 15px 0 15px 0;
}

.page_edit_item_description {
    float: left;
    font-weight: bold;
}

.page_edit_item_value {
    float: left;
    margin: 0 0 0 15px;
}

.page_edit_widget_title {
    float: left;
    margin: -40px 0 0 0;
    font-weight: bold;
    font-size: 15px;
}

.page_edit_item_links {
    float: right;
}

.page_edit_item_link {
    float: left;
}

.page_edit_item_link_divider {
    float: left;
    margin: 0 0 0 15px;
}

.page_edit_display_order {
    float: left;
    width: 150px;
    color: rgb(2,78,150);
}

.page_edit_image {
    float: left;
    margin: 5px 0 0 0;
    width: 600px;
}

.page_edit_image_dimensions {
    float: right;
    font-size: 12px;
    margin: 35px -30px 0 0;
}

.faqSection {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 0 0 20px 0;
}

.faqSectionTitle {
    font-weight: bold;
}

.faqSectionImage {
    float: left;
}

.faqSectionVideoContent {
    float: left;
    margin: 5px 0 0 0;
}

.faqSectionVideo {
    float: left;
    width: 75px;
    margin: 10px 10px 10px 0;
}

.faqSectionContent {
    float: left;
    width: 625px;
    margin: 5px 0 0 0;
}

.tipSectionTitle {
    font-weight: bold;
    float: left;
}

.tipSectionText {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 2px;
    text-align: justify;
}

.tipSectionImage {
    float: left;
}

.tipSectionVideo {
    float: left;
    width: 75px;
    margin: 10px 20px 0 0;
}

.tipSectionVideoFull {
    float: left;
    width: 200px;
    margin: 10px 20px 0 0;
}

.tipSectionTextVideo {
    float: left;
    width: 650px;
    margin: 0 0 0 10px;
}

.tipSectionContent, .tipSectionContentNoImage {
    float: left;
    margin: 5px 0 0 0;
    width: 100%;
}

.tipBottomSection {
    clear: both;
    line-height: 22px;
}

    .tipBottomSection a {
        background: none !important;
    }

.tipsleader_img iframe {
    height: 200px;
}

.main_page_edit_link {
    float: left;
    width: 170px;
}

.region_map_us {
    float: left;
    margin: 10px 0 0 0;
}

.region_map_us_button {
    float: left;
    margin: 380px 0 0 330px;
    position: absolute;
}

.region_map_spain_button {
    float: left;
    margin: 450px 0 0 315px;
    position: absolute;
}

.articlelist {
    width: 650px;
    padding-top: 25px;
}

.highlighted {
    background-color: yellow;
}

input.button_add {
    background: transparent url(/images/buttons/add.png) no-repeat scroll 0 0;
    border: none;
    cursor: pointer;
    height: 16px;
    padding-left: 16px;
    vertical-align: middle;
}

.dropdown {
    color: rgb(76,76,76);
    float: left;
    margin: 10px 0 0 0;
    background: rgb(217,217,217) url(/content/images/background-dropdown-menu.gif) repeat scroll top right;
    position: absolute;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    -moz-box-shadow: 0 0 50px -2px rgba(0,0,0,0.85);
    box-shadow: 0 0 50px -2px rgba(0,0,0,0.85);
    width: 277px !important;
    z-index: 10;
}

    .dropdown form {
        margin: 12px;
    }

    .dropdown a {
        text-decoration: none;
        display: block;
        border-top: 1px solid rgb(196,194,196);
        border-bottom: 1px solid white;
        line-height: 3em;
        height: 3em;
        color: rgb(76,76,76);
        padding: 0 12px 0 12px;
    }

        .dropdown a:hover, .dropdown a:focus {
            color: #FFF;
            border-top: 1px solid rgb(196,194,196);
            background: -moz-linear-gradient(top, rgba(2,78,150,0) 0%, rgba(2,78,150,0.5) 4%, rgba(2,78,150,1) 25%, rgba(2,78,150,1) 75%, rgba(2,78,150,0.5) 96%, rgba(2,78,150,0) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,78,150,0)), color-stop(4%,rgba(2,78,150,0.5)), color-stop(25%,rgba(2,78,150,1)), color-stop(75%,rgba(2,78,150,1)), color-stop(96%,rgba(2,78,150,0.5)), color-stop(100%,rgba(2,78,150,0)));
            background: -webkit-linear-gradient(top, rgba(2,78,150,0) 0%,rgba(2,78,150,0.5) 4%,rgba(2,78,150,1) 25%,rgba(2,78,150,1) 75%,rgba(2,78,150,0.5) 96%,rgba(2,78,150,0) 100%);
            background: -o-linear-gradient(top, rgba(2,78,150,0) 0%,rgba(2,78,150,0.5) 4%,rgba(2,78,150,1) 25%,rgba(2,78,150,1) 75%,rgba(2,78,150,0.5) 96%,rgba(2,78,150,0) 100%);
            background: -ms-linear-gradient(top, rgba(2,78,150,0) 0%,rgba(2,78,150,0.5) 4%,rgba(2,78,150,1) 25%,rgba(2,78,150,1) 75%,rgba(2,78,150,0.5) 96%,rgba(2,78,150,0) 100%);
            background: linear-gradient(to bottom, rgba(2,78,150,0) 0%,rgba(2,78,150,0.5) 4%,rgba(2,78,150,1) 25%,rgba(2,78,150,1) 75%,rgba(2,78,150,0.5) 96%,rgba(2,78,150,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00024e96', endColorstr='#00024e96',GradientType=0 );
        }

        .dropdown a:active {
            color: rgb(76,76,76);
            border-top: 1px solid rgb(196,194,196);
            background: -moz-linear-gradient(top, rgba(2,78,150,1) 0%, rgba(2,78,150,0.5) 20%, rgba(2,78,150,0) 45%, rgba(2,78,150,0) 55%, rgba(2,78,150,0.5) 80%, rgba(2,78,150,1) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,78,150,1)), color-stop(20%,rgba(2,78,150,0.5)), color-stop(45%,rgba(2,78,150,0)), color-stop(55%,rgba(2,78,150,0)), color-stop(80%,rgba(2,78,150,0.5)), color-stop(100%,rgba(2,78,150,1)));
            background: -webkit-linear-gradient(top, rgba(2,78,150,1) 0%,rgba(2,78,150,0.5) 20%,rgba(2,78,150,0) 45%,rgba(2,78,150,0) 55%,rgba(2,78,150,0.5) 80%,rgba(2,78,150,1) 100%);
            background: -o-linear-gradient(top, rgba(2,78,150,1) 0%,rgba(2,78,150,0.5) 20%,rgba(2,78,150,0) 45%,rgba(2,78,150,0) 55%,rgba(2,78,150,0.5) 80%,rgba(2,78,150,1) 100%);
            background: -ms-linear-gradient(top, rgba(2,78,150,1) 0%,rgba(2,78,150,0.5) 20%,rgba(2,78,150,0) 45%,rgba(2,78,150,0) 55%,rgba(2,78,150,0.5) 80%,rgba(2,78,150,1) 100%);
            background: linear-gradient(to bottom, rgba(2,78,150,1) 0%,rgba(2,78,150,0.5) 20%,rgba(2,78,150,0) 45%,rgba(2,78,150,0) 55%,rgba(2,78,150,0.5) 80%,rgba(2,78,150,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024e96', endColorstr='#024e96',GradientType=0 );
        }

.ie6 .dropdown a:hover, .ie6 .dropdown a:active, .ie6 .dropdown a:focus, .ie7 .dropdown a:hover, .ie7 .dropdown a:active, .ie7 .dropdown a:focus, .ie8 .dropdown a:hover, .ie8 .dropdown a:active, .ie8 .dropdown a:focus {
    background-color: rgb(2,78,150) !important;
    color: White !important;
}

.dropdown ol, .dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.dropdown li:before {
    content: "";
}

.product .dropdown {
    margin-top: -80px;
}

.hiddenJquery {
    display: none !important;
    visibility: hidden !important;
    height: 1px !important;
    width: 1px !important;
}

.shownJquery {
    position: absolute;
}

.ui-button .ui-button-text {
    line-height: 7px;
}

.crop {
    margin: 10px 5px 10px 5px;
    overflow: hidden; /* this is important */
    display: inline-block;
}

    .crop img {
        margin: -70px 0 0 0;
    }

    .crop:hover img {
        margin: 0 0 -70px 0;
    }

div.sectionsmall ul, div.sectionsmall ol {
    padding-left: 12px;
}

.patent li {
    margin: 10px;
    overflow: hidden; /* this is important */
    display: inline-block;
    width: 140px;
}

.patent-search-row {
    clear: both;
    float: left;
    margin: 10px 0 0;
}

#searchBox {
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: rgb(170, 172, 178);
    margin-right: 0;
    padding-right: 0;
    width: 309px;
    height: 21px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#patentSearchButton {
    display: inline-block;
    background: url('/content/images/icon-magnifying-glass.png') no-repeat;
    position: relative;
    right: 2px;
    height: 23px;
    width: 23px;
    float: right;
    padding-left: 0;
    padding-right: 0;
    background-color: #0252AC;
}

.ie7 #patentSearchButton {
    top: -24px;
}


div.form_input, div.form_input select {
    width: 100%;
}

    div.form_input input {
        width: 99%;
    }

div.product_category_image_box blockquote {
    font-size: 37px;
    font-family: AlternateGothicNo3;
}

div.product_category_image_box {
    text-transform: uppercase;
}

.productFamilyPageBottom {
    float: left;
    width: 100%;
    margin: 0 0 0 20px;
}

    .productFamilyPageBottom ul {
        list-style-type: none;
        margin-left: -10px;
    }

    .productFamilyPageBottom h2 {
        font-size: 16px;
        padding-top: 5px;
        margin-bottom: 5px;
    }

#loader {
    float: left;
    width: 90%;
    height: 300px;
    margin: 0 auto;
    background: transparent url('/content/images/loader-circle-basic.gif') scroll no-repeat 30px 30px;
    clear: both;
    text-indent: -99999px;
}

.customerServiceLinks, .recentBlogPosts, .tipsAndSolutions, .faqs {
    float: left;
    width: 28%;
    height: 200px;
    font-size: 12px !important;
    margin: 0 3% 0 0;
    border-right: solid 1px;
}

    .customerServiceLinks h2, .recentBlogPosts h2, .tipsAndSolutions h2 {
        text-transform: none;
    }

    .recentBlogPosts p:last-child {
        border: none;
    }

.tipsAndSolutions {
    border: none;
}

    .tipsAndSolutions span {
        margin-bottom: 10px;
        display: block;
    }

    .tipsAndSolutions p {
        padding-bottom: 0;
    }

.recentBlogPosts {
    padding-right: 35px;
}

    .recentBlogPosts p {
        border-bottom: solid 1px;
        border-bottom-color: #CCCCCC;
        border-bottom-width: 1px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

.tripleColumnList {
    margin-top: auto;
    float: left;
    width: auto;
}

    .tripleColumnList li {
        width: 33%;
        display: inline;
        float: left;
        margin: 10px 0 0 0;
        line-height: 2em !important;
    }

.cse input.gsc-search-button, input.gsc-search-button {
    font-family: inherit;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 2px #000;
    padding: .5em .5em .425em .5em;
    background-color: rgb(2,78,150);
    border: 1px solid rgb(2,78,150);
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    background-color: rgb(2,78,150);
}

    .cse input.gsc-search-button:hover, input.gsc-search-button:hover {
        background-color: #FFF;
    }

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 2%;
    width: 96%;
}

.cse .gsc-branding, .gsc-branding {
    display: none;
}

.cse.gsc-control-cse div, .gsc-control-cse div {
    position: normal;
}

.cse .gsc-control-cse, .gsc-control-cse, .gsc-above-wrapper-area {
    background-color: Transparent !important;
    border: 0 !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
}

.gcsc-branding {
    margin-top: -26px !important;
}

.gsc-result-info {
    visibility: hidden !important;
}

.gsc-webResult .gsc-result {
    padding: 10px 0 24px 0 !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: rgb(2,78,150) !important;
    text-decoration: none !important;
}

.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
    display: none !important;
}

.gs-result .gs-title:hover {
    text-decoration: underline !important;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-webResult.gsc-result.gsc-promotion, .gsc-results .gsc-imageResult-classic, .gsc-results .gsc-imageResult-column, .cse .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result.gsc-promotion:hover, .gsc-results .gsc-imageResult-classic:hover, .gsc-results .gsc-imageResult-column:hover {
    border: 0 !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gsc-cursor-box {
    text-align: center !important;
    width: 100% !important;
}

.gsc-cursor-page {
    display: inline-block !important;
    border: 1px solid rgb(196,194,196) !important;
    height: 24px !important;
    width: 24px !important;
    line-height: 24px !important;
    background-color: White !important;
    text-align: center !important;
    color: rgb(2,78,150) !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .gsc-cursor-page:hover {
        border-color: rgb(2,78,150) !important;
        text-decoration: none !important;
        -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.35);
    }

.gsc-cursor-current-page {
    font-weight: bold !important;
    font-size: 150% !important;
    color: rgb(76,76,76) !important;
    height: 32px !important;
    width: 32px !important;
    line-height: 32px !important;
}

    .gsc-cursor-current-page:hover {
        border-color: rgb(196,194,196) !important;
    }

#debug-box {
    display: none;
}

.intellectual_property {
    float: left;
    width: 1024px;
}

.patent_form_link {
    float: right;
    font-size: 12px;
}

.patent_edit_link {
    float: left;
}

.patent_row {
    float: left;
    margin: 15px 0 0 0;
    width: 160px;
}

.region_input {
    width: 25px !important;
    margin-left: 20px;
    margin-top: 10px;
}

/* -----------------------------------------------------------*/
/* Start International Sales Rep Custom CSS */
/* -----------------------------------------------------------*/

.sales-reps {
    clear: both;
}

    .sales-reps p {
        padding-left: 10px;
        margin: 8px 0;
        border-left: 30px solid gray;
    }

    .sales-reps strong {
        font-size: 1.75em;
    }



    .sales-reps p.russia {
        border-color: #84adff;
    }

    .sales-reps p.australia {
        border-color: #84adff;
    }

    .sales-reps p.new-zealand {
        border-color: #84adff;
    }

    .sales-reps p.asia {
        border-color: #225bbf;
    }

    .sales-reps p.middle-east {
        border-color: #225bbf;
    }

    .sales-reps p.india {
        border-color: #225bbf;
    }

    .sales-reps p.africa {
        border-color: #225bbf;
    }

    .sales-reps p.central-america {
        border-color: #009201;
    }

    .sales-reps p.caribbean {
        border-color: #009201;
    }

    .sales-reps p.south-america {
        border-color: #009201;
    }

    .sales-reps p.mexico {
        border-color: #ae1235;
    }

    .sales-reps p.europe {
        border-color: #ffab33;
    }

/* -----------------------------------------------------------*/
/* End International Sales Rep Custom CSS */
/* -----------------------------------------------------------*/



/* -----------------------------------------------------------*/
/* Start Cart Order Summary CSS */
/* -----------------------------------------------------------*/
.cartSummary {
    float: right;
    width: 400px;
    margin: 0 15px 0 0;
    border: 1px solid grey;
    text-transform: uppercase;
}

    .cartSummary h4 {
        background-color: #f0f0f0;
        border-bottom: solid 1px grey;
        padding: 10px 12px;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .cartSummary .boxFoot {
        background-color: #f0f0f0;
        border-top: solid 1px grey;
        padding: 10px 12px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

.boxInfo div span {
    font-weight: normal;
}

.boxInfo {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 15px;
}

    .boxInfo > div {
        margin: 15px 0;
    }

.subTotal span:nth-child(1) {
    float: none;
    color: #6d6c6c;
}

.boxInfo span, .boxFoot span {
    float: right;
}

.freeShipping {
    color: #2b80d1;
}

.cartPromo {
    margin: 20px 0 0 15px;
    float: left;
    display: inline-block;
    max-width: 50%;
}

#tbPromoCode {
    padding-left: 6px;
    font-size: 16px;
    margin-top: 2px;
}

.cartPromo input {
    width: 196px;
    height: 34px;
}

.cartPromo a.button {
    font-size: 21px;
    color: #FFF;
    background: #6D6C82;
    background-image: none;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 4px 20px 0 20px;
    border: none;
    white-space: nowrap;
    height: 36px;
    margin-top: -6px;
    margin-left: 10px;
    width: 180px;
}

.cartPromo btPromoCode button grey-button:disabled {
    background: #F0F0F0 !important;
}

.cartPromo h5 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.cart-discount {
    font-size: 14px;
    color: #2b80d1;
}

.btPromoCode {
    box-sizing: content-box;
}

@media (max-width: 767px) {

    .cartPromo {
        margin-top: 0 !important;
    }

        .cartPromo > h5 > i {
            display: inline-block;
        }

    #tbPromoCode {
        width: 94% !important;
    }

    .cartPromo > a {
        clear: both !important;
        width: 82%;
        text-align: center;
        margin-right: 20px !important;
        margin-top: 15px !important;
        margin-left: 0 !important;
    }

    #tbPromoCode, .btPromoCode {
        display: none !important;
    }
}

/* General */
.hide {
    display: none;
}



/* -----------------------------------------------------------*/
/* Start media selectors for fuild layout.
-----------------------------------------------------------*/
@media screen and (max-width: 1640px) {
    .category_banner_right_arrow_container {
        width: 82% !important;
    }

    .front_category_banner_text_outer_container_right {
        width: 77% !important;
    }
}

/* Tablet Screen resolution */
@media screen and (max-width: 1260px) {
    .category_video {
        height: 484px; /* for 1280X800 */
    }
}

@media screen and (max-width:1090px) {
    .main-video {
        height: 200px;
    }
}

@media screen and (max-width:1008px) {
    .category_video {
        height: 435px; /* for 1024X768 */
    }

    .category_banner_right_arrow_container {
        width: 79% !important;
    }
}

/* Smartphone-portrait Screen resolution for footer */
@media screen and (max-width:960px) {
    .main-video {
        height: 180px;
    }

    .category_video {
        height: 336px; /* for 800X600 */
    }

    .footernav {
        max-width: 720px;
    }

    .footer_link {
        padding-left: 4.5%;
        padding-right: 4.5%;
    }

    #highlights {
        width: 90% !important;
        margin: 20px 0 0 20px !important;
    }

    .assembly_instructions_form_right {
    }

    .front_category_main_container {
        width: 82% !important;
        margin: 0 0 0 2% !important;
    }

    .front_category_banner_text_outer_container_left {
        margin: 6% 0 0 0 !important;
    }

    .front_category_banner_text_container_center_left {
        margin: 0 !important;
    }

    .front_category_banner_text_outer_container_center {
        width: 82% !important;
        margin: 6% 0 0 0 !important;
    }

    .front_category_banner_text_outer_container_right {
        margin: 6% 0 0 0 !important;
    }

    .front_category_banner_text_container_center {
        width: 160px !important;
    }

    .front_category_banner_text_title {
        font-size: 12px !important;
    }

    .front_category_banner_text_caption {
        font-size: 11px !important;
        width: 150px !important;
    }

    .front_category_banner_button {
        font-size: 9px !important;
    }

    .front_category_section_categories_title {
        font-size: 11px !important;
    }

    .front_category_products_image_div {
        height: auto !important;
    }

    .front_category_products_title {
        font-size: 11px !important;
    }

    .front_category_products_model_number {
        font-size: 9px !important;
    }

    .front_category_products_model_price {
        font-size: 12px !important;
    }

    .front_category_products_model_shipping {
        font-size: 11px !important;
    }

    .front_category_section_title {
        font-size: 14px !important;
    }

    .category_breadcrumb {
        font-size: 12px !important;
    }

    .category_banner_right_arrow_container {
        width: 79% !important;
    }
}

/* Smartphone-portrait Screen resolution for footer */
@media screen and (max-width:730px) {
    .main-video {
        height: 120px;
    }

    .category_video {
        height: 257px; /* for 640X480 */
    }

    .MainTemplateMainSection {
        float: left;
        width: 90% !important;
        padding: 0 0 0 10px;
    }

    .category #mainimagecontainer {
        width: 100%;
        max-width: 450px;
    }

        .category #mainimagecontainer #mainimage-wrap img {
            height: 300px;
            position: relative;
            top: 0;
        }

        .category #mainimagecontainer a.video-button .icon-video-largest {
            width: 100px;
            height: 100px;
        }

        .category #mainimagecontainer a.video-button {
            position: relative;
            right: -5px;
            top: 190px;
            float: right;
            padding: 0;
            border: none;
            background: none;
            list-style-type: none;
        }

    #mainimagecontainer #mainimage-wrap {
        width: 200px;
        position: relative;
        left: 50px;
        padding: 0;
        margin: 0;
    }


    .MainTemplateWidgetSection {
        float: left;
        clear: both !important;
        width: 90%;
        padding: 0 0 0 10px;
    }

    .admin_header_link {
        display: none;
    }

    .footer_logo {
        padding-left: 15% !important;
    }

    .category {
        width: 75%;
    }

        .category h1 {
            width: 100%;
        }

    .hover-bubble .hover-container > h2,
    .hover-bubble .hover-container #signupSignin,
    .not-signed-in li:nth-of-type(2),
    .not-signed-in li:nth-of-type(3) {
        display: none;
    }

    i#mobileCloseSignIn {
        position: relative;
        top: 8em;
        left: -1em;
        float: right;
        z-index: 99;
    }

    .hover-bubble .hover-container {
        padding: 10px 40px 0 10px !important;
    }

    .assembly_instructions_form_right {
        width: 100% !important;
        float: left !important;
    }

    .front_category_section_categories_image_div {
        height: 75px !important;
    }

    .front_category_section_categories, .front_category_section_categories_first {
        width: 30% !important;
    }

        .front_category_section_categories:before {
            background: none !important;
        }

    .front_category_side_menu {
        display: none !important;
    }

    .front_category_main_container {
        margin: 0 !important;
        width: 100% !important;
    }

    .front_category_products_sort_count {
        margin: 2px 20px 0 0 !important;
        float: right;
    }
}

/* Smartphone-portrait Screen resolution */
@media screen and (max-width:480px) {
    .main-video {
        height: 100px;
        width: 100%;
        margin: 0 0 10px 10px;
    }

    .category_video {
        height: 150px;
        width: 100%;
        margin: 0 0 10px 10px;
    }

    .category .productgrid a.video-button {
        float: right;
        position: relative;
        top: -155px;
        margin: 0 15px 0 0 !important;
    }

    .header_inside {
    }

    .toplinks {
        display: none;
    }

    .branding {
        width: 90%;
    }

    .find {
        float: right !important;
        margin: 20px 0 0 0 !important;
    }

        .find a {
            padding: 0 !important;
        }

    .us-manufacturer {
        text-align: center;
        width: 100%;
    }

    .footer_logo {
        text-align: center;
        width: 100%;
        padding: 0 0 0 0 !important;
    }

    .social_wrapper {
        width: 100%;
        text-align: center;
    }

    .social_buttons {
        text-align: center;
        width: 95%;
    }

        .social_buttons a {
            float: none !important;
        }

    .navigationbar {
        display: none;
    }

    .navigationbar_collapser {
        display: block;
        margin: 0 0 0 20px;
    }

    .navigationbar_collapse {
        margin: 0 0 0 20px;
    }

    .category {
        text-align: center;
        width: 100%;
    }

        .category .productgrid li {
            margin: 10px auto !important;
            width: 100% !important;
        }

    #home #slider .nivo-caption {
        font-size: 0.8em;
        line-height: 0.8em;
        margin: 0;
        top: 2%;
        right: 30%;
    }

    #slider .nivo-caption {
        font-size: 0.8em;
        line-height: 0.8em;
        margin: 0;
        top: 2%;
        right: 30%;
    }

        #slider .nivo-caption p span {
            display: none;
        }

    #slider div p a h2 {
        line-height: 0.8em;
    }

    .nivo-controlNav {
        margin: -35px 0 0 100px;
    }

    .main_video_section_img {
        width: 100% !important;
    }

    .footer_link {
        clear: both !important;
        width: 100% !important;
        text-align: center;
        padding: 0 0 0 0 !important;
        float: left;
    }

    .contact_form_right {
        width: 70%;
        margin: 10px 0 0 0;
    }

    .tipSectionContent iframe {
        width: 100% !important;
    }

    .tipSectionContent img {
        width: 100% !important;
        height: 100px !important;
    }

    .tipsleader_text {
        width: 100% !important;
    }

    .tipsleader_img {
        width: 100% !important;
    }

    .MainTemplateListSection {
        width: 90% !important;
    }

    .tipsleader_img iframe {
        height: 100px;
    }

    .category #mainimagecontainer {
        width: 100%;
        max-width: 300px;
    }

        .category #mainimagecontainer #mainimage-wrap img {
            height: 200px;
            position: relative;
            top: 0;
        }

        .category #mainimagecontainer a.video-button .icon-video-largest {
            width: 55px;
            height: 55px;
        }

        .category #mainimagecontainer a.video-button {
            width: 55px;
            height: 55px;
            position: relative;
            right: 5px;
            top: 140px;
            float: right;
            padding: 0;
            border: none;
            background: none;
            list-style-type: none;
        }

    .main_product_image {
        max-width: 300px;
    }

    #mainimagecontainer #mainimage-wrap {
        width: 200px;
        position: relative;
        left: 50px;
        padding: 0;
        margin: 0;
    }

    .productgrid_inside {
        padding: 0 0 0 5px;
    }

    .article h1 {
        margin: -10px 0 0 10px !important;
    }

    #foldTabs {
        width: 90% !important;
    }

        #foldTabs li a {
            padding: 2px 4px 2px 0;
            width: 92px;
        }

    #sidebar {
        margin: 0 0 0 20px;
    }

    #belowthefold {
        margin: 0 0 0 20px;
    }

    .assembly_instructions_form_right {
        width: 100% !important;
        float: left !important;
    }

    /*category pages*/
    .front_category_side_menu {
        display: none !important;
    }

    .category_breadcrumbs_container {
        float: left;
        width: 100%;
        margin: -30px 0 0 0;
        display: flex !important;
        justify-content: center !important;
    }

    .front_category_description_container {
        display: none !important;
    }

    .front_category_main_container {
        margin: 0 !important;
        width: 100% !important;
        min-width: 225px !important;
    }

    .front_category_container {
        min-width: 100px !important;
        margin: -10px 0 0 0 !important;
    }

    .front_category_banner {
        color: black !important;
    }

    .front_category_banner_text_outer_container_left {
        width: 100% !important;
        min-width: 100px !important;
        position: relative !important;
        justify-content: center !important;
    }

    .front_category_banner_text_outer_container_center {
        width: 100% !important;
        min-width: 100px !important;
        position: relative !important;
    }

    .front_category_banner_text_outer_container_right {
        width: 100% !important;
        min-width: 100px !important;
        position: relative !important;
        justify-content: center !important;
    }

    .front_category_banner_text_container_center {
        width: 100% !important;
    }

    .front_category_banner_text_title {
        width: 100% !important;
        margin: 0 !important;
    }

    .front_category_banner_text_caption {
        width: 100% !important;
    }

    .front_category_banner_button {
        font-size: 12px !important;
    }

    .front_category_section_title {
        font-size: 12px !important;
    }

    .category_breadcrumb {
        margin: -8px 10px 0 0 !important;
    }

    .category_breadcrumb_divider {
        margin: -8px 0 0 10px !important;
    }

    .category_main_breadcrumb {
        margin: -3px 0 0 0 !important;
    }

    .category_banner_left_arrow_container {
        display: none !important;
    }

    .category_banner_right_arrow_container {
        display: none !important;
    }

    .front_category_section_categories:before {
        display: none !important;
    }

    .front_category_products {
        width: 95% !important;
        margin: 10px auto !important;
    }
}

.admin_menu_container {
    margin: -20px auto;
    width: 1200px;
    font-size: 14px;
}

.admin_menu_item {
    background-color: #232323;
    color: #FFF;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 300px;
}

    .admin_menu_item:hover {
        background-color: #2B80D1;
    }

.admin_menu_item_selected {
    background-color: #2B80D1;
    color: #FFF;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 300px;
}

.category_admin_main_container {
    margin: 20px auto;
    width: 1030px;
}

.edit_category_admin_main_container {
    margin: 20px auto;
    width: 1200px;
}

.create_category_tag_container {
    float: left;
    width: 100%;
}

.category_tag_view_banner {
    float: left;
    margin: -3px 0 0 30px;
    color: #2b80d1;
    cursor: pointer;
}

.category_admin_page_title {
    float: left;
    font-weight: bold;
    font-size: 14pt;
    color: #000;
}

.search_categories_container_form_results_table {
    margin: 0 0 0 -15px;
}

    .search_categories_container_form_results_table th {
        padding: 0 10px 10px 15px;
        font-weight: bold;
    }

    .search_categories_container_form_results_table td {
        padding: 5px 10px 5px 0;
    }

.category_admin_page_subtitle {
    float: left;
    font-weight: bold;
    font-size: 12pt;
    color: #000;
    margin: 20px 0 0 0;
}

.category_list_section {
    float: left;
    margin: 20px 20px 0;
    width: 100%;
}

.admin_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
}

.admin_title_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding: 3px 10px;
    text-align: center;
    margin: 0 0 0 20px;
}

.admin_title_button_disabled {
    background-color: #aad2f7;
    color: #FFF;
    cursor: default !important;
    float: left;
    font-size: 12px;
    padding: 3px 10px;
    text-align: center;
    margin: 0 0 0 20px;
}

.disabled {
    pointer-events: none !important;
    cursor: default !important;
    background: gray !important;
}



.invalid {
    border: #a00e0e solid 2px;
}

select.invalid {
    height: 1.6em !important;
    width: 9.875em !important;
}

.invalid + label {
    top: -.95em !important;
    color: #a00e0e !important;
    z-index: 9 !important;
    background-color: white !important;
    text-transform: uppercase;
    font-size: 13px !important;
    height: 1.16em;
}

#divSignUp .invalid + label {
    color: #a00e0e !important;
    z-index: 9 !important;
    background-color: white !important;
    text-transform: uppercase;
    font-size: 10px !important;
    left: 17em;
    position: relative;
    top: -0.2em !important;
}

.invalid + label:before {
    content: 's' !important;
    color: transparent !important;
}

.invalid + label:after {
    content: 's' !important;
    color: transparent !important;
}

.valid {
    border: #2bd14a solid 2px;
}

select.valid {
    height: 1.6em !important;
    width: 9.875em !important;
}

.valid + label {
    top: -.95em !important;
    color: #2bd14a !important;
    z-index: 9 !important;
    background-color: white !important;
    text-transform: uppercase;
    font-size: 13px !important;
    height: 1.16em;
}

    .valid + label:before {
        content: 's' !important;
        color: transparent !important;
    }

    .valid + label:after {
        content: 's' !important;
        color: transparent !important;
    }

.add_category_product_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 3px 10px;
    text-align: center;
}

.save_category_product_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding: 3px 10px;
    text-align: center;
    margin: 0 0 20px;
}


.add_category_children_from_category_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding: 3px 10px;
    text-align: center;
    margin: 0 0 0 20px;
}

.manage_products_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding: 3px 10px;
    text-align: center;
    margin: 0 0 0 340px;
}

.return_to_categories_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    padding: 3px 10px;
    text-align: center;
    margin: 3px 0 0 35px;
}

.search_categories_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 3px 10px;
    text-align: center;
    margin: 20px 0 0 0;
}

.category_list_add_div {
    float: right;
    margin: 0 0 0 0;
    width: 95px;
}

.category_list_refresh_div {
    float: left;
    margin: 0 0 0 60px;
}

.top_left_category_tag_form {
    float: left;
    width: 655px;
    margin: 40px 0 0 0;
}

.top_right_category_tag_form {
    float: left;
    width: 250px;
    margin: 40px 0 0 0;
}

.top_far_right_category_tag_form {
    float: left;
    width: 250px;
    margin: 40px 0 0 40px;
}

.gray_row {
    background-color: #fcfcfc;
    float: left;
    width: 100%;
    padding: 5px 5px;
    cursor: pointer;
}

.blue_row {
    background-color: #f4f9fc;
    float: left;
    width: 100%;
    padding: 5px 5px;
    cursor: pointer;
}

.gray_row_parent {
    background-color: #fcfcfc;
    float: left;
    width: 100%;
    padding: 5px 5px;
    cursor: pointer;
}

.blue_row_parent {
    background-color: #f4f9fc;
    float: left;
    width: 100%;
    padding: 5px 5px;
    cursor: pointer;
}

.gray_section {
    background-color: #fcfcfc;
    float: left;
    margin: 0 15px 0 0;
    padding: 10px 5px;
}

.blue_section {
    background-color: #f4f9fc;
    float: left;
    margin: 0 15px 0 0;
    padding: 10px 5px;
    cursor: pointer;
}

.create_category_section {
    float: left;
    margin: 0 20px 250px 0;
    width: 360px;
}

.create_category_section_name {
    float: left;
    margin: 0 0 0 0;
    width: 170px;
}

.delete_section_category {
    float: left;
    width: 15px;
    margin: 5px 0 0 15px;
    cursor: pointer;
}

.move_section_category {
    cursor: pointer;
    float: left;
    margin: 5px 0 0 5px;
    width: 18px;
}

.category_tag_form_input_div {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.hidden_redirect_container {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.category_tag_form_input_title_line {
    float: left;
    width: 140px;
}

.category_tag_form_input_title {
    float: left;
}

.category_tag_form_input_title_info {
    float: left;
    width: 13px;
    margin: 0 0 0 5px;
}

.category_tag_form_secondary_input_title {
    float: left;
    width: 60px;
    margin: 0 15px 0 10px;
}

.category_tag_form_secondary_input {
    float: left;
    margin: 0 15px 0 0;
}

.category_tag_form_input {
    float: left;
    margin: 0 0 0 10px;
}

.create_banner_header {
    float: left;
    margin: 0 0 30px;
    font-size: 12pt;
}

.category_tag_form_textarea_value {
    background-color: white !important;
    min-height: 60px !important;
    width: 450px;
}

.category_tag_form_textarea_value_small {
    background-color: white !important;
    min-height: 40px !important;
    width: 450px;
}

.category_tag_form_input_value {
    width: 450px;
}

.category_tag_form_input_value_alert {
    width: 450px;
    background-color: #FCDBDB;
}

.category_banner_form_input_value {
    width: 100px;
}

.category_banner_form_date_value {
    width: 60px;
}

.category_tag_form_input_checkbox {
    float: left;
}

.category_tag_form_input_checkbox_products {
    float: left;
    margin: 5px 0 0 0;
}

.bottom_category_tag_form {
    float: left;
    width: 100%;
    margin: 30px 0 30px 0;
}

.bottom_category_tag_form_save_container {
    float: right;
    margin: 0 0 0 0;
}

.save_category_tag_form_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: right;
    font-size: 14px;
    margin: 0 0 0 20px;
    padding: 5px 10px;
    text-align: center;
    border: none;
}

.save_category_tag_form_button_disabled {
    background-color: #aad2f7;
    color: #FFF;
    cursor: default !important;
    float: right;
    font-size: 14px;
    margin: 0 0 0 20px;
    padding: 5px 10px;
    text-align: center;
    border: none;
}

.save_category_tag_banner_form_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    border: none;
}

.delete_category_tag_banner_form_button {
    background-color: #6d6c6c;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    border: none;
}

.delete_category_tag_button {
    background-color: #6d6c6c;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 3px 10px;
    text-align: center;
}

.delete_section_button {
    background-color: #6d6c6c;
    color: #FFF;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 3px 5px;
    text-align: center;
    border: none;
}

.delete_section_button {
    background-color: #6d6c6c;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin: 0 0 0 20px;
    padding: 5px 10px;
    text-align: center;
    border: none;
}

.banners_outer_container {
    float: left;
    margin: 0 0 0 0;
    background-color: #fcfcfc;
    padding: 10px;
}

.banners_container {
    float: left;
    margin: 0 0 0 0;
}

.banner_image_thumbnail {
    float: left;
    width: 100px;
    margin: 15px 20px 0 0;
    cursor: pointer;
}

.add_banner_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 5px 5px;
    text-align: center;
    width: 50px;
    height: 50px;
}

.save_banner_button {
    float: left;
    margin: 0 0 0 20px;
}

.save_category_section_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin: 0 0 0 20px;
    padding: 5px 10px;
    text-align: center;
    border: none;
}

.delete_banner_button {
    float: left;
    margin: 0 0 0 20px;
}

.delete_category_button {
    float: left;
    margin: 0 0 0 20px;
}


#overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 1999;
    height: 100%;
}

.create_banner_close {
    float: right;
    cursor: pointer;
}

.close_product_form {
    float: right;
    cursor: pointer;
    margin: -45px 0 0 0;
}

.create_banner_container {
    border: 1px solid #E7EEF5;
    cursor: default;
    float: left;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
    position: absolute;
    width: 800px;
    z-index: 2000;
    background-color: #FFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.show_banner_section {
    border: 1px solid #E7EEF5;
    cursor: default;
    float: left;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
    position: absolute;
    width: 1400px;
    z-index: 2000;
    background-color: #FFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.edit_banner_section {
    border: 1px solid #E7EEF5;
    cursor: default;
    float: left;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
    position: absolute;
    width: 800px;
    z-index: 2000;
    background-color: #FFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.goback_link {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 10px;
    color: #2b80d1;
}

    .goback_link:visited {
        color: #2b80d1;
    }

.category_tag_banner_full_image {
    float: left;
    margin: 0 0 0 0;
    width: 800px;
}

.edit_pencil_image_div {
    background-color: #FFF;
    cursor: pointer;
    margin: 3px 0 0 79px;
    position: absolute;
    width: 18px;
    z-index: 2;
}

.edit_pencil_section_div {
    background-color: #FFF;
    cursor: pointer;
    margin: -2px 0 0 150px;
    position: absolute;
    width: 18px;
}

.edit_pencil_image {
    width: 100%;
}

.category_tag_form_title {
    float: left;
    font-size: 16px;
}

.category_parent_container {
    float: left;
    margin: 0 0 0 0;
    width: 100%;
}

.category_children_container {
    float: left;
    margin: 0 0 0 0;
    width: 100%;
}

.category_children_container_inside {
    float: left;
    width: 100%;
}

.category_parent_container_inside {
    float: left;
    width: 100%;
}

.category_product_children_container {
    float: left;
    margin: 20px 0 0 0;
    width: 630px;
}

.edit_association_link {
    float: left;
    color: #2b80d1 !important;
    background: none !important;
}

.advanced_search_field_select_header {
    width: 265px;
}

.advanced_search_condition_select_header {
    width: 135px;
}

.advanced_search_value_header {
    width: 215px;
}

.advanced_search_andor_header {
    width: 65px;
}



.advanced_search_field_select {
    width: 250px;
}

.advanced_search_condition_select {
    width: 120px;
}

.advanced_search_value {
    width: 200px;
}

.advanced_search_andor {
    width: 50px;
}


.category_product_children_container_inside {
    float: left;
    max-height: 500px;
    overflow: auto;
    width: 100%;
}

.ui-autocomplete {
    z-index: 3000;
}

.category_parent_top_input {
    float: left;
    width: 100%;
    margin: 20px 0 15px 0;
}

.category_children_top_input {
    float: left;
    width: 100%;
    margin: 20px 0 15px 0;
}

.category_children_input {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    cursor: pointer;
}

.category_children_input_value {
    width: 252px;
}

.category_section_container {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.category_section_option_container {
    margin: 10px 0 0 0 0;
    float: left;
}

.category_section_option_title_text {
    float: left;
    font-weight: bold;
}

.category_section_option_text {
    float: left;
    margin: 0 5px 10px 0;
}

.category_section_option_input_left {
    float: left;
    margin: 1px 20px 0 0;
}

.category_section_option_input {
    float: left;
    margin: 1px 0 0 0;
}

.browse_categories_container {
    float: left;
    width: 300px;
}

.search_input_div {
    float: left;
    margin: 0 0 0 0;
    width: 650px;
}

.search_input {
    border: 1px solid black;
    color: #cecccc;
    font-size: 14px;
    height: 39px;
    padding: 0 0 0 10px;
    width: 100%;
}

.search_input_focus {
    border: 1px solid black;
    font-size: 14px;
    height: 39px;
    padding: 0 0 0 10px;
    width: 100%;
}

.search_icon {
    float: left;
    width: 30px;
    margin: 5px 0 0 20px;
    cursor: pointer;
    width: 4%;
}


.search_image {
    width: 100%;
    cursor: pointer;
}

.search_categories_container_form {
    float: left;
    margin: 30px 0 0 0;
}

.advanced_search_categories_container_form {
    float: left;
    margin: 30px 0 0 0;
    width: 800px;
}

.search_categories_container_form_results {
    float: left;
    margin: 30px 0 0 0;
    width: 100%;
}

.search_categories_container {
    float: left;
    margin: 0 0 0 20px;
    width: 700px;
}

.search_categories_container_header {
    float: left;
    margin: 20px 0 0 0;
}

.search_categories_container_header_search {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    float: left;
    padding: 5px 10px;
}

.search_categories_container_header_advanced_hidden {
    background-color: #f2f2f2;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    float: left;
    margin: 5px 0 0;
    padding: 2px 15px 2px 10px;
    cursor: pointer;
}

.search_categories_container_header_search_hidden {
    background-color: #f2f2f2;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    float: left;
    margin: 5px 0 0;
    padding: 2px 15px 2px 10px;
    cursor: pointer;
}

.search_categories_container_header_advanced {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    float: left;
    padding: 5px 10px;
}

.advanced_search_categories_container_form_title {
    float: left;
}

.advanced_search_categories_container_form_value {
    float: left;
    margin: 0 0 0 0;
}

.advanced_search_categories_container_form_delete_row {
    width: 15px;
}

.advanced_search_categories_container_form_value_input {
    width: 200px;
}

.advanced_search_categories_container_form_value_select {
    width: 200px;
}

.advanced_search_categories_container_form_table {
    margin: 0 0 0 0;
}

    .advanced_search_categories_container_form_table th {
        padding: 0 10px 10px 10px;
        font-weight: bold;
    }

    .advanced_search_categories_container_form_table td {
        padding: 5px 10px 5px 10px;
    }

.category_admin_main_container_divider {
    float: left;
    height: 500px;
    width: 2px;
    background-color: #000;
}

.browse_categories_main_container {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.browse_categories_list_container {
    float: left;
    width: 100%;
    margin: 20px 0 0 30px;
}

.browse_categories_sub_container {
    float: left;
    width: 100%;
}

.browse_categories_list_line {
    float: left;
    width: 100%;
}

.browse_categories_list_next_line {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.browse_categories_list_icon {
    float: left;
    margin: 0 0 0 0;
    width: 12px;
    cursor: pointer;
}

.category_banner_left_arrow_container {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    position: absolute;
    margin: 10% 0 0 0;
    z-index: 2000;
}

.category_banner_left_arrow {
    background: transparent url("/content/images/button-slider.png") no-repeat scroll left top;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.category_banner_right_arrow_container {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    position: absolute;
    width: 100%;
    max-width: 1400px;
    margin: 10% 0 0 0;
    z-index: 1000;
}

.category_banner_right_arrow {
    background: transparent url("/content/images/button-slider.png") no-repeat scroll right top;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.front_category_banner_radio_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0 0;
    font-size: 16px;
    justify-content: center;
}

.front_category_banner_radio {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.front_category_banner_radio_blue {
    float: left;
    margin: 0 0 0 10px;
    color: #2b80d1;
}

.plus_icon {
    width: 100%;
}

.browse_categories_list_folder {
    float: left;
    margin: 0 0 0 15px;
}

.folder_icon {
    width: 100%;
}

.browse_categories_list_name {
    float: left;
    margin: 0 0 0 5px;
    cursor: pointer;
    color: #2b80d1;
}

.browse_categories_list_name_inactive {
    float: left;
    margin: 0 0 0 5px;
    cursor: pointer;
    color: #cecccc;
}

.browse_categories_list_display_name {
    float: left;
    margin: 3px 0 0 15px;
}

.delete_parent_icon_div {
    float: right;
    margin: 4px 0 0 0;
    cursor: pointer;
}

.delete_icon_div {
    float: right;
    margin: 4px 0 0 0;
}

.delete_icon {
    width: 100%;
}

.info_icon {
    width: 100%;
}

.move_icon {
    width: 100%;
}

.product_children_model_number {
    float: left;
}

.product_children_model_name {
    float: left;
    margin: 0 0 0 15px;
}

.category_section_container_section {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.category_section_container_section_title {
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0 0 10px;
}

.category_section_container_section_type_div {
    float: left;
    margin: 0 0 15px 0;
    width: 100%;
}

.category_section_container_category_div {
    float: left;
    margin: 0 0 15px 0;
    width: 100%;
}

.category_section_container_section_input_title {
    float: left;
    font-weight: bold;
    width: 50px;
}

.category_section_container_section_select {
    float: left;
    margin: 0 0 0 20px;
}

.category_section_select {
    width: 250px;
}

.category_section_container_section_input {
    float: left;
    margin: 0 0 0 20px;
}

.category_section_container_section_input_value {
    width: 245px;
    float: left;
}

.category_section_type_container {
    float: left;
    margin: 10px 0 0 25px;
    width: 360px;
}

.create_section_container_inside_section {
    float: left;
    width: 100%;
}

.category_section_category_container {
    float: left;
    margin: 0 0 0 0;
    width: 400px;
}

.create_section_container {
    border: 1px solid #E7EEF5;
    cursor: default;
    float: left;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
    position: fixed;
    width: 800px;
    z-index: 2000;
    background: #FFF url("/content/images/background-main.jpg") repeat scroll 0 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.create_section_container_inside {
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    float: left;
    margin: 0 0 0 0;
    padding: 9px 10px;
    color: #515E67;
    width: 97%;
}

.create_section_container_hidden {
    display: none;
}

.create_category_required {
    color: red;
    float: right;
    margin: 0 0 0 0;
    font-size: 15px;
    height: 10px;
}

.custom_tooltip {
    color: red;
    padding: 10px;
    float: left;
    max-width: 500px;
    background-color: #fcfcfc;
}

.tally_count_container {
    float: right;
    background-color: #f4f9fc;
    padding: 3px;
}

.tally_count {
    float: right;
}

.image_info {
    float: right;
    margin: 0 0 0 -50px;
    background-color: #f4f9fc;
    padding: 3px;
}

.ui-tooltip {
    position: absolute;
    z-index: 9999;
}

.category_admin_main_container a {
    background: none !important;
}

.category_product_children_blue {
    background-color: #fcfcfc;
    cursor: pointer;
    float: left;
    padding: 5px;
    width: 98%;
}

.category_product_children_gray {
    background-color: #f4f9fc;
    cursor: pointer;
    float: left;
    padding: 5px;
    width: 98%;
}

.add_category_children_from_category_input {
    float: left;
    margin: 0 0 0 50px;
}

.add_category_children_from_category_text {
    float: left;
}

.category_tag_add_product_header_left {
    float: left;
}

.category_tag_add_product_header_right {
    float: left;
    margin: 0 0 0 120px;
}

.category_admin {
    background-color: #FFF;
    height: 1300px;
    margin: -50px auto;
    padding: 100px 0 0 0;
    position: absolute;
    top: 0;
    max-width: 2000px;
    width: 100%;
    z-index: 100;
    overflow-x: auto;
}

.category_thumbnail_image_container {
    margin: -40px 0 0 -170px;
    position: absolute;
    width: 140px;
}

.delete_message_line {
    float: left;
    margin: 15px 0 0 0;
}

.delete_message {
    float: left;
    margin: 3px 0 0 20px;
}

.category_url {
    float: left;
    color: #cecccc;
}

.category_url_custom {
    float: left;
}

.category_url_container {
    float: left;
    margin: 3px 0 0 0;
}

/*Custom Category Front End Styles*/
.category_breadcrumbs_container {
    float: left;
    width: 100%;
    margin: -35px 0 0 0;
}

.category_breadcrumbs {
    float: left;
    margin: 0 10px 0 0;
}

.category_breadcrumb {
    color: #2b80d1;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-style: italic;
    margin: 1px 10px 0 0;
}

.category_breadcrumb_plain {
    float: left;
    font-size: 14px;
    font-style: italic;
    margin: 1px 10px 0 0;
}

.category_breadcrumb_divider {
    float: left;
    margin: 3px 10px 0 0;
}

.category_main_breadcrumb {
    float: left;
    margin: 0 0 0 0 !important;
    font-size: 18px;
    color: black !important;
    font-weight: normal;
}

.front_category_container {
    float: left;
    margin: 15px 0 0 0;
    width: 100%;
}

.front_category_side_menu {
    float: left;
    border: 1px solid black;
    border-radius: 2px;
    width: 11.5%;
    max-width: 200px;
    min-width: 100px;
    padding: 0 0 10px 0;
}

.front_category_side_menu_header {
    float: left;
    color: #2b80d1;
    font-size: 1.4em;
    margin: 10px 0 5px 10px;
}

.front_category_side_menu_item {
    font-size: 14px;
}

.front_category_side_menu_item {
    float: left;
    margin: 0 0 5px 20px;
    color: rgba(35, 35, 35, 1);
}

.front_category_main_container {
    float: left;
    margin: 0 0 0 3%;
    max-width: 1400px;
    min-width: 400px;
    width: 84%;
}

.front_category_banner {
    float: left;
    width: 100%;
    color: #FFF;
}

.front_category_banner_container {
    float: left;
    width: 100%;
}

.front_category_banner_image_container {
    float: left;
    width: 100%;
}

.front_category_banner_image {
    width: 100%;
}

.front_category_banner_text_container_right {
    color: #FFF;
    margin: 0 0 0 27%;
    position: absolute;
    text-align: center;
    width: 330px;
    z-index: 10;
    top: 27%;
}

.front_category_banner_text_container_left {
    color: #FFF;
    margin: 0 0 0 20px;
    top: 27%;
    position: absolute;
    text-align: center;
    width: 330px;
    z-index: 10;
}

.front_category_banner_text_container_center {
    text-align: center;
    width: 330px;
    z-index: 10;
}

.front_category_banner_text_container_center_left {
    text-align: center;
    width: 330px;
    z-index: 10;
    margin: 0 0 0 3%;
}

.front_category_banner_text_outer_container_left {
    display: flex;
    justify-content: flex-start;
    margin: 6% 0 0;
    max-width: 1400px;
    min-width: 400px;
    position: absolute;
    width: 84%;
}

.front_category_banner_text_outer_container_center {
    display: flex;
    justify-content: center;
    margin: 6% 0 0;
    max-width: 1400px;
    min-width: 535px;
    position: absolute;
    width: 100%;
}

.front_category_banner_text_outer_container_right {
    display: flex;
    justify-content: flex-end;
    margin: 6% 0 0;
    max-width: 1400px;
    min-width: 400px;
    padding: 0 0 0 0;
    position: absolute;
    width: 71%;
}

.front_category_banner_text_title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.front_category_banner_text_caption {
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto;
    width: 230px;
}

.front_category_banner_button {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    padding: 6px 20px;
    text-align: center;
}

.front_category_banner_button_container {
    margin: 10px auto;
}

.front_category_section {
    float: left;
    margin: 5px 0 0 0;
    width: 100%;
}

.front_category_section_title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.front_category_section_categories_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 0;
    width: 100%;
    position: relative;
}

.front_category_section_categories_first {
    width: 16%;
    min-width: 75px;
    float: left;
    padding: 0 0 20px 0;
}

    .front_category_section_categories_first a {
        color: #FFF;
        text-decoration: none;
    }

    .front_category_section_categories_first:hover {
        color: #FFF;
        text-decoration: none;
        -webkit-box-shadow: 0 0 9px 3px rgba(150,148,150,1) !important;
        -moz-box-shadow: 0 0 9px 3px rgba(150,148,150,1) !important;
        box-shadow: 0 0 9px 3px rgba(150,148,150,1) !important;
        position: relative;
        z-index: 2;
    }

.front_category_section_categories {
    width: 16%;
    min-width: 75px;
    float: left;
    padding: 0 0 20px 0;
}

    .front_category_section_categories a {
        color: #FFF;
        text-decoration: none;
    }

    .front_category_section_categories:hover {
        color: #FFF;
        text-decoration: none;
        -webkit-box-shadow: 0 0 9px 3px rgba(150,148,150,1) !important;
        -moz-box-shadow: 0 0 9px 3px rgba(150,148,150,1) !important;
        box-shadow: 0 0 9px 3px rgba(150,148,150,1) !important;
        position: relative;
        z-index: 2;
    }

    .front_category_section_categories:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #BFBFBF;
    }

.front_category_section_categories_image_div {
    margin: 0 auto;
    width: 70%;
    height: 122px;
}

.front_category_section_categories_image {
    float: left;
    width: 100%;
}

.front_category_section_categories_title {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #000;
}

.front_category_section_divider {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #BFBFBF;
    margin: 30px 0 5px 0;
}

.front_category_products_sort_container {
    background-color: #eaeae8;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    float: left;
    padding: 10px 0;
    width: 100%;
    margin: 0 0 20px 0;
}

.front_category_products_sort_title {
    float: left;
    font-weight: bold;
    margin: 0 0 0 10px;
    font-size: 16px;
}

.front_category_products_sort_options {
    float: left;
    margin: 1px 0 0 10px;
}

.front_category_products_sort_count {
    width: 160px;
    margin: 2px auto;
}

.front_category_products_container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    justify-content: flex-start;
}

.front_category_products {
    margin: 10px 3% 0 0%;
    border-radius: 2px;
    width: 19%;
    cursor: pointer;
    min-width: 80px;
    padding: 0 0 10px 0;
}

    .front_category_products a {
        color: #FFF;
        text-decoration: none;
    }

    .front_category_products:hover {
        -webkit-box-shadow: 0 0 9px 3px rgba(150,148,150,.8) !important;
        -moz-box-shadow: 0 0 9px 3px rgba(150,148,150,.8) !important;
        box-shadow: 0 0 9px 3px rgba(150,148,150,.8) !important;
    }

.front_category_products_image_div {
    margin: 0 auto;
    width: 55%;
}

.front_category_products_image {
    margin: 0 auto;
    width: 100%;
}

.front_category_products_title {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 70%;
    color: #2b80d1;
    height: 35px;
}

.front_category_products_model_number {
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: #000;
}

.front_category_products_model_price {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #000;
}

.front_category_products_model_shipping {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #000;
}

.front_category_products_model_star_container {
    font-size: 20px;
    margin: 3px auto;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
    color: #2b80d1;
    height: 20px;
}

.front_category_products_model_star {
    float: left;
    width: 20px;
}

.front_category_products_model_reviews {
    float: left;
    width: 20px;
    font-size: 12px;
    color: #000;
    margin: 10px 0 0;
}

.front_category_description_container {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.front_category_description_title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.front_category_description_text {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0 0 0 0;
}

.load_products {
    background-color: #2b80d1;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    margin: 30px auto;
    padding: 7px 0;
    text-align: center;
    width: 105px;
}

div.ui-dialog {
    position: fixed;
}

/* Start Q42016 Kodachrome Project CSS here - JL*/

/* Styles for 2016 Restyle of the Chrome header and footer
-----------------------------------------------------------*/

body, #pageContainer {
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean !important;
    color: rgba(35, 35, 35, 1);
}

#pageContent {
    top: 169px;
}

.article article {
    margin-top: 42px;
}

.breadcrumbList {
    padding-bottom: 10px;
    padding-left: 3px;
}

    .breadcrumbList li.breadcrumb {
        list-style: none;
        display: inline;
    }

    .breadcrumbList .breadcrumb::after {
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome;
    }

    .breadcrumbList .breadcrumb:last-of-type a {
        font-weight: bold;
        font-size: 15px;
        color: #3f3d3d;
        text-transform: uppercase;
        font-style: normal;
    }

    .breadcrumbList .breadcrumb:last-of-type::after {
        content: "";
    }

    .breadcrumbList .breadcrumb a {
        padding-left: 5px;
        padding-right: 5px;
        font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
        font-size: 14px;
        color: #3f3d3d;
    }

        .breadcrumbList .breadcrumb a:hover {
            color: rgba(43, 128, 209, 1);
        }

.front_category_banner iframe {
    width: 100%;
}

#ajaxchromeheader {
    background-clip: padding-box;
}

#GlobalHeader *, #GlobalFooter * {
    box-sizing: border-box !important;
}

#GlobalHeader h2, #GlobalFooter h2 {
    margin: 0 0;
}

#GlobalHeader .accessibility-label, #GlobalFooter .accessibility-label {
    display: none;
}

#GlobalHeader input.error, #GlobalFooter input.error {
    background: #f1d1d2;
    color: #a00e0e;
    border: 2px solid #a00e0e !important;
}

#GlobalHeader .accessibility-label-visual, #GlobalFooter .accessibility-label-visual {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

header#GlobalHeader *, footer#GlobalFooter *, header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit], footer#GlobalFooter input[type=submit], footer#GlobalFooter button[type=submit] {
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
}

header#GlobalHeader form {
    -o-transition: .37s ease-out;
    -ms-transition: .37s ease-out;
    -moz-transition: .37s ease-out;
    -webkit-transition: .37s ease-out;
}

.button {
    background: none;
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, Sans-Serif, clean;
    height: auto;
    border: 0;
    font-weight: normal;
}

    .button a {
        font-size: 14px;
    }

.chrome-loader {
    background: transparent url(/content/images/loader-circle-basic.gif) no-repeat scroll 50% 50%;
    padding: 20px;
}

body * {
    line-height: normal;
}

ol.not-signed-in {
    padding-left: 0;
}

#GlobalHeader form {
    margin-bottom: 10px;
}

#GlobalHeader input[type=text], #GlobalFooter input[type=text] {
    height: 35px;
    width: 200px;
    padding-left: 0.5em;
    border: 1px solid white;
    border-right: 0;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
}

header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit], footer#GlobalFooter input[type=submit], footer#GlobalFooter button[type=submit] {
    height: 37px;
    width: 35px;
    background: rgba(43, 128, 209, 1);
    color: #FFF;
    border: 1px solid white;
    border-left: 0;
    box-sizing: border-box !important;
    margin-left: -5px;
    vertical-align: top;
    display: inline;
    padding: 1px 8px;
}

header#GlobalHeader button.magnifyingGlass {
    height: 2.95em !important;
}

header#GlobalHeader input[type=submit]:hover, header#GlobalHeader button[type=submit]:hover, footer#GlobalFooter input[type=submit]:hover, footer#GlobalFooter button[type=submit]:hover {
    background: rgba(0, 65, 126, 1);
}

header#GlobalHeader button.fa-bars, footer#GlobalFooter button.fa-bars,
header#GlobalHeader #mobile-login {
    display: none;
}

    header#GlobalHeader button.fa-bars:focus, footer#GlobalFooter button.fa-bars:focus {
        outline-color: #000;
    }

#GlobalHeader ::-webkit-input-placeholder, #GlobalFooter ::-webkit-input-placeholder {
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    font-size: 12px;
    padding-left: 10px;
}

#GlobalHeader :-moz-placeholder, #GlobalFooter :-moz-placeholder { /* Firefox 18- */
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    font-size: 12px;
    padding-left: 10px;
}

#GlobalHeader ::-moz-placeholder, #GlobalFooter ::-moz-placeholder { /* Firefox 19+ */
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    font-size: 12px;
    padding-left: 10px;
}

#GlobalHeader :-ms-input-placeholder, #GlobalFooter :-ms-input-placeholder {
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    font-size: 12px;
    padding-left: 10px;
}

.hover-container .border-top, .hover-container .border-top {
    border-top: 2px solid lightGray;
}

.hover-container .border-bottom, .hover-container .border-bottom {
    width: 100%;
    border-bottom: 2px solid lightGray;
    margin-bottom: 10px;
}

#btnMyCart span {
    background: #2b80d1;
    padding: 0 2px;
    border: 1px solid #8c8d8f;
    right: 55px;
    top: 69px;
    font-size: 14px;
    position: absolute;
}

#btnMyCart:hover span {
    color: #fff;
}

#GlobalHeader .hover-container .border-bottom, #GlobalHeader .hover-container .border-top,
#GlobalFooter .hover-container .border-bottom, #GlobalFooter .hover-container .border-top {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

#GlobalHeader .caret-link, #GlobalFooter .caret-link {
    margin-left: 5px;
    font-size: 18px;
    line-height: 10px;
    vertical-align: bottom;
}

#GlobalHeader a:hover, #GlobalFooter a:hover {
    color: rgba(3, 86, 164, 1);
}


/***FONT AWESOME EDIT***/
#GlobalHeader .icon-before::before, #GlobalFooter .icon-before::before,
#GlobalHeader .icon-after::before, #GlobalFooter .icon-after::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-decoration: none;
}

#GlobalHeader .icon-before::before, #GlobalFooter .icon-before::before {
    margin-right: 5px;
    margin-left: 15px;
}


#GlobalHeader div.fa-fw {
    display: inline;
}

#GlobalHeader #generic-navigation ol li a.icon-before::before {
    margin-left: 7px;
    padding-bottom: 3px;
    vertical-align: middle;
}

#GlobalHeader #generic-navigation ol li a {
    margin-right: 7px;
    line-height: 28px;
}

#GlobalHeader .icon-after::before, #GlobalFooter .icon-after::before {
    margin-left: 103px;
    margin-right: -117px;
}


/***HEADER CSS***/
header#GlobalHeader {
    background: black;
    color: rgba(43, 128, 209, 1);
    width: 100%;
    padding: 20px;
    box-sizing: border-box !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    z-index: 11;
}

    header#GlobalHeader a:link, header#GlobalHeader a:visited, header#GlobalHeader p {
        color: #FFF;
        text-decoration: none;
    }

    header#GlobalHeader a:hover, header#GlobalHeader .sign-in-container .icon-before:hover::before {
        color: rgba(43, 128, 209, 1);
    }

    header#GlobalHeader .sign-in-container .icon-before::before {
        transition: 0.11s;
    }

    header#GlobalHeader .accessibility-label-visual.icon-before.search-icon {
        text-indent: 100%;
        background: url(/content/images/search.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }

#GlobalHeader .logo-redirect {
    background: transparent url(/content/images/logo-lifetime-white.png) no-repeat scroll center right;
    width: 169px;
    display: inline-block;
    margin-left: 5px;
}

header#GlobalHeader ol li .icon-before::before {
    width: 15px;
}

header#GlobalHeader form {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding-top: 25px;
    margin-left: 40px;
}

    header#GlobalHeader form input {
        height: 34px;
    }

        header#GlobalHeader form input[type=text] {
            width: 80%;
        }

header#GlobalHeader ol li {
    list-style: none;
}

header#GlobalHeader #generic-navigation {
    font-size: 12px;
}

header#GlobalHeader .sign-in-container {
    float: right;
    margin-top: 20px;
}

header#GlobalHeader section.sign-in-container .greeting, header#GlobalHeader section.sign-in-container div {
    margin-top: 0;
    margin-bottom: 0;
}

header#GlobalHeader .fa-user::before {
    margin-top: 8px;
    margin-right: 10px;
    display: inline-block;
}

header#GlobalHeader #greetingWrapper {
    display: inline-block;
}

header#GlobalHeader #lblGreeting {
    font-size: 12px;
    color: rgba(43, 128, 209, 1);
}

header#GlobalHeader .sign-in-container .icon-before::before, header#GlobalHeader .sign-in-container.icon-before::before {
    font-size: 30px;
    margin-left: 0;
    color: #FFF;
}

header#GlobalHeader #myAccountGreeting::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
}

header#GlobalHeader .sign-in-container div {
    align-self: flex-end;
}

header#GlobalHeader .sign-in-container .greeting {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(43, 128, 209, 1);
    color: rgba(43, 128, 209, 1);
}

header#GlobalHeader .fa-shopping-cart::before {
    margin-right: 20px;
}

header#GlobalHeader .sign-in-container .greeting a {
    display: block;
    color: #FFF;
}

    header#GlobalHeader .sign-in-container .greeting a:hover {
        color: rgba(43, 128, 209, 1);
    }

header#GlobalHeader .sign-in-container div, header#GlobalHeader .sign-in-container .greeting a {
    font-size: 14px;
}

header#GlobalHeader #generic-navigation ol, header#GlobalHeader .sign-in-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

header#GlobalHeader #department-navigation {
    background: rgba(35, 35, 35, 1);
    margin: 20px -20px -20px -20px;
    border-bottom: 2px solid rgba(43, 128, 209, 1);
    width: 100%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    font-size: 14px;
}

    header#GlobalHeader #department-navigation ol {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        padding-left: 25px;
        padding-right: 25px;
    }

        header#GlobalHeader #department-navigation ol li {
            width: 12.5%;
            text-align: center;
            line-height: 45px;
            text-transform: uppercase;
        }

            header#GlobalHeader #department-navigation ol li:hover {
                background: rgba(43, 128, 209, 1);
            }

            header#GlobalHeader #department-navigation ol li a {
                display: block;
                line-height: 45px;
            }

                header#GlobalHeader #department-navigation ol li a:hover {
                    color: #FFF;
                }


/***FOOTER CSS***/
footer#GlobalFooter {
    width: 100%;
    background: White;
    z-index: 11;
    font-weight: normal;
}

#GlobalFooter h2 {
    font-weight: bold;
}

footer#GlobalFooter form, footer#GlobalFooter .social, footer#GlobalFooter .social a, footer#GlobalFooter h2 {
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 0;
    display: inline;
}

footer#GlobalFooter h2 {
    display: inline-block;
    font-size: 13px;
    margin-left: 20px;
}

footer#GlobalFooter .newsletter-bar {
    color: #FFF;
    background: #232323;
    display: block;
    /*Padding left only 5 because icon has margin 15*/
    padding: 10px 20px 10px 5px;
}

    footer#GlobalFooter .newsletter-bar .listrak-input {
        float: left !important;
        position: absolute !important;
        left: -9000px !important;
        top: -9000px !important;
    }

footer#GlobalFooter .social {
    float: right;
    padding-right: 20px;
}

    footer#GlobalFooter .social a {
        color: #FFF;
        width: 28px;
    }

        footer#GlobalFooter .social a:hover {
            color: rgba(43, 128, 209, 1);
        }


footer#GlobalFooter form {
    margin-left: 15px;
}

footer#GlobalFooter input[type=text], footer#GlobalFooter input[type=submit] {
    border: none;
}

footer#GlobalFooter input[type=text] {
    width: 33%;
}

footer#GlobalFooter input[type=submit] {
    width: auto;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

footer#GlobalFooter .social h2 {
    vertical-align: text-bottom;
    display: inline-block;
    margin-right: 15px;
}

footer#GlobalFooter .newsletter-bar .social .accessibility-label-visual {
    margin-left: 0;
    margin-right: 8px;
    text-indent: 0%;
    display: inline-block;
    font-size: 30px;
    text-decoration: none;
}

    footer#GlobalFooter .newsletter-bar .social .accessibility-label-visual:last-of-type {
        margin-right: 0;
        width: 33px;
    }

footer#GlobalFooter .footer-logos {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

footer#GlobalFooter .bottom-logo {
    height: 50px;
}

    footer#GlobalFooter .bottom-logo a {
        display: block;
        height: 50px;
    }

        footer#GlobalFooter .bottom-logo a img {
            margin-top: -15px;
        }

footer#GlobalFooter .bottom-links {
    width: 100%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    height: 310px;
}

    footer#GlobalFooter .bottom-links section:nth-of-type(even) div {
        margin-bottom: 0;
    }

footer#GlobalFooter .bottom-links, .footer-logos {
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

footer#GlobalFooter .bottom-links {
    padding-bottom: 0;
}

.footer-logos {
    padding-top: 0;
}

footer#GlobalFooter .bottom-links section {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid rgba(206, 206, 206, 1);
    height: 50%;
}

    footer#GlobalFooter .bottom-links section:nth-of-type(3),
    footer#GlobalFooter .bottom-links section:nth-of-type(4) {
        height: 100%;
    }

    footer#GlobalFooter .bottom-links section div {
        margin: 14px 0;
    }

    footer#GlobalFooter .bottom-links section:first-of-type, footer#GlobalFooter .bottom-links section:nth-of-type(2) {
        border-left: 0;
    }

footer#GlobalFooter .bottom-links select {
    overflow: hidden;
    border: none;
    outline: none;
    color: rgba(43, 128, 209, 1);
    background: White;
    padding-right: 95px;
    padding-bottom: 1em;
    margin-right: -95px;
}

footer#GlobalFooter .bottom-links div {
    display: inline-block;
    overflow: hidden;
}


footer#GlobalFooter .bottom-links div, footer#GlobalFooter .bottom-links a, footer#GlobalFooter .bottom-links p {
    font-size: 14px;
    display: block;
    line-height: 16px;
}

footer#GlobalFooter .bottom-links section p a {
    display: inline;
}

footer#GlobalFooter .bottom-links section p:first-of-type {
    margin-top: 35px;
}

footer#GlobalFooter .bottom-links select option:first-of-type {
    text-transform: uppercase;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

    footer#GlobalFooter .bottom-links select option:first-of-type:hover {
        color: rgba(43, 128, 209, 1);
    }

footer#GlobalFooter .bottom-links section:nth-of-type(2) div select option:first-of-type,
footer#GlobalFooter .bottom-links section:nth-of-type(6) div select option:first-of-type {
    margin-top: 35px;
}

footer#GlobalFooter .bottom-links section option, footer#GlobalFooter .bottom-links section p, .bottom-links section a {
    text-decoration: none;
    color: rgba(99, 97, 97, 1);
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

footer#GlobalFooter .bottom-links a {
    line-height: 24px;
}

footer#GlobalFooter .bottom-links select option:hover {
    color: #000;
    text-decoration: underline;
}

/**
Overwriting the orange border earlier in this project, but only for when the new header/footer is applied
**
header#GlobalHeader a[href*="../"],
header#GlobalHeader a[href*="kodachrome"],
header#GlobalHeader a[href*="www.lifetime"],
header#GlobalHeader a[href*="localhost"],
header#GlobalHeader a[href*="prototype"],
header#GlobalHeader a[target*="_self"],
footer#GlobalFooter a[href*="../"],
footer#GlobalFooter a[href*="kodachrome"],
footer#GlobalFooter a[href*="www.lifetime"],
footer#GlobalFooter a[href*="localhost"],
footer#GlobalFooter a[href*="prototype"],
footer#GlobalFooter a[target*="_self"]
{
    border: none !important;
}**/

footer#GlobalFooter .flag-section img, footer#GlobalFooter .flag-section span {
    display: block;
    color: #252726;
    text-transform: uppercase;
}

footer#GlobalFooter .flag-section img {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

footer#GlobalFooter .flag-section a {
    color: #000;
    text-decoration: none;
}

footer#GlobalFooter .feedback-section a {
    display: block;
    margin-bottom: 20px;
    text-align: right;
    text-transform: uppercase;
}

/***HOVER GLOBAL CSS***/
.hover-bubble .hover-title {
    height: 10px;
    width: 290px;
    margin-bottom: 0;
    text-indent: 100%;
    overflow: hidden;
}

.hover-bubble .hover-container {
    width: 290px;
    background: #f1f7f4;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1px 20px;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    background: #f1f7f4;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: auto;
}

    /* for arrow */
    .hover-bubble .hover-container::before {
        content: "";
        width: 0;
        height: 0;
        border: 0.8em solid transparent;
        position: absolute;
    }

#chrome-header-nav-drop.hover-container {
    background: #f1f7f4;
    border-radius: 0;
}

    #chrome-header-nav-drop.hover-container ul li:hover {
        color: rgba(3, 86, 164, 1);
        text-decoration: underline;
    }

header#GlobalHeader .accessibility-label-visual.icon-before,
footer#GlobalFooter .accessibility-label-visual.icon-before,
.hover-bubble .accessibility-label-visual.icon-before {
    text-indent: 2px;
}

    header#GlobalHeader .accessibility-label-visual.icon-before::before,
    footer#GlobalFooter .accessibility-label-visual.icon-before::before,
    .hover-bubble .accessibility-label-visual.icon-before::before {
        margin-left: 0;
        margin-right: 8px;
    }

.hover-bubble .hover-container a, .hover-bubble .hover-container p,
.hover-bubble .hover-container h3:not(.accessibility-label) {
    color: rgba(61, 62, 63, 1);
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.hover-bubble .hover-container a {
    color: rgba(95, 96, 98, 1);
}

    .hover-bubble .hover-container a:hover {
        color: rgba(3, 86, 164, 1);
    }

.hover-bubble .line-centered {
    line-height: 12px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

    .hover-bubble .line-centered a, .hover-bubble .line-centered p {
        display: inline-block;
        position: relative;
        padding: 0;
    }

        .hover-bubble .line-centered a::before, .hover-bubble .line-centered a::after,
        .hover-bubble .line-centered p::before, .hover-bubble .line-centered p::after {
            content: "";
            position: absolute;
            height: 1px;
            border-top: 1px solid lightGray;
            top: 6px;
            width: 100%;
        }

        .hover-bubble .line-centered p::before, .hover-bubble .line-centered p::after {
            top: 6px;
            width: 90%;
        }

        .hover-bubble .line-centered a::before, .hover-bubble .line-centered a::after {
            top: 10px;
            width: 55%;
        }

        .hover-bubble .line-centered p::before, .hover-bubble .line-centered a::before {
            right: 100%;
            margin-right: 10px;
        }

        .hover-bubble .line-centered p::after, .hover-bubble .line-centered a::after {
            left: 100%;
            margin-left: 10px;
        }

.hover-bubble .hover-container .hover-small-text {
    font-size: 14px;
    text-align: left;
}

.hover-bubble .hover-container ol {
    list-style: none;
}

.hover-bubble li.grey-button a, .hover-bubble li.blue-button a, #divSignUp a.button {
    width: 100%;
    text-transform: uppercase;
}

.hover-bubble li.blue-button a, #divSignUp a.button {
    background: rgba(3, 86, 164, 1);
    color: #FFF;
    margin-bottom: 10px;
}

    .hover-bubble li.blue-button a:hover, #divSignUp a.button:hover {
        background: #2181DD;
        color: #FFF;
    }

    .hover-bubble li.blue-button a:active, #divSignUp a.button:active {
        background: #023465;
        color: #FFF;
    }

.hover-bubble li.grey-button a {
    background: rgba(208, 208, 208, 1);
    color: #000;
}

    .hover-bubble li.grey-button a:hover, .cartPromo a:hover.grey-button {
        background: #353540;
        background: linear-gradient(to bottom, #6B6A7F 0%,#353540 100%);
        background: -moz-linear-gradient(top, #6D6C82 5%, #353540 5%,#6B6A7F 100%);
        background: -webkit-linear-gradient(top, #6D6C82 5%, #353540 5%,#6B6A7F 100%);
        background: -o-linear-gradient(top, #6D6C82 5%, #353540 5%,#6B6A7F 100%);
        background: -ms-linear-gradient(top, #6D6C82 5%, #353540 5%,#6B6A7F 100%);
        color: #FFF;
    }

    .hover-bubble li.grey-button a:active, .cartPromo a:active.grey-button {
        background: #777676;
        color: #FFF;
    }

.reset-modal {
    display: none;
    position: absolute;
    z-index: 101;
    padding-top: 210px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);*/
}

    .reset-modal .reset-content {
        background-color: #fefefe;
        padding: 15px;
        border: 1px solid #888;
        width: 270px;
        margin: 15px auto;
        border-radius: 10px;
    }

    .reset-modal .close-btn {
        color: #fff;
        background: #000;
        float: right;
        font-size: 15px;
        font-weight: bold;
        margin-right: -27px;
        margin-top: -27px;
        line-height: 13px;
        padding: 3px 8px 7px 8px;
        cursor: pointer;
        border-radius: 25px;
        text-align: center;
        vertical-align: middle;
    }

        .reset-modal.close-btn:hover,
        .reset-modal .close-btn:focus {
            color: #726f6f;
            text-decoration: none;
            cursor: pointer;
        }

/****************CART HOVER CSS****************/

.cart-item {
    overflow: hidden;
}

.product-image {
    height: 90px;
    width: 90px;
    padding: 0 15px 15px 0;
    border: 2px, solid, lightGray;
    float: left;
}

.product-info {
    font-style: italic;
    text-align: left;
}

.product-price {
    text-align: left;
    padding: 12px 0 12px 0;
    color: rgba(224,20,44,1);
}

.quantity-container {
    box-sizing: content-box !important;
    width: 100%;
}

    .quantity-container .select {
        z-index: 3;
    }

    .quantity-container .qty-label {
        position: absolute;
        bottom: 8px;
        left: 17px;
        color: white;
        font-weight: 100;
        letter-spacing: 1px;
    }

    .quantity-container .select .product-quantity {
        text-align: left;
        box-sizing: content-box !important;
        position: static;
        border-right: 1px solid white;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        font-weight: 200;
        font-size: 1.3em;
        padding: 5px 22px 22px 9px;
        width: 1em;
        text-align: right;
    }

#extra-products-text {
    font-size: 12px;
    color: gray;
    padding: 5px 0 0 65px;
    text-align: left;
    font-style: italic;
}

.subtotal-container {
    padding: 10px;
}

#cart-subtotal {
    text-align: left;
    padding-top: 5px;
    float: left;
    color: rgba(3,86,164,1);
}

#subtotal-amount {
    float: none;
    overflow: hidden;
    font-size: 20px;
}

/***SIGN IN HOVER CSS***/
/* arrow */
.hover-container.top-center::before {
    left: 50%;
    top: 4px;
    border-bottom: 10px solid #f1f7f4;
}

.hover-bubble .not-signed-in, .hover-bubble .account-commands {
    display: block;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.hover-bubble #loginHover-signIn, .hover-bubble #cartHover {
    position: absolute;
    z-index: 30;
    top: 100px;
}

#store_popup {
    position: absolute;
    z-index: 30;
    top: 25px;
}

.hover-bubble #loginHover-signIn {
    right: 40px;
}

.hover-bubble #cartHover {
    right: 20px;
}

.hover-bubble .account-commands {
    text-align: left;
}

    .hover-bubble .account-commands li a, .hover-bubble .not-signed-in .hover-small-text a {
        padding: 5px 0;
    }

    .hover-bubble .not-signed-in, .hover-bubble .account-commands li:nth-child(3) {
        padding-bottom: 10px;
    }

/***ACCOUNT INFO HOVER CSS***/
/* arrow */
.hover-container.top-right::before {
    right: 18px;
    top: 4px;
    border-bottom: 10px solid #f1f7f4;
}

.hover-bubble .account-commands li:nth-child(1) a, .hover-bubble .caret-link {
    color: rgba(3, 86, 164, 1);
}


.hover-bubble a.blue-callout {
    color: rgba(3, 86, 164, 1);
}

/***SIGNING IN HOVER***/
#logging-in-container form input[type=password], #logging-in-container form input[type=text] {
    height: 35px;
    width: 250px;
    border: 2px solid lightGray;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
}

#logging-in-container form {
    text-align: left;
    margin-bottom: 5px;
}

    #logging-in-container form span {
        display: block;
        margin-bottom: 2px;
    }

        #logging-in-container form span:nth-of-type(2) {
            margin-top: 5px;
        }

#logging-in-container a.reset {
    padding-top: 0;
    text-align: right;
    color: rgba(43, 128, 209, 1);
}

#logging-in-container li.blue-button a {
    margin-bottom: 0;
}

#logging-in-container li.grey-button a {
    margin-bottom: 10px;
}

/***MEGA HOVER CSS***/
#loginHover-signIn.hide, #cartHover.hide, #store_popup.hide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s linear;
}

#loginHover-signIn.show, #cartHover.show, #store_popup.show {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.25s, opacity 0.25s linear;
}

.hover-bubble .mega-hover-container {
    width: 1100px;
    padding: 20px 50px;
}

    .hover-bubble .mega-hover-container, .hover-bubble .mega-hover-container a {
        background: rgba(247, 246, 246, 1);
        font-size: 14.6px;
    }

        .hover-bubble .mega-hover-container img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            padding: 5px;
        }

        .hover-bubble .mega-hover-container h3 {
            font-weight: bold;
            font-size: 16px;
        }

.hover-bubble .common-categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    border-bottom: 1px solid lightGray;
}

.hover-bubble .mega-hover-container .department-general-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px solid lightGray;
    padding-bottom: 5px;
}

    .hover-bubble .mega-hover-container .department-general-links li:last-child {
        width: 35%;
        text-align: right;
    }

    .hover-bubble .mega-hover-container .department-general-links li:nth-child(2) a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .hover-bubble .mega-hover-container .department-general-links li:nth-child(3) a,
    .hover-bubble .mega-hover-container .department-general-links li:nth-child(4) a {
        border-right: 1px solid lightGray;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hover-bubble .mega-hover-container .department-general-links li:nth-child(5) a {
        padding-left: 10px;
    }

.hover-bubble .shop-by-sections {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 10px;
}

.hover-bubble .hover-container .shop-by-sections a {
    padding: 0;
    line-height: 18px;
}

.hover-bubble .buying-guide {
    border-left: 1px solid lightGray;
    padding-left: 20px;
}

.hover-bubble .hover-container .shop-by-sections .buying-guide h3 {
    font-weight: normal;
}

.hover-bubble .hover-container .shop-by-sections .buying-guide a {
    font-weight: normal;
    color: rgba(61, 62, 63, 1);
    text-decoration: none;
    padding: 10px 0;
    display: block;
    width: 80%;
    text-transform: uppercase;
    margin-left: 10%;
    background: rgba(3, 86, 164, 1);
    color: #FFF;
    margin-bottom: 10px;
}

#greyout {
    background: rgba(61, 62, 63, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

    #greyout.hide {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s, opacity 0.25s linear;
    }

    #greyout.show {
        visibility: visible;
        opacity: 1;
        transition: visibility 0.25s, opacity 0.25s linear;
    }

/* Responsive for 2016 rebuild
-----------------------------------------------------------*/
@media (min-width: 860px) {
    footer#GlobalFooter .bottom-links {
        padding-left: 50% !important;
        margin-left: -430px;
        width: 860px;
    }
}

@media (max-width: 1065px) {
    footer#GlobalFooter input[type=text] {
        width: 70%;
    }

    footer#GlobalFooter .social h2 {
        display: none;
    }

    footer#GlobalFooter .social a {
        margin-top: 3px;
    }
}

@media (max-width: 1000px) {
    header#GlobalHeader form input[type=text] {
        width: 85%;
    }

    header#GlobalHeader #generic-navigation ol, header#GlobalHeader ol li .icon-before::before {
        display: none;
    }

    footer#GlobalFooter form {
        margin-left: 0;
    }

    .hover-bubble #loginHover-signIn, .hover-bubble #cartHover {
        top: 70px;
        left: 1em;
    }

    #btnMyCart span {
        top: 40px;
    }
}

@media (max-width: 850px) {
    #greyout {
        background: rgba(55, 50, 50, 1);
    }

    .hover-bubble {
        display: block;
    }

    header#GlobalHeader #department-navigation {
        font-size: 12px;
    }

    footer#GlobalFooter {
        background: rgba(55, 50, 50, 1);
        color: #FFF;
    }

        footer#GlobalFooter span {
            color: rgba(158, 156, 158, 1);
        }

        footer#GlobalFooter .newsletter-bar {
            position: relative;
            display: block;
            background: rgba(44, 37, 37, 1);
            border-bottom: 1px solid rgba(196, 194, 196, 1);
        }

        footer#GlobalFooter form {
            margin: 0 auto;
            width: 90%;
        }

        footer#GlobalFooter #salesFooterSection {
            order: 1;
            -webkit-order: 1;
        }

        footer#GlobalFooter #customerServiceFooterSection {
            order: 2;
            -webkit-order: 2;
        }

        footer#GlobalFooter #companyInfoFooterSection {
            order: 3;
            -webkit-order: 3;
        }

        footer#GlobalFooter #learningCenterFooterSection {
            order: 4;
            -webkit-order: 4;
        }

        footer#GlobalFooter #partnerWebsitesFooterSection {
            order: 5;
            -webkit-order: 5;
        }

        footer#GlobalFooter #policiesFooterSection {
            order: 6;
            -webkit-order: 6;
        }

        footer#GlobalFooter form input[type=text] {
            width: 85%;
        }

        footer#GlobalFooter .social {
            position: absolute;
            bottom: -200px;
            left: 50%;
            margin-left: -75px;
        }

            footer#GlobalFooter .social a {
                color: rgba(158, 156, 158, 1);
            }

        footer#GlobalFooter .bottom-links select option:first-of-type {
            color: #FFF;
            margin-top: 0;
        }

            footer#GlobalFooter .bottom-links select option:first-of-type:hover {
                color: rgba(43, 128, 209, 1);
                text-decoration: underline;
            }

        footer#GlobalFooter .bottom-links section:nth-of-type(2) div select option:first-of-type, footer#GlobalFooter .bottom-links section:nth-of-type(6) div select option:first-of-type {
            margin-top: 0;
        }

        footer#GlobalFooter .social a:hover {
            color: rgba(43, 128, 209, 1);
        }

        footer#GlobalFooter .bottom-logo, footer#GlobalFooter .flag-section span {
            display: none;
        }

        footer#GlobalFooter h2 {
            line-height: 1;
            padding: 5px 0 10px 0;
            display: block;
            text-align: center;
        }

        footer#GlobalFooter .footer-logos {
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            align-items: center;
            -webkit-align-items: center;
            background: rgba(44, 37, 37, 1);
            padding-top: 70px;
        }

        footer#GlobalFooter .bottom-links section div {
            margin-top: 0;
            margin-bottom: 0;
            width: 100%;
            display: block;
            padding-top: 0;
            padding-bottom: 0;
            line-height: 14px;
        }

        footer#GlobalFooter .bottom-links section#partnerWebsitesFooterSection div {
            border-right: 1px solid rgba(196, 194, 196, 1);
        }

        footer#GlobalFooter .bottom-links section#policiesFooterSection div {
            border-right: none;
        }

        footer#GlobalFooter .bottom-links a, footer#GlobalFooter .bottom-links p,
        footer#GlobalFooter .feedback-section a {
            display: none;
        }

        footer#GlobalFooter .bottom-links section {
            border-left: none;
            display: inline;
            width: 100%;
            padding: 0;
            box-sizing: border-box;
            padding-top: 6px;
            padding-bottom: 6px;
            flex: 1 0 40%;
            -webkit-flex: 1 0 40%;
            border-bottom: 1px solid rgba(196, 194, 196, 1);
        }

            footer#GlobalFooter .bottom-links section:nth-of-type(odd) div {
                border-right: 1px solid rgba(196, 194, 196, 1);
            }

        footer#GlobalFooter .bottom-links {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            text-align: center;
            padding: 0;
            flex-direction: row;
            -webkit-flex-direction: row;
            height: inherit;
        }

            footer#GlobalFooter .bottom-links select:focus {
                outline: none;
            }

            footer#GlobalFooter .bottom-links select {
                color: #FFF;
                background: rgba(55, 50, 50, 1);
                width: 85%;
                font-size: 14px;
                line-height: 1;
                border: 0;
                border-radius: 0;
                height: 34px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                text-align-last: center;
                text-align: center;
                text-align: -webkit-center;
                margin-right: 0;
                padding-right: 0;
            }

                footer#GlobalFooter .bottom-links select::-ms-expand {
                    display: none;
                }

            header#GlobalHeader #generic-navigation ol li a:first-of-type::after,
            footer#GlobalFooter .bottom-links section div::after {
                float: right;
                color: #FFF;
                content: ">";
                font-size: 18px;
                margin-right: 10px;
                margin-left: -10px;
            }

            footer#GlobalFooter .bottom-links section div::after {
                margin-top: 8px;
            }

            footer#GlobalFooter .bottom-links section option {
                color: #FFF;
            }

            footer#GlobalFooter .bottom-links section:nth-of-type(2) div,
            footer#GlobalFooter .bottom-links section:nth-of-type(6) div {
                margin-top: 0;
            }
}

@media (max-width: 720px) {
    header#GlobalHeader {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: fixed;
        top: 0;
        z-index: 11;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        header#GlobalHeader #department-navigation {
            display: none;
        }

        header#GlobalHeader #department-navigation, header#GlobalHeader .greeting, header#GlobalHeader .fa-user::before {
            display: none;
        }

        header#GlobalHeader .accessibility-label-visual.icon-before.search-icon {
            background-size: 88%;
        }

        header#GlobalHeader button.fa-bars, footer#GlobalFooter button.fa-bars {
            display: inline-block;
            background: black;
            color: #FFF;
            border: none;
            order: 1;
            -webkit-order: 1;
            font-size: 2em;
            width: 20px;
            padding-left: 0;
            padding-right: 0;
        }

            header#GlobalHeader button.fa-bars::before {
                margin-left: 0;
                margin-right: 0;
            }

            header#GlobalHeader button.fa-bars span {
                display: none;
            }

            header#GlobalHeader button.fa-bars:hover {
                color: rgb(2,78,150);
            }

        header#GlobalHeader .logo-redirect {
            width: 99px;
            padding: 0;
            background-size: 99px 25px;
            order: 2;
            -webkit-order: 2;
            margin-left: 8px;
        }

        header#GlobalHeader #generic-navigation {
            order: 3;
            -webkit-order: 3;
        }

        header#GlobalHeader .sign-in-container {
            margin-top: auto;
        }

            header#GlobalHeader .sign-in-container div a.fa-shopping-cart {
                width: 30px;
                height: 30px;
                display: inline-block;
                overflow: hidden;
                float: right;
            }

    #btnMyCart span {
        top: 3px;
        right: 15px;
    }

    header#GlobalHeader form.nav-up {
        top: -80px;
        opacity: 0;
    }

        header#GlobalHeader form.nav-up input,
        header#GlobalHeader form.nav-up button {
            color: #000;
            background: Black;
            border: Black;
        }

    #GlobalHeader .nav-up ::-webkit-input-placeholder {
        color: #000;
        line-height: normal;
    }

    #GlobalHeader .nav-up :-moz-placeholder { /*Firefox 18- */
        color: #000;
        line-height: normal;
    }

    #GlobalHeader .nav-up ::-moz-placeholder { /*Firefox 19+ */
        color: #000;
        line-height: normal;
    }

    #GlobalHeader .nav-up :-ms-input-placeholder {
        color: #000;
        line-height: normal;
    }

    header#GlobalHeader form {
        order: 4;
        -webkit-order: 4;
        width: 100%;
        margin: 0;
        padding: 0 20px 10px 10px;
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        background: Black;
        z-index: 9;
    }

        header#GlobalHeader form input[type=text] {
            width: 89%;
        }

    footer#GlobalFooter form input[type=text] {
        width: 80%;
    }

    header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit], footer#GlobalFooter input[type=submit], footer#GlobalFooter button[type=submit] {
        margin-left: 10px;
        border: none;
    }


    header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit] {
        height: 35px !important;
        width: 35px !important;
        border-radius: 5px;
    }

    header#GlobalHeader #department-navigation,
    header#GlobalHeader #generic-navigation ol,
    header#GlobalHeader #mobile-login {
        display: block;
        position: fixed;
        z-index: 15;
        width: 100%;
        border-bottom: none;
    }

    header#GlobalHeader #mobile-login {
        background: rgba(44, 37, 37, 1);
        top: 0;
        height: 60px;
        line-height: 50px;
        font-size: 15px;
        padding-top: 5px;
    }

        header#GlobalHeader #mobile-login a:not(.exit-menu) {
            color: rgba(43, 128, 209, 1);
        }

            header#GlobalHeader #mobile-login a:not(.exit-menu):hover {
                color: #FFF;
            }

        header#GlobalHeader #mobile-login a.exit-menu {
            float: right;
            overflow: hidden;
            display: block;
            width: 24px;
            height: 35px;
            margin-top: 0;
            padding-top: 5px;
            padding-right: 10px;
        }

            header#GlobalHeader #mobile-login a.exit-menu::before,
            i#mobileCloseSignIn::before {
                content: 'X';
                margin-right: 10px;
                font-size: 25px;
                font-style: normal;
            }

        header#GlobalHeader #mobile-login span {
            font-size: 12px;
            color: #FFF;
            margin-left: 5px;
            margin-right: 5px;
        }

    header#GlobalHeader.mobile-menu-on-screen .fa-user::before {
        display: inline-block;
        font-size: 21px;
        margin-top: 0;
        color: #FFF;
        margin-right: 10px;
    }

    header#GlobalHeader.mobile-menu-off-screen #department-navigation {
        left: -200%;
    }

    header#GlobalHeader.mobile-menu-off-screen #generic-navigation ol,
    header#GlobalHeader.mobile-menu-off-screen #mobile-login {
        left: -100%;
    }

    header#GlobalHeader.mobile-menu-on-screen #department-navigation,
    header#GlobalHeader.mobile-menu-on-screen #generic-navigation ol,
    header#GlobalHeader.mobile-menu-on-screen #mobile-login {
        left: 0;
    }

    header#GlobalHeader.mobile-menu-on-screen .logo-redirect,
    header#GlobalHeader.mobile-menu-on-screen .sign-in-container div a.fa-shopping-cart,
    header#GlobalHeader.mobile-menu-on-screen button.fa-bars {
        display: none;
    }

    #loginHover-signIn.hide, #cartHover.hide, #store_popup.show {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s, opacity 0.25s linear;
    }

    header#GlobalHeader #department-navigation {
        color: rgba(228, 230, 231, 1);
        font-size: 14px;
        top: 60px;
        margin-left: 0;
        margin-top: 0;
        background: rgb(44, 37, 37);
        border-top: 1px solid rgba(165, 164, 164, 1);
    }

    header#GlobalHeader #generic-navigation {
        font-size: 14px;
    }

    header#GlobalHeader #department-navigation ol li a {
        color: rgba(228, 230, 231, 1);
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: normal;
    }

    header#GlobalHeader #department-navigation li:nth-of-type(odd) a {
        border-right: 1px solid rgba(165, 164, 164, 1);
    }

    header#GlobalHeader #department-navigation ol li {
        width: 50%;
    }

    header#GlobalHeader #department-navigation ol {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        background: rgba(55, 50, 50, 1);
        text-align: center;
        position: fixed;
        width: 100%;
        padding: 0;
    }

    header#GlobalHeader #generic-navigation ol {
        background: rgba(44, 37, 37, 1);
        left: 0;
        position: fixed;
        top: 275px;
        padding-bottom: 125%;
    }

        header#GlobalHeader #generic-navigation ol li {
            height: 48px;
            display: block;
            position: relative;
        }

            header#GlobalHeader #generic-navigation ol li a {
                padding: 10px;
                width: 100%;
                display: inline-block;
                text-align: left;
                position: absolute;
            }

    .article article {
        margin-top: 144px;
    }

    header#GlobalHeader #generic-navigation ol.exit-menu li div#store_popup div a::after {
        content: "";
        content: none;
    }

    header#GlobalHeader ol li .icon-before::before {
        display: inline-block;
    }

    header#GlobalHeader #department-navigation ol li,
    header#GlobalHeader #generic-navigation ol li {
        border-bottom: 1px solid rgba(165, 164, 164, 1);
    }

    .header_store_popup_background {
        margin-top: 195px;
        margin-left: 0;
    }

    .header_store_popup_logo {
        margin-left: 70px;
        margin-top: 225px;
    }

    .header_store_popup_left {
        margin-left: 2px;
        margin-top: 275px;
    }

    .header_store_popup_divider {
        margin-left: 160px;
        margin-top: 300px;
    }

    .header_store_popup_right {
        margin-left: 161px;
        margin-top: 275px;
    }

    .breadcrumbList {
        display: none;
    }
}

@media (max-width:550px) {
    header#GlobalHeader form input[type=text] {
        width: 89%;
    }

    #lifetimedivcontainer {
        display: none !important;
    }
}

@media (max-width:470px) {
    header#GlobalHeader form input[type=text] {
        width: 88%;
    }

    footer#GlobalFooter form input[type=text] {
        width: 77%;
    }
}

@media (max-width:435px) {
    header#GlobalHeader form input[type=text] {
        width: 85%;
    }

    footer#GlobalFooter form input[type=text] {
        width: 75%;
    }
}

@media (max-width:380px) {
    header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit], footer#GlobalFooter input[type=submit], footer#GlobalFooter button[type=submit] {
        margin-left: 5px;
    }

    header#GlobalHeader form input[type=text], #GlobalFooter input[type=text] {
        height: 14px;
        width: 80%;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit] {
        height: 30px !important;
        width: 30px !important;
    }

    header#GlobalHeader .accessibility-label-visual.icon-before,
    footer#GlobalFooter .accessibility-label-visual.icon-before,
    .hover-bubble .accessibility-label-visual.icon-before {
        text-indent: 15%;
    }

        header#GlobalHeader .accessibility-label-visual.icon-before.search-icon {
            background-size: 100%;
        }
}

@media (max-width:345px) {
    header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit], footer#GlobalFooter input[type=submit], footer#GlobalFooter button[type=submit] {
        margin-left: 0;
    }
}

@media (max-width:305px) {
    header#GlobalHeader form input[type=text] {
        width: 80%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #mobileMenu {
        margin-left: -98%;
    }
}

@media (max-height:410px) {
    header#GlobalHeader #generic-navigation ol {
        top: 57%;
    }
}


/* Header Hover Items */

a#btnMyCart:hover + #cartHover,
a#btnMyCart:hover + #greyout {
    display: block;
}

#cartHover, #greyout, #loginHover-signIn {
    display: none;
}


/* Add to Cart Modal */
.addtocart-modal, .account-message-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px 50px 50px 35px;
    border: 1px solid #888;
    width: 880px;
}

    .modal-content h4 {
        font-size: 18px;
        font-weight: bold;
    }

    .modal-content .addproductinfo h4 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

.addmodels {
    margin-bottom: 40px;
}

.addshipping, .addsubtotal {
    padding: 0 45px;
}

.addtocart-modal .fa-check-circle {
    margin-right: 20px;
    color: #2bd14a;
    font-size: 33px;
}

.close-modal {
    color: #fff;
    background: #000;
    float: right;
    font-size: 23px;
    font-weight: bold;
    margin-right: -68px;
    margin-top: -30px;
    line-height: 13px;
    padding: 11px;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
}

    .close-modal:hover,
    .close-modal:focus {
        color: #726f6f;
        text-decoration: none;
        cursor: pointer;
    }

.addmessage, .message {
    font-size: 21px;
    font-weight: bold;
    vertical-align: middle;
    display: flex;
}

.addcheckout .button {
    height: 30px;
    background-image: none;
    font-size: 21px;
    background-color: #2b80d1;
    border: none;
    padding: 5px 0;
    margin-bottom: 17px;
    text-align: center;
}

.addproductinfo {
    font-size: 16px;
    font-weight: lighter;
    width: 500px;
    float: left;
}

.addviewcart a {
    width: 245px;
    padding: 5px 0;
    border: 1px solid #848485;
    text-align: center;
    display: inline-block;
    margin: 20px 0;
    color: #848485;
    font-size: 21px;
}

.addsummary .continueShopping {
    text-align: right;
    margin-right: 0;
}

    .addsummary .continueShopping a {
        color: #848485;
    }

.addprice span {
    font-weight: bold;
}

.addsummary {
    font-size: 18px;
    float: right;
    margin-top: -53px;
}

.modal-content .addsummary h4 {
    text-align: center;
}

.modal-content .addsummary span {
    float: right;
}

.continueShopping {
    float: right;
    width: 196px;
    text-align: center;
    margin-right: 30px;
    color: #848485 !important;
    font-size: 16px;
    font-weight: 400;
}

    .continueShopping i {
        margin-right: 8px;
    }

.addproductimage {
    display: inline;
    float: left;
    margin-top: 20px;
}

    .addproductimage img {
        display: inline;
    }

.addcheckout .fa.fa-lock {
    margin-right: 10px;
}

/* Sign Up */
#divSignUp .hover-container > div {
    width: 100%;
    margin-bottom: 10px;
    clear: both;
    display: block;
    overflow: hidden;
}

#divSignUp label {
    display: inline-block;
    float: left;
    clear: left;
}


#divSignUp input {
    float: right;
}

input#signupOffers {
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}

label[for=signupOffers] {
    float: left;
    text-align: left;
}

#divSignUp a {
    margin: 0 auto;
}


/* Start 2016Q4 Project Chrome CSS */

body, #pageContainer {
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean !important;
    color: rgba(35, 35, 35, 1);
}

#pageContent {
    top: 169px;
}

.article article {
    margin-top: 42px;
}

.breadcrumbList {
    padding-bottom: 10px;
    padding-left: 3px;
}

    .breadcrumbList li.breadcrumb {
        list-style: none;
        display: inline;
    }

    .breadcrumbList .breadcrumb::after {
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome;
    }

    .breadcrumbList .breadcrumb:last-of-type a {
        font-weight: bold;
        font-size: 15px;
        color: #3f3d3d;
        text-transform: uppercase;
        font-style: normal;
    }

    .breadcrumbList .breadcrumb:last-of-type::after {
        content: "";
    }

    .breadcrumbList .breadcrumb a {
        padding-left: 5px;
        padding-right: 5px;
        font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
        font-size: 14px;
        color: #3f3d3d;
    }

        .breadcrumbList .breadcrumb a:hover {
            color: rgba(43, 128, 209, 1);
        }

#ajaxchromeheader {
    background-clip: padding-box;
}

#GlobalHeader *, #GlobalFooter * {
    box-sizing: border-box !important;
}

#GlobalHeader h2, #GlobalFooter h2 {
    margin: 0 0;
}

#GlobalHeader .accessibility-label, #GlobalFooter .accessibility-label {
    display: none;
}

#GlobalHeader input.error, #GlobalFooter input.error {
    background: #f1d1d2;
    color: #a00e0e;
    border: 2px solid #a00e0e !important;
}

#GlobalHeader .accessibility-label-visual, #GlobalFooter .accessibility-label-visual {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

header#GlobalHeader *, footer#GlobalFooter *, header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit], footer#GlobalFooter input[type=submit], footer#GlobalFooter button[type=submit] {
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
}

header#GlobalHeader form {
    -o-transition: .37s ease-out;
    -ms-transition: .37s ease-out;
    -moz-transition: .37s ease-out;
    -webkit-transition: .37s ease-out;
}

.button {
    background: none;
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, Sans-Serif, clean;
    height: auto;
    border: 0;
    font-weight: normal;
}

    .button a {
        font-size: 14px;
    }

.chrome-loader {
    background: transparent url(/content/images/loader-circle-basic.gif) no-repeat scroll 50% 50%;
    padding: 20px;
}

body * {
    line-height: normal;
}

ol.not-signed-in {
    padding-left: 0;
}

#GlobalHeader form {
    margin-bottom: 10px;
}

#GlobalHeader input[type=text], #GlobalFooter input[type=text] {
    height: 35px;
    width: 200px;
    padding-left: 0.5em;
    border: 1px solid white;
    border-right: 0;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
}

header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit], footer#GlobalFooter input[type=submit], footer#GlobalFooter button[type=submit] {
    height: 37px;
    width: 35px;
    background: rgba(43, 128, 209, 1);
    color: #FFF;
    border: 1px solid white;
    border-left: 0;
    box-sizing: border-box !important;
    margin-left: -5px;
    vertical-align: top;
    display: inline;
    padding: 1px 8px;
}

header#GlobalHeader button.magnifyingGlass {
    height: 2.95em !important;
}

header#GlobalHeader input[type=submit]:hover, header#GlobalHeader button[type=submit]:hover, footer#GlobalFooter input[type=submit]:hover, footer#GlobalFooter button[type=submit]:hover {
    background: rgba(0, 65, 126, 1);
}

header#GlobalHeader button.fa-bars, footer#GlobalFooter button.fa-bars,
header#GlobalHeader #mobile-login {
    display: none;
}

    header#GlobalHeader button.fa-bars:focus, footer#GlobalFooter button.fa-bars:focus {
        outline-color: #000;
    }

#GlobalHeader ::-webkit-input-placeholder, #GlobalFooter ::-webkit-input-placeholder {
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    font-size: 12px;
    padding-left: 10px;
}

#GlobalHeader :-moz-placeholder, #GlobalFooter :-moz-placeholder { /* Firefox 18- */
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    font-size: 12px;
    padding-left: 10px;
}

#GlobalHeader ::-moz-placeholder, #GlobalFooter ::-moz-placeholder { /* Firefox 19+ */
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    font-size: 12px;
    padding-left: 10px;
}

#GlobalHeader :-ms-input-placeholder, #GlobalFooter :-ms-input-placeholder {
    font-family: Oswald, Helvetica, Helv, Arial, Sans-Serif, sans, clean;
    font-size: 12px;
    padding-left: 10px;
}

.hover-container .border-top, .hover-container .border-top {
    border-top: 2px solid lightGray;
}

.hover-container .border-bottom, .hover-container .border-bottom {
    width: 100%;
    border-bottom: 2px solid lightGray;
    margin-bottom: 10px;
}

#btnMyCart span {
    background: #2b80d1;
    padding: 0 2px;
    border: 1px solid #8c8d8f;
    right: 55px;
    top: 69px;
    font-size: 14px;
    position: absolute;
}

#btnMyCart:hover span {
    color: #fff;
}

#GlobalHeader .hover-container .border-bottom, #GlobalHeader .hover-container .border-top,
#GlobalFooter .hover-container .border-bottom, #GlobalFooter .hover-container .border-top {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

#GlobalHeader .caret-link, #GlobalFooter .caret-link {
    margin-left: 5px;
    font-size: 18px;
    line-height: 10px;
    vertical-align: bottom;
}

#GlobalHeader a:hover, #GlobalFooter a:hover {
    color: rgba(3, 86, 164, 1);
}


/***FONT AWESOME EDIT***/
#GlobalHeader .icon-before::before, #GlobalFooter .icon-before::before,
#GlobalHeader .icon-after::before, #GlobalFooter .icon-after::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-decoration: none;
}

#GlobalHeader .icon-before::before, #GlobalFooter .icon-before::before {
    margin-right: 5px;
    margin-left: 15px;
}


#GlobalHeader div.fa-fw {
    display: inline;
}

#GlobalHeader #generic-navigation ol li a.icon-before::before {
    margin-left: 7px;
    padding-bottom: 3px;
    vertical-align: middle;
}

#GlobalHeader #generic-navigation ol li a {
    margin-right: 7px;
    line-height: 28px;
}

#GlobalHeader .icon-after::before, #GlobalFooter .icon-after::before {
    margin-left: 103px;
    margin-right: -117px;
}


/***HEADER CSS***/
header#GlobalHeader {
    background: black;
    color: rgba(43, 128, 209, 1);
    width: 100%;
    padding: 20px;
    box-sizing: border-box !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    z-index: 11;
}

    header#GlobalHeader a:link, header#GlobalHeader a:visited, header#GlobalHeader p {
        color: #FFF;
        text-decoration: none;
    }

    header#GlobalHeader a:hover, header#GlobalHeader .sign-in-container .icon-before:hover::before {
        color: rgba(43, 128, 209, 1);
    }

    header#GlobalHeader .sign-in-container .icon-before::before {
        transition: 0.11s;
    }

    header#GlobalHeader .accessibility-label-visual.icon-before.search-icon {
        text-indent: 100%;
        background: url(/content/images/search.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }

#GlobalHeader .logo-redirect {
    background: transparent url(/content/images/logo-lifetime-white.png) no-repeat scroll center right;
    width: 169px;
    display: inline-block;
    margin-left: 5px;
}

header#GlobalHeader ol li .icon-before::before {
    width: 15px;
}

header#GlobalHeader form {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding-top: 25px;
    margin-left: 40px;
}

    header#GlobalHeader form input {
        height: 34px;
    }

        header#GlobalHeader form input[type=text] {
            width: 80%;
        }

header#GlobalHeader ol li {
    list-style: none;
}

header#GlobalHeader #generic-navigation {
    font-size: 12px;
}

header#GlobalHeader .sign-in-container {
    float: right;
    margin-top: 20px;
}

header#GlobalHeader section.sign-in-container .greeting, header#GlobalHeader section.sign-in-container div {
    margin-top: 0;
    margin-bottom: 0;
}

header#GlobalHeader .fa-user::before {
    margin-top: 8px;
    margin-right: 10px;
}

header#GlobalHeader .sign-in-container .icon-before::before, header#GlobalHeader .sign-in-container.icon-before::before {
    font-size: 30px;
    margin-left: 0;
    color: #FFF;
}

header#GlobalHeader #myAccountGreeting::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
}

header#GlobalHeader .sign-in-container div {
    align-self: flex-end;
}

header#GlobalHeader .sign-in-container .greeting {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(43, 128, 209, 1);
    color: rgba(43, 128, 209, 1);
}

header#GlobalHeader .fa-shopping-cart::before {
    margin-right: 20px;
}

header#GlobalHeader .sign-in-container .greeting a {
    display: block;
    color: #FFF;
}

    header#GlobalHeader .sign-in-container .greeting a:hover {
        color: rgba(43, 128, 209, 1);
    }

header#GlobalHeader .sign-in-container div, header#GlobalHeader .sign-in-container .greeting a {
    font-size: 14px;
}

header#GlobalHeader #generic-navigation ol, header#GlobalHeader .sign-in-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

header#GlobalHeader #department-navigation {
    background: rgba(35, 35, 35, 1);
    margin: 20px -20px -20px -20px;
    border-bottom: 2px solid rgba(43, 128, 209, 1);
    width: 100%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    font-size: 14px;
}

    header#GlobalHeader #department-navigation ol {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        padding-left: 25px;
        padding-right: 25px;
    }

        header#GlobalHeader #department-navigation ol li {
            width: 12.5%;
            text-align: center;
            line-height: 45px;
            text-transform: uppercase;
        }

            header#GlobalHeader #department-navigation ol li:hover {
                background: rgba(43, 128, 209, 1);
            }

            header#GlobalHeader #department-navigation ol li a {
                display: block;
                line-height: 45px;
            }

                header#GlobalHeader #department-navigation ol li a:hover {
                    color: #FFF;
                }


/***FOOTER CSS***/
footer#GlobalFooter {
    width: 100%;
    background: White;
    z-index: 11;
    font-weight: normal;
}

#GlobalFooter h2 {
    font-weight: bold;
}

footer#GlobalFooter form, footer#GlobalFooter .social, footer#GlobalFooter .social a, footer#GlobalFooter h2 {
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 0;
    display: inline;
}

footer#GlobalFooter h2 {
    display: inline-block;
    font-size: 13px;
    margin-left: 20px;
}

footer#GlobalFooter .newsletter-bar {
    color: #FFF;
    background: #232323;
    display: block;
    /*Padding left only 5 because icon has margin 15*/
    padding: 10px 20px 10px 5px;
}

footer#GlobalFooter .social {
    float: right;
    padding-right: 20px;
}

    footer#GlobalFooter .social a {
        color: #FFF;
        width: 28px;
    }

        footer#GlobalFooter .social a:hover {
            color: rgba(43, 128, 209, 1);
        }


footer#GlobalFooter form {
    margin-left: 15px;
}

footer#GlobalFooter input[type=text], footer#GlobalFooter input[type=submit] {
    border: none;
}

footer#GlobalFooter input[type=text] {
    width: 33%;
}

footer#GlobalFooter input[type=submit] {
    width: auto;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 15px;
}

footer#GlobalFooter .social h2 {
    vertical-align: text-bottom;
    display: inline-block;
    margin-right: 15px;
}

footer#GlobalFooter .newsletter-bar .social .accessibility-label-visual {
    margin-left: 0;
    margin-right: 8px;
    text-indent: 0%;
    display: inline-block;
    font-size: 30px;
    text-decoration: none;
}

    footer#GlobalFooter .newsletter-bar .social .accessibility-label-visual:last-of-type {
        margin-right: 0;
        width: 33px;
    }

footer#GlobalFooter .footer-logos {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

footer#GlobalFooter .bottom-logo {
    height: 50px;
}

    footer#GlobalFooter .bottom-logo a {
        display: block;
        height: 50px;
    }

        footer#GlobalFooter .bottom-logo a img {
            margin-top: -15px;
        }

footer#GlobalFooter .bottom-links {
    width: 100%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    height: 310px;
}

    footer#GlobalFooter .bottom-links section:nth-of-type(even) div {
        margin-bottom: 0;
    }

footer#GlobalFooter .bottom-links, .footer-logos {
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

footer#GlobalFooter .bottom-links {
    padding-bottom: 0;
}

.footer-logos {
    padding-top: 0;
}

footer#GlobalFooter .bottom-links section {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid rgba(206, 206, 206, 1);
    height: 50%;
}

    footer#GlobalFooter .bottom-links section:nth-of-type(3),
    footer#GlobalFooter .bottom-links section:nth-of-type(4) {
        height: 100%;
    }

    footer#GlobalFooter .bottom-links section div {
        margin: 14px 0;
    }

    footer#GlobalFooter .bottom-links section:first-of-type, footer#GlobalFooter .bottom-links section:nth-of-type(2) {
        border-left: 0;
    }

footer#GlobalFooter .bottom-links select {
    overflow: hidden;
    border: none;
    outline: none;
    color: rgba(43, 128, 209, 1);
    background: White;
    padding-right: 95px;
    margin-right: -95px;
}

footer#GlobalFooter .bottom-links div {
    display: inline-block;
    overflow: hidden;
}


footer#GlobalFooter .bottom-links div, footer#GlobalFooter .bottom-links a, footer#GlobalFooter .bottom-links p {
    font-size: 14px;
    display: block;
    line-height: 16px;
    white-space: nowrap;
}

footer#GlobalFooter .bottom-links section p a {
    display: inline;
    white-space: nowrap;
}

footer#GlobalFooter .bottom-links section p:first-of-type {
    margin-top: 35px;
}

footer#GlobalFooter .bottom-links select option:first-of-type {
    text-transform: uppercase;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

    footer#GlobalFooter .bottom-links select option:first-of-type:hover {
        color: rgba(43, 128, 209, 1);
    }

footer#GlobalFooter .bottom-links section:nth-of-type(2) div select option:first-of-type,
footer#GlobalFooter .bottom-links section:nth-of-type(6) div select option:first-of-type {
    margin-top: 35px;
}

footer#GlobalFooter .bottom-links section option, footer#GlobalFooter .bottom-links section p, .bottom-links section a {
    text-decoration: none;
    color: rgba(99, 97, 97, 1);
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

footer#GlobalFooter .bottom-links a {
    line-height: 24px;
}

footer#GlobalFooter .bottom-links select option:hover {
    color: #000;
    text-decoration: underline;
}

/**
Overwriting the orange border earlier in this project, but only for when the new header/footer is applied
**
header#GlobalHeader a[href*="../"],
header#GlobalHeader a[href*="kodachrome"],
header#GlobalHeader a[href*="www.lifetime"],
header#GlobalHeader a[href*="localhost"],
header#GlobalHeader a[href*="prototype"],
header#GlobalHeader a[target*="_self"],
footer#GlobalFooter a[href*="../"],
footer#GlobalFooter a[href*="kodachrome"],
footer#GlobalFooter a[href*="www.lifetime"],
footer#GlobalFooter a[href*="localhost"],
footer#GlobalFooter a[href*="prototype"],
footer#GlobalFooter a[target*="_self"]
{
    border: none !important;
}**/

footer#GlobalFooter .flag-section img, footer#GlobalFooter .flag-section span {
    display: block;
    color: #252726;
    text-transform: uppercase;
}

footer#GlobalFooter .flag-section img {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

footer#GlobalFooter .flag-section a {
    color: #000;
    text-decoration: none;
}

footer#GlobalFooter .feedback-section a {
    display: block;
    margin-bottom: 20px;
    text-align: right;
    text-transform: uppercase;
}

/***HOVER GLOBAL CSS***/
.hover-bubble .hover-title {
    height: 10px;
    width: 290px;
    margin-bottom: 0;
    text-indent: 100%;
    overflow: hidden;
}

.hover-bubble .hover-container {
    width: 290px;
    background: #f1f7f4;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1px 20px;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    background: #f1f7f4;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: auto;
}

    /* for arrow */
    .hover-bubble .hover-container::before {
        content: "";
        width: 0;
        height: 0;
        border: 0.8em solid transparent;
        position: absolute;
    }

#chrome-header-nav-drop.hover-container {
    background: #f1f7f4;
    border-radius: 0;
}

    #chrome-header-nav-drop.hover-container ul li:hover {
        color: rgba(3, 86, 164, 1);
        text-decoration: underline;
    }

header#GlobalHeader .accessibility-label-visual.icon-before,
footer#GlobalFooter .accessibility-label-visual.icon-before,
.hover-bubble .accessibility-label-visual.icon-before {
    text-indent: 2px;
}

    header#GlobalHeader .accessibility-label-visual.icon-before::before,
    footer#GlobalFooter .accessibility-label-visual.icon-before::before,
    .hover-bubble .accessibility-label-visual.icon-before::before {
        margin-left: 0;
        margin-right: 8px;
    }

.hover-bubble .hover-container a, .hover-bubble .hover-container p,
.hover-bubble .hover-container h3:not(.accessibility-label) {
    color: rgba(61, 62, 63, 1);
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.hover-bubble .hover-container a {
    color: rgba(95, 96, 98, 1);
}

    .hover-bubble .hover-container a:hover {
        color: rgba(3, 86, 164, 1);
    }

.hover-bubble .line-centered {
    line-height: 12px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

    .hover-bubble .line-centered a, .hover-bubble .line-centered p {
        display: inline-block;
        position: relative;
        padding: 0;
    }

        .hover-bubble .line-centered a::before, .hover-bubble .line-centered a::after,
        .hover-bubble .line-centered p::before, .hover-bubble .line-centered p::after {
            content: "";
            position: absolute;
            height: 1px;
            border-top: 1px solid lightGray;
            top: 6px;
            width: 100%;
        }

        .hover-bubble .line-centered p::before, .hover-bubble .line-centered p::after {
            top: 6px;
            width: 90%;
        }

        .hover-bubble .line-centered a::before, .hover-bubble .line-centered a::after {
            top: 10px;
            width: 55%;
        }

        .hover-bubble .line-centered p::before, .hover-bubble .line-centered a::before {
            right: 100%;
            margin-right: 10px;
        }

        .hover-bubble .line-centered p::after, .hover-bubble .line-centered a::after {
            left: 100%;
            margin-left: 10px;
        }

.hover-bubble .hover-container .hover-small-text {
    font-size: 14px;
    text-align: left;
}

.hover-bubble .hover-container ol {
    list-style: none;
}

.hover-bubble li.grey-button a, .hover-bubble li.blue-button a, #divSignUp a.button {
    width: 100%;
    text-transform: uppercase;
}

.hover-bubble li.blue-button a, #divSignUp a.button {
    background: rgba(3, 86, 164, 1);
    color: #FFF;
    margin-bottom: 10px;
}

    .hover-bubble li.blue-button a:hover, #divSignUp a.button:hover {
        background: #2181DD;
        color: #FFF;
    }

    .hover-bubble li.blue-button a:active, #divSignUp a.button:active {
        background: #023465;
        color: #FFF;
    }

.hover-bubble li.grey-button a {
    background: rgba(208, 208, 208, 1);
    color: #000;
}

    .hover-bubble li.grey-button a:hover {
        background: #A5A4A4;
        color: #FFF;
    }

    .hover-bubble li.grey-button a:active {
        background: #777676;
        color: #FFF;
    }

/****************CART HOVER CSS****************/

.cart-item {
    overflow: hidden;
}

.product-image {
    height: 90px;
    width: 90px;
    padding: 0 15px 15px 0;
    border: 2px, solid, lightGray;
    float: left;
}

.product-info {
    font-style: italic;
    text-align: left;
}

.product-price {
    text-align: left;
    padding: 12px 0 12px 0;
    color: rgba(224,20,44,1);
}

.product-quantity {
    text-align: left;
    color: rgba(61,62,63,1);
}

#extra-products-text {
    font-size: 12px;
    color: gray;
    padding: 5px 0 0 65px;
    text-align: left;
    font-style: italic;
}

.subtotal-container {
    padding: 10px;
}

#cart-subtotal {
    text-align: left;
    padding-top: 5px;
    float: left;
    color: rgba(3,86,164,1);
}

#subtotal-amount {
    float: none;
    overflow: hidden;
    font-size: 20px;
}

/***SIGN IN HOVER CSS***/
/* arrow */
.hover-container.top-center::before {
    left: 50%;
    top: 4px;
    border-bottom: 10px solid #f1f7f4;
}

.hover-bubble .not-signed-in, .hover-bubble .account-commands {
    display: block;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.hover-bubble #loginHover-signIn, .hover-bubble #cartHover {
    position: absolute;
    z-index: 30;
    top: 100px;
}

#store_popup {
    position: absolute;
    z-index: 30;
    top: 25px;
}

.hover-bubble #loginHover-signIn {
    right: 40px;
}

.hover-bubble #cartHover {
    right: 20px;
}

.hover-bubble .account-commands {
    text-align: left;
}

    .hover-bubble .account-commands li a, .hover-bubble .not-signed-in .hover-small-text a {
        padding: 5px 0;
    }

    .hover-bubble .not-signed-in, .hover-bubble .account-commands li:nth-child(3) {
        padding-bottom: 10px;
    }

/***ACCOUNT INFO HOVER CSS***/
/* arrow */
.hover-container.top-right::before {
    right: 18px;
    top: 4px;
    border-bottom: 10px solid #f1f7f4;
}

.hover-bubble .account-commands li:nth-child(1) a, .hover-bubble .caret-link {
    color: rgba(3, 86, 164, 1);
}


.hover-bubble a.blue-callout {
    color: rgba(3, 86, 164, 1);
}

/***SIGNING IN HOVER***/
#logging-in-container form input[type=password], #logging-in-container form input[type=text] {
    height: 35px;
    width: 250px;
    border: 2px solid lightGray;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
}

#logging-in-container form {
    text-align: left;
    margin-bottom: 5px;
}

    #logging-in-container form span {
        display: block;
        margin-bottom: 2px;
    }

        #logging-in-container form span:nth-of-type(2) {
            margin-top: 5px;
        }

#logging-in-container a.reset {
    padding-top: 0;
    text-align: right;
    color: rgba(43, 128, 209, 1);
}

#logging-in-container li.blue-button a {
    margin-bottom: 0;
}

#logging-in-container li.grey-button a {
    margin-bottom: 10px;
}

/***MEGA HOVER CSS***/
#loginHover-signIn.hide, #cartHover.hide, #store_popup.hide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s linear;
}

#loginHover-signIn.show, #cartHover.show, #store_popup.show {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.25s, opacity 0.25s linear;
}

.hover-bubble .mega-hover-container {
    width: 1100px;
    padding: 20px 50px;
}

    .hover-bubble .mega-hover-container, .hover-bubble .mega-hover-container a {
        background: rgba(247, 246, 246, 1);
        font-size: 14.6px;
    }

        .hover-bubble .mega-hover-container img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            padding: 5px;
        }

        .hover-bubble .mega-hover-container h3 {
            font-weight: bold;
            font-size: 16px;
        }

.hover-bubble .common-categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    border-bottom: 1px solid lightGray;
}

.hover-bubble .mega-hover-container .department-general-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px solid lightGray;
    padding-bottom: 5px;
}

    .hover-bubble .mega-hover-container .department-general-links li:last-child {
        width: 35%;
        text-align: right;
    }

    .hover-bubble .mega-hover-container .department-general-links li:nth-child(2) a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .hover-bubble .mega-hover-container .department-general-links li:nth-child(3) a,
    .hover-bubble .mega-hover-container .department-general-links li:nth-child(4) a {
        border-right: 1px solid lightGray;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hover-bubble .mega-hover-container .department-general-links li:nth-child(5) a {
        padding-left: 10px;
    }

.hover-bubble .shop-by-sections {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 10px;
}

.hover-bubble .hover-container .shop-by-sections a {
    padding: 0;
    line-height: 18px;
}

.hover-bubble .buying-guide {
    border-left: 1px solid lightGray;
    padding-left: 20px;
}

.hover-bubble .hover-container .shop-by-sections .buying-guide h3 {
    font-weight: normal;
}

.hover-bubble .hover-container .shop-by-sections .buying-guide a {
    font-weight: normal;
    color: rgba(61, 62, 63, 1);
    text-decoration: none;
    padding: 10px 0;
    display: block;
    width: 80%;
    text-transform: uppercase;
    margin-left: 10%;
    background: rgba(3, 86, 164, 1);
    color: #FFF;
    margin-bottom: 10px;
}

#greyout {
    background: rgba(61, 62, 63, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

    #greyout.hide {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s, opacity 0.25s linear;
    }

    #greyout.show {
        visibility: visible;
        opacity: 1;
        transition: visibility 0.25s, opacity 0.25s linear;
    }

/* Responsive for 2016 rebuild
-----------------------------------------------------------*/
@media (min-width: 860px) {
    footer#GlobalFooter .bottom-links {
        padding-left: 50% !important;
        margin-left: -430px;
        width: 860px;
    }
}

@media (max-width: 1065px) {
    footer#GlobalFooter input[type=text] {
        width: 70%;
    }

    footer#GlobalFooter .social h2 {
        display: none;
    }

    footer#GlobalFooter .social a {
        margin-top: 3px;
    }
}

@media (max-width: 1000px) {
    header#GlobalHeader form input[type=text] {
        width: 85%;
    }

    header#GlobalHeader #generic-navigation ol, header#GlobalHeader ol li .icon-before::before {
        display: none;
    }

    footer#GlobalFooter form {
        margin-left: 0;
    }

    .hover-bubble #loginHover-signIn, .hover-bubble #cartHover {
        top: 70px;
        left: 1em;
    }

    #btnMyCart span {
        top: 40px;
    }
}

@media (max-width: 850px) {
    #greyout {
        background: rgba(55, 50, 50, 1);
    }

    .hover-bubble {
        display: block;
    }

    header#GlobalHeader #department-navigation {
        font-size: 12px;
    }

    footer#GlobalFooter {
        background: rgba(55, 50, 50, 1);
        color: #FFF;
    }

        footer#GlobalFooter span {
            color: rgba(158, 156, 158, 1);
        }

        footer#GlobalFooter .newsletter-bar {
            position: relative;
            display: block;
            background: rgba(44, 37, 37, 1);
            border-bottom: 1px solid rgba(196, 194, 196, 1);
        }

        footer#GlobalFooter form {
            margin: 0 auto;
            width: 90%;
        }

        footer#GlobalFooter #salesFooterSection {
            order: 1;
            -webkit-order: 1;
        }

        footer#GlobalFooter #customerServiceFooterSection {
            order: 2;
            -webkit-order: 2;
        }

        footer#GlobalFooter #companyInfoFooterSection {
            order: 3;
            -webkit-order: 3;
        }

        footer#GlobalFooter #learningCenterFooterSection {
            order: 4;
            -webkit-order: 4;
        }

        footer#GlobalFooter #partnerWebsitesFooterSection {
            order: 5;
            -webkit-order: 5;
        }

        footer#GlobalFooter #policiesFooterSection {
            order: 6;
            -webkit-order: 6;
        }

        footer#GlobalFooter form input[type=text] {
            width: 85%;
        }

        footer#GlobalFooter .social {
            position: absolute;
            bottom: -200px;
            left: 50%;
            margin-left: -75px;
        }

            footer#GlobalFooter .social a {
                color: rgba(158, 156, 158, 1);
            }

        footer#GlobalFooter .bottom-links select option:first-of-type {
            color: #FFF;
            margin-top: 0;
        }

            footer#GlobalFooter .bottom-links select option:first-of-type:hover {
                color: rgba(43, 128, 209, 1);
                text-decoration: underline;
            }

        footer#GlobalFooter .bottom-links section:nth-of-type(2) div select option:first-of-type, footer#GlobalFooter .bottom-links section:nth-of-type(6) div select option:first-of-type {
            margin-top: 0;
        }

        footer#GlobalFooter .social a:hover {
            color: rgba(43, 128, 209, 1);
        }

        footer#GlobalFooter .bottom-logo, footer#GlobalFooter .flag-section span {
            display: none;
        }

        footer#GlobalFooter h2 {
            line-height: 1;
            padding: 5px 0 10px 0;
            display: block;
            text-align: center;
        }

        footer#GlobalFooter .footer-logos {
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            align-items: center;
            -webkit-align-items: center;
            background: rgba(44, 37, 37, 1);
            padding-top: 70px;
        }

        footer#GlobalFooter .bottom-links section div {
            margin-top: 0;
            margin-bottom: 0;
            width: 100%;
            display: block;
            padding-top: 0;
            padding-bottom: 0;
            line-height: 14px;
        }

        footer#GlobalFooter .bottom-links section#partnerWebsitesFooterSection div {
            border-right: 1px solid rgba(196, 194, 196, 1);
        }

        footer#GlobalFooter .bottom-links section#policiesFooterSection div {
            border-right: none;
        }

        footer#GlobalFooter .bottom-links a, footer#GlobalFooter .bottom-links p,
        footer#GlobalFooter .feedback-section a {
            display: none;
        }

        footer#GlobalFooter .bottom-links section {
            border-left: none;
            display: inline;
            width: 100%;
            padding: 0;
            box-sizing: border-box;
            padding-top: 6px;
            padding-bottom: 6px;
            flex: 1 0 40%;
            -webkit-flex: 1 0 40%;
            border-bottom: 1px solid rgba(196, 194, 196, 1);
        }

            footer#GlobalFooter .bottom-links section:nth-of-type(odd) div {
                border-right: 1px solid rgba(196, 194, 196, 1);
            }

        footer#GlobalFooter .bottom-links {
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            text-align: center;
            padding: 0;
            flex-direction: row;
            -webkit-flex-direction: row;
            height: inherit;
        }

            footer#GlobalFooter .bottom-links select:focus {
                outline: none;
            }

            footer#GlobalFooter .bottom-links select {
                color: #FFF;
                background: rgba(55, 50, 50, 1);
                width: 85%;
                font-size: 14px;
                line-height: 1;
                border: 0;
                border-radius: 0;
                height: 34px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                text-align-last: center;
                text-align: center;
                text-align: -webkit-center;
                margin-right: 0;
                padding-right: 0;
            }

                footer#GlobalFooter .bottom-links select::-ms-expand {
                    display: none;
                }

            header#GlobalHeader #generic-navigation ol li a:first-of-type::after,
            footer#GlobalFooter .bottom-links section div::after {
                float: right;
                color: #FFF;
                content: ">";
                font-size: 18px;
                margin-right: 10px;
                margin-left: -10px;
            }

            footer#GlobalFooter .bottom-links section div::after {
                margin-top: 8px;
            }

            footer#GlobalFooter .bottom-links section option {
                color: #FFF;
            }

            footer#GlobalFooter .bottom-links section:nth-of-type(2) div,
            footer#GlobalFooter .bottom-links section:nth-of-type(6) div {
                margin-top: 0;
            }
}

@media (max-width: 720px) {
    header#GlobalHeader {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: fixed;
        top: 0;
        z-index: 11;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        header#GlobalHeader #department-navigation {
            display: none;
        }

        header#GlobalHeader #department-navigation, header#GlobalHeader .greeting, header#GlobalHeader .fa-user::before {
            display: none;
        }

        header#GlobalHeader .accessibility-label-visual.icon-before.search-icon {
            background-size: 88%;
        }

        header#GlobalHeader button.fa-bars, footer#GlobalFooter button.fa-bars {
            display: inline-block;
            background: black;
            color: #FFF;
            border: none;
            order: 1;
            -webkit-order: 1;
            font-size: 2em;
            width: 20px;
            padding-left: 0;
            padding-right: 0;
        }

            header#GlobalHeader button.fa-bars::before {
                margin-left: 0;
                margin-right: 0;
            }

            header#GlobalHeader button.fa-bars span {
                display: none;
            }

            header#GlobalHeader button.fa-bars:hover {
                color: rgb(2,78,150);
            }

        header#GlobalHeader .logo-redirect {
            width: 99px;
            padding: 0;
            background-size: 99px 25px;
            order: 2;
            -webkit-order: 2;
            margin-left: 8px;
        }

        header#GlobalHeader #generic-navigation {
            order: 3;
            -webkit-order: 3;
        }

        header#GlobalHeader .sign-in-container {
            margin-top: auto;
        }

            header#GlobalHeader .sign-in-container div a.fa-shopping-cart {
                width: 30px;
                height: 30px;
                display: inline-block;
                overflow: hidden;
                float: right;
            }

    #btnMyCart span {
        top: 3px;
        right: 15px;
    }

    header#GlobalHeader form.nav-up {
        top: -80px;
        opacity: 0;
    }

        header#GlobalHeader form.nav-up input,
        header#GlobalHeader form.nav-up button {
            color: #000;
            background: Black;
            border: Black;
        }

    #GlobalHeader .nav-up ::-webkit-input-placeholder {
        color: #000;
        line-height: normal;
    }

    #GlobalHeader .nav-up :-moz-placeholder { /*Firefox 18- */
        color: #000;
        line-height: normal;
    }

    #GlobalHeader .nav-up ::-moz-placeholder { /*Firefox 19+ */
        color: #000;
        line-height: normal;
    }

    #GlobalHeader .nav-up :-ms-input-placeholder {
        color: #000;
        line-height: normal;
    }

    header#GlobalHeader form {
        order: 4;
        -webkit-order: 4;
        width: 100%;
        margin: 0;
        padding: 0 20px 10px 10px;
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        background: Black;
        z-index: 9;
    }

        header#GlobalHeader form input[type=text] {
            width: 89%;
        }

    footer#GlobalFooter form input[type=text] {
        width: 80%;
    }

    header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit], footer#GlobalFooter input[type=submit], footer#GlobalFooter button[type=submit] {
        margin-left: 10px;
        border: none;
    }


    header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit] {
        height: 35px !important;
        width: 35px !important;
        border-radius: 5px;
    }

    header#GlobalHeader #department-navigation,
    header#GlobalHeader #generic-navigation ol,
    header#GlobalHeader #mobile-login {
        display: block;
        position: fixed;
        z-index: 15;
        width: 100%;
        border-bottom: none;
    }

    header#GlobalHeader #mobile-login {
        background: rgba(44, 37, 37, 1);
        top: 0;
        height: 60px;
        line-height: 50px;
        font-size: 15px;
        padding-top: 5px;
    }

        header#GlobalHeader #mobile-login a:not(.exit-menu) {
            color: rgba(43, 128, 209, 1);
        }

            header#GlobalHeader #mobile-login a:not(.exit-menu):hover {
                color: #FFF;
            }

        header#GlobalHeader #mobile-login a.exit-menu {
            float: right;
            overflow: hidden;
            display: block;
            width: 24px;
            height: 35px;
            margin-top: 0;
            padding-top: 5px;
            padding-right: 10px;
        }

            header#GlobalHeader #mobile-login a.exit-menu::before,
            i#mobileCloseSignIn::before {
                content: 'X';
                margin-right: 10px;
                font-size: 25px;
                font-style: normal;
            }

        header#GlobalHeader #mobile-login span {
            font-size: 12px;
            color: #FFF;
            margin-left: 5px;
            margin-right: 5px;
        }

    header#GlobalHeader.mobile-menu-on-screen .fa-user::before {
        display: inline-block;
        font-size: 21px;
        margin-top: 0;
        color: #FFF;
        margin-right: 10px;
    }

    header#GlobalHeader.mobile-menu-off-screen #department-navigation {
        left: -200%;
    }

    header#GlobalHeader.mobile-menu-off-screen #generic-navigation ol,
    header#GlobalHeader.mobile-menu-off-screen #mobile-login {
        left: -100%;
    }

    header#GlobalHeader.mobile-menu-on-screen #department-navigation,
    header#GlobalHeader.mobile-menu-on-screen #generic-navigation ol,
    header#GlobalHeader.mobile-menu-on-screen #mobile-login {
        left: 0;
    }

    header#GlobalHeader.mobile-menu-on-screen .logo-redirect,
    header#GlobalHeader.mobile-menu-on-screen .sign-in-container div a.fa-shopping-cart,
    header#GlobalHeader.mobile-menu-on-screen button.fa-bars {
        display: none;
    }

    #loginHover-signIn.hide, #cartHover.hide, #store_popup.show {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.25s, opacity 0.25s linear;
    }

    header#GlobalHeader #department-navigation {
        color: rgba(228, 230, 231, 1);
        font-size: 14px;
        top: 60px;
        margin-left: 0;
        margin-top: 0;
        background: rgb(44, 37, 37);
        border-top: 1px solid rgba(165, 164, 164, 1);
    }

    header#GlobalHeader #generic-navigation {
        font-size: 14px;
    }

    header#GlobalHeader #department-navigation ol li a {
        color: rgba(228, 230, 231, 1);
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: normal;
    }

    header#GlobalHeader #department-navigation li:nth-of-type(odd) a {
        border-right: 1px solid rgba(165, 164, 164, 1);
    }

    header#GlobalHeader #department-navigation ol li {
        width: 50%;
    }

    header#GlobalHeader #department-navigation ol {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        background: rgba(55, 50, 50, 1);
        text-align: center;
        position: fixed;
        width: 100%;
        padding: 0;
    }

    header#GlobalHeader #generic-navigation ol {
        background: rgba(44, 37, 37, 1);
        left: 0;
        position: fixed;
        top: 275px;
        padding-bottom: 125%;
    }

        header#GlobalHeader #generic-navigation ol li {
            height: 48px;
            display: block;
            position: relative;
        }

            header#GlobalHeader #generic-navigation ol li a {
                padding: 10px;
                width: 100%;
                display: inline-block;
                text-align: left;
                position: absolute;
            }

    .article article {
        margin-top: 144px;
    }

    header#GlobalHeader #generic-navigation ol.exit-menu li div#store_popup div a::after {
        content: "";
        content: none;
    }

    header#GlobalHeader ol li .icon-before::before {
        display: inline-block;
    }

    header#GlobalHeader #department-navigation ol li,
    header#GlobalHeader #generic-navigation ol li {
        border-bottom: 1px solid rgba(165, 164, 164, 1);
    }

    .header_store_popup_background {
        margin-top: 195px;
        margin-left: 0;
    }

    .header_store_popup_logo {
        margin-left: 70px;
        margin-top: 225px;
    }

    .header_store_popup_left {
        margin-left: 2px;
        margin-top: 275px;
    }

    .header_store_popup_divider {
        margin-left: 160px;
        margin-top: 300px;
    }

    .header_store_popup_right {
        margin-left: 161px;
        margin-top: 275px;
    }

    .breadcrumbList {
        display: none;
    }
}

@media (max-width:550px) {
    header#GlobalHeader form input[type=text] {
        width: 89%;
    }

    #lifetimedivcontainer {
        display: none !important;
    }
}

@media (max-width:470px) {
    header#GlobalHeader form input[type=text] {
        width: 88%;
    }

    footer#GlobalFooter form input[type=text] {
        width: 77%;
    }
}

@media (max-width:435px) {
    header#GlobalHeader form input[type=text] {
        width: 85%;
    }

    footer#GlobalFooter form input[type=text] {
        width: 75%;
    }
}

@media (max-width:380px) {
    header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit], footer#GlobalFooter input[type=submit], footer#GlobalFooter button[type=submit] {
        margin-left: 5px;
    }

    header#GlobalHeader form input[type=text], #GlobalFooter input[type=text] {
        height: 14px;
        width: 80%;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit] {
        height: 30px !important;
        width: 30px !important;
    }

    header#GlobalHeader .accessibility-label-visual.icon-before,
    footer#GlobalFooter .accessibility-label-visual.icon-before,
    .hover-bubble .accessibility-label-visual.icon-before {
        text-indent: 15%;
    }

        header#GlobalHeader .accessibility-label-visual.icon-before.search-icon {
            background-size: 100%;
        }
}

@media (max-width:345px) {
    header#GlobalHeader input[type=submit], header#GlobalHeader button[type=submit], footer#GlobalFooter input[type=submit], footer#GlobalFooter button[type=submit] {
        margin-left: 0;
    }
}

@media (max-width:305px) {
    header#GlobalHeader form input[type=text] {
        width: 80%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #mobileMenu {
        margin-left: -98%;
    }
}

@media (max-height:410px) {
    header#GlobalHeader #generic-navigation ol {
        top: 57%;
    }
}


/* Header Hover Items */

a#btnMyCart:hover + #cartHover,
a#btnMyCart:hover + #greyout {
    display: block;
}

#cartHover, #greyout, #loginHover-signIn {
    display: none;
}


/* Add to Cart Modal */
.addtocart-modal, .account-message-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px 50px 50px 35px;
    border: 1px solid #888;
    width: 880px;
}

    .modal-content h4 {
        font-size: 18px;
        font-weight: bold;
    }

    .modal-content .addproductinfo h4 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

.addmodels {
    margin-bottom: 40px;
}

.addshipping, .addsubtotal {
    padding: 0 45px;
}

.addtocart-modal .fa-check-circle {
    margin-right: 20px;
    color: #2bd14a;
    font-size: 33px;
}

.close-modal {
    color: #fff;
    background: #000;
    float: right;
    font-size: 23px;
    font-weight: bold;
    margin-right: -68px;
    margin-top: -30px;
    line-height: 11px;
    padding: 9px 11px 13px 11px;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid white;
}

    .close-modal:hover,
    .close-modal:focus {
        color: #726f6f;
        text-decoration: none;
        cursor: pointer;
    }

.addmessage, .message {
    font-size: 21px;
    font-weight: bold;
    vertical-align: middle;
    display: flex;
}

.addcheckout .button {
    height: 30px;
    background-image: none;
    font-size: 21px;
    background-color: #2b80d1;
    border: none;
    padding: 5px 0;
    margin-bottom: 17px;
    text-align: center;
    max-width: 100%;
    line-height: 30px;
}

.addproductinfo {
    font-size: 16px;
    font-weight: lighter;
    width: 500px;
    float: left;
}

.addviewcart a {
    width: 245px;
    padding: 5px 0;
    border: 1px solid #848485;
    text-align: center;
    display: inline-block;
    margin: 20px 0;
    color: #848485;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
}

.addsummary .continueShopping {
    text-align: right;
    margin-right: 0;
}

    .addsummary .continueShopping a {
        color: #848485;
    }

.addprice span {
    font-weight: bold;
}

.addsummary {
    font-size: 18px;
    float: right;
    margin-top: -53px;
}

.modal-content .addsummary h4 {
    text-align: center;
}

.modal-content .addsummary span {
    float: right;
}

.continueShopping {
    float: right;
    width: 196px;
    text-align: center;
    margin-right: 30px;
    color: #848485 !important;
    font-size: 16px;
    font-weight: 400;
}

    .continueShopping i {
        margin-right: 8px;
    }

.addproductimage {
    display: inline;
    float: left;
    margin-top: 20px;
}

    .addproductimage img {
        display: inline;
    }

.addcheckout .fa.fa-lock {
    margin-right: 10px;
}

/* Sign Up */
#divSignUp .hover-container > div, #divSignUp .modal-container > div {
    width: 100%;
    margin-bottom: 10px;
    clear: both;
    display: block;
    overflow: hidden;
}

#divSignUp label {
    display: inline-block;
    float: left;
    clear: left;
}


#divSignUp input {
    float: right;
}

input#signupOffers {
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}

label[for=signupOffers] {
    float: left;
    text-align: left;
}

#divSignUp a {
    margin: 0 auto;
}



/*** Sign In MODAL CSS***/
.signin-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 99;
}

    .signin-modal .modal-content {
        width: 330px;
        padding: 0px;
        background-color: White;
        border-radius: 10px;
        padding-bottom: 10px;
        margin: auto;
        border: 1px solid #888;
    }

    .signin-modal .close-modal {
        margin-right: -18px;
        margin-top: -18px;
    }

    .signin-modal .addmessage {
        font-size: 21px;
        font-weight: bold;
        vertical-align: middle;
        display: flex;
    }

    .signin-modal .modal-title {
        width: 290px;
        margin-bottom: 0;
        overflow: hidden;
        border-bottom: 1px solid lightGray;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .signin-modal .modal-container {
        background: White;
        padding: 1px 20px;
        font-size: 14px;
        text-align: center;
        overflow: auto;
        border-radius: 10px;
    }

        /* for arrow */
        .signin-modal .modal-container::before {
            content: "";
            width: 0;
            height: 0;
            border: 0.8em solid transparent;
            position: absolute;
        }

#chrome-header-nav-drop.modal-container {
    background: #f1f7f4;
    border-radius: 0;
}

    #chrome-header-nav-drop.modal-container ul li:modal {
        color: rgba(3, 86, 164, 1);
        text-decoration: underline;
    }

header#GlobalHeader .accessibility-label-visual.icon-before,
footer#GlobalFooter .accessibility-label-visual.icon-before,
.signin-modal .accessibility-label-visual.icon-before {
    text-indent: 2px;
}

    header#GlobalHeader .accessibility-label-visual.icon-before::before,
    footer#GlobalFooter .accessibility-label-visual.icon-before::before,
    .signin-modal .accessibility-label-visual.icon-before::before {
        margin-left: 0;
        margin-right: 8px;
    }

#footer_email {
    color: #000;
}

.signin-modal .modal-container a, .signin-modal .modal-container p,
.signin-modal .modal-container h3:not(.accessibility-label) {
    color: rgba(61, 62, 63, 1);
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.signin-modal .modal-container a {
    color: rgba(95, 96, 98, 1);
}

    .signin-modal .modal-container a:modal {
        color: rgba(3, 86, 164, 1);
    }

.signin-modal .line-centered {
    line-height: 12px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

    .signin-modal .line-centered a, .signin-modal .line-centered p {
        display: inline-block;
        position: relative;
        padding: 0;
    }

        .signin-modal .line-centered a::before, .signin-modal .line-centered a::after,
        .signin-modal .line-centered p::before, .signin-modal .line-centered p::after {
            content: "";
            position: absolute;
            height: 1px;
            border-top: 1px solid lightGray;
            top: 6px;
            width: 100%;
        }

        .signin-modal .line-centered p::before, .signin-modal .line-centered p::after {
            top: 6px;
            width: 90%;
        }

        .signin-modal .line-centered a::before, .signin-modal .line-centered a::after {
            top: 10px;
            width: 55%;
        }

        .signin-modal .line-centered p::before, .signin-modal .line-centered a::before {
            right: 100%;
            margin-right: 10px;
        }

        .signin-modal .line-centered p::after, .signin-modal .line-centered a::after {
            left: 100%;
            margin-left: 10px;
        }

.signin-modal .modal-container .modal-small-text {
    font-size: 14px;
    text-align: left;
}

.signin-modal .modal-container ol {
    list-style: none;
}

.signin-modal li.grey-button a, .signin-modal li.blue-button a, #divSignUp a.button {
    width: 100%;
    text-transform: uppercase;
}

.signin-modal li.blue-button a, #divSignUp a.button {
    background: rgba(3, 86, 164, 1);
    color: #FFF;
    margin-bottom: 10px;
}

    .signin-modal li.blue-button a:modal, #divSignUp a.button:modal {
        background: #2181DD;
        color: #FFF;
    }

    .signin-modal li.blue-button a:active, #divSignUp a.button:active {
        background: #023465;
        color: #FFF;
    }

.signin-modal li.grey-button a {
    background: rgba(208, 208, 208, 1);
    color: #000;
}

    .signin-modal li.grey-button a:modal {
        background: #A5A4A4;
        color: #FFF;
    }

    .signin-modal li.grey-button a:active {
        background: #777676;
        color: #FFF;
    }

#logging-in-container form input[type=password],
#logging-in-container form input[type=text],
#logging-in-container form input[type=email] {
    width: 100%;
}

/* End 2016Q4 Project Chrome CSS */

/* Begin 2017Q3 Login CSS - JN */

.register_form_container {
    float: left;
    width: 100%;
}

.register_form_input_div {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.register_form_input_title_line {
    float: left;
    width: 100%;
    margin: 0px 0 0 0px;
}

.register_form_input_title {
    float: left;
}

.register_form_input {
    float: left;
    margin: 2px 0 0 0px;
}

.register_form_input_value {
    width: 250px;
}

.register_form_input_submit {
    float: left;
}

.form_message {
    color: red;
}

/* End 2017Q3 Login CSS - JN */
