html body {
    line-height: 1.42857143;
}

.clear {
    clear: both;
}

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

.global-header-cfa-navigation-title {
    color: #00ae4d;
    font-weight: 800;
    /*border-right: 1px solid #000;*/
    height: 30px;
    padding: 2px 28px 15px 15px;
    margin: 8px 0;
    font-family: "Averta W01 Bold";
    font-size: 14px;
}

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

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

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

.global-header-container > .container-fluid > a:nth-child(2) {
    float: left;
    width: 175px;
    margin-top: 12px;
    margin-left: 17px;
    border-right: #999;
    border-right-width: 1px;
    border-right-style: solid;
}

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

.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: 20px 10px 0 25px;
     position: relative;
}

.global-header-top-nav-item img {
   vertical-align: initial;
}
.global-header-top-nav-account{
    font-family: "Averta W01 Regular", Helvetica, Arial, sans-serif;
}

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

.global-header-top-nav-item.active {
    border-bottom: 5px solid #00ae4d;
    padding-bottom: 13px;
}

.global-header-top-nav-item.active-carrot img {
    transform: rotate(180deg);
    padding-bottom: 10px;
    vertical-align: top;
}

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

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

.global-header-top-nav-account {
    float: right;
    height: 63px;
    position: relative;
}

.search-wrapping {
    display: inline;
}

.global-header-search-wrap {
    margin: 13px 18px 0 0;
    overflow: hidden;
    width: 100%;
    border-top : solid 1px #999999;
}

.global-header-search-wrap > div {
    margin: 20px auto;
    display: block;
    width: 690px;
    height: 50px;
    position: relative;
}

.global-header-search-wrap > div > a {
       display: block;
       float: right;
       font-size: 25px;
       color: #078fd4;
       font-family: "Averta W01 Regular", Helvetica, Arial, sans-serif;
       font-weight: 300;
       line-height: 50px;
}

.global-header-search-wrap > div > a:hover {
    text-decoration: underline!important;
}

.global-header-search-wrap form {
     width: 490px;
     border: solid 1px #999999;
     overflow: hidden;
     display: inline-block;
     height: 51px;
}

.global-header-search-wrap form input[type="text"] {
    display: block;
    font-family: "Averta W01 Regular";
    border: 0;
    height: 45px;
    padding: 0 0 0 10px;
    font-size: 24px;
    color: #a2a2a2;
    font-weight: 300;
    float: left;
    width: 393px;
    position: absolute;
    left: 0;
    right: -1px;
    top: 3px;
    background-color: transparent;
}

@media (max-width: 1199px) {

    .global-header-search-wrap > div {
        width: 490px;
        height: auto;
        text-align: center;
    }

    .global-header-search-wrap > div > a {
           display: inline;
           float: none;
    }
}

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

.global-header-search-icon.open {
    float: right;
    width: 52px;
    height: 63px;
    text-align: center;
    padding-top: 19px;
    border-left: 1px solid #999;
    position: relative;
}

.global-header-search-icon.open:after {
        content: "";
        position: absolute;
        background-color: white;
        width: 51px;
        height: 2px;
        left: 0;
        bottom: -1px;
}

.global-header-search-icon.open img {
        padding: 0 12px 13px 13px;
        background-color: #fff;
        position: relative;
}

.global-header-search-icon.open.closed img {
        display: none;
}

.global-header-search-icon.open.closed:after {
        background-color: transparent;
}

.global-header-search-wrap form .global-header-search-icon.submit {
    float: right;
    width: 95px;
    height: 45px;
    background-color: #000000;
    font-family: "Averta W01 Bold", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    font-size: 14px;
    cursor: default;
    position: absolute;
    right: 203px;
    top: 3px;
}
.global-header-search-wrap form .global-header-search-icon.submit .hidden-xs {
    font-family: "Averta W01 Bold", Helvetica, Arial, sans-serif;
}

.global-header-search-wrap form .global-header-search-icon.submit.active {
    background-color: #00ae4d;
    cursor: pointer;
}

.pinned .global-header-subscribe-wrap {
    height: 56px;
}

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

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

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


.global-header-account-btn.subscribe-btn-red a {
    background-color: #00ae4d;
    color: #fff;
    font-family: "Averta W01 Bold", Helvetica,Arial,sans-serif;
}

.pin-title.pinned .global-header-account-wrap {
    padding-top: 17px;
    height: 56px;
}

