html body {
    line-height: 1.42857143;
}

.clear {
    clear: both;
}

#global-nav-breadcrumb {
    display: none;
}

.global-header-cfa-navigation-title {
    font-weight: 800;
    border-right: 1px solid #000;
    height: 30px;
    padding: 2px 28px 15px 15px;
    margin: 5px 0;
    font-size: 18px;
}

.global-header-container {
    background: #fff;
    width: 100%;
}

.global-header-container ul {
    list-style-type: none;
}

.global-header-container > .container-fluid {
    padding-bottom: 0;
    padding-left: 27px;
    padding-right: 0;
    border-bottom: 1px solid #999;
    height: 50px;
}

.global-header-container > .container-fluid > a:nth-child(2) {
    float: left;
    width: 225px;
    padding-top: 12px;
}

.global-header-container > .container-fluid > a:nth-child(2) img {
    width: 100%;
    height: 100%;
    max-width: 204px;
    max-height: 29px;
}

.global-header-container a:hover,
.global-header-container a:focus {
    text-decoration: none;
}

.global-header-top-nav {
    width: 540px;
    float: left;
    margin-top: 1px;
    padding-top: 12px;
}

.global-header-top-nav-item {
    float: left;
    margin: 15px 23px 0 26px;
    position: relative;
}

.global-header-top-nav-item a:link, .global-header-top-nav-item a:visited {
    color: #000;
    text-transform: uppercase;
    font: 700 18px/25px "Helvetica W01", Helvetica,Arial,sans-serif;
}

.global-header-top-nav-item.active
{
    border-bottom: 5px solid #ec1c24;
    padding-bottom: 4px;
}

.global-header-top-nav-item:not(.active):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 0;
    background: #ec1c24;
    transition: all 300ms;
}

.global-header-top-nav-item:not(.active):hover:after {
    height: 5px;
}

.global-header-top-nav-account {
    float: right;
    height: 50px;
    position: relative;
    margin-left: 16px;
}

.global-header-search-wrap {
    /*float: right;*/
    margin: 13px 18px 0 0;
    overflow: hidden;
    /*width: 100%;
    max-width: 215px;*/
}

@media (max-width: 1199px) {
    .global-header-search-wrap {
        display: none;
    }
}

.global-header-search-wrap form input[type="text"] {
    /* float: left; */
    display: none;
    border-top: none;
    margin-top: 0;
    border-left: none;
    border-right: none;
    font-size: 18px;
    border-bottom: 1px solid #000;
    /* max-width: 175px; */
    width: 97%;
    color: #c7c7c7;
    font-weight: 300;
}

@media (max-width: 1450px) {
    .global-header-search-wrap form input[type="text"] {
        width: 95%;
    }
}

.global-header-search-wrap form input[type = 'text']:focus {
    outline: none;
}

.global-header-search-wrap form .global-header-search-icon {
    /*margin-left: 13px;*/
    float: right;
}

.global-header-search-wrap form .global-header-search-icon.open {
    display: block;
}

.global-header-search-wrap form .global-header-search-icon.submit {
    display: none;
}

.global-header-subscribe-wrap {
    display: none;
    float: left;
    border-left: 1px solid #999;
    height: 50px;
}

.global-header-account-btn {
    float: left;
    padding-top: 12px;
}

.global-header-account-btn a:link, 
.global-header-account-btn a:visited {
    padding: 14px;
    color: #000;
    font: 500 18px/25px "Neue Helvetica W01", Helvetica,Arial,sans-serif;
}

@media screen and (max-width: 780px)  {
    .global-header-account-btn a:link,
    .global-header-account-btn a:visited {
        padding: 13px;
    }
}

.global-header-account-btn.subscribe-btn-red a {
    background-color: #ec1c24;
    color: #fff;
}

.global-header-account-wrap {
    display: none;
    float: left;
    font-size: 18px;
    padding: 12px 10px 0 20px;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    height: 50px;
    cursor: pointer;
}

.global-header-account-abrev,
.global-header-account-info {
    float: left;
}

.global-header-account-info {
    margin-right: 20px;
}

.global-header-account-info > img {
    margin-left: 5px;
}

.global-header-account-abrev {
    margin: -3px 17px 0 0;
    color: #fff;
    font-size: 18px;
    background-color: #ec1c24;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;
    font-weight: 300;
}

