/**************************/
/* HTML Element Overrides */

@font-face {
    font-family: MICR;
    src: url('/includes/fonts/micrenc.ttf');
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #3B3B3B;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    line-height: 1.25;
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    p.category-text {
        font-size: 14px;
        line-height: 1.25;
    }
}

hr {
    border-top: 2px solid #DDE2F3;
}

.space-between-tiles {
    margin-top: 24px;
}

.space-between-footer {
    margin-bottom: 24px;
}

.special-font-color {
    color: #1B4298;
}

/******************************/
/* Core Bootstrap 3 Overrides */

.container,
.container-fluid {
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    .container {
        width: 752px; /* was 750px in default Bootstrap */
    }
}

@media (min-width: 992px) {
    .container {
        width: 972px; /* was 970px in default Bootstrap */
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1168px; /* was 1170px in default Bootstrap */
    }
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

[class*='col-'] {
    padding-right: 12px;
    padding-left: 12px;
}

/* Global Button Overrides */
.btn {
    border-radius: 34px;
    font-weight: 600;
    padding: 5px 14px;
    border: 2px solid transparent;
}

/* Button Sizing */
.btn-group-xs > .btn, .btn-xs {
    padding: 1px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 34px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 4px 14px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 34px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 34px;
}

/* Button Styles */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto #1B77BD;
    outline-offset: 2px;
}

/* Primary Button Overrides */
.btn-primary {
    color: #fff;
    background-color: #1B77BD;
    border-color: #1B77BD;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #145A8F;
        border-color: rgba(255,255,255,0.6);
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #145A8F;
        border-color: #145A8F;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #145A8F;
            border-color: #1B77BD;
        }

/* Default Button overrides */
.btn-default {
    color: #1B77BD;
    background-color: #fff;
    border-color: #1B77BD;
}

    .btn-default.focus, .btn-default:focus {
        color: #145A8F;
        background-color: #E0EFF8;
        border-color: rgba(255,255,255,0.25);
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
        color: #145A8F;
        background-color: #E0EFF8;
        border-color: #1B77BD;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
            color: #145A8F;
            background-color: #E0EFF8;
            border-color: #1B77BD;
        }

    /* Default Soft */
    .btn-default.btn-default-soft {
        color: #1B77BD;
        background-color: #F7FCFE;
        border-color: #E0EFF8;
    }

        .btn-default.btn-default-soft.focus, .btn-default.btn-default-soft:focus {
            color: #145A8F;
            background-color: #E0EFF8;
            border-color: rgba(255,255,255,0.25);
        }

        .btn-default.btn-default-soft.active, .btn-default.btn-default-soft:active, .btn-default.btn-default-soft:hover, .open > .btn-default.btn-default-soft.dropdown-toggle {
            color: #145A8F;
            background-color: #E0EFF8;
            border-color: #E0EFF8;
        }

            .btn-default.btn-default-soft.active.focus, .btn-default.btn-default-soft.active:focus, .btn-default.btn-default-soft.active:hover, .btn-default.btn-default-soft:active.focus, .btn-default.btn-default-soft:active:focus, .btn-default.btn-default-soft:active:hover, .open > .btn-default.btn-default-soft.dropdown-toggle.focus, .open > .btn-default.btn-default-soft.dropdown-toggle:focus, .open > .btn-default.btn-default-soft.dropdown-toggle:hover {
                color: #145A8F;
                background-color: #E0EFF8;
                border-color: #E0EFF8;
            }

    /* Default High */
    .btn-default.btn-default-high {
        color: #7E4310;
        background-color: #FDF7F2;
        border-color: #D4701C;
    }

        .btn-default.btn-default-high.focus, .btn-default.btn-default-high:focus {
            color: #7E4310;
            background-color: #FCE2CB;
            border-color: rgba(255,255,255,0.25);
        }

        .btn-default.btn-default-high.active, .btn-default.btn-default-high:active, .btn-default.btn-default-high:hover, .open > .btn-default.btn-default-high.dropdown-toggle {
            color: #7E4310;
            background-color: #FCE2CB;
            border-color: #D4701C;
        }

            .btn-default.btn-default-high.active.focus, .btn-default.btn-default-high.active:focus, .btn-default.btn-default-high.active:hover, .btn-default.btn-default-high:active.focus, .btn-default.btn-default-high:active:focus, .btn-default.btn-default-high:active:hover, .open > .btn-default.btn-default-high.dropdown-toggle.focus, .open > .btn-default.btn-default-high.dropdown-toggle:focus, .open > .btn-default.btn-default-high.dropdown-toggle:hover {
                color: #7E4310;
                background-color: #FCE2CB;
                border-color: #D4701C;
            }

/* Link button overrides */
.btn-link {
    color: #1B77BD;
    background-color: transparent;
    border-color: transparent;
}

    .btn-link.focus, .btn-link:focus {
        color: #145A8F;
        background-color: #E0EFF8;
        border-color: rgba(255,255,255,0.25);
        text-decoration: none;
    }

    .btn-link.active, .btn-link:active, .btn-link:hover, .open > .btn-link.dropdown-toggle {
        color: #145A8F;
        background-color: #E0EFF8;
        border-color: #E0EFF8;
        text-decoration: none;
    }

        .btn-link.active.focus, .btn-link.active:focus, .btn-link.active:hover, .btn-link:active.focus, .btn-link:active:focus, .btn-link:active:hover, .open > .btn-link.dropdown-toggle.focus, .open > .btn-link.dropdown-toggle:focus, .open > .btn-link.dropdown-toggle:hover {
            color: #145A8F;
            background-color: #E0EFF8;
            border-color: #E0EFF8;
            text-decoration: none;
        }

/* A small override to Bootstrap's .sr-only class that handles focused elements in a visually cleaner way: focus outline is not affected by the positioning */
.sr-only {
    top: 1px;
    left: 1px;
}

/******************************/
/* Adding Flexbox to Bootstrap Float Grid for equal column heights on Product Cards */

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

/*********************************************************************/
/* Additional Button Classes and Custom Header Components */

/* Adding Glyphicons to buttons */
/* these styles handle bootstrap glyphicons with left-placement in buttons only */
.btn .glyphicon {
    top: 2px;
    margin-right: 4px;
}

/* Header Service Link Buttons */
.btn-default.btn-service-link,
.btn-default.btn-cart {
    color: #36569B;
    background-color: transparent;
    border-color: transparent;
}

    .btn-default.btn-service-link.focus, .btn-default.btn-service-link:focus,
    .btn-default.btn-cart.focus, .btn-default.btn-cart:focus {
        color: #36569B;
        background-color: #EEF1F8;
        border-color: rgba(255,255,255,0.25);
    }

    .btn-default.btn-service-link.active, .btn-default.btn-service-link:active, .btn-default.btn-service-link:hover, .open > .btn-default.btn-service-link.dropdown-toggle,
    .btn-default.btn-cart.active, .btn-default.btn-cart:active, .btn-default.btn-cart:hover, .open > .btn-default.btn-cart.dropdown-toggle {
        color: #36569B;
        background-color: #EEF1F8;
        border-color: #EEF1F8;
    }

        .btn-default.btn-service-link.active.focus, .btn-default.btn-service-link.active:focus, .btn-default.btn-service-link.active:hover, .btn-default.btn-service-link:active.focus, .btn-default.btn-service-link:active:focus, .btn-default.btn-service-link:active:hover, .open > .btn-default.btn-service-link.dropdown-toggle.focus, .open > .btn-default.btn-service-link.dropdown-toggle:focus, .open > .btn-default.btn-service-link.dropdown-toggle:hover,
        .btn-default.btn-cart.active.focus, .btn-default.btn-cart.active:focus, .btn-default.btn-cart.active:hover, .btn-default.btn-cart:active.focus, .btn-default.btn-cart:active:focus, .btn-default.btn-cart:active:hover, .open > .btn-default.btn-cart.dropdown-toggle.focus, .open > .btn-default.btn-cart.dropdown-toggle:focus, .open > .btn-default.btn-cart.dropdown-toggle:hover {
            color: #36569B;
            background-color: #EEF1F8;
            border-color: #EEF1F8;
        }

/* Cart Button overrides*/
.btn-default.btn-cart {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 60px;
    padding-left: 8px;
}

@media (max-width: 767px) {
    .btn-default.btn-cart {
        color: #1B4298;
    }

        .btn-default.btn-cart.focus, .btn-default.btn-cart:focus {
            color: #1B4298;
            background-color: #E2E6F5;
            border-color: #EEF1F8;
        }

        .btn-default.btn-cart.active, .btn-default.btn-cart:active, .btn-default.btn-cart:hover, .open > .btn-default.btn-cart.dropdown-toggle {
            color: #1B4298;
            background-color: #E2E6F5;
            border-color: #E2E6F5;
        }

            .btn-default.btn-cart.active.focus, .btn-default.btn-cart.active:focus, .btn-default.btn-cart.active:hover, .btn-default.btn-cart:active.focus, .btn-default.btn-cart:active:focus, .btn-default.btn-cart:active:hover, .open > .btn-default.btn-cart.dropdown-toggle.focus, .open > .btn-default.btn-cart.dropdown-toggle:focus, .open > .btn-default.btn-cart.dropdown-toggle:hover {
                color: #1B4298;
                background-color: #E2E6F5;
                border-color: #E2E6F5;
            }
}

.btn-default.btn-cart .glyphicon {
    margin-right: 2px;
}

.btn-default.btn-cart .cart-counter {
    color: #fff;
    display: inline-block;
    background-color: #BE4D51;
    border-radius: 14px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    min-width: 17px;
    text-align: center;
    padding: 1px 4px 2px 4px;
    position: absolute;
    top: 2px;
    right: 3px;
}

/*********************************************************************/
/* Form Controls */

input::placeholder,
textarea::placeholder {
    color: #7289C0 !important;
}

.form-control {
    font-size: 16px;
    color: #3B3B3B;
    border-color: #7289C0;
}

    .form-control:focus {
        border-color: #1B77BD;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(20,177,231,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(20,177,231,.6);
    }

/*********************************************************************/
/* Site Header */

/* Skip to Main Content link */
.skip-to-main-content-link {
    display: block;
    padding: 1em 0;
    color: #fff !important;
    background-color: #1B77BD;
    outline: 0 !important;
    font-weight: 600;
    text-decoration: none !important;
    text-align: center;
}

@media (min-width: 768px) {
    .skip-to-main-content-link {
        text-align: left;
    }
}

.skip-to-main-content-link .skiplink-text {
    padding: 6px 14px;
    outline: 2px dotted;
    outline-offset: 2px;
    border-radius: 34px;
    border: 1px solid #fff;
}

.mobile-bar {
    display: flex;
    padding: 0 8px;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}

.mobile-bar-checkout {
    display: flex;
    padding: 0 8px;
    height: 60px;
}

.navbar-logo-mobile-checkout {
    margin-left: 8px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .mobile-bar-checkout {
        align-items: center;
        justify-content: space-between;
    }

    .navbar-logo-mobile-checkout {
        display: block;
        height: 48px;
        width: auto;
        margin-left: 0px;
    }
}


.mobile-reorder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000;
}

.navbar-default {
    border: none;
    background-color: #EEF1F8;
}

.navbar-logo-mobile {
    display: block;
    border-radius: 4px;
}

    .navbar-logo-mobile .logo-mobile {
        display: block;
        height: 40px;
        width: auto;
    }

@media (min-width: 375px) {
    .navbar-logo-mobile .logo-mobile {
        height: 48px;
        width: auto;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1B4298;
}

.navbar-toggle {
    color: #1B4298;
    float: none;
    border: 2px solid transparent;
    border-radius: 4px;
    width: 60px;
    margin: 0;
    padding: 5px 8px 4px 8px;
    text-align: center;
}

    .navbar-toggle .navbar-toggle-text {
        display: block;
        font-size: 12px;
        line-height: 100%;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 3px;
        user-select: none;
    }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #E2E6F5;
}