.global-header-account-wrap {
    display: none;
    float: left;
    font-size: 18px;
    padding: 18px 10px 0 20px;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    height: 63px;
    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-info span {
    font-family: "Averta W01 Regular";
}
.global-header-account-abrev {
    margin: -2px 17px 0 0;
    color: #fff;
    font-size: 18px;
    background-color: #00ae4d;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 2px;
    font-weight: 300;
}

.global-header-account-abrev span {
    font-family: "Averta W01 Regular";
}

.global-header-account-settings {
    display: none;
    position: absolute;
    top: 64px;
    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;
    font-family:"Averta W01 Regular";
}

.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;
    font-size: 13px;
    line-height: 17px;
    border-bottom: 1px solid #979797;
    padding-bottom: 0;
    margin-bottom: 13px;
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    color: #000;
}

ol.alert li > strong {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    clear: right;
}

div.global-header-account-abrev img.major-alert-icon {
    width: auto;
    height: auto;
    margin-top: -8px;
    max-width: initial;
}

ol.alert li img.minor-alert-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: bottom;
    float: left;
}

ol.alert li a {
    font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
    color: #078FD4;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    padding: 0;
    margin: 3px 0 20px 0;
    display: block;
    text-decoration: none;
}

ol.alert li a:hover,
ol.alert li a:active {
    text-decoration: underline !important;
}

/*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 {
    color: transparent;
    padding: 10px 24px 23px 0;
    width: 1em;
}

.global-header-social-wrap .socialContainer {
    margin-right: 1em;
    margin-top: 4px;
    overflow: hidden;
}

.global-header-social-wrap .socialContainer > a img {
    visibility: hidden;
}

/* social icons */
/*.socialContainer > a[title="Facebook"] {
    background: url("../../images/common/fb.svg") no-repeat 50% 50%;
}
.socialContainer > a[title="Twitter"] {
    background: url("../../images/common/twitter.svg") no-repeat 50% 50%;
}
.socialContainer > a[title="youtube"] {
    background: url("../../images/common/you-tube.svg") no-repeat 50% 50%;
}
.socialContainer > a[title="Instagram"] {
    background: url("../../images/common/instagram.svg") no-repeat 50% 50%;
}
.socialContainer > a[title="More"] {
    background: url("../../images/common/more_black.svg") no-repeat 50% 50%;
}
.socialContainer > a[title="Google Plus"] {
    background: url("../../images/common/G-plus-icon-2.png") no-repeat 50% 50%;
}
.socialContainer > a[title="Pinterest"] {
    background: url("../../images/common/pinterest.svg") no-repeat 50% 50%;
}*/

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a {

}

.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.facebook {
    background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat 5px -25px;
}

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a.twitter {
    background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -21px -24px;
}

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a.youtube {
    background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -58px -24px;
}

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a.instagram {
    background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -155px -24px;
}

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a.google {
    background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -90px -24px;
}

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a.pinterest {
    background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -132px -24px;
}

.global-header-sub-franchise-menu li.global-header-social-wrap > .socialContainer > a.more-icons {
    background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -191px -24px;
}

.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: "Averta W01 Regular", Helvetica, Arial, sans-serif;
    height: 30px;
    padding: 10px 28px 29px 15px;
    /*display: inline-block;*/
    color: #000;
    font-weight: 500;
    opacity: 0.85;
    font-size: 14px;
    float: left;
    line-height: 20px;
}

.global-header-breadcrumb-item.lastItem a {
    color: #999 !important;
}

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

.global-header-breadcrumb-item.lastItem a {
    color: #999 !important;
}

.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;
    bottom: 0;
    z-index: 10000;
}

.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: 11px 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 {
    max-height: 0;
    overflow: hidden;
}

.global-header-nav-cat-menu.slide-down {
    max-height: 999px;
}

.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: 3em auto 0;
    height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 110px;
}

.global-header-superCat ul {
    float: left;
    padding: 0 0 0 4px;
    margin-right: 4.335em;
    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: 18px;
    font-family: "Averta W01 Bold", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 18px;
    display: block;
}

.global-header-superCat > ul > li > span {
    padding-bottom: 10px;
    text-transform: capitalize;
}

/* new spacing  */
.global-header-superCat > ul + ul {
    max-height: 100%;
}

/* new UL double spacing for 2nd heading in col */
.global-header-superCat > ul > li + li > span {
    margin-top: 0.625em;
}