.global-header-account-settings {
    display: none;
    position: absolute;
    top: 50px;
    background: #fff;
    width: 100%;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 15px;
    z-index: 1000;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.global-header-account-settings > div ul {
    margin: 0;
    padding: 0;
}

.global-header-account-settings > div ul li {
    line-height: 27px;
}

.global-header-account-settings > div ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.global-header-account-settings:before,
.global-header-account-settings:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top: 0;
}

.global-header-account-settings:before {
    top: -7px;
    left: 28px;
    border-bottom-color: #999;
    border-width: 7px;
}

.global-header-account-settings:after {
    left: 29px;
    border-bottom-color: #fff;
    border-width: 6px;
    top: -6px;
}

.global-header-renew-subscriptions {
    display: none;
}

.global-header-renew-subscriptions li {
    margin-bottom: 13px;
    border-bottom: 1px solid #979797;
    padding-bottom: 11px;
    display: none;
}

ol.alert {
    color: #ff0000;
    font-size: 13px;
    list-style-type: none;
    display: none;
    margin: 0;
    padding: 0;
}

ol.alert li {
    font-weight: 300;
    line-height: 18px;
    border-bottom: 1px solid #979797;
    padding-bottom: 11px;
    margin-bottom: 13px;
}

ol.alert li a {
    line-height: 27px;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 3px 0 0 0;
    font-weight: 300;
    display: block;
}


/*Start sub franchise nav*/
.global-header-sub-franchise-menu {
    background-color: #f3f3f3;
    padding: 0 0 0 13px;
    width: 100%;
    display: list-item;
    border-bottom: 1px solid #999;
    height: 40px;
    margin: 0;
}

.global-header-sub-franchise-menu.global-header-no-border {
    border-bottom: transparent;
    background-color: #fff;
}

.global-header-sub-franchise-menu li {
    float: left;
    list-style-type: none;
    position: relative;
}

.global-header-sub-franchise-menu li.global-header-social-wrap {
    float: right;
}

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a {
    padding: 10px 12px 29px 0;
}

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a.hiddenIcons {
    width: 34px;
    display: none;
}

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a:last-child {
    width: 25px;
}

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a.hiddenIcons img {
    width: 100%;
}

.global-header-sub-franchise-menu li.active:before,
.global-header-sub-franchise-menu li.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top: 0;
}

.global-header-sub-franchise-menu li.active:before {
    top: 33px;
    left: 38%;
    border-bottom-color: #8f8f8f;
    border-width: 7px;
}

.global-header-sub-franchise-menu li.active:after {
    bottom: 0px;
    left: 39.3%;
    border-bottom-color: #fff;
    border-width: 6px;
    top: 34px;
}

.global-header-sub-franchise-menu li a {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    height: 30px;
    padding: 10px 28px 29px 15px;
    /*display: inline-block;*/
    color: #000;
    font-weight: 500;
    font-size: 14px;
    float: left;
    line-height: 20px;
}

.global-header-sub-franchise-menu li a:hover {
    color: rgba(0,0,0,.5);
}

.global-header-sub-franchise-menu li.global-header-breadcrumb-item > a {
    padding: 10px 10px 29px 15px;
    clear: both;
    font-size: 13px;
}

.global-header-sub-franchise-menu li.global-header-breadcrumb-item a > span {
    width: 25px;
    height: 25px;
    background-color: #f1f1f1;
    float: left;
    margin: -3px -10px 0 0;
    padding: 8px 0 0 4px;
}

.global-header-sub-franchise-menu li.global-header-breadcrumb-item a > span > img {
    width: 16px;
    display: block;
}

.global-header-sub-franchise-menu li {
    position: relative;
    text-transform: capitalize;
}

.global-header-sub-franchise-menu li div.nav-category-popup {
    display: none;
    padding-top: 10px;
    position: absolute;
}

.global-header-sub-franchise-menu li div.nav-category-popup:before,
.global-header-sub-franchise-menu li div.nav-category-popup:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top: 0;
    z-index: 1000;
}

.global-header-sub-franchise-menu li div.nav-category-popup:before {
    top: 1px;
    left: 43px;
    border-bottom-color: #8f8f8f;
    border-width: 10px;
}

.global-header-sub-franchise-menu li div.nav-category-popup:after {
    bottom: 0px;
    left: 44px;
    border-bottom-color: #fff;
    border-width: 9px;
    top: 2px;
}

.global-header-sub-franchise-menu li div.nav-category-popup > div {
    position: absolute;
    overflow: hidden;
    z-index: 100;
    background: #fff;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 5px solid #f37d2a;
    text-transform: capitalize;
    padding: 10px 10px 15px 10px;
}