.navbar-default .navbar-toggle:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

    .navbar-default .navbar-toggle:focus,
    .navbar-logo-mobile:focus,
    .navbar-logo-desktop:focus {
        outline: 5px auto #1B77BD;
        outline-offset: 2px;
        border-color: rgba(255,255,255,0.25);
    }

.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 2px;
    border-radius: 1px;
    margin-left: auto;
    margin-right: auto;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #DDE2F3;
}

.navbar-form {
    margin-right: -16px;
    margin-left: -16px;
    padding: 12px 16px;
}

.dropdown-menu .divider {
    margin: 8px 0;
    background-color: #DDE2F3;
}

.navbar-search {
    border-top: none;
    margin-top: 0;
}

.navbar-nav .dropdown-toggle:focus,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    outline: 2px auto #1B77BD;
    outline-offset: -1px;
}

.navbar-default .navbar-nav > li > a {
    color: #1B4298;
    font-size: 16px;
    font-weight: 600;
}

    .navbar-default .navbar-nav > li > a .glyphicon {
        font-size: 14px;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #1B4298;
    background-color: #DDE2F3;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #1B4298;
    background-color: transparent;
}

.input-group .nav-search-text-input.form-control:not(:first-child):not(:last-child) {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
    padding-left: 14px;
}

.navbar-search .btn {
    padding-left: 12px;
    padding-right: 11px;
}

.navbar-collapse {
    padding-left: 16px;
    padding-right: 16px;
}

.navbar-nav > li > a {
    line-height: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 16px;
}

.navbar-nav .dropdown-toggle {
    font-size: 16px;
    font-weight: 600;
}

.dropdown-menu {
    padding: 4px 0;
    font-size: 15px;
}

    .dropdown-menu > li > a {
        font-size: 15px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 16px 8px 24px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #1B4298;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #1B4298;
            background-color: transparent;
        }
}

.top-header-bar {
    display: none;
}

/* Small (768px) up */
@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        border-radius: 12px;
        border: 4px solid #EEF1F8;
        padding: 14px 12px;
    }

        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            background-color: #DDE2F3;
        }

        .navbar-default .navbar-nav > li > a:focus {
            border-color: #EEF1F8;
            outline: 2px auto #1B77BD;
            outline-offset: 0;
        }

    .nav .open > a, .nav .open > a:hover {
        border-color: #EEF1F8;
    }

    .navbar-nav > li > .dropdown-menu {
        border-radius: 8px;
    }

    .dropdown-menu {
        border: none;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.2);
        box-shadow: 0 6px 12px rgba(0,0,0,.2);
        padding: 8px 0;
    }

        .dropdown-menu > li > a {
            padding: 6px 16px;
            color: #1B4298;
        }

            .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
                color: #1B4298;
            }

            .dropdown-menu > li > a:focus {
                background-color: #fff;
            }

            .dropdown-menu > li > a:hover {
                background-color: #EEF1F8;
            }

    .navbar-form {
        margin: 0;
    }

    .navbar-search {
        padding: 0;
        order: 2;
    }

    .navbar-form .input-group > .form-control.nav-search-text-input {
        width: 200px;
    }

    .navbar-nav {
        margin-left: -16px;
    }

    .navbar-small-up-group,
    .top-header-bar-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 720px;
    }

    .navbar-small-up-group {
        margin-left: auto;
        margin-right: auto;
    }

    .top-header-bar-inner {
        width: 100%;
        align-self: stretch;
    }

    .mobile-bar,
    .mobile-service-links,
    .mobile-reorder {
        display: none;
    }

    .navbar-search {
        margin-bottom: 0;
    }

    .top-header-bar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        height: 74px;
    }

    .navbar-logo-desktop {
        display: block;
        border-radius: 4px;
    }

        .navbar-logo-desktop .logo-desktop {
            display: block;
            height: 50px;
            width: auto;
        }

    .top-header-actions {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .top-service-links {
        display: flex;
        align-items: flex-start;
        gap: 2px;
    }
}

/* Medium (992px) up */

@media (min-width: 992px) {
    .navbar-logo-desktop .logo-desktop {
        height: 56px;
    }

    .navbar-small-up-group,
    .top-header-bar-inner {
        max-width: 940px;
    }

    .navbar-form .input-group > .form-control.nav-search-text-input {
        width: 292px;
    }
}

/* Large (1200px) up */

@media (min-width: 1200px) {
    .navbar-small-up-group,
    .top-header-bar-inner {
        max-width: 1136px;
    }
}

/**************************************/
/* New Product Card Component Classes */

.product-card {
    margin-bottom: 32px;
    position: relative;
}

.product-card-primary-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .product-card-primary-link:focus {
        outline: 5px auto #1B77BD;
        outline-offset: 2px;
    }

.product-card-image-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border: 2px solid #E2E6F5;
    border-radius: 8px;
}

.product-card-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    padding: 4px;
}

.product-card-line {
    line-height: 1.25;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
}