.global-header-alt-subnav .global-header-superCat > ul + ul > span {
    margin-top: 1em;
}

.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: "Averta W01 Light", 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%;
    font-family: "Averta W01 Bold";
}

.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;
    font-family: "Averta W01 Bold";
}

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

.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;*/
    padding-bottom: 0;
    padding-left: 1.75em;
}

/*.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: 15px;
    line-height: 28px;
    font-family: "Averta W01 Bold";
}

.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;
    font-family: "Averta W01 Light";
}

.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("/etc/designs/cr/images/common/cheeseburger.svg") no-repeat scroll 0 0 / 27px 27px;
    float: left;
    height: 27px;
    margin: 17px 0 0 10px;
    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 #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    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: 63px;
    background: #fff;
    width: 100%;
    border: 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;
    font-family: "Averta W01 Regular", Helvetica, Arial, sans-serif;
}

.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;
}

.video-title {
    font-family: "Averta W01 Light" !important;
    line-height: 220% !important;
    margin-left: 8px !important;
}

.header .global-header-container>.container-fluid>a:nth-child(2) {
    width: 175px !important;
    height: 39px !important;
    padding-top: 5px !important;
    border-right: 1px solid #999;
}

.video-title:before{
    background-color: white !important;
}

.global-header-container .video-title:hover {
    color: black !important;
}

/*Global*/
@media (max-width: 1199px) {
    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-superCat div.global-header-mobile-superCat-item {
        border-left-width: 0;
    }

    .global-header-mobile-top-list > div:nth-child(2) {
        width: 300px;
    }
    .global-header-top-nav-account{
        font-family: "Averta W01 Regular", Helvetica, Arial, sans-serif;
    }

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

    /*    .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;
        font-family: "Averta W01 Regular";
    }

    .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;
        font-family:"Averta W01 Regular";
    }

    .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;
        font-family:"Averta W01 Regular";
    }

    .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;
        min-width: 1em;
    }

    .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%;
    }

    .global-header-social-wrap .socialContainer > a img {
        visibility: hidden;
    }

    .global-header-mobile-container .socialContainer a {
        color: transparent;
        width: 20px;
    }

    .global-header-mobile-container .socialContainer a.facebook {
        background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat 5px -31px;
    }

    .global-header-mobile-container .socialContainer a.twitter {
        background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -21px -30px;
    }

    .global-header-mobile-container .socialContainer a.youtube {
        background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -58px -30px;
    }

    .global-header-mobile-container .socialContainer a.instagram {
        background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -155px -30px;
    }

    .global-header-mobile-container .socialContainer a.google {
        background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -90px -30px;
        width: 26px;
    }

    .global-header-mobile-container .socialContainer a.pinterest {
        background: url("/etc/designs/cr/images/common/social_icons.png") no-repeat -132px -30px;
    }

    .global-header-mobile-container .socialContainer a.more-icons {
        display: none;
    }

    .global-header-search-wrap form .global-header-search-icon.submit {
         right: 3px;
    }

    .global-header-search-wrap > div > a {
        line-height: 45px;
    }


    .global-header-burger {
        margin-left: 27px;
    }

    /* social icons */
    /*    .socialContainer > a[title="Facebook"] {
            background: url("../../images/common/fb.svg") no-repeat 50% 50%;
        }
        .socialContainer > a[title="Twitter"] {
            background: url("../../images/common/twitter.svg") no-repeat 50% 50%;
        }
        .socialContainer > a[title="Youtube"] {
            background: url("../../images/common/you-tube.svg") no-repeat 50% 50%;
        }
        .socialContainer > a[title="Instagram"] {
            background: url("../../images/common/instagram.svg") no-repeat 50% 50%;
        }
        .socialContainer > a[title="More"] {
            background: url("../../images/common/more_black.svg") no-repeat 50% 50%;
        }
        .socialContainer > a[title="Google Plus"] {
            background: url("../../images/common/G-plus-icon-2.png") no-repeat 50% 50%;
        }
        .socialContainer > a[title="Pinterest"] {
            background: url("../../images/common/pinterest.svg") no-repeat 50% 50%;
        }*/
/*    .hiddenIcons {
        display: none;
    }*/

}