.global-header-sub-franchise-menu li div.nav-category-popup > div li {
    white-space: nowrap;
    display: block;
    clear: both;
}

.global-header-breadcrumb-item > span {
    margin: 8px 0 0 0;
    display: inline-block;
}

div.nav-category-popup ul.nav-category-popup-column {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

div.nav-category-popup ul.nav-category-popup-column li a {
    font-weight: 300;
    font-size: 13px;
    padding: 10px 28px 23px 15px;
}

.global-header-nav-cat-menu {
    height: auto;
    display: none;
}

.global-header-nav-cat-menu > ul {
    padding: 0;
    margin: 0;
}

.global-header-cfa-item-close {
    position: absolute;
    right: 34px;
    top: 2px;
    z-index: 500;
}

.global-header-cfa-item {
    display: none;
    list-style-type: none;
}

.global-header-cfa-item ul {
    margin: 0;
    padding: 0;
}

.global-header-cfa-item > ul > li {
    border-bottom: 5px solid;
    height: 100%;
    position: relative;
}

.global-header-superCat {
    max-width: 1445px;
    margin: 3.125em auto 0;
    height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 110px;
}

.global-header-superCat ul {
    float: left;
    padding: 0;
    margin-right: 4.375em;
    margin-bottom: 0.9375em;
}

.global-header-superCat ul:last-child {
    margin-right: 0;
}

/*.global-header-superCat > ul > li {
    display: block;
    float: none;
    clear: both;
}*/

.global-header-superCat > ul > li > span,
.global-header-superCat > ul > li > a {
    color: #000;
    font-size: 20px;
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: block;
}

.global-header-superCat > ul > li > span {
    padding-bottom: 15px;
}

.global-header-superCat > ul > li > a {
    padding-bottom: 5px;
}

.global-header-subNav {
    margin: 3px 0 30px 0;
    padding: 10px 0 0 0;
    float: left;
}

.global-header-subNav a {
    color: #000 !important;
    line-height: 30px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif !important;
}

.global-header-subNav a:hover {
    color: rgba(0,0,0,.5) !important;
}

/*.global-header-superCat li a + div {
    border-top: 2px solid;
}*/

.global-header-view-all {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

.global-header-view-all a {
    border: 2px solid;
    width: 246px;
    display: inline-block;
    /*height: 45px;*/
    font-size: 18px !important;
    font-weight: 500 !important;
    padding: 12px 0;
    text-transform: capitalize;
    margin-right: 18px;
}

/*Start Alt Dropdowns*/
.global-header-superCat > .global-header-alt-items {
    margin-right: 1.25em;
}

.global-header-superCat > .global-header-alt-items li {
    line-height: 25px;
    margin-bottom: 15px;
}

.global-header-superCat > .global-header-alt-subnav {
    margin-right: 0;
    padding-bottom: 1.5625em;
    padding-left: 3.375em;
}

/*.global-header-superCat > .global-header-alt-subnav > li {
    float: left;
    width: 17em;
    margin-right: 1em;
    clear: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .global-header-superCat > .global-header-alt-subnav > li {
        width: 14em;
        margin-right: 0;
    }
}*/

.global-header-superCat > .global-header-alt-subnav > li ul:first-child {
    margin-bottom: 1.1875em;
}

.global-header-superCat > .global-header-alt-subnav .global-header-alt-subnav-titles {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 28px;
}

.global-header-alt-subnav li > ul li:not(.global-header-alt-subnav-titles) {
    font-size: 16px;
    margin-bottom: 10px;
}

.global-header-alt-subnav li > ul li a {
    font-weight: 300;
    color: #000;
}
.global-header-alt-subnav li > ul li a:hover {
    opacity: .5;
}


.global-header-alt-subnav li > ul .global-header-cars-last {
    line-height: 25px;
    width: 230px;
}

/*End Alt Dropdowns*/

.global-header-burger {
    background: url("../../images/common/cheeseburger.svg") no-repeat scroll 0 0 / 27px 27px;
    float: left;
    height: 27px;
    margin: 11px 20px 0 0;
    width: 27px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .global-header-superCat {
        padding-left: 3.4375em;
    }

    .global-header-superCat ul {
        margin-right: 2.8125em;
    }

    .global-header-view-all {
        width: 90%;
    }
}

@media (min-width: 992px) and (max-width: 1074px) {
    .global-header-top-nav-item {
        float: left;
        margin: 15px 20px 0 -1px;
    }
}

/*typeahead style*/
.ui-autocomplete {
    background: #fff;
    list-style-type: none;
    margin-top: 20px;
    width: 175px;
    z-index: 10001 !important;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 5px 0;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete > li.ui-menu-item,
.ui-autocomplete > li.ui-menu-item > a{
    font-weight: 300;
    line-height: 25px;
    padding-left: 10px;
    color: #000;
    cursor: pointer;
}

.ui-autocomplete > li.ui-menu-item.ui-state-focus,
.ui-autocomplete > li.ui-menu-item a.ui-state-focus{
    background: #e9e9e9;
}

/* Additional Styles to retain backward compatibility of the pages not using BootStrap3. - START */
div.container_16 *,
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

div.container_12 *,
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

#t-header .title-compare {
    display: none;
}

.container_16, .container_12 {
    margin-top: 50px;
}

.container_16, .container_12 {
    margin-top: 50px;
}

.breadcrumb {
    display: none;
}

.global-header-subscribe-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    background: #fff;
    width: 100%;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 15px;
    z-index: 1000;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.global-header-subscribe-dropdown > div ul {
    margin: 5px 0;
    padding: 0;
}

.global-header-subscribe-dropdown > div ul li {
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.global-header-subscribe-dropdown > div ul li:last-child {
    padding: 0;
}

.global-header-subscribe-dropdown > div ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.global-header-subscribe-dropdown:before,
.global-header-subscribe-dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top: 0;
}

.global-header-subscribe-dropdown:before {
    top: -7px;
    left: 134px;
    border-bottom-color: #999;
    border-width: 7px;
}

.global-header-subscribe-dropdown:after {
    left: 135px;
    border-bottom-color: #fff;
    border-width: 6px;
    top: -6px;
}

.radio input[type=radio] {
    position: relative !important;
    margin: 4px 5px 0 8px !important;
}

/*This is backup fix for the typeahead on legacy pages*/
.ui-helper-hidden-accessible {
    display: none;
}

/* Additional Styles to retain backward compatibility of the pages not using BootStrap3. - END */



/*Bootstrap overwrites for legacy pages - START */
.tooltip {
    position: relative !important;
    display: inline !important;
    filter: alpha(opacity=1) !important;
    opacity: 1 !important;
}

/*Global*/
@media (max-width: 1200px) {
    body {
        position: relative;
    }

    .global-header-mobile-container {
        position: absolute;
        top: 0;
        background: #fff;
        /*width: 100%;*/
        height: 100%;
        z-index: 10001;
        display: none;
        /*max-width: 300px;*/
        padding-bottom: 500px;
        min-width: 300px;
    }

    .global-header-mobile-container > .global-header-mobile-wrap > .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .global-header-mobile-overlay {
        position: fixed;
        width: 100%;
        background: rgba(0, 0, 0, .3);
        z-index: 1000;
        height: 100%;
        display: none;
    }

    .global-header-mobile-wrap > div:nth-child(1) {
        padding: 25px 40px 0px 33px;
    }

    .global-header-mobile-search {
        float: left;
    }

    .global-header-mobile-close {
        float: right;
    }

    .global-header-mobile-search.mobile-search-submit {
        display: none;
    }

    .global-header-mobile-search-wrap {
        margin: 25px 0 0 0;
        width: 100%;
        display: none;
    }

    .global-header-mobile-search-wrap input[type = 'text'] {
        width: 100%;
        border: none;
        height: 30px;
        font-size: 20px;
        font-weight: 300;
        color: #a8a8a8;
        border-bottom: 2px solid #000;
    }

    .global-header-mobile-search-wrap input[type = 'text']:focus {
        outline: none;
    }

    .global-header-mobile-top-list {
        margin: 35px 10px 0 0;
        max-width: 228px;
        min-width: 228px;
        float: left;
    }

    .global-header-mobile-superCat {
        float: left;
        display: none;
        margin: 38px 0 0 0;
        padding-right: 30px;
    }

    .global-header-mobile-top-list > div:nth-child(2) {
        width: 300px;
    }

    .global-header-mobile-top-list > div > a {
        font-size: 20px;
        font-family: "Helvetica W01", Helvetica, Arial, sans-serif;
        font-weight: 700;
        color: #000;
        margin-bottom: 1px;
        padding-bottom: 15px;
        display: block;
        margin-left: 35px;
        text-transform: uppercase;
    }

    /*    .global-header-mobile-top-list > div > a.active {
            border-bottom: 1px solid #979797;
        }*/
    .global-header-mobile-sub-franchise > ul {
        margin: 0 0 15px 0;
        padding: 0;
    }

    .global-header-mobile-sub-franchise > ul > li {
        line-height: 42px;
        padding-left: 49px;
        border-left: 6px solid #fff;
    }

    .global-header-mobile-sub-franchise > ul > li > a {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .global-header-mobile-sub-franchise > ul > li.mobile-active > a {
        color: rgba(0, 0, 0, .5);
    }

    .global-header-mobile-superCat-item > span {
        font-size: 18px;
        color: #000;
        display: block;
        margin-bottom: -5px;
        font-weight: 500;
    }

    .global-header-mobile-superCat-item ul {
        float: left;
        padding-top: 48px;
    }

    .global-header-mobile-superCat-item ul li {
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .global-header-mobile-superCat-item ul li a {
        color: #000;
    }

    .global-header-mobile-superCat-item ul:nth-child(4) li {
        /*padding-left: 40px;*/
    }

    .global-header-mobile-all-cat {
        margin: 20px 0;
        line-height: 40px !important;
    }

    .global-header-mobile-all-cat > a {
        width: 208px;
        display: block;
        text-align: center;
        font-weight: 500;
        padding-top: 2px;
        height: 45px;
        text-transform: capitalize;
    }

    .global-header-mobile-issues-matter {
        margin: 0 0 20px 36px;
    }

    .global-header-mobile-issues-matter > .mobile-issueItem-container {
        margin-bottom: 25px;
        margin-left: 17px;
    }

    .global-header-mobile-issues-matter > .mobile-issueItem-container > a > img {
        width: 71px;
        height: 42px;
        border: 1px solid #979797;
        float: left;
    }

    .global-header-mobile-issues-matter > .mobile-issueItem-container > a {
        display: inline-block;
    }

    .global-header-mobile-issues-matter .issue-item-title {
        font-weight: 500;
        font-size: 14px;
        color: #000;
        float: left;
        width: 125px;
        margin-left: 15px;
    }

    .global-header-mobile-top-list .global-header-mobile-content-container .global-header-mobile-issues-matter,
    .global-header-mobile-top-list .global-header-mobile-content-container .global-header-mobile-sub-franchise {
        display: none;
    }

    .global-header-mobile-top-list .global-header-mobile-content-container.active .global-header-mobile-issues-matter,
    .global-header-mobile-top-list .global-header-mobile-content-container.active .global-header-mobile-sub-franchise {
        display: inherit;
    }

    .global-header-mobile-top-list .global-header-mobile-content-container.active > a {
        max-width: 215px;
    }

    .all-issues-wrap {
        margin-left: 15px;
        margin-bottom: 25px;
    }

    .global-header-container .all-issues-wrap .all-issues-link {
        font-size: 14px !important;
        width: 200px !important;
        height: 41px !important;
        font-weight: 500 !important;
        text-align: center !important;
    }

    .socialContainer {
        margin: 5px 0 0 21px;
    }

    .socialContainer > a {
        float: left;
        margin-left: 20px;
    }

    .socialContainer > a:nth-child(6) {
        width: 23px;
    }

    .socialContainer > a:nth-child(7) {
        width: 14px;
    }

    .socialContainer > a:nth-child(6) img,
    .socialContainer > a:nth-child(7) img {
        width: 100%;
    }

    .hiddenIcons {
        display: none;
    }

}

@media screen and (max-width: 719px) {
    .global-header-mobile-superCat {
        margin: 10px 0 0 35px;
    }
}

/*Mobile Sizes*/
/*@media (min-width: 300px) and (max-width: 600px) {
    .global-header-mobile-container {
        max-width: 300px;
    }
}*/
/****************Desktop themes*****************/
/*Appliances*/
.cfaId-28967 > ul > li {
  border-bottom: 5px solid #496786;
}
.cfaId-28967 .global-header-view-all a {
  border: 2px solid #496786;
  color: #496786;
}
.cfaId-28967 .global-header-view-all a:hover {
  color: #fff;
  background-color: #496786;
  transition: .2s ease;
}
.cfaId-28967 .global-header-superCat > .global-header-alt-items li a {
  color: #496786;
}
.cfaId-28967 .global-header-superCat > .global-header-alt-items li a:hover {
  opacity: .5;
}
.cfaId-28967 .global-header-superCat > .global-header-alt-subnav {
  border-left: 1px solid #496786;
}
/*Babies & Kids*/
.cfaId-28985 > ul > li {
  border-bottom: 5px solid #e61e7b;
}
.cfaId-28985 .global-header-view-all a {
  border: 2px solid #e61e7b;
  color: #e61e7b;
}
.cfaId-28985 .global-header-view-all a:hover {
  color: #fff;
  background-color: #e61e7b;
  transition: .2s ease;
}
.cfaId-28985 .global-header-superCat > .global-header-alt-items li a {
  color: #e61e7b;
}
.cfaId-28985 .global-header-superCat > .global-header-alt-items li a:hover {
  opacity: .5;
}
.cfaId-28985 .global-header-superCat > .global-header-alt-subnav {
  border-left: 1px solid #e61e7b;
}
/*Cars*/
.cfaId-28934 > ul > li {
  border-bottom: 5px solid #ec1c24;
}
.cfaId-28934 .global-header-view-all a {
  border: 2px solid #ec1c24;
  color: #ec1c24;
}
.cfaId-28934 .global-header-view-all a:hover {
  color: #fff;
  background-color: #ec1c24;
  transition: .2s ease;
}
.cfaId-28934 .global-header-superCat > .global-header-alt-items li a {
  color: #ec1c24;
}
.cfaId-28934 .global-header-superCat > .global-header-alt-items li a:hover {
  opacity: .5;
}
.cfaId-28934 .global-header-superCat > .global-header-alt-subnav {
  border-left: 1px solid #ec1c24;
}
.cfaId-28934 .global-header-superCat {
  height: 556px;
}
.cfaId-28934 > ul > li {
  height: 556px;
}
/*Electronics*/
.cfaId-28949 > ul > li {
  border-bottom: 5px solid #078fd4;
}
.cfaId-28949 .global-header-view-all a {
  border: 2px solid #078fd4;
  color: #078fd4;
}
.cfaId-28949 .global-header-view-all a:hover {
  color: #fff;
  background-color: #078fd4;
  transition: .2s ease;
}
.cfaId-28949 .global-header-superCat > .global-header-alt-items li a {
  color: #078fd4;
}
.cfaId-28949 .global-header-superCat > .global-header-alt-items li a:hover {
  opacity: .5;
}
.cfaId-28949 .global-header-superCat > .global-header-alt-subnav {
  border-left: 1px solid #078fd4;
}
/*Home & Garden*/
.cfaId-28937 > ul > li {
  border-bottom: 5px solid #f57d17;
}
.cfaId-28937 .global-header-view-all a {
  border: 2px solid #f57d17;
  color: #f57d17;
}
.cfaId-28937 .global-header-view-all a:hover {
  color: #fff;
  background-color: #f57d17;
  transition: .2s ease;
}
.cfaId-28937 .global-header-superCat > .global-header-alt-items li a {
  color: #f57d17;
}
.cfaId-28937 .global-header-superCat > .global-header-alt-items li a:hover {
  opacity: .5;
}
.cfaId-28937 .global-header-superCat > .global-header-alt-subnav {
  border-left: 1px solid #f57d17;
}
/*Health*/
.cfaId-36786 > ul > li {
  border-bottom: 5px solid #1bb0c1;
}
.cfaId-36786 .global-header-view-all a {
  border: 2px solid #1bb0c1;
  color: #1bb0c1;
}
.cfaId-36786 .global-header-view-all a:hover {
  color: #fff;
  background-color: #1bb0c1;
  transition: .2s ease;
}
.cfaId-36786 .global-header-superCat > .global-header-alt-items li a {
  color: #1bb0c1;
}
.cfaId-36786 .global-header-superCat > .global-header-alt-items li a:hover {
  opacity: .5;
}
.cfaId-36786 .global-header-superCat > .global-header-alt-subnav {
  border-left: 1px solid #1bb0c1;
}
/*Money*/
.cfaId-34458 > ul > li {
  border-bottom: 5px solid #5eab0b;
}
.cfaId-34458 .global-header-view-all a {
  border: 2px solid #5eab0b;
  color: #5eab0b;
}
.cfaId-34458 .global-header-view-all a:hover {
  color: #fff;
  background-color: #5eab0b;
  transition: .2s ease;
}
.cfaId-34458 .global-header-superCat > .global-header-alt-items li a {
  color: #5eab0b;
}
.cfaId-34458 .global-header-superCat > .global-header-alt-items li a:hover {
  opacity: .5;
}
.cfaId-34458 .global-header-superCat > .global-header-alt-subnav {
  border-left: 1px solid #5eab0b;
}
/****************Mobile themes*****************/
/*Appliances*/
.global-header-mobile-franchise-28967.mobile-active,
.global-header-mobile-productid-28967.mobile-active {
  border-left: 6px solid #496786;
}
.global-header-mobile-franchise-28967.global-header-mobile-all-cat > a,
.global-header-mobile-productid-28967.global-header-mobile-all-cat > a {
  border: 2px solid #496786;
  color: #496786;
}
/*Babies & Kids*/
.global-header-mobile-franchise-28985.mobile-active,
.global-header-mobile-productid-28985.mobile-active {
  border-left: 6px solid #e61e7b;
}
.global-header-mobile-franchise-28985.global-header-mobile-all-cat > a,
.global-header-mobile-productid-28985.global-header-mobile-all-cat > a {
  border: 2px solid #e61e7b;
  color: #e61e7b;
}
/*Cars*/
.global-header-mobile-franchise-28934.mobile-active,
.global-header-mobile-productid-28934.mobile-active {
  border-left: 6px solid #ec1c24;
}
.global-header-mobile-franchise-28934.global-header-mobile-all-cat > a,
.global-header-mobile-productid-28934.global-header-mobile-all-cat > a {
  border: 2px solid #ec1c24;
  color: #ec1c24;
}
/*Electronics*/
.global-header-mobile-franchise-28949.mobile-active,
.global-header-mobile-productid-28949.mobile-active {
  border-left: 6px solid #078fd4;
}
.global-header-mobile-franchise-28949.global-header-mobile-all-cat > a,
.global-header-mobile-productid-28949.global-header-mobile-all-cat > a {
  border: 2px solid #078fd4;
  color: #078fd4;
}
/*Home & Garden*/
.global-header-mobile-franchise-28937.mobile-active,
.global-header-mobile-productid-28937.mobile-active {
  border-left: 6px solid #f57d17;
}
.global-header-mobile-franchise-28937.global-header-mobile-all-cat > a,
.global-header-mobile-productid-28937.global-header-mobile-all-cat > a {
  border: 2px solid #f57d17;
  color: #f57d17;
}
/*Health*/
.global-header-mobile-franchise-36786.mobile-active,
.global-header-mobile-productid-36786.mobile-active {
  border-left: 6px solid #1bb0c1;
}
.global-header-mobile-franchise-36786.global-header-mobile-all-cat > a,
.global-header-mobile-productid-36786.global-header-mobile-all-cat > a {
  border: 2px solid #1bb0c1;
  color: #1bb0c1;
}
/*Money*/
.global-header-mobile-franchise-34458.mobile-active,
.global-header-mobile-productid-34458.mobile-active {
  border-left: 6px solid #5eab0b;
}
.global-header-mobile-franchise-34458.global-header-mobile-all-cat > a,
.global-header-mobile-productid-34458.global-header-mobile-all-cat > a {
  border: 2px solid #5eab0b;
  color: #5eab0b;
}
/*Breadcrumb Themes*/
/*Appliances*/
#breadcrumb-cfa-28967 > div {
  border-bottom: 5px solid #496786;
}
/*Babies & Kids*/
#breadcrumb-cfa-28985 > div {
  border-bottom: 5px solid #e61e7b;
}
/*Cars*/
#breadcrumb-cfa-28934 > div {
  border-bottom: 5px solid #ec1c24;
}
/*Electronics*/
#breadcrumb-cfa-28949 > div {
  border-bottom: 5px solid #078fd4;
}
/*Home & Garden*/
#breadcrumb-cfa-28937 > div {
  border-bottom: 5px solid #f57d17;
}
/*Health*/
#breadcrumb-cfa-36786 > div {
  border-bottom: 5px solid #1bb0c1;
}
/*Money*/
#breadcrumb-cfa-34458 > div {
  border-bottom: 5px solid #5eab0b;
}