.price-container {
    position: relative;
    margin-top: 16px;
    margin-bottom: 8px;
    line-height: 1.25;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.product-card-title {
    font-size: 16px;
    font-weight: 400;
    color: #3B3B3B;
    margin: 0;
}

.product-card-price {
    font-size: 18px;
    font-weight: 700;
    color: #1B4298;
    margin-right: 4px;
}

.product-card-price-was {
    color: #6B6B6B;
    text-decoration: line-through;
}

.navbar {
    background: #EEF1F8;
}

.checkout-logo-container {
    height: auto;
}

.icon-bar {
    width: 35px !important;
    height: 2px !important;
    background: #1B4298 !important;
}

.icon-bar-bottom {
    font-size: 13px;
    color: #1B4298;
    font-weight: 700;
}

.stretched-tile {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
}

.stretched-tile-custom-padding {
    padding-right: 0px;
}

.checklist-tile-text {
    padding-left: 3px;
    margin-bottom: 5px !important;
}

.checklist-tile-row-buttons {
    margin-top: 32px;
    margin-bottom: 24px;
}

.landing-page-text-image {
    align-items: center;
}

    .landing-page-text-image p {
        font-size: 16px;
    }

.landing-page-banner {
    border-radius: 8px;
}

.landing-page-space-between {
    margin-top: 32px;
}

.landing-page-main-header {
    margin-top: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .checklist-tile-title {
        font-size: 20px;
    }

    .checklist-tile-row-buttons {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .category-text {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .checklist-tile-text {
        font-size: 18px;
    }

    .tile-text-desc {
        font-size: 18px;
    }

    .landing-page-text-image p {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .checklist-tile-title {
        font-size: 24px;
    }

    .category-text {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .checklist-tile-title {
        font-size: 36px;
    }

    .category-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .mobile_only {
        display: block;
    }

    .stretched-tile-custom-padding {
        padding-left: 0px;
    }

    .checklist-tile-title {
        font-size: 24px;
    }

    .shifting-column {
        margin-top: 24px;
    }

    .category-btn {
        float: right !important;
    }

    .tile-text-desc {
        font-size: 16px;
    }

    .satisfaction-desc {
        font-size: 16px;
    }

    .landing-page-text-image p {
        margin-top: 10px;
    }

    .cart_btns_utils {
        float: left;
        width: 200px;
    }

        .cart_btns_utils a {
            width: 200px;
        }
}

@media (min-width: 768px) {
    .mobile_only {
        display: none;
    }

    .tile-text-desc {
        min-height: 50px;
    }

    .category-btn {
        margin-left: 15px;
        margin-bottom: 8px;
    }

    .satisfaction-title {
        margin-top: 0px;
    }

    .landing-page-text-image {
        border: 6px solid #E2E6F5;
        border-radius: 16px;
        padding: 14px 0px;
        align-items: center;
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-container {
        padding-left: 0px !important;
    }

    .navbar-first-item {
        padding-left: 0px !important;
    }
}

.category-text {
    margin-top: 5px;
}

.ada-contrast-link {
    text-decoration: underline;
}

.tile {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    overflow: hidden;
}

.tile-img {
    width: 100%;
}

.tile-text {
    padding: 0px 12px;
}

.tile-row-buttons {
    margin-top: 32px;
    margin-bottom: 24px;
}

.category-title {
    margin-top: 5px !important;
}

.bucket-img {
    margin: auto;
}

.bucket-item-name {
    min-height: 50px;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
}

.span-best-seller {
    color: black;
    background-color: #E4EFD8;
    padding: 5px;
}

.span-featured-deal {
    color: black;
    background-color: #D3F0FA;
    padding: 5px;
}

.span-on-sale {
    color: black;
    background-color: #FCE2CB;
    padding: 5px;
}

.font-italic {
    font-style: italic;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.flex-justify-space-between {
    justify-content: space-between;
}

.flex-justify-right {
    justify-content: right;
}

.flex-valign {
    align-items: center;
}

.flex-gap-10 {
    gap: 10px;
}

.position-rel {
    position: relative;
}

.position-abs {
    position: absolute;
}

.width-90prc {
    width: 90%;
}

.width-80prc {
    width: 80%;
}

.width-10prc {
    width: 10%;
}

/* ---------- PREPEND / APPEND --------------*/

.append-1 {
    margin-right: 5px;
}

.append-2 {
    margin-right: 10px;
}

.append-3 {
    margin-right: 15px;
}

.append-4 {
    margin-right: 20px;
}

.append-5 {
    margin-right: 25px;
}

.append-6 {
    margin-right: 30px;
}

.append-7 {
    margin-right: 35px;
}

.append-8 {
    margin-right: 40px;
}

.append-9 {
    margin-right: 45px;
}

.append-10 {
    margin-right: 50px;
}

.prepend-1 {
    margin-left: 5px;
}

.prepend-2 {
}

.prepend-3 {
    margin-left: 15px;
}

.prepend-4 {
    margin-left: 20px;
}

.prepend-5 {
    margin-left: 25px;
}

.prepend-6 {
    margin-left: 30px;
}

.prepend-7 {
    margin-left: 35px;
}

.prepend-8 {
    margin-left: 40px;
}

.prepend-9 {
    margin-left: 45px;
}

.prepend-10 {
    margin-left: 50px;
}

.prepend-top-1 {
    margin-top: 5px;
}

.prepend-top-2 {
    margin-top: 10px;
}

.prepend-top-3 {
    margin-top: 15px;
}

.prepend-top-4 {
    margin-top: 20px;
}

.prepend-top-5 {
    margin-top: 25px;
}

.prepend-top-6 {
    margin-top: 30px;
}

.prepend-top-7 {
    margin-top: 35px;
}

.prepend-top-8 {
    margin-top: 40px;
}

.prepend-top-9 {
    margin-top: 45px;
}

.prepend-top-10 {
    margin-top: 50px;
}

.append-bottom-1 {
    margin-bottom: 5px;
}

.append-bottom-2 {
    margin-bottom: 10px;
}

.append-bottom-3 {
    margin-bottom: 15px;
}

.append-bottom-4 {
    margin-bottom: 20px;
}

.append-bottom-5 {
    margin-bottom: 25px;
}

.append-bottom-6 {
    margin-bottom: 30px;
}

.append-bottom-7 {
    margin-bottom: 35px;
}

.append-bottom-8 {
    margin-bottom: 40px;
}

.append-bottom-9 {
    margin-bottom: 45px;
}

.append-bottom-10 {
    margin-bottom: 50px;
}

.footer-bg-color {
    background-color: #36569B;
}

.footer-margin {
    margin-top: 40px;
}

.errorlarge {
    font-weight: 700;
}

.label-IPR {
    padding-left: 8px;
}

.label-FA {
    margin-right: 8px !important;
}

.div-continue-shopping {
    margin-bottom: 16px;
}

.faq_checkinclusion td, .faq_checkinclusion th {
    padding: 2px !important;
}

@media (min-width: 768px) {
    .footer-last-row {
        margin-bottom: 0px;
    }

    .footer-images {
        padding-top: 15px;
    }

    .order-status-table {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .special-links-column {
        padding-left: 70px;
    }

    .second-links-column {
        padding-left: 40px;
    }
}

@media (min-width: 1200px) {
    .special-links-column {
        padding-left: 100px;
    }

    .second-links-column {
        padding-left: 60px;
    }

    .footer-images {
        padding-top: 5px;
    }
}

.links-header {
    color: #FFF;
    font-weight: 700;
    display: block;
    font-size: 18px;
}

.links {
    color: #FFF;
    display: block;
    font-weight: 400;
    text-decoration-line: underline;
    padding: 5px 5px 5px 0px;
    font-size: 16px;
    cursor: pointer;
}

    .links:focus, .links:hover {
        color: white;
    }

.footer-hr {
    opacity: 0.3;
}

.footer-paragraph {
    color: #FFF;
}

.footer-rights-reservered {
    font-size: 14px;
    line-height: 1.25;
    margin-top: 5px;
}

.copyrights {
    display: grid;
    grid-template-columns: auto 50px 60px;
    grid-column-gap: 5px;
}

@media (max-width: 767px) {
    .mobile_hide {
        display: none;
    }
}

table.cart .cart_item_qty select {
    display: block;
    width: 100%;
    height: 34px;
    color: #565656;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.PromoTxt, .smbtn_green, table.cart .cart_item_qty select {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    background-image: none;
}

table.cart_totals {
    margin-top: 20px;
}

@media (min-width: 768px) {
    table.cart .cart_item_qty select {
        width: 95%;
    }
}

.card--shadow {
    border-radius: 4px;
    border: 1px solid #CCC;
}

.card.card--shadow {
    margin-top: 12px;
}

@media (max-width: 767px) {
    .card.card--shadow {
        margin: 12px;
    }
}

.productThumbImgSelected {
    box-shadow: 0px 0px 0px 2px #1B77BD;
}

.pagination-container {
    margin-top: 20px
}

.pagenumber_clicked, .pagenumber_link, a.pagenumbering_text {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 4px;
}

.pagenumber_clicked, .pagenumber_link {
    padding: 2px 7px 4px;
    border: 1px solid transparent;
    background: 0 0;
    color: #1B4298;
    line-height: 1;
    text-align: center;
}

a.pagenumbering_text {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #fff;
    color: #1B4298;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 3px;
    font-size: 1.4em;
    font-weight: 700
}

.pagenumber_clicked {
    border-color: #1B77BD;
    background: #1B77BD;
    color: #fff;
}

.pagenumber_link:hover, a.pagenumbering_text:hover {
    border-color: #d9d9d9;
    color: #1B4298;
    outline: 0;
    text-decoration: none;
}

.pagenumber_clicked:hover {
    text-decoration: none;
    color: white;
}

a.pagenumbering_text:hover, a.pagenumbering_text:focus {
    border-color: #1B77BD;
    background: #1B77BD;
    color: #fff;
    outline: 0;
}

img.pdp-image__style {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    margin: 10px 0;
    width: 90%;
}

.custom-radio .fl.opt_selected .custom-radio__label {
    color: #3B3B3B;
}

.pdp--options-container {
    padding: 15px 5px 10px 5px;
}

.pdp--h1 {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 700
}

.opt_selected .option_name {
    color: #3B3B3B !important;
}

.pdp--options-container label {
    border: 3px solid #919191;
    border-radius: 10px;
    padding: 10px;
    display: block;
    cursor: pointer;
}

    .pdp--options-container label.opt_selected {
        border-color: #1B77BD;
    }

    .pdp--options-container label .product_option_price, .pdp--options-container label .option_name {
        float: left;
    }

        .pdp--options-container label .product_option_price .price {
            color: #616161 !important;
        }

    .pdp--options-container label.opt_selected .product_option_price .price {
        color: #1B4298 !important;
    }

    .pdp--options-container label.opt_has_savings .option_description {
        margin-top: 12px;
    }

    .pdp--options-container label.opt_has_savings .option_button {
        margin-top: 20px;
    }

    .pdp--options-container label.opt_no_quantity .option_description {
        margin-top: 8px;
    }

    .pdp--options-container label.opt_no_quantity.opt_has_savings .option_description {
        margin-top: 18px;
    }

.pdp--section-head {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0
}

.pdp--btn-wrap {
    padding: 0 0 20px 20px
}

.pdp--notincluded {
    color: #666;
    font-size: 12px;
    margin-left: 20px;
}

.CheckSecurityContainer h4, .CheckSecurityContainer .CheckSecurityLogo {
    display: inline-block;
    vertical-align: baseline
}

.CheckSecurity ul {
    padding-left: 20px
}

#divProductOptsPrice {
    padding: 20px;
}

.product-description {
    margin-top: 30px;
}

    .product-description h3 {
        font-size: 24px;
        font-weight: 700
    }

.pers--h1 {
    font-size: 24px
}

#fonts label {
    margin-right: 15px;
    margin-left: 5px
}

/* Category Flags */

.flag-cat-special-offer {
    position: relative;
    float: left;
    margin-top: -85px;
}

.pdp--section-head {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0
}

#divProductOptsPrice {
    padding: 20px;
}

#divDuplicates, #divSingles {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.product-description {
    margin-top: 30px;
}

    .product-description h3 {
        font-size: 24px;
        font-weight: 700
    }

#checkOptionsTab label {
    display: block;
    cursor: pointer;
    line-height: 2;
    font-weight: inherit;
}

.custom-radio [type="radio"] {
    border: 0;
    visibility: hidden;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.custom-checkbox [type="checkbox"] {
    border: 0;
    visibility: hidden;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.custom-radio__btn, .custom-checkbox__btn {
    float: left;
    margin-top: 9px;
    vertical-align: sub;
}

.custom-radio .custom-radio__label {
    font-size: 18px;
    font-weight: 600;
    color: #616161;
}

/* the basic, unchecked style */
.custom-radio [type="radio"] + .custom-radio__btn::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    border: 0.15em solid #fff;
    box-shadow: 0 0 0 0.125em #B7C6CE;
    margin-right: 0.75em;
    transition: 0.5s ease all;
}

.custom-checkbox [type="checkbox"] + .custom-checkbox__btn {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
    border-radius: .2em;
    border: 0.15em solid #fff;
    box-shadow: 0 0 0 0.125em #B7C6CE;
    margin-right: 0.75em;
    transition: 0.5s ease all;
}

    .custom-checkbox [type="checkbox"] + .custom-checkbox__btn::before {
        content: "\e013";
        color: #fff;
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        transform: translate(-50%, -51%);
        top: 53%;
        left: 50%;
        font-size: 1em;
        transition: 0.5s ease all;
    }

.custom-radio [type="radio"]:not(:checked):hover + .custom-radio__btn::before {
    background: #e9e9e9;
}

.custom-checkbox [type="checkbox"]:not(:checked):hover + .custom-checkbox__btn::before {
    content: "\e013";
    color: #e9e9e9;
}

.custom-radio [type="radio"]:not(:checked):active + .custom-radio__btn::before {
    box-shadow: 0 0 0 0.125em #B7C6CE;
    border-width: 0.25em;
}
/* the checked style using the :checked pseudo class */
.custom-radio [type="radio"]:hover + .custom-radio__btn::before, .custom-radio [type="radio"]:checked:hover + .custom-radio__btn::before {
    box-shadow: 0 0 0 0.125em #1B77BD;
}

.custom-checkbox [type="checkbox"]:hover + .custom-checkbox__btn, .custom-checkbox [type="checkbox"]:checked:hover + .custom-checkbox__btn {
    box-shadow: 0 0 0 0.125em #71B0E0;
}

/* the checked style using the :checked pseudo class */
.custom-radio [type="radio"]:checked + .custom-radio__btn::before {
    content: '';
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    border: 3px solid white;
    background: #1B77BD;
    box-shadow: 0 0 0 0.125em #1B77BD;
}

.custom-checkbox [type="checkbox"]:checked + .custom-checkbox__btn::before {
    content: "\e013";
    color: #2967A2;
}

/* -------------- TABS FOR REORDER AND PERSONALIZE --------------*/
/*
 * SmartTab plugin v2.0
 */
.stMain {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px solid #CCC;
    font-size: 100%;
}

.stContainer {
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    /* height:450px;*/
    overflow: hidden;
    position: relative;
    min-height: 300px;
}

.stMain div.tabContent {
    display: block;
    /*  position: absolute;*/
    margin: 0;
    padding: 10px;
    border: 0px solid #919191;
    /*background-color: #f6f6f6;  tab body background */
    text-align: left;
}

.stMain ul.tabAnchor {
    display: inline-block;
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
    clear: both;
    margin-bottom: -1px;
    z-index: 100;
}

    .stMain ul.tabAnchor li {
        position: relative;
        margin: 0;
        padding: 0;
        float: left;
    }

        .stMain ul.tabAnchor li span {
            height: 20px;
            left: 85px;
            position: absolute;
            top: 5px;
            width: 20px;
            z-index: 999999;
        }

        .stMain ul.tabAnchor li a {
            display: block;
            margin: 0;
            margin-right: -1px;
            padding: 10px 0 0 15px;
            height: 35px; /* tab height */
            width: 100px; /* tab width */
            font-size: 16px;
            color: #ddd; /* unselected tab font color */
            text-decoration: none;
            outline-style: none;
            border: 1px solid #919191;
            background: #585862; /* Old browsers */
            background: -moz-linear-gradient(top, #585860 0%, #585862 47%, #46464E 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585860), color-stop(47%,#585862), color-stop(100%,#46464E)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #585860 0%,#585862 47%,#46464E 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #585860 0%,#585862 47%,#46464E 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #585860 0%,#585862 47%,#46464E 100%); /* IE10+ */
            background: linear-gradient(to bottom, #585860 0%,#585862 47%,#46464E 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#585860', endColorstr='#46464E', GradientType=0); /* IE6-9 */
        }

            .stMain ul.tabAnchor li a small {
                font-size: 15px;
            }

            .stMain ul.tabAnchor li a:hover, .stMain ul.tabAnchor li a:focus {
                color: #FFF;
                background: #00A7DB;
            }

            .stMain ul.tabAnchor li a.sel {
                color: #2E6CA3; /*selected tab font color */
                border-bottom-color: #F6f6f6;
                cursor: text;
                background: #ffffff; /* Old browsers */
                font-weight: 700;
                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            }

.loader {
    position: absolute;
    left: 48%;
    top: 40%;
    display: block;
    margin: 0;
    padding: 5px;
    padding-top: 35px;
    font-size: 10px;
    color: #666;
    text-decoration: none;
    outline-style: none;
    border: 1px solid #919191;
    background: #f6f6f6 url(/images/loader.gif) no-repeat 10px 10px;
}

a.stLinks {
    margin: 0;
    padding: 5px;
    color: #666;
    text-decoration: none;
    outline-style: none;
    border: 1px solid #919191;
    background-color: #f6f6f6; /* unselected tab background */
}

    a.stLinks:hover {
        color: #FFF;
        background-color: #00A7DB;
    }

/* ---- Reorder Tabs ---- */
#reorderInput1 {
    border: 1px solid #79787d;
    margin-right: 10px;
}

#reorderInputLast {
    border: 1px solid #79787d;
}

.reorderInputs {
    float: left;
    display: block;
    margin: 10px;
}

.reorderZip {
    margin-left: 40px;
}

.reorderInputs.reorderZip input[type="text"] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.reorderInputs input[type="text"] {
    font-family: MICR, Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding-top: 10px;
    border: 1px solid #DDDDDD;
    height: 35px;
    margin: 3px 0 5px;
    outline: medium none;
    padding: 3px 0 3px 3px;
    transition: all 0.3s ease-in-out 0s;
}

.reorderWrapper {
    width: 900px;
    margin: 0 auto;
    padding-top: 50px;
}

.reorderTabs div.tabContent {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0); /* border: 1px solid #FF0000;*/
    height: 100%;
    padding: 0;
    width: 100%;
}

.reorderTabs .stContainer {
    overflow: visible;
    width: 100%;
    background-color: #f6f6f6;
    height: 200px;
    min-height: 250px;
}

.reorderTabs.stMain ul.tabAnchor li a {
    height: 70px;
    width: 270px;
    padding: 20px 0 0 0;
    font-size: 18px;
    text-align: center;
}

.reorderHelp {
    height: 21px;
    width: 21px;
    background: url(/images/icn_reorderHelp.png) top left no-repeat;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    position: relative;
    top: 22px;
    right: 133px;
}

    .reorderHelp:hover {
        background: url(/images/icn_reorderHelp.png) left -21px no-repeat;
    }

.reorderInput {
    float: initial;
    display: initial;
    margin: 0;
}

.reorderInputs input[type="text"] {
    border: 1px solid #DDDDDD;
    height: auto;
    margin: 0;
    outline: medium none;
    transition: all 0.3s ease-in-out 0s;
}

.reorderInputs {
    float: initial;
    display: initial;
    margin: 0;
}

.LogoTheChosenOne, .LogoChooseOne {
    text-align: left;
}

.ErrorMessageCtlWrapper {
    clear: both;
    background-color: #fee6e2;
    padding: 20px;
    border: 1px solid red;
    font: bold 12px Arial,Helvetica,sans-serif;
    margin-top: 20px;
    margin-bottom: 5px;
}

/*--**************** REORDER MODALS **************** --*/
.requiredField {
    color: #f00;
}

.reOtab_container {
    clear: both; /*width:430px;*/
    float: left;
}

.reOtab_content {
    padding: 10px;
    font-size: 1.2em;
}

.reOtab_container#pagediv {
    border: 1px solid #f00;
}

.numPages {
    color: #666666;
    font-size: 12px;
}

    .numPages span {
        float: left;
    }

        .numPages span.numPagesTT {
            border-right: 1px #D9D9D9 solid;
            display: block;
            line-height: 19px;
            padding-right: 10px;
        }

    .numPages div {
        float: left;
        margin: 0 5px 0 0;
    }

    .numPages a.viewAllPro {
        display: block;
        float: left;
        line-height: 19px;
        padding: 0 0 0 10px;
        border-left: 1px #D9D9D9 solid;
    }

    .numPages a {
        border: 1px #666666 solid;
        padding: 2px 5px;
        color: #0078e1;
        text-decoration: none;
        margin-left: 2px;
    }

        .numPages a.selectedNum {
            background-color: #666666;
            color: #FFF;
        }

#ProductLine_productgroupings #pagediv {
     margin-top: 100px;
}

/*--**************** Reorder Steps **************** --*/
.reorderWrapper .bx-wrapper img {
    margin: 0 auto;
    display: block
}

.reorderWrapper .bx-wrapper .bx-viewport {
    box-shadow: 0 0 5px #fff;
    height: 256px !important;
}

.dashboardComponentWrapper {
    border: 1px solid #dfdfdf;
    font-family: lato, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #202028;
    border-radius: 5px;
    float: left;
    position: relative;
    background: #f8f8f8; /* Old browsers */
    background: linear-gradient(#f8f8f8, #f0f0f0);
    cursor: default;
}

.dashboardComponentWrapperFauxHover {
    box-shadow: 3px 3px 6px #ccc;
    border: 1px solid #bbb;
    cursor: pointer;
    cursor: hand;
}

.dashboardHalf {
    width: 280px;
}

.dashboardTitle {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dashboardComponent {
    padding: 20px 30px 20px 15px;
}

.dashboardComponentActionable {
    padding: 10px;
    background: url(/images/dashboardEditIcon.png) right top no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 40px;
    float: right;
}

    .dashboardComponentActionable:hover {
        background-position: right -60px;
    }

a.dashboardComponentWrapper.dashboardComponentActionable:hover {
    border: 2px solid #f00;
}

.dashboardComponentWrapper .resetInput_class {
    margin-bottom: 8px;
}

.fauxLink {
    color: #0065ac;
    text-decoration: underline;
}

    .fauxLink:hover {
        color: #009ce8;
    }

/* --------- BX SLIDER  --------- */
.bx-wrapper {
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
}

    .bx-wrapper img {
        display: inline-block;
        max-width: 90%;
    }

    .bx-wrapper .bx-viewport {
        background: none repeat scroll 0 0 #fff;
        border: 5px solid #fff;
        text-align: center;
        /*box-shadow: 0 0 5px #ccc;
  left: -5px;*/
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: -30px;
        position: absolute;
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        background: url('/images/bx_loader.gif') no-repeat scroll center center #fff;
        height: 100%;
        left: 0;
        min-height: 50px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        color: #666;
        font-family: Arial;
        font-size: 0.85em;
        font-weight: bold;
        padding-top: 20px;
        text-align: center;
    }

        .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: none repeat scroll 0 0 #666;
            border-radius: 5px;
            display: block;
            height: 10px;
            margin: 0 5px;
            outline: 0 none;
            text-indent: -9999px;
            width: 10px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: none repeat scroll 0 0 #000;
            }

    .bx-wrapper .bx-prev {
        background: url("/images/controls.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0);
        left: 10px;
    }

    .bx-wrapper .bx-next {
        background: url("/images/controls.png") no-repeat scroll -43px -32px rgba(0, 0, 0, 0);
        right: 10px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        height: 32px;
        margin-top: -16px;
        outline: 0 none;
        position: absolute;
        text-indent: -9999px;
        top: 50%;
        width: 32px;
        z-index: 8;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            background: url("/images/controls.png") no-repeat scroll -86px -11px rgba(0, 0, 0, 0);
            display: block;
            height: 11px;
            margin: 0 3px;
            outline: 0 none;
            text-indent: -9999px;
            width: 10px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            background: url("/images/controls.png") no-repeat scroll -86px -44px rgba(0, 0, 0, 0);
            display: block;
            height: 11px;
            margin: 0 3px;
            outline: 0 none;
            text-indent: -9999px;
            width: 9px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    .bx-wrapper .bx-caption {
        background: none repeat scroll 0 0 rgba(80, 80, 80, 0.75);
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            display: block;
            font-family: Arial;
            font-size: 0.85em;
            padding: 10px;
        }

/*CART*/
#offerCode {
    display: none;
}

#ctlCart_ucPromotions_txtPromotionCode {
    margin: 10px;
}

/*  ------------  Personalization (non-reorder)   ------------  */
.minimal_header_container {
    /*    height:65px;
    padding:5px;
    float:left;
*/ width: 100%;
    background: url(/images/bg_header.png) top repeat-x scroll;
}

    .minimal_header_container a {
        color: #fff;
    }

.checkoutDropdown a {
    color: #428bca;
}

.PersTitle {
    font-size: 22px;
    color: #666666;
    display: inline;
}

.divAgreeBox {
    border: 1px solid #ccc;
    background-color: #FFFEE8;
    padding: 10px;
}

/* ------------ Dynamic XSells ----------*/
div.itemAddedContainer {
    border-bottom: 1px solid #ccc;
}

#upsellWrapper h2 {
    color: #666;
    margin-bottom: 0;
}

a#lbViewCartAndCheckout {
    color: #666;
}