/*Mobile Sizes*/
@media only screen and (max-width: 767px) {


    .global-header-mobile-container {
        width: 100%;
        max-width: 300px;
        height: auto;
        overflow: auto;
        padding-bottom: 30px;
    }

    .global-header-mobile-container .global-header-mobile-top-list {
        min-width: auto;
        max-width: none;
    	width: 100%;
    	margin-right: 0;
    	padding: 0;
    }

	.global-header-mobile-top-list > div {
    	padding-left: 15px;
    }

	.global-header-mobile-wrap .global-header-mobile-account {
        margin-top: 25px;
        margin-right: 15px;
    	border-top: 1px solid #999;
    	padding: 0;
    }

	.global-header-mobile-subscribe-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

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

    .global-header-mobile-search-wrap {
        padding-right: 5px;
    	padding-bottom: 15px;
    }

    .global-header-search-wrap form .global-header-search-icon.submit {
        padding-top: 7px;
        width: 45px;
        right: 3px;
    }

    .global-header-search-wrap form .global-header-search-icon.submit img {
        height: 30px;
    }

    .global-header-mobile-wrap a.global-header-mobile-open-product-reviews {
        margin-left: 5px;
        padding-bottom: 10px;
        text-transform: none;
    }

    .global-header-mobile-wrap > div.row {
        margin: 0;
    }

    .global-header-mobile-wrap .global-header-mobile-sub-franchise > ul > li {
        padding-left: 10px;
    }

    .global-header-mobile-top-list > div > a {
        margin-left: 5px;
        text-transform: none;
    }

    .global-header-mobile-top-list .global-header-mobile-content-container.active .global-header-mobile-issues-matter {
        margin-left: 15px;
    }

    .global-header-mobile-wrap .global-header-account-wrap {
        padding-top: 20px;
        border: none;
    }

    .global-header-mobile-top-list .global-header-account-info .pdata {
        color: #000;
        font-weight: 500;
    }

    .global-header-mobile-issues-matter > .mobile-issueItem-container,
    .all-issues-wrap {
        margin-left: 0;
    }

	.global-header-mobile-superCat {
    	margin: 10px 0 0 0;
    	width: 100%;
    	padding-right: 20px;
    }

	.global-header-mobile-back-to-categories {
	    display: none;
	    margin-top: 10px;
		padding-left: 20px;
    }

    .global-header-mobile-back-to-categories a {
		font-size: 16px;
    	color: #999;
    	font-weight: 500;
        font-family:"Averta W01 Regular";
    }

	.global-header-mobile-superCat div.global-header-mobile-superCat-item {
	    margin-top: 20px;
        border-left-width: 3px;
    }

    .global-header-mobile-back-to-categories img {
		height: 17px;
        margin-bottom: 4px;
        vertical-align: middle;
    }

	.global-header-mobile-categories-title {
    	margin: 20px 0 0 20px;
    	border-bottom: 1px solid #999;
    	padding-bottom: 15px;
    	font-size: 16px;
    	font-weight: 600;
    	text-transform: capitalize;
        font-family:"Averta W01 Regular";
    }

    .global-header-mobile-superCat-item {
        margin-left: 3px;
        padding: 0 0 0 20px;
    }

	.global-header-mobile-superCat-item ul {
		float: none;
		width: 100%;
        padding: 0;
    }

    .global-header-top-nav-account {
        display: block;
        margin: 0;
    }

    .container-fluid .global-header-account-info,
    .container-fluid .global-header-account-btn {
        display: none;
    }

    .global-header-mobile-account-btn {
        float: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        padding: 15px 10px 10px 20px;
        text-align: center;
    }

    .global-header-mobile-account-btn a {
        display: inline-block;
        width: 100%;
        border: 2px solid #999;
        padding: 10px;
        color: #000;
        font: 500 18px "Averta W01 Regular";
        line-height: 25px;
    }

    .global-header-mobile-account-btn.subscribe-btn-red {
        padding-right: 0;
        padding-left: 0;
    }

    .global-header-mobile-account-btn.subscribe-btn-red a {
        border: 2px solid #00ae4d;
        background-color: #00ae4d;
        color: #fff;
    }

    .global-header-account-settings ul li {
        border: none;
        margin: 0;
        padding: 0;
    }

    .global-header-account-settings ul li a {
        display: none;
    }

    .global-header-account-settings ul.mobile-invitation li a {
        display: inline;
    }

    .global-header-account-settings ul li.header_signOut a {
        display: inline;
        font-size: 18px;
        line-height: 20px;
        padding: 0 8px 0 24px;
    }

    .global-header-account-settings {
        padding: 0;
        text-align: center;
        width: auto;
        margin-left: -60px;
        top: 65px;
        border-top: 1px solid #999;
    }

    .global-header-account-settings:before {
        left: 74px;
        top: -12px;
        border-width: 12px;
    }

    .global-header-account-settings:after {
        left: 75px;
        top: -10px;
        border-width: 11px;
    }

    .global-header-account-settings.alerts-on {
        right: 0;
        width: 200px;
    }

    .global-header-account-settings.alerts-on:before {
        left: 156px;
    }

    .global-header-account-settings.alerts-on:after {
        left: 157px;
    }

    .container-fluid .global-header-account-wrap {
        display: block;
    	padding: 21px 0px 0 12px;
    	border-left: 1px solid #999;
    }

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


    .global-header-burger {
        /*android stock browser couldn't recognize shorthand rules*/
        background-image: url("/etc/designs/cr/images/common/cheeseburger.svg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 0 0;
        background-size: 27px 27px;
        /*margin-top: 32px;*/
    }

    .global-header-burger-hidden {
        width: 0;
        margin: 0;
    }

    .global-header-search-overlay {
        position: absolute;
        top: 50px;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
    }

    .global-header-mobile-search-open {
        padding: 0 50px 0 20px;
    }

    .global-header-mobile-search-cancel {
        position: absolute;
        top: 12px;
        right: 10px;
        display: none;
        font-size: 18px;
        color: #000;
        font-family: 'Neue Helvetica W01';
        font-weight: 300;
    }

    .global-header-mobile-search-open .global-header-mobile-search-cancel {
        display: block;
    }

    .global-header-search-wrap form .global-header-search-icon.open {
        display: inline;
    	width: 27px;
    	margin-left: -3px;
    }

    .global-header-search-wrap form .global-header-search-icon.open img {
        max-width: none;
        padding-right: 4px;
        border-right: 2px solid #000;
    }

    .global-header-container > .container-fluid > a:nth-child(2) {
        /*padding-top: 1.1em;*/
        border-right-style: none;
        max-width: 40%;
    }
    .global-header-container {
        z-index: 1;
    }
    .global-header-account-abrev.mobile-guest {
	    margin: -3px 12px 0 0;
	    background-image: url('/etc/designs/cr/mweb/images/user-logged-out.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent;
    }
    .global-header-account-abrev.mobile-user {
    	background-color: #00ae4d;
    	background-image: none;
    }
    .global-header-subscribe-wrap {
        border: none;
    }
    .global-header-account-settings > div ul li {
      	padding-right: 5px;
    	padding-left: 3px
    }
    .global-header-account-settings ul li.header_signOut{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .global-header-account-settings > div ul li a {
        font-size: 18px;
        line-height: 20px;
        font-family:"Averta W01 Regular";
    }
    .global-header-account-settings ul.mobile-invitation {
        margin: 0;
    	padding: 0 10px 0 12px;
    	width: 108px;
    	text-align: right;
    }
    .global-header-account-settings ul.mobile-invitation li {
    	padding: 0 2px 0 0px;
        width: 84px;
        margin: 8px 0 5px 4px;
    }
    .global-header-account-settings ul.mobile-invitation li:first-child {
        border-bottom: solid 1px #c0c0c0;
    }

    .ui-autocomplete {
        position: absolute;
        top: 85px;
        border-radius: 0;
    }

    .global-header-search-dropdown {
        top: 30px!important;
        left: 0 !important;
        width: 100% !important;
        border: 0;
        border-bottom: 1px solid #999;
    }

    .global-header-search-dropdown li,
    .global-header-search-dropdown li.ui-menu-item {
        padding: 5px 0 5px 47px;
        font-size: 18px;
    }


    .global-header-mobile-productid-36786 ul li:nth-child(1),
    .global-header-mobile-productid-36786 ul li:nth-child(2),
    .global-header-mobile-productid-36786 ul li:nth-child(3),
    .global-header-mobile-productid-36786 ul li:nth-child(4),
    .global-header-mobile-productid-36786 ul li:nth-child(5) {
        display: none;
    }

    .global-header-mobile-productid-28934 ul li:nth-child(2) {
        display: none;
    }

    .global-header-mobile-superCat div.global-header-mobile-superCat-item.global-header-mobile-productid-36786 {
        margin-top: 0;
    }

    .global-header-search-wrap > div {
        margin-bottom: 10px;
        width: 95%;
    }

    .global-header-search-wrap > div > a {
            font-size: 18px;
    }

    .global-header-search-wrap form {
        width: 100%;
    }

    .global-header-search-wrap form input[type="text"] {
        width: 100%;
        font-family: "Averta W01 Regular";
        padding-right: 50px;
    }

    ol.alert li {
        text-align: left;
        padding: 12px 12px 0;
    }

}
/****************Desktop themes*****************/
/*Appliances*/
.cfaId-28967 > ul > li {
  border-bottom: 5px solid #00ae4d;
}
.cfaId-28967 .global-header-view-all a {
  border: 2px solid #00ae4d;
  color: #00ae4d;
}
.cfaId-28967 .global-header-view-all a:hover {
  color: #fff;
  background-color: #00ae4d;
  transition: .2s ease;
}
.cfaId-28967 .global-header-superCat > .global-header-alt-items li a {
  color: #00ae4d;
}
.cfaId-28967 .global-header-superCat > .global-header-alt-items li.spotlight-item {
  padding-top: 20px;
}
.cfaId-28967 .global-header-superCat > .global-header-alt-items li.spotlight-item img {
  padding-bottom: 15px;
}
.cfaId-28967 .global-header-superCat > .global-header-alt-items li.spotlight-item span {
  color: #000;
}
.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 #00ae4d;
  padding-bottom: 35px;
}
/*Babies & Kids*/
.cfaId-28985 > ul > li {
  border-bottom: 5px solid #00ae4d;
}
.cfaId-28985 .global-header-view-all a {
  border: 2px solid #00ae4d;
  color: #00ae4d;
}
.cfaId-28985 .global-header-view-all a:hover {
  color: #fff;
  background-color: #00ae4d;
  transition: .2s ease;
}
.cfaId-28985 .global-header-superCat > .global-header-alt-items li a {
  color: #00ae4d;
}
.cfaId-28985 .global-header-superCat > .global-header-alt-items li.spotlight-item {
  padding-top: 20px;
}
.cfaId-28985 .global-header-superCat > .global-header-alt-items li.spotlight-item img {
  padding-bottom: 15px;
}
.cfaId-28985 .global-header-superCat > .global-header-alt-items li.spotlight-item span {
  color: #000;
}
.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 #00ae4d;
  padding-bottom: 35px;
}
/*Cars*/
.cfaId-28934 > ul > li {
  border-bottom: 5px solid #00ae4d;
}
.cfaId-28934 .global-header-view-all a {
  border: 2px solid #00ae4d;
  color: #00ae4d;
}
.cfaId-28934 .global-header-view-all a:hover {
  color: #fff;
  background-color: #00ae4d;
  transition: .2s ease;
}
.cfaId-28934 .global-header-superCat > .global-header-alt-items li a {
  color: #00ae4d;
}
.cfaId-28934 .global-header-superCat > .global-header-alt-items li.spotlight-item {
  padding-top: 20px;
}
.cfaId-28934 .global-header-superCat > .global-header-alt-items li.spotlight-item img {
  padding-bottom: 15px;
}
.cfaId-28934 .global-header-superCat > .global-header-alt-items li.spotlight-item span {
  color: #000;
}
.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 #00ae4d;
  padding-bottom: 35px;
}
.cfaId-28934 .global-header-superCat {
  height: 556px;
}
.cfaId-28934 > ul > li {
  height: 556px;
}
/*Electronics*/
.cfaId-28949 > ul > li {
  border-bottom: 5px solid #00ae4d;
}
.cfaId-28949 .global-header-view-all a {
  border: 2px solid #00ae4d;
  color: #00ae4d;
}
.cfaId-28949 .global-header-view-all a:hover {
  color: #fff;
  background-color: #00ae4d;
  transition: .2s ease;
}
.cfaId-28949 .global-header-superCat > .global-header-alt-items li a {
  color: #00ae4d;
}
.cfaId-28949 .global-header-superCat > .global-header-alt-items li.spotlight-item {
  padding-top: 20px;
}
.cfaId-28949 .global-header-superCat > .global-header-alt-items li.spotlight-item img {
  padding-bottom: 15px;
}
.cfaId-28949 .global-header-superCat > .global-header-alt-items li.spotlight-item span {
  color: #000;
}
.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 #00ae4d;
  padding-bottom: 35px;
}
/*Home & Garden*/
.cfaId-28937 > ul > li {
  border-bottom: 5px solid #00ae4d;
}
.cfaId-28937 .global-header-view-all a {
  border: 2px solid #00ae4d;
  color: #00ae4d;
}
.cfaId-28937 .global-header-view-all a:hover {
  color: #fff;
  background-color: #00ae4d;
  transition: .2s ease;
}
.cfaId-28937 .global-header-superCat > .global-header-alt-items li a {
  color: #00ae4d;
}
.cfaId-28937 .global-header-superCat > .global-header-alt-items li.spotlight-item {
  padding-top: 20px;
}
.cfaId-28937 .global-header-superCat > .global-header-alt-items li.spotlight-item img {
  padding-bottom: 15px;
}
.cfaId-28937 .global-header-superCat > .global-header-alt-items li.spotlight-item span {
  color: #000;
}
.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 #00ae4d;
  padding-bottom: 35px;
}
/*Health*/
.cfaId-36786 > ul > li {
  border-bottom: 5px solid #00ae4d;
}
.cfaId-36786 .global-header-view-all a {
  border: 2px solid #00ae4d;
  color: #00ae4d;
}
.cfaId-36786 .global-header-view-all a:hover {
  color: #fff;
  background-color: #00ae4d;
  transition: .2s ease;
}
.cfaId-36786 .global-header-superCat > .global-header-alt-items li a {
  color: #00ae4d;
}
.cfaId-36786 .global-header-superCat > .global-header-alt-items li.spotlight-item {
  padding-top: 20px;
}
.cfaId-36786 .global-header-superCat > .global-header-alt-items li.spotlight-item img {
  padding-bottom: 15px;
}
.cfaId-36786 .global-header-superCat > .global-header-alt-items li.spotlight-item span {
  color: #000;
}
.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 #00ae4d;
  padding-bottom: 35px;
}
/*Money*/
.cfaId-34458 > ul > li {
  border-bottom: 5px solid #00ae4d;
}
.cfaId-34458 .global-header-view-all a {
  border: 2px solid #00ae4d;
  color: #00ae4d;
}
.cfaId-34458 .global-header-view-all a:hover {
  color: #fff;
  background-color: #00ae4d;
  transition: .2s ease;
}
.cfaId-34458 .global-header-superCat > .global-header-alt-items li a {
  color: #00ae4d;
}
.cfaId-34458 .global-header-superCat > .global-header-alt-items li.spotlight-item {
  padding-top: 20px;
}
.cfaId-34458 .global-header-superCat > .global-header-alt-items li.spotlight-item img {
  padding-bottom: 15px;
}
.cfaId-34458 .global-header-superCat > .global-header-alt-items li.spotlight-item span {
  color: #000;
}
.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 #00ae4d;
  padding-bottom: 35px;
}
/****************Mobile themes*****************/
/*Appliances*/
.global-header-mobile-franchise-28967,
.global-header-mobile-productid-28967 {
  /*Only for width less then 768*/

}
.global-header-mobile-franchise-28967.mobile-active,
.global-header-mobile-productid-28967.mobile-active {
  border-left: 6px solid #00ae4d;
}
.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 #00ae4d;
  color: #00ae4d;
}
.global-header-mobile-franchise-28967.global-header-mobile-superCat-item,
.global-header-mobile-productid-28967.global-header-mobile-superCat-item {
  border-left: 3px solid #00ae4d;
}
/*Babies & Kids*/
.global-header-mobile-franchise-28985,
.global-header-mobile-productid-28985 {
  /*Only for width less then 768*/

}
.global-header-mobile-franchise-28985.mobile-active,
.global-header-mobile-productid-28985.mobile-active {
  border-left: 6px solid #00ae4d;
}
.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 #00ae4d;
  color: #00ae4d;
}
.global-header-mobile-franchise-28985.global-header-mobile-superCat-item,
.global-header-mobile-productid-28985.global-header-mobile-superCat-item {
  border-left: 3px solid #00ae4d;
}
/*Cars*/
.global-header-mobile-franchise-28934,
.global-header-mobile-productid-28934 {
  /*Only for width less then 768*/

}
.global-header-mobile-franchise-28934.mobile-active,
.global-header-mobile-productid-28934.mobile-active {
  border-left: 6px solid #00ae4d;
}
.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 #00ae4d;
  color: #00ae4d;
}
.global-header-mobile-franchise-28934.global-header-mobile-superCat-item,
.global-header-mobile-productid-28934.global-header-mobile-superCat-item {
  border-left: 3px solid #00ae4d;
}
/*Electronics*/
.global-header-mobile-franchise-28949,
.global-header-mobile-productid-28949 {
  /*Only for width less then 768*/

}
.global-header-mobile-franchise-28949.mobile-active,
.global-header-mobile-productid-28949.mobile-active {
  border-left: 6px solid #00ae4d;
}
.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 #00ae4d;
  color: #00ae4d;
}
.global-header-mobile-franchise-28949.global-header-mobile-superCat-item,
.global-header-mobile-productid-28949.global-header-mobile-superCat-item {
  border-left: 3px solid #00ae4d;
}
/*Home & Garden*/
.global-header-mobile-franchise-28937,
.global-header-mobile-productid-28937 {
  /*Only for width less then 768*/

}
.global-header-mobile-franchise-28937.mobile-active,
.global-header-mobile-productid-28937.mobile-active {
  border-left: 6px solid #00ae4d;
}
.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 #00ae4d;
  color: #00ae4d;
}
.global-header-mobile-franchise-28937.global-header-mobile-superCat-item,
.global-header-mobile-productid-28937.global-header-mobile-superCat-item {
  border-left: 3px solid #00ae4d;
}
/*Health*/
.global-header-mobile-franchise-36786,
.global-header-mobile-productid-36786 {
  /*Only for width less then 768*/

}
.global-header-mobile-franchise-36786.mobile-active,
.global-header-mobile-productid-36786.mobile-active {
  border-left: 6px solid #00ae4d;
}
.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 #00ae4d;
  color: #00ae4d;
}
.global-header-mobile-franchise-36786.global-header-mobile-superCat-item,
.global-header-mobile-productid-36786.global-header-mobile-superCat-item {
  border-left: 3px solid #00ae4d;
}
/*Money*/
.global-header-mobile-franchise-34458,
.global-header-mobile-productid-34458 {
  /*Only for width less then 768*/

}
.global-header-mobile-franchise-34458.mobile-active,
.global-header-mobile-productid-34458.mobile-active {
  border-left: 6px solid #00ae4d;
}
.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 #00ae4d;
  color: #00ae4d;
}
.global-header-mobile-franchise-34458.global-header-mobile-superCat-item,
.global-header-mobile-productid-34458.global-header-mobile-superCat-item {
  border-left: 3px solid #00ae4d;
}
/*Breadcrumb Themes*/
/*Appliances*/
#breadcrumb-cfa-28967 > div {
  border-bottom: 5px solid #00ae4d;
}
/*Babies & Kids*/
#breadcrumb-cfa-28985 > div {
  border-bottom: 5px solid #00ae4d;
}
/*Cars*/
#breadcrumb-cfa-28934 > div {
  border-bottom: 5px solid #00ae4d;
}
/*Electronics*/
#breadcrumb-cfa-28949 > div {
  border-bottom: 5px solid #00ae4d;
}
/*Home & Garden*/
#breadcrumb-cfa-28937 > div {
  border-bottom: 5px solid #00ae4d;
}
/*Health*/
#breadcrumb-cfa-36786 > div {
  border-bottom: 5px solid #00ae4d;
}
/*Money*/
#breadcrumb-cfa-34458 > div {
  border-bottom: 5px solid #00ae4d;
}

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

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

.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;
    min-height: 120px;
    border: 1px solid #979797;
}

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

.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: #00ae4d;
    font-size: 18px;
    width: 154px;
    height: 45px;
    display: inline-block;
    border: 2px solid #00ae4d;
    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 + .sign-in {
    position: relative;
    top: 50%;
    display: none;
    z-index: 11000;
    margin-top: 200px;
}

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

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

@media (min-width: 768px) and (max-width: 991px){
    .sign-in-dialog {
        margin-top: -162px;
    }
 }

.sign-in-dialog .sign-in-input input,
.sign-in-dialog .sign-in-input input:focus {
    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(/etc/designs/cr/images/common/checkbox_uncheck_20x20.png);
    cursor:pointer;
    margin-top: -5px;
}
#sign-in-check-box:checked + label span {
    background:url(/etc/designs/cr/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: #00ae4d;
    text-align: center;
    padding-top: 10px;
    border: 2px solid #00ae4d;
    height: 55px;
    width: 239px;
    font-size: 22px;
}

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

.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 */