.global-header-container .issues-matter-wrap {
    display: none;
    height: 375px;
    border-bottom: 5px solid #ec1c24;
    position: relative;
}

.global-header-container .issues-matter-wrap .issues-matter-items {
    width: 1200px;
    height: 285px;
    margin: 0 auto;
    padding-top: 35px;
}

.global-header-container .issues-matter-wrap .issueItem-container {
    float: left;
    margin-right: 29px;
    width: 210px;
    font-size: 14px;
}

.global-header-container .issues-matter-wrap .issueItem-container:last-child {
    margin-right: 0;
}

.global-header-container .issueItem-container .issueNav-img {
    width: 100%;
    max-width: 200px;
    border: 1px solid #979797;
}

.global-header-container .issueItem-container .issue-item-title {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.global-header-container .issueItem-container .issue-item-descr {
    font-weight: 300;
    margin-top: 5px;
}

.global-header-container .issues-matter-wrap .all-issues-wrap {
    text-align: center;
    margin-top: 0;
}

.global-header-container .all-issues-wrap .all-issues-link {
    color: #999999;
    font-size: 18px;
    width: 154px;
    height: 45px;
    display: inline-block;
    border: 2px solid #999999;
    padding-top: 9px;
}

.global-header-container .global-header-issues-that-matters-close {
    position: absolute;
    right: 34px;
    top: 32px;
    z-index: 500;
}

@media (min-width: 1200px) and (max-width: 1300px) {

    .global-header-container .issues-matter-wrap .issueItem-container {
        margin: 0 40px;
    }

    .global-header-container .issues-matter-wrap .issueItem-container:nth-child(n+6) {
        display: none;
    }

}

/* Sign in overlay styles */
.sign-in-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    filter:alpha(opacity=99);
    -moz-opacity:0.99;
    -khtml-opacity: 0.99;
    opacity: 0.99;
    z-index: 10000;
    display: none;
}