.upsell_p {
    margin-top: -15px;
}

.lftColumn {
    color: #666;
}

    .lftColumn img {
        border: 1px solid #666;
    }

#upsellWrapper .lftColumn h4.interstitialheading {
    font-size: 16px;
    font-weight: normal;
}

a#lbViewCartAndCheckout {
    background: #000;
    color: #FDC9BC;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 20px;
    display: inline-block;
}

a.interstitialadd {
    display: -moz-inline-stack;
    display: inline-block;
    width: 103px;
    height: 25px;
    background: url("/images/xsellbtn.png") no-repeat;
    line-height: 25px;
    vertical-align: text-middle;
    text-align: center;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-shadow: #222222 0px 0px 0;
    margin-top: 10px;
    margin-left: 30px;
    cursor: pointer;
    cursor: hand;
}

    a.interstitialadd > span {
        display: -moz-inline-block;
    }

#upsellWrapper .productContainer {
    height: 190px;
    margin-bottom: 0;
}

    #upsellWrapper .productContainer p {
        height: 25px;
        border: none;
        margin: 6px;
    }

        #upsellWrapper .productContainer p.crossprice {
            height: 19px;
            border: none;
            margin: 6px;
        }

    #upsellWrapper .productContainer .hasBeenAddedOuter {
        width: 143px;
        height: 169px;
        padding: 5px;
    }

    #upsellWrapper .productContainer .hasBeenAddedInner {
        height: 155px;
        padding: 0 5px 10px 5px;
    }

#upsellWrapper .contentContainer {
    height: auto;
    border: 0;
    margin: 0;
}

#upsellWrapper div.itemAddedContainer {
    margin: 0 auto 5px auto;
    padding: 10px;
}

p.crossprice {
    font-style: normal;
}

/*Upsell*/
#upsellWrapper {
}

.upsell--product-added {
    border: 2px solid #4cae4c;
    border-radius: 10px;
    margin: 0;
    padding: 10px;
}

    .upsell--product-added h3 {
        margin-top: 0
    }

.upsell--product-info {
    padding-top: 50px
}
/*#dynamcCrossSellWrapper{width:100%;height:auto;display:inline-block;}*/
#upsellWrapper h1 {
    color: #6D6D6D;
    font-size: 20px;
    font-weight: lighter;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

#upsellWrapper .itemAddedContainer {
    width: 95%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;
    /*background-color:#f6DBD9;*/
    clear: both;
}

.dynamicCrosssellArea {
    width: 400px;
    height: 248px;
}

    .dynamicCrosssellArea ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .dynamicCrosssellArea li {
        display: list-item;
    }

#upsellWrapper .productContainer {
    width: 175px;
    height: 170px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
    float: left;
    display: block;
    overflow: visible;
    position: relative;
    text-align: center;
    /*position:relative;
	z-index:100;*/
}

#upsellWrapper .contentContainer {
    width: 175px;
    display: inline-block;
    z-index: 100;
    float: left;
    vertical-align: middle;
    text-align: center;
}

#upsellWrapper .productContainer .hasBeenAddedOuter {
    margin: 0 auto;
    width: 153px;
    height: 198px;
    padding: 10px;
    display: none;
    overflow: hidden;
    background-color: #EFEFEF;
    border: 1px solid #D3D3D3;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
}

#upsellWrapper .productContainer .hasBeenAddedInner {
    width: 131px;
    height: 174px;
    display: block;
    overflow: hidden;
    padding: 10px;
    background-color: #CADFF4;
    border: 1px solid #D3D3D3;
    text-align: center;
}

    #upsellWrapper .productContainer .hasBeenAddedInner h2 {
        color: #C26A81;
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    #upsellWrapper .productContainer .hasBeenAddedInner span {
        color: #C26A81;
        font-size: 12px;
        margin-top: 5px;
    }

    #upsellWrapper .productContainer .hasBeenAddedInner p {
        color: #6E6E6E;
        font-size: 11px;
        margin-top: 15px;
    }

#upsellWrapper .productContainer p {
    font-size: 11px;
    color: #6E6E6E;
}

#upsellWrapper .productContainer img {
    margin: 0 auto; /*border: 1px solid #CCC;*/
    max-height: 120px;
}

#upsellWrapper .lftColumn {
    width: 550px;
    float: left;
}

.modalItemDescription {
    width: 200px;
    float: left;
}

    .modalItemDescription p {
        margin: 0;
    }

#upsellWrapper .lftColumn img {
    float: left;
    margin-right: 20px;
    border: 1px solid #F4CAD0;
}

#upsellWrapper .lftColumn h4 {
    color: #505050;
    font-weight: bold;
    margin-top: 5px;
    font-size: 12px;
}

#upsellWrapper .lftColumn p {
    color: #505050;
    font-size: 12px;
    margin-top: -2px;
}

#upsellWrapper .rtColumn {
    margin-top: 60px;
    width: 210px;
    float: right;
}

#upsellWrapper .rtColumnupsellStamp {
    margin-top: 0;
    width: 210px;
    float: right;
}

.upsellStampContainer {
    background-color: #FFFFFF;
}

.stampThumb {
    border: 0;
}

.upsellProductPair {
    display: inline;
    font-size: 12px;
    color: #282828;
}
/***** Selected and XSell Products *****/
.divSelectedProduct {
    padding: 25px;
    float: left;
    margin: 10px 30px 30px 30px;
    background-color: #f0f0f0;
    width: 360px;
}

.divProductImg {
    border: 1px solid #C0C0C0;
    padding: 20px 0px 10px 0px;
    float: left;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
}

.divProductDesc {
    text-align: left;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    width: 185px;
}

    .divProductDesc h1 {
        font-weight: bold;
        font-size: 18px;
        color: #000000;
    }

    .divProductDesc h2 {
        font-size: 16px;
        color: #000000;
        font-weight: normal;
        margin-bottom: 15px;
    }

.xsellTitle1 {
    margin: 25px 0px 5px 25px;
}

.xsellTitle2 {
    text-align: center;
    margin: -27px 0px 0px 50px;
    float: left;
    position: absolute;
    width: 350px;
    left: 52%;
}

    .xsellTitle2 h1 {
        font-size: 14px;
    }

/*.xsItem-content { position: absolute; bottom: 2px; text-align:center; width:100% }*/

#divContentContainer03 img {
    float: left;
}

.xsItem-content .crossprice {
    float: left;
    margin-left: 20px;
    margin-right: 220px;
    width: 150px;
}

.divToCartAndCheckout {
    cursor: pointer;
    cursor: hand;
    display: table;
    position: relative;
    float: left;
    margin-right: 30px
}

.psHaveBeenAdded {
    display: block;
    overflow: hidden;
    padding: 5px;
    background-color: #CADFF4;
    border: 2px solid #6E6E6E;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}

#divContentContainer03 .xsItem-content .crossprice {
    font-weight: bold;
}

a#aAddToOrder01, a#aAddToOrder02 {
    margin-top: 20px
}

/*_________________ Cart ________________*/

.btn_cart_contain {
    max-width: 800px;
}

#ctlCart_CartItems_ctl00_multipleshipmethods label {
    display: inline;
    font-size: 13px;
    line-height: 30px;
}

/* ___________________ Confirmation page -------------*/

div.Overlay2 {
    position: absolute;
    z-index: 3;
    background-color: white;
    top: 90px;
    left: 110px;
    visibility: hidden;
    opacity: 1.0; /*supported by current Mozilla, Safari, and Opera*/
    -moz-opacity: 1.0; /*older Mozilla*/
    -khtml-opacity: 1.0; /*older Safari*/
    filter: alpha(opacity=0); /*older IE*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE */
}

/*----------- contact us tabs ------------- */

ul.tabs {
    clear: left;
    float: left;
    height: 30px;
    list-style: none outside none;
    margin: 20px 0 0 20px !important;
    padding: 0;
    width: 621px;
}

    ul.tabs li {
        float: left;
        list-style-image: none !important;
        margin: 0 !important;
        padding: 0;
        text-indent: 0;
    }

    ul.tabs a {
        color: #2E6CA3;
        display: block;
        font-size: 12px;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        top: 1px;
    }

        ul.tabs a:active {
            outline: medium none;
        }

        ul.tabs a:hover {
            text-decoration: underline;
        }

        ul.tabs a.w1 {
            background-color: #ffffff;
            border-color: #2E6CA3 #2E6CA3 #ffffff #2E6CA3;
            border-style: solid;
            border-width: 1px;
            width: 65px;
        }

            ul.tabs a.w1.current {
                color: #fff;
                background-color: #2E6CA3;
                border-bottom: 1px solid #fff;
            }

        ul.tabs a.w2 {
            background-color: #ffffff;
            border-color: #2E6CA3 #2E6CA3 #ffffff #2E6CA3;
            border-style: solid;
            border-width: 1px;
            width: 88px;
        }

            ul.tabs a.w2.current {
                color: #fff;
                background-color: #2E6CA3;
                border-bottom: 1px solid #fff;
            }

        ul.tabs a.w3 {
            background-color: #ffffff;
            border-color: #2E6CA3 #2E6CA3 #ffffff #2E6CA3;
            border-style: solid;
            border-width: 1px;
            width: 117px;
        }

            ul.tabs a.w3.current {
                color: #fff;
                background-color: #2E6CA3;
                border-bottom: 1px solid #fff;
            }

        ul.tabs a.w4 {
            background-color: #ffffff;
            border-color: #2E6CA3 #2E6CA3 #ffffff #2E6CA3;
            border-style: solid;
            border-width: 1px;
            width: 119px;
        }

            ul.tabs a.w4.current {
                background-color: #fff;
                border-bottom: 1px solid #fff;
            }

        ul.tabs a.w5 {
            background-color: #f7f9fc;
            border-color: #ffffff #ffffff #ffffff #fff;
            border-style: solid;
            border-width: 1px;
            width: 82px;
        }

            ul.tabs a.w5.current {
                background-color: #fff;
                border-bottom: 1px solid #fff;
            }

/*OLD CAT PAGE STYLES*/
.catBkt {
    display: block;
    float: left;
    height: 266px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 300px;
}

a.catBkt img {
    border: 0 none;
}

.catBkt p {
    margin-bottom: 10px;
}

    .catBkt p span.subCatName {
        color: #1460be;
        font-size: 18px;
    }

.catBkt:hover * {
    text-decoration: none !important;
}

.catBkt p span.callOut {
    color: #666666;
}

a.catBkt:hover p span.subCatName {
    color: #f47b20;
}

a.catBkt:hover p span.callOut {
    color: #f47b20;
}

.borderBottom {
    border-bottom: 1px solid #ebebeb;
}

.borderRight {
    border-right: 1px solid #ebebeb;
}

/*Modals */
.ModalShippingWrapper {
    margin: 10px;
    padding: 10px;
}

.ModalShippingHeader {
    font-size: 22px;
}

.ShippingInfo {
    font-size: 9pt;
    margin-bottom: 30px;
}

.mFix {
    padding-left: 110px;
}

.verticalslider_tabs a:link, .verticalslider_tabs a:visited {
    background: url("/images/tab_bg_inactive.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
    border-top: 1px solid #c3c3c3;
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    padding: 14px 10px 6px;
    text-decoration: none;
    width: 78%;
}

#rdoShipMethods label {
    display: inline;
    font-weight: bold;
    line-height: 25px;
    max-width: 100%;
}

.navwrapper {
    background: url(/images/bg_header.png) top repeat-x scroll;
    height: 100px;
    z-index: 999;
    width: 100%;
}

.navInnerWrapper {
    max-width: 1056px;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    background: url(/images/bg_PreHeader.jpg) top center no-repeat;
    background-size: cover;
    height: 80px;
}

.twenty-above {
    margin-top: 20px
}

.search-btn {
    padding: 7px 10px;
}

/*  ------ footer style ------  */
#footer {
    font-size: 12px;
    margin-top: 40px
}

    #footer h3 {
        font-size: 16px
    }

    #footer h4 {
        font-size: 1.3rem;
        color: #222;
        font-weight: 700;
        margin-top: 0
    }

        #footer h4 a {
            color: #222;
        }

            #footer h4 a:hover, #footer h4 a:visited {
                text-decoration: none
            }

    #footer ul li {
        margin-top: 3px;
    }

    #footer .email-signup {
        font-weight: bold
    }

.footer-copyrite {
    background: #f2f8fd;
    padding: 20px 0;
    margin-top: 20px;
}

.kill-top-margin {
    margin-top: 0
}

.kill-left-padding {
    padding-left: 0
}

.social-row {
    list-style-type: none;
    list-style: none;
    padding-left: 0
}

    .social-row li {
        float: left;
        margin-right: 10px
    }

li.facebook a {
    height: 34px;
    width: 32px;
    background: transparent url(/images/social-icons.png) no-repeat;
    display: inline-block;
}

li.twitter a {
    height: 34px;
    width: 32px;
    background: transparent url(/images/social-icons.png) 0 -39px no-repeat;
    display: inline-block;
}

#footer .club-card {
    height: 40px;
    width: 69px;
    display: inline-block;
    background: transparent url(/images/Card_Footer_Icons.png) no-repeat;
    margin: 10px 0;
}

#footer .credit-card {
    height: 40px;
    width: 69px;
    display: inline-block;
    background: transparent url(/images/Card_Footer_Icons.png) 0 -42px no-repeat;
}

.headerMargin {
    margin-top: 100px;
}

.checkoutHeaderMargin {
    margin-top: 60px
}

/*    STYLES FOR HS CHECK MODAL    */
/*the launch buttons*/
.launch {
    background: url(/images/popup.png) scroll no-repeat center right transparent;
    padding-right: 20px;
}
/*citm */
.citm {
    background: url(/images/modal_launch_graphic_citm_pers.jpg) 0 0 no-repeat;
    height: 88px; /*width:495px;*/
    text-indent: -9999px;
    display: block;
}

    .citm:hover {
        background-position: left -88px;
    }

    .citm.PersonalHS {
        background: url(/images/modal_launch_graphic_citm_pers.jpg) 0 0 no-repeat;
    }

        .citm.PersonalHS:hover {
            background-position: left -88px;
        }

    .citm.BizHS {
        background: url(/images/modal_launch_graphic_citm_biz.jpg) 0 0 no-repeat;
    }

        .citm.BizHS:hover {
            background-position: left -88px;
        }

/* the container layers to be overlayed */
.personalCheck {
    background: url(/images/hs_check_personal_front.jpg) center bottom no-repeat transparent scroll;
    width: 600px;
    height: 320px;
    margin: 5px 10px 20px 20px;
}

.personalCheckBack {
    background: url(/images/hs_check_personal_back.jpg) center bottom no-repeat transparent scroll;
    width: 600px;
    height: 320px;
    margin: 5px 10px 20px 20px;
}

.bizCheck {
    background: url(/images/hs_check_biz_front.jpg) center bottom no-repeat transparent scroll;
    width: 600px;
    height: 293px;
    margin: 5px 10px 20px 20px;
}

.bizCheckBack {
    background: url(/images/hs_check_biz_back.jpg) center bottom no-repeat transparent scroll;
    width: 600px;
    height: 293px;
    margin: 5px 10px 20px 20px;
    position: relative;
}

/*the  overlay layer*/
.hsoverlay a {
    width: 25px;
    height: 25px;
    background: transparent url(/images/marker.png) 0 0 no-repeat;
    display: inline-block;
    position: absolute;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -999px;
    text-transform: capitalize;
}

    .hsoverlay a:hover {
        background: url(/images/marker.png) 0 -25px no-repeat;
    }

/* Tabs */
.verticalslider {
    border: 1px solid #d9d9d9;
    overflow: hidden;
    margin: 20px 10px;
    height: 550px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: -1px 1px 4px #cccccc;
}

.verticalslider_tabs {
    float: left;
    width: 150px;
}

    .verticalslider_tabs, .verticalslider_tabs li {
        margin: 0px;
        padding: 0px;
    }

        .verticalslider_tabs li {
            list-style-type: none;
        }

        .verticalslider_tabs a:link, .verticalslider_tabs a:visited {
            display: block;
            width: 78%;
            height: 29px;
            padding: 14px 10px 6px 10px;
            font-size: 14px;
            font-weight: bold;
            color: #333333;
            border-top: 1px solid #c3c3c3;
            text-decoration: none;
            background: url('/images/tab_bg_inactive.jpg') repeat-x scroll center top transparent;
            ;
        }

        .verticalslider_tabs a:hover, .verticalslider_tabs a:active {
            background-color: #F00;
            /*background: url(../images/tabHoverBG.jpg) bottom repeat-x;*/
        }

        .verticalslider_tabs li a:link,
        .verticalslider_tabs li a:visited {
            border-top: none;
            height: 30px;
        }

        .verticalslider_tabs .activeTab a:link,
        .verticalslider_tabs .activeTab a:visited {
            background: #FCFBFB;
        }

        .verticalslider_tabs .activeTab a:hover,
        .verticalslider_tabs .activeTab a:active {
            background: #FCFBFB;
        }