.sign-in-dialog {
    width: 640px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 11000;
    margin-left: -320px;
    margin-top: -270px;
}

@media (max-width: 699px) {
    .sign-in-dialog {
        left: 60%;
        top: 45%;
        width: 515px;
    }
}

.sign-in-dialog .sign-in-input input{
    color:#D8D8D8;
    text-align:left;
    width: 100%;
    border:0;
    font-size: 35px;
    margin-top: 30px;
}

.sign-in-dialog .sign-in-input input::-webkit-input-placeholder {
    color:#D8D8D8;
}
.sign-in-dialog .sign-in-input input:-moz-placeholder {
    color:#D8D8D8;
}
.sign-in-dialog .sign-in-input input::-moz-placeholder {
    color:#D8D8D8;
}
.sign-in-dialog .sign-in-input input:-ms-input-placeholder {
    color:#D8D8D8;
}

.sign-in-dialog .sign-in-input {
    border-bottom: 1px solid #979797;
    padding-bottom: 2px;
}

.sign-in-dialog .close-sign-in-wrap .sign-in-title {
    font-size: 35px;
    float: left;
}

.sign-in-dialog .close-sign-in-wrap .close-sign-in-btn {
    float: right;
    line-height: 48px;
    margin-top: 10px;
}

.sign-in-dialog .close-sign-in-wrap .close-sign-in-btn img {
    width: 35px;
}