/*.verticalslider .arrow {background: url(../images/arrow.png); width: 27px; height: 60px; position: absolute; z-index: 1000; margin-left: 250px; margin-top: -55px; }*/
.verticalslider .arrow {
    background: url(/images/arrow.png);
    position: absolute;
    z-index: 1000;
    margin-left: 250px;
    margin-top: -55px;
}

.last {
    border-bottom: 1px solid #c3c3c3;
}

/* Contents */
.verticalslider_contents {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .verticalslider_contents li {
        margin: 0px;
        padding: 0px;
        padding: 0px; /*display: none;  position: absolute; */
        list-style-type: none;
    }

        .verticalslider_contents li h2 {
            margin: 5px 20px;
            padding: 0px;
        }

        .verticalslider_contents li p {
            margin: 5px 45px 0 20px;
            padding: 0px;
        }

    .verticalslider_contents .activeContent {
        display: inline;
    }
/* Play Pause*/
.verticalslider .playPause a {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 50;
}

.verticalslider .play a:link,
.verticalslider .play a:visited {
    background: url(/images/plays.png) no-repeat 0 0;
    display: none;
}

.verticalslider .pause a:link,
.verticalslider .pause a:visited {
    background: url(/images/pauses.png) no-repeat 0 0;
}

.verticalslider .pause a:hover,
.verticalslider .pause a:active,
.verticalslider .play a:hover,
.verticalslider .play a:active {
    background-position: 0px -60px;
    border-bottom: none;
}

/*PCR 997 Styles*/
.tabWidth {
    width: 100%;
}

.tablewidthTab {
    width: 100%;
    margin-top: 10px;
}

.checkOptiontabContainer {
    overflow: auto;
}

.fl-tip {
    width: 20px;
    height: 15px;
    float: right;
    transform: translateY(-300%);
}

.horizontaltab {
    float: left; /*width:233px;*/
    width: 49%;
    background: #FBF9F8;
}

#firstTab a, #secondTab a {
    padding-bottom: 30px
}

#secondTab a {
    padding-left: 20px;
}

.horizontaltab a span {
    color: #fff;
    padding-left: 20px;
}

.horizontaltab.activeTab a span {
    color: #333333;
    padding-left: 20px;
}

.horizontaltab a:link, .horizontaltab a:visited, .horizontaltab a:active, .horizontaltab a:hover, .horizontaltab a { /*width:130px;*/
    width: 105%;
}

#firstTab #sglTip, #firstTab #dblTip, #secondTab #sglTip, #secondTab #dblTip {
    margin-right: 30px
}

#dblTip, #sglTip {
    background: url(/images/icn_question1.png) top center no-repeat;
    width: 20px;
    height: 15px;
    text-indent: -9999px;
    display: block;
    margin-right: 10px;
}

.verticalslider.horizontalStyle {
    border: 1px solid #d9d9d9;
    overflow: hidden;
    height: auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: -1px 1px 4px #cccccc;
    margin: 20px 0;
    padding: 0 0 10px;
    background-color: #FCFBFB;
    height: 100%;
    display: block;
}

.highlghtCheckOption {
    border: 1px solid #FAD275;
    background: #fffcee;
}

.checkPlaceHolder {
    padding: 5px;
}

.gallery-item__price {
    color: #337AB7;
    font-weight: bold;
    margin-bottom: 0;
}

.custom-radio-options {
    position: relative;
    display: block;
}

.option-name-custom {
    position: absolute;
    top: 7px;
}

.saveOver {
    color: #BE4D51;
    font-size: 14px;
    font-weight: 600;
}

.saveOver-custom {
    clear: both;
    float: right;
    line-height: 10px;
}

.price {
    font-size: 18px;
    font-weight: 700;
}

.price-custom {
    margin-top: -10px
}

.price--sm {
    font-size: 14px;
}

.price--md {
    font-size: 30px;
}

.price--lg {
    font-size: 40px;
}

.price__sup {
    padding-left: 2px;
}

.price-dollar-sign {
    margin-right: -4px;
}

.price__sup, .price__currency {
    font-size: .5em;
    letter-spacing: .02em;
    top: -.65em;
}

.option-type-label {
    display: inline-block !important;
    width: 100%;
}

.option_spanner {
    display: block;
    clear: both;
}

.option_price {
    display: block;
    margin-top: 3px;
    float: right !important;
}

    .option_price > span:first-child {
        float: right;
    }

    .option_price .price__currency {
        margin-right: -6px;
    }

    .option_price .price__dollar {
        margin-right: -4px;
    }

.option_quantity {
    font-size: 14px !important;
    font-weight: 400 !important;
    display: block;
    clear: both;
}

.option_description {
    float: left;
}

    .option_description span {
        line-height: normal;
    }

.option_button {
    display: block;
    float: left;
}

.helpIcon {
    float: right;
}

/*Tipsy Related*/
.tipsy {
    font-size: 14px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #ffffff;
    color: #444444;
    max-width: 200px;
    padding: 15px;
    text-align: center;
    opacity: 1.0;
}

/* Rounded corners */
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #c4c4c4;
}

/* Uncomment for shadow */
.tipsy-inner {
    box-shadow: 2px 2px 5px #c4c4c4;
    -webkit-box-shadow: 2px 2px 5px #c4c4c4;
    -moz-box-shadow: 2px 2px 5px #c4c4c4;
}

.tipsy-arrow {
    background: url(/images/tipsy.gif) no-repeat scroll left top rgba(0, 0, 0, 0);
    position: absolute;
    width: 5;
    height: 9;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
    border-bottom-color: #a8a8a8;
}

.tipsy-arrow-s {
    border-top-color: #a8a8a8;
}

.tipsy-arrow-e {
    border-left-color: #a8a8a8;
}

.tipsy-arrow-w {
    border-right-color: #a8a8a8;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    background-position: left bottom;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/**/

/*     ----- Product Page Style -----     */
.product_desc {
    color: #555;
    font-size: .9em
}

    .product_desc ul {
        margin: 1.5em;
    }

.InfoEntryLeftColumn {
    width: 460px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 25px;
}

.InfoEntryRightColumn {
    width: 300px;
    float: left;
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 25px;
}

.InfoEntryTabs {
    width: 100%;
}

.InfoEntryTab1Container { /* height:400px;*/
    padding: 10px;
    margin-bottom: 50px;
}

.InfoEntryTab2Container {
    padding: 10px;
}

.InfoEntryTab3Container {
    padding: 10px;
}

    .InfoEntryTab3Container label {
        margin-right: 10px
    }
/*use max-width*/
.InfoEntryPreview {
    max-width: 465px;
    clear: both;
    margin-top: 20px;
}

.errorInput {
    border: 2px solid #f00;
}

.form-group .errorInput {
    height: 34px;
}

.errorbox {
    background-color: #fee6e2;
    border: 1px solid #b00;
    color: #b00;
    margin: 20px 0;
    padding: 10px;
}

.approvebox {
    background-color: #f1f1f1;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #666;
    float: left;
    clear: both;
}

.agreebox {
    background-color: #ffffcc;
    border: 1px solid gray;
    clear: both;
    float: right;
    font: 12px Arial,Helvetica,sans-serif;
    height: 40px;
    margin-top: 15px;
    padding: 8px;
    width: 90px;
}

.addFA {
    background-color: #ffffcc;
    margin-right: -5px;
    padding: 5px;
    border: 1px solid gray;
    float: right;
    clear: both;
    font: 10px lato, Arial,Helvetica,sans-serif;
}

/* Preview Page */
.smalltext {
    font-size: xx-small;
    text-transform: uppercase;
}

.PreviewAgreeMsg a {
    font-variant: normal;
    font-size: 12px;
    padding-bottom: 3px
}

.divPreviewTitle {
    padding-bottom: 5px;
    float: left;
    position: relative;
    font-weight: bold;
    width: 100%;
}

.divPreviewItem {
    margin-left: 50px;
    margin-top: 15px;
    padding-bottom: 5px;
    float: left;
    width: 740px;
}
/*.divEnterInfo {position:absolute; float:left; margin-left:445px}*/
.divEnterPersonalization {
    border: 1px solid #C1C1C1;
    visibility: visible;
    padding: 10px;
    background-color: #f6f6f6;
}

.divActivepreviewbutton {
    text-align: right;
    margin-bottom: 20px;
    width: 240px
}

.divPreviewButton {
    border: 1px solid #C1C1C1;
    padding: 10px;
    background-color: #f6f6f6;
    float: right;
    margin-bottom: 20px
}

    .divPreviewButton .divpreviewAgreement {
        padding: 10px;
        text-align: left;
    }

.divAddtoCartBtn {
    margin-left: 105px;
    margin-top: 10px;
    margin-bottom: 10px
}

.personalizePageBody body {
    background: url(../images/persBodyBg.png) repeat-x;
}
/* Preview Page ends here */

/** Personalization Page (InfoEntryIII.aspx) **/
.logo-container {
    margin-top: 10px
}

.stMain ul.tabAnchor li a {
    text-align: center;
    padding: 7px 0;
}

.check-preview__overlay {
    position: relative;
}

/* This naming after .checks-preview__overlay-- refers to 'bizpers + tabindex' around line 289 in infoEntryIII.aspx */
.check-preview__overlay--personal0:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    background: url(/images/overlay_PersonalCheck_Tab1.png) no-repeat;
    background-size: contain;
}

.check-preview__overlay--personal1:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    background: url(/images/overlay_PersonalCheck_Tab2.png) no-repeat;
    background-size: contain;
}

/*Use this class if needs to add overlay image in business checks and add a background to it */
.check-preview__overlay--business0:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    background-size: contain;
}

.checkImage {
    display: table;
    margin: 0 auto;
}

input.InfoEntryInput {
    width: 100%;
}

input.errorInput {
    width: 100%;
}

.form-group select.resetInput_class {
    width: 100%;
}

.form-group select.errorInput {
    width: 100%;
}

.infolink {
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer;
}

/*THIS IS FOR THE HELP/HINT IMAGES*/
.infoPersonal, .infoBiz {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #707078;
}

/*THESE ARE THE WRAPPERS FOR THE CHECK IMAGE THAT ALSO CONTAIN THE OVERLAY*/
.checkImage_PersonalCheck_Tab1,
.checkImage_BizGeneralPurpose_Tab1,
.checkImage_LaserWallet_Tab1,
.checkImage_BizLaserChecks_Tab1,
.checkImage_BizDeskChecks_Tab1,
.checkImage_DepositBusinessPortrait_Tab1,
.checkImage_DepositBusinessLandscape_Tab1,
.checkImage_GiftCertificate_Tab1,
.checkImage_DepositPersonal_Tab1,
.checkImage_LaserInvoice_Tab1,
.checkImage_PersonalCheck_Tab2,
.checkImage_BizGeneralPurpose_Tab2,
.checkImage_LaserWallet_Tab2,
.checkImage_BizLaserChecks_Tab2,
.checkImage_BizDeskChecks_Tab2,
.checkImage_DepositBusinessPortrait_Tab2,
.checkImage_DepositBusinessLandscape_Tab2,
.checkImage_GiftCertificate_Tab2,
.checkImage_DepositPersonal_Tab2,
.checkImage_LaserInvoice_Tab2 {
    position: relative;
}

.checkImage_PersonalCheck_Tab1, .checkImage_PersonalCheck_Tab2 {
    height: 242px;
}

.checkImage_BizGeneralPurpose_Tab1, .checkImage_BizGeneralPurpose_Tab2, .checkImage_BizLaserChecks_Tab1, .checkImage_BizLaserChecks_Tab2 {
    height: 196px;
}

.checkImage_BizGeneralPurpose_Tab1, .checkImage_BizGeneralPurpose_Tab2, .checkImage_BizLaserChecks_Tab1, .checkImage_BizLaserChecks_Tab2, .checkImage_LaserWallet_Tab1, .checkImage_LaserWallet_Tab2, .checkImage_BizDeskChecks_Tab1, .checkImage_BizDeskChecks_Tab2 {
    background: url(/images/checkBg_biz_general.png) bottom center no-repeat;
}

    /*This tells the check image for the business checks to not exceed a set width*/
    .checkImage_BizGeneralPurpose_Tab1 img, .checkImage_BizGeneralPurpose_Tab2 img, .checkImage_BizLaserChecks_Tab1 img, .checkImage_BizLaserChecks_Tab2 img, .checkImage_LaserWallet_Tab1 img, .checkImage_LaserWallet_Tab2 img, .checkImage_BizDeskChecks_Tab1 img, .checkImage_BizDeskChecks_Tab2 img {
        max-width: 465px;
    }

.checkImage_LaserWallet_Tab1, .checkImage_LaserWallet_Tab2 {
    height: 246px;
}

.checkImage_BizDeskChecks_Tab1, .checkImage_BizDeskChecks_Tab2 {
    height: 236px;
}

/*THESE ARE THE OVERLAY STYLES, BY TAB, AND THEN BY CHECK STYLE*/
.overlay_PersonalCheck_Tab1,
.overlay_BizGeneralPurpose_Tab1,
.overlay_LaserWallet_Tab1,
.overlay_BizLaserChecks_Tab1,
.overlay_BizDeskChecks_Tab1,
.overlay_DepositBusinessPortrait_Tab1,
.overlay_DepositBusinessLandscape_Tab1,
.overlay_GiftCertificate_Tab1,
.overlay_DepositPersonal_Tab1,
.overlay_LaserInvoice_Tab1,
.overlay_PersonalCheck_Tab2,
.overlay_BizGeneralPurpose_Tab2,
.overlay_LaserWallet_Tab2,
.overlay_BizLaserChecks_Tab2,
.overlay_BizDeskChecks_Tab2,
.overlay_DepositBusinessPortrait_Tab2,
.overlay_DepositBusinessLandscape_Tab2,
.overlay_GiftCertificate_Tab2,
.overlay_DepositPersonal_Tab2,
.overlay_LaserInvoice_Tab2 {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
    width: 465px;
}

/* ***************  TAB ONE STYLES  ***************** */
.overlay_PersonalCheck_Tab1 {
    background: url(/images/overlay_PersonalCheck_Tab1.png) no-repeat top left;
    height: 214px;
}

.overlay_BizGeneralPurpose_Tab1 {
}

.overlay_LaserWallet_Tab1 {
    background: url(/images/checkOverlay_bizLaserWallet_account.png) no-repeat top left;
    height: 219px;
}

.overlay_BizLaserChecks_Tab1 {
    background: url(/images/checkOverlay_BizLaserChecks_accountNumber.png) no-repeat top left;
    height: 210px;
}

.overlay_BizDeskChecks_Tab1 {
    background: url(/images/checkOverlay_BizDeskChecks_accountNumber.png) no-repeat top left;
    height: 210px;
}

/*Since the Deposit Tickets ask for the user to look at their check, we just show a help image, and no preview overlay*/
.overlay_DepositBusinessPortrait_Tab1 {
    background: url(/images/DepositBusiness.png) no-repeat top left;
    height: 600px;
}

.overlay_DepositBusinessLandscape_Tab1 {
    background: url(/images/DepositBusiness.png) no-repeat top left;
    height: 600px;
}

/* ***************  TAB TWO STYLES  ***************** */

.overlay_PersonalCheck_Tab2 {
    background: url(/images/checkOverlay_address.png) no-repeat top left;
    height: 214px;
}

.overlay_BizGeneralPurpose_Tab2 {
}

.overlay_LaserWallet_Tab2 {
    background: url(/images/checkOverlay_bizLaserWallet_address.png) no-repeat top left;
    height: 219px;
}

.overlay_BizLaserChecks_Tab2 {
    background: url(/images/images/checkOverlay_BizLaserChecks_address.png) no-repeat top left;
    height: 210px;
}

.overlay_BizDeskChecks_Tab2 {
    background: url(/images/checkOverlay_BizDeskChecks_address.png) no-repeat top left;
    height: 210px;
}

.overlay_DepositBusinessPortrait_Tab2 {
    background: url(/images/DepositBusiness.png) no-repeat top left;
    height: 600px;
}

.overlay_DepositBusinessLandscape_Tab2 {
    background: url(/images/DepositBusiness.png) no-repeat top left;
    height: 600px;
}

.HTMLDescTable {
    display: none;
}

.HTMLDescHeaderTable {
    display: none;
}

.persContactWrapper {
    float: right !important;
    padding-right: 40px;
}

.persBackButton {
    width: 450px;
    margin-top: 15px;
}

.persHelp {
    font-family: lato, Arial, Helvetica, sans-serif;
    margin: 18px 15px 0 15px;
    color: #ffffff;
    float: left;
}

    .persHelp a, .persHelp a:visited {
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
    }

        .persHelp a:hover {
            text-decoration: underline;
        }

.persPhone {
    color: #ffffff;
    font-weight: bold;
    margin: 20px 0 0 0;
    font-size: 14px;
    float: left
}

div.persUserInfo {
    background-color: #fffee7;
    padding: 10px;
    color: #202028;
    border: solid 1px #999;
    font-size: 14px;
}

.persUserInfo a {
    color: #0065ac;
}

    .persUserInfo a:hover {
        color: #202028;
    }

    .persUserInfo a:visited {
        color: #0065ac;
    }

.persLiveChat {
    margin: 20px 0 0 0;
    float: left;
}

.smbtn_green.liveChat {
    margin-right: 10px;
}

    .smbtn_green.liveChat span {
        padding-left: 23px;
        background-position: 0 -408px;
    }

        .smbtn_green.liveChat span:hover {
            padding-left: 23px;
            background-position: 0 -428px;
        }

/* personalization inputs */
.requiredField {
    color: #f00;
}

a.mil {
    color: #0065ac;
    font-size: 12px;
}

    a.mil:hover {
        color: #202028;
    }

    a.mil:visited {
        color: #0065ac;
    }

a.secondary {
    color: #202028;
}

    a.secondary:hover {
        color: #0065ac;
    }

    a.secondary:visited {
        color: #202028;
    }

#accountopened {
    display: block;
}

.HTMLDescSpecTable {
    width: 215px;
}

.resetInput_class {
    height: 28px;
    margin: 0 0 15px;
    padding: 3px 0px 3px 3px; /*padding: 0 0 8px 0;*/
    border: 1px solid #DDDDDD;
}

.dataPrevLabel {
    color: #202028;
    font-size: 12px;
    font-weight: bold;
}

.dataPrevData {
    color: #202028;
    font-size: 12px
}

#Tab3Previous {
    float: left;
}

.LogoTheChosenOne, .LogoChooseOne {
    text-align: center;
    height: 100px;
}

.needItFaster {
    font-size: 17px;
    font-weight: bold;
}

.dashboardComponent {
    padding: 20px 30px 20px 15px;
}

    .dashboardComponent select {
        font-size: 12px;
    }

.dashboardComponentActionable {
    padding: 10px;
    background: url(/images/dashboardEditIcon.png) right top no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    float: right;
}

    .dashboardComponentActionable:hover {
        background-position: right -60px;
    }

a.dashboardComponentWrapper.dashboardComponentActionable:hover {
    border: 2px solid #f00;
}

.dashboardComponentWrapper .resetInput_class {
    margin-bottom: 8px;
}

.image_enhanced {
    font-size: 10px;
    color: #777;
    text-align: center;
    margin-top: 10px
}

.checkout-nav-container.navwrapper {
    background-position: 0 -5px;
    height: auto;
}

.help-link-list {
    list-style: none;
    list-style-type: none;
    margin-left: 5px
}

#fancybox-content form, #fancybox-content iframe {
    background: white;
}

.quantity-container {
    padding-left: 0
}

.cart_removelink {
    font-size: .85em;
    color: #777;
    margin-bottom: 0
}

.cart_subtotal, .cart_subtotal_text {
    font-weight: bold;
}

.cart-product-name {
    font-size: .85em;
    margin: 4px 0;
    line-height: 1
}

.cart_select {
    font-size: 13px;
    font-weight: bold
}

/* Custom Cart Buttons*/

.cart_item_actions .divEditCustomize a {
    color: #fff;
    background-color: #337AB7;
    border: 1px solid #337AB7;
    width: 150px;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 20px;
}

    .cart_item_actions .divEditCustomize a:hover {
        background-color: #0070b2;
        border-color: #0070b2;
    }

    .cart_item_actions .divEditCustomize a img {
        display: none;
    }

    .cart_item_actions .divEditCustomize a:before {
        content: "Edit Item";
    }

.cart_item_actions .cart_item_btn_remove {
    margin-bottom: 16px;
}

    .cart_item_actions .cart_item_btn_remove a p {
        width: 150px !important;
        text-transform: capitalize;
        text-decoration: none;
        margin-top: 8px;
        cursor: pointer;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        color: #2E6CA3;
        background-color: #fff;
        border: 1px solid #d9d9d9;
        border-radius: 20px;
    }

    .cart_item_actions .cart_item_btn_remove p:hover {
        background-color: #fff;
        border-color: #337AB7;
    }

.smbtn_green {
    display: inline-block;
    margin-bottom: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #edf8fa;
}

.PromoTxt {
    display: block;
    height: 34px;
    color: #565656;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 90%;
    margin: 0 auto;
}

/*  this is to match what shows when there are multiple selections  */
.table-borderless > thead > tr > th, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > tbody > tr > td, .table-borderless > tfoot > tr > td {
    border: 0;
}

.p-padding-5 {
    padding: 5px;
}

.check-armor-row label {
    font-weight: normal
}

.ipr-row p, .check-armor-row p {
    margin-bottom: 0
}

.ipr-row div.checkbox {
    margin-top: 0
}

.table-cart-main {
    border-bottom: solid 2px #d3d3d3;
    margin-bottom: 0
}

    .table-cart-main thead {
        background: #eee;
        border-bottom: solid 1px #d3d3d3
    }

.ship-time-container table {
    font-size: .95em
}

.contact-container h2 {
    margin-top: 0
}

.contact-container div.panes div {
    margin-top: 0
}

.contact-container label {
    margin: 0 0 5px 0;
}

.contact-us-tip {
    padding: 7px;
    margin-bottom: 10px
}

    .contact-us-tip h4 {
        margin-top: 0
    }

    .contact-us-tip p {
        margin-bottom: 0
    }

.panes .child-pane {
    background-color: #fff;
    border: 1px solid #2E6CA3;
    clear: left;
    float: left;
    margin: 2px 0 0 20px;
    padding: 20px;
    width: 100%;
}

.child-pane.isMobile {
    margin: 0;
    padding: 10px;
    width: 100%;
}

ul.tabs a.w1.current, ul.tabs a.w2.current, ul.tabs a.w3.current, ul.tabs a.w4.current, ul.tabs a.w5.current {
    border-bottom-color: #2E6CA3;
}

.linkBackWrapper {
    display: inline;
    position: absolute;
    font-size: 1.05rem;
    margin-left: 80px;
    margin-top: -5px;
}

.SelectProducModalSearch .search-btn {
    padding: 3px 5px
}

.gallery-item.CheckedOverlay {
    background: url(/images/selected_icon.png) right bottom no-repeat #f6ffed;
    border: 1px solid #61bc00;
}

.errorpage {
    padding-top: 20px;
    color: #666;
    font-size: 18px;
    font-weight: 200;
}

    .errorpage h1 {
        color: #0062a5;
        font-weight: 400;
        font-size: 28px;
        margin: 0 0 5px 0;
        padding: 0;
        line-height: 1.2;
        text-align: center;
    }

    .errorpage h2 {
        color: #555;
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.1;
    }

    .errorpage a {
        font-weight: 400
    }

    .errorpage ul {
        list-style-position: inside;
    }

    .errorpage li {
        line-height: 1.4;
    }

    .errorpage div.fl {
        padding: 15px 0 0 135px;
        width: 80%;
    }