.sign-in-dialog .forgot-section-wrap {
    margin-top: 20px;
    font-size: 15px;
}

.sign-in-dialog .forgot-section-wrap .sign-in-request-links{
    float: left;
    font-size: 18px;
}

.sign-in-dialog .forgot-section-wrap .remember-text{
    float: right;
}

#sign-in-check-box {
    display:none;
}
#sign-in-check-box + label {
    font-weight: normal;
    font-size: 18px;
}
#sign-in-check-box + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin-right:5px;
    vertical-align:middle;
    background:url(../../images/common/checkbox_uncheck_20x20.png);
    cursor:pointer;
    margin-top: -5px;
}
#sign-in-check-box:checked + label span {
    background:url(../../images/common/checkbox_check_20x20.png);
}

.sign-in-dialog .sign-in-btn-wrap {
    text-align: center;
    margin-top: 40px;
}

.sign-in-dialog .sign-in-btn-wrap a{
    display: inline-block;
    color: #ED1C24;
    text-align: center;
    padding-top: 10px;
    border: 2px solid #ED1C24;
    height: 55px;
    width: 239px;
    font-size: 22px;
}

.sign-in-dialog .sign-in-btn-wrap a.filled {
    color: #FFF;
    background: #EC1C24;
}

.sign-in-dialog .subscribe-btn-wrap {
    padding-top: 10px;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}

.sign-in-dialog .subscribe-btn-wrap a{
    color: #3B7CB3;
}

/* End Sign in overlay styles */