.divider {
    height: 1px;
    width: 100%;
    display: block; /* for use on default inline elements like span */
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/*--- Check Armor Style ---- */
.fraud-armor {
    background: #f2f8fd;
    padding: 20px;
    overflow: hidden
}

    .fraud-armor a {
        color: #3174AF
    }

.hide-label {
    display: none;
}

.secureValue {
    color: #666;
}

    .secureValue td {
        padding-right: 20px;
    }

#SecurityProduct {
    margin: 10px 0 0 0;
    overflow: hidden;
}

.fraudArmorContainer {
    clear: both;
    overflow: hidden;
    padding: 5px 10px;
    margin: 5px 0;
    border-top: 1px #dbdddc solid;
    font-size: 11px;
}

.cheArmText {
    font-size: 11px;
    color: #666666;
    display: block;
    margin-bottom: 3px;
}

    .cheArmText a, .productOffer p a {
        color: #52A98D;
    }

    .cheArmText ul {
        margin: 0px;
        list-style: outside;
        padding-left: 25px;
        line-height: 15px;
    }

    .cheArmText a {
        margin: 0px 0 5px 25px;
        display: block;
    }

.fraudArmorContainer h4 {
    color: #5b5b5b;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
/* .fraudArmorContainer h4 span{color:#4C907B;} */
span.cheArmRecText, span.freetext {
    font-size: 14px;
}

.fraudArmorContainer img {
    margin-right: 5px;
    float: right;
}

div.fraudArmorRadio {
    overflow: hidden;
}

    div.fraudArmorRadio table {
        width: 350px;
    }

    div.fraudArmorRadio div {
        margin: 3px 0 0 5px;
        font-weight: bold;
        clear: both;
    }

    div.fraudArmorRadio label {
        font-size: 12px;
        color: #666;
        padding: 0px;
        margin: 0px;
    }

    div.fraudArmorRadio input {
        padding: 0px;
        margin: 0px;
        margin: 1px 5px 0 0;
    }

    div.fraudArmorRadio strong {
        color: #9f2631;
    }

    div.fraudArmorRadio span.securePrice {
        font-size: 12px;
        margin-top: 4px;
    }

.removeChArm {
    display: block;
}

img.cartChArm {
    border: 1px solid #d6d6d6;
}

.general-blue-color {
    color: #1B4298;
}

.border-blue {
    border-color: #7A90C3;
    color: #7A90C3;
}

    .border-blue::placeholder {
        color: #7A90C3;
    }

.fb-gif-footer {
    float: right;
}

.tw-gif-footer {
    float: right;
}

.dropdown-toggle {
    color: #1B4298 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.dropdown-menu {
    color: #1B4298 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

/* Payment.aspx */
input[type='image'].edit-info {
    float: right;
    width: 50px;
    height: 32px;
    background: url(/images/edit-orange.png) no-repeat;
    cursor: pointer;
}

span.checkout-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0;
}

.embed-responsive-item {
    width: 100%;
    min-height: 670px;
}

.payment-block {
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #eee;
}

.tdFraudDescCart {
    padding-left: 5px !important;
}

table.cart .cart_item_shipping input[type="radio"] {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .navbar {
        margin-top: -16px;
        padding-top: 15px;
    }

    .cart {
        padding-top: 15px;
    }

    .tdRemoveFraudFromCart {
        float: right !important;
        width: auto !important;
    }

    .removeChArm.cart_item_btn_remove a p {
        width: 90px !important;
    }

    .tdFraudDescCart {
        display: block !important;
        float: left !important;
        padding-left: 0px !important;
    }

    img.pdp-image__style {
        width: 100%
    }

    .nav > li > a:hover, .nav > li > a:focus {
        background: #DDE2F3 !important;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: #DDE2F3 !important;
    }

    table.cart {
        border-collapse: separate;
        border-spacing: 5px;
        padding: 2px;
        border: 1px solid #ccc !important;
        border-radius: 5px;
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.11);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.11);
        box-shadow: 0 1px 4px rgba(0,0,0,.11);
    }

        table.cart tr {
            display: table;
            width: 100%;
        }

        table.cart td {
            display: table-row;
        }

    .table_cart_header {
        display: none;
    }

    .divEditCustomizeMain {
        margin-bottom: 20px;
    }

    .cart_mob_item_name {
        clear: both;
        font-size: 1.4em;
        font-weight: bold;
        text-align: left;
    }

    .cart_item_img_name p {
        display: none;
    }

    .cart_item_img_name {
        float: left;
    }

    .cart_item_actions {
        float: right;
    }

    .cart_item_sep {
        display: none !important;
    }

    table.cart .cart_item_shipping_title, table.cart .cart_item_qty_title {
        padding-top: 20px;
        font-size: 1.23em;
    }

    table.cart .cart_item_shipping, table.cart .cart_item_qty {
    }

    table.cart .cart_item_shipping_subtotal {
        display: inline !important;
    }

    table.cart .cart_item_product {
        text-align: center;
    }

        table.cart .cart_item_product p {
            width: 100% !important; /* o-r */
        }

    table.cart_totals {
        margin-top: 25px;
    }

    .cart_btns_utils {
        float: left;
        width: 200px;
    }

        .cart_btns_utils a {
            width: 200px;
        }

    .cart_info_checks {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    #divSingles {
        padding-left: 10px !important;
    }
}

.search-in-reorder-modal-container {
    width: 99%;
}

.search-in-reorder-modal-input {
    border-radius: 20px 0 0 20px;
    min-width: 180px;
    width: 35% !important;
    font-size: 16px !important;
    height: 34px;
    border-color: #7A90C3;
    color: #7A90C3;
    display: inline-block !important;
}

    .search-in-reorder-modal-input::placeholder {
        color: #7A90C3;
    }

.search-in-reorder-modal-btn {
    position: relative;
    border-color: #1B77BD;
    background: #1B77BD;
    border-radius: 0 20px 20px 0;
    color: #FFF;
    left: -5px;
    top: -3px;
    height: 34px;
}

    .search-in-reorder-modal-btn:hover {
        border-color: #1B77BD;
        background: #1B77BD;
        color: #FFF;
    }

@media (min-width: 501px) {
    .reorder-dropdown-category {
        text-align: right;
    }
}

@media (max-width: 500px) {
    .reorder-dropdown-category {
        text-align: left;
    }
}

.product-card.CheckedOverlay {
    background: url(/images/selected_icon.png) right bottom no-repeat #f6ffed;
    border: 1px solid #61bc00;
}

.blueInformational {
    color: #1B4298;
    font-weight: 400;
    margin-top: 20px;
    display: flex;
    gap: 8px;
}

    .blueInformational img {
        margin-top: 2px;
        height: 14px;
        width: 14px;
    }

@media (min-width: 768px) {
    .blueInformational img {
        margin-top: 6px;
        height: 14px;
        width: 14px;
    }
}

.free-pack-div {
    border-right: 2px dashed #D4701C;
    border-bottom: 2px dashed #D4701C;
    border-left: 2px dashed #D4701C;
    background-color: #FDF7F2;
    margin: -5px 10px 10px 10px;
    padding: 8px 12px 12px 12px;
}

.free-pack-title {
    font-size: 16px;
    font-weight: 700;
    color: #7E4310;
    margin-bottom: 5px;
}

.free-pack-desc {
    font-size: 14px;
    color: #7E4310;
    margin-bottom: 0px;
}

.free-pack-desc-packs {
    font-weight: 700;
}

.free-pack-desc-code {
    font-weight: 700;
    letter-spacing: 1px;
}

.pdp-main-button-div {
    margin-bottom: 15px;
}

.pdp-add-fraud-protection-div {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.pdp-add-fraud-protection-title {
    font-size: 20px;
    font-weight: 700;
}

.pdp-add-fraud-protection-recommended {
    border-radius: 4px;
    background-color: #C7E3B5;
    color: #3B3B3B;
    margin-left: 10px;
}

/*begin cart page breakpoint changes */
/*small mobile*/
@media (min-width: 344px) and (max-width: 360px) {
    .pdp-add-fraud-protection-recommended {
        margin-left: 0px;
    }

    .badge {
        padding: 1px 1px;
        font-size: 10px;
    }

    .cart_select {
        font-size: 11px;
    }

    .table_cart .cart_item_shipping input[type="radio"] {
        margin-right: 2px;
    }
}
/*mobile*/
@media (min-width: 361px) and (max-width: 395px) {
    .pdp-add-fraud-protection-recommended {
        margin-left: 0px;
    }

    .badge {
        padding: 3px 2px;
        font-size: 10px;
    }

    .table_cart .cart_item_shipping input[type="radio"] {
        margin-right: 3px;
    }
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991px) {
    .pdp-add-fraud-protection-recommended {
        margin-left: 0px;
    }

    .badge {
        padding: 0px 0px;
        font-size: 12px;
    }

    .PromoTxt, .smbtn_green, .table_cart .cart_item_qty select {
        font-size: 12px;
        padding: 2px 2px
    }

    .cart_select {
        font-size: 11px;
    }

    table .cart .cart_item_shipping input[type="radio"] {
        margin-right: 1px;
    }
}
/*end cart page breakpoint changes */


.pdp-fraud-div {
    margin: 10px 0px 15px 0px;
}

.pdp-fraud-label {
    display: block !important;
    margin: 0 !important;
}

.pdp-fraud-top {
    border: 3px solid #949494;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pdp-fraud-checked .pdp-fraud-top {
    border: 3px solid #1B77BD;
}

.pdp-fraud-top-text {
    margin-left: 10px;
}

.pdp-fraud-top-chkbx::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: white;
    display: block;
    box-shadow: 0px 0px 0px 2px #949494;
}

.pdp-fraud-label:not(.pdp-fraud-checked) .pdp-fraud-top:hover .pdp-fraud-top-chkbx::before {
    content: '';
    background-color: #E2E6F5;
    box-shadow: 0px 0px 0px 2px #1B77BD;
    border: 2px solid white;
}

.pdp-fraud-checked .pdp-fraud-top-chkbx::before {
    content: url('../../images/heavy-check-mark.svg');
    background-color: #1B77BD;
    box-shadow: 0px 0px 0px 2px #1B77BD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdp-fraud-top-title {
    font-size: 18px;
    font-weight: 600;
    color: #616161;
}

.pdp-fraud-checked .pdp-fraud-top-title {
    color: #3B3B3B;
}

.pdp-fraud-top-desc {
    font-size: 14px;
    font-weight: 400;
    color: #616161;
}

.pdp-fraud-checked .pdp-fraud-top-desc {
    color: #3B3B3B;
}

.pdp-fraud-top-price {
    margin-left: auto;
    font-size: 18px;
    font-weight: 700;
    color: #616161;
}

.pdp-fraud-checked .pdp-fraud-top-price {
    color: #1B4298;
}

.pdp-fraud-bottom {
    border-right: 2px dashed #92A4CE;
    border-bottom: 2px dashed #92A4CE;
    border-left: 2px dashed #92A4CE;
    background-color: #F7FCFE;
    margin: 0px 10px 10px 10px;
    padding: 12px;
}

.pdp-fraud-bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.pdp-fraud-bottom-img {
    margin-right: auto;
}

.pdp-fraud-bottom-link {
    margin-left: 40px;
}

.pdp-fraud-bottom-link-img {
    margin: 0px 10px;
    cursor: pointer;
}

.pdp-fraud-bottom-ul {
    padding-left: 25px;
    margin-top: 5px;
}

.text-underline {
    text-decoration: underline;
}

.panel-title {
    font-weight: 600;
}

.panel-body ul,
.panel-body ol {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 1em;
}

    .panel-body ul li:not(:last-child),
    .panel-body ol li:not(:last-child) {
        margin-bottom: 0.5em;
    }

.faq-nav {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.nav.faq-nav > li > a {
    font-weight: 600;
    font-size: 15px;
}

.confirmation-container {
    margin-bottom: 20px;
}

.contact-us-info {
    font-size: 16px;
}

.contact-us-content {
    margin-top: 40px;
}

.reorder-ordered-before {
    font-weight: 700;
}