/* Minification failed. Returning unminified contents.
(1674,1): run-time error CSS1019: Unexpected token, found '@import'
(1674,9): run-time error CSS1019: Unexpected token, found 'url("https://fast.fonts.net/t/1.css?apiType=css&projectid=1930439d-2d94-4072-b385-ea799bfb78be")'
 */
/* common.css */
body {
    font-family: 'HelveticaNeueW01-55Roma', sans-serif;
    overflow-x: hidden;
}

a img, a {
    border: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h2.left {
    text-align: left;
}

.copy {
    color: #666;
    font: 18px/22px 'HelveticaNeueW01-55Roma', sans-serif;
    max-width: 50em;
}

.hidden {
    display: none;
}


span.important {
    color: #333;
}

/* T#1371 - Motion Arrow */
@keyframes arrow-move {
    0% {
        top: -8px;
    }

    30% {
        top: 0
    }

    100% {
        top: 0
    }
}

.long-form-arrow-down {
    color: #000;
    display: block;
    font-size: 60px;
    border: none;
    width: 50px;
    height: 60px;
    margin-left: 44%;
    margin-top: -66px;
    position: relative;
    animation: arrow-move 2.2s infinite;
    -webkit-animation: arrow-move 2.2s infinite;
}

/* General type and spacing rules */
section.padded {
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
}

section.padded-5 {
    padding: 0 5%;
}

.subtitle {
    font: 19px/16px 'HelveticaNeueW01-75Bold', sans-serif;
    margin-bottom: 10px;
}
/* Gourmet */ .gourmet .subtitle a {
    color: #55a118; /* Green */
}

.module h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

/*ToolTip*/
.action-popup {
    display: none;
    font-family: 'HelveticaNeueW01-55Roma', sans-serif;
    position: absolute;
    background-color: #FF0000;
    font-weight: 300;
    border: 1px #777777 solid;
    color: #FFFFFF;
    width: 150px;
    height: 40px;
    text-align: center;
    padding: 10px 10px;
    /*text-shadow: 0 0 2px #222222;*/
}
/*ToolTip*/

@media screen and (max-width: 32em) {
    .module {
        border: none;
    }
}

section h3 {
    font-weight: normal;
    font-family: 'HelveticaNeueW01-55Roma', sans-serif;
    color: #3C3C3C;
}

/* Collapse */
@media screen and (max-width: 30em) {
    .collapsed {
        display: none;
    }

    .recipe-description, .collapsed {
        border: none;
    }

    /* @module: collapse */
    .collapse {
        position: relative;
        display: block;
        width: 100%;
        padding: 0 6%;
        height: 50px;
        line-height: 50px;
        border-top: 1px solid #d9d9d9;
        color: #000000;
        font-family: 'HelveticaNeueW01-65Medi', sans-serif;
    }

    .ie7 .collapse {
        width: 87%;
    }

    .collapse.active {
        background: #ff0000;
        color: white;
        margin-bottom: 20px;
    }
    /* Gourmet */ .gourmet .collapse.active {
        background: #55a118;
        color: white
    }

    .collapse:after {
        content: "+";
        position: absolute;
        right: 20px;
        top: -4px;
        font-size: 32px;
        color: red;
        font-family: 'HelveticaNeueW01-55Roman', sans-serif;
    }

    /* Gourmet */ .gourmet .collapse:after {
        color: #a02d00; /* Brown */
    }

    .collapse.active:after {
        content: "–";
        right: 22px;
        color: white;
    }

    .collapse.first {
        margin-top: 10px;
        border-top: 1px solid #d9d9d9;
    }

    .collapse.last {
        border-bottom: none;
    }

    .collapsed {
        border: none;
        margin: 0;
        display: none;
    }

        .collapsed.slider {
            display: block;
        }
}

@media screen and (min-width: 30.1em) {
    .collapse {
        display: none;
    }

    .collapsed {
        display: block !important;
    }
}


@media screen and (min-width: 64.1em) {
    /* @module: recipe-fixednav */
    .navigation {
        position: absolute;
        top: 479px;
        width: 33.3%;
        background: white;
        border: 0;
        height: auto;
    }


        .navigation .nav {
            border-bottom: 1px solid #EFEFEF;
            list-style: none;
            margin: 0;
            margin-bottom: 40px;
            padding: 0;
            padding-bottom: 40px;
        }

            .navigation .nav li {
                font-size: 18px;
                height: 45px;
                line-height: 45px;
                padding-left: 7%;
                margin: 1px 0;
                width: 100%;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

    .ie7 .navigation .nav li {
        width: 93%;
    }


    .navigation .nav .active, .navigation .nav .selected, .navigation .nav li:hover {
        background: #ff0000;
        cursor: hand;
        cursor: pointer;
        color: white;
    }

    .gourmet .navigation .nav .active, .gourmet .navigation .nav .selected, .gourmet .navigation .nav li:hover {
        background: #55a11a; /* Green */
    }

    .navigation .nav li a {
        color: #292929;
        font: 18px 'HelveticaNeueW01-75Bold', sans-serif;
        text-decoration: none;
    }

    .navigation .nav .active a, .navigation .nav .selected a, .navigation .nav li:hover a {
        color: white;
    }
}

.rating li {
    float: left;
    font: 14px/12px 'HelveticaNeueW01-55Roma', sans-serif;
    color: #d6d6d6;
    margin: 2px 2px;
}

.rating .on {
    color: #f00;
}

.gourmet .rating .on {
    color: #a02d00;
}

.rating:before,
.rating:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.rating:after {
    clear: both;
}

.rating {
    *zoom: 1;
}

    .rating .rate {
        float: none;
    }

/* END common.css */
/* master-page.base.css */
/*This software is intended to be used for informational purposes to illustrate user experience, visual design, layout, transitions, and other creative requirements. This software may not be optimized for performance, scalability, security, interoperability and reuse, and is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.*/

.mccormick .site-select .mck {
    display: none;
}

.zatarains .site-select .zatarains {
    display: none;
}

.lawrys .site-select .lawrys {
    display: none;
}

#loadingMessageContainer {
    display: none;
}

#loadingMessage {
    text-align: center;
    font-size: 20px;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    z-index: 1000 !important;
}

.white-btn {
    border: 2px solid #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(244,244,244) 63%, rgb(242,242,242) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(63%,rgb(244,244,244)), color-stop(100%,rgb(242,242,242)));
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(244,244,244) 63%,rgb(242,242,242) 100%);
    background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(244,244,244) 63%,rgb(242,242,242) 100%);
    background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(244,244,244) 63%,rgb(242,242,242) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(244,244,244) 63%,rgb(242,242,242) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .15);
    color: #ff0e0e;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

.red-btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 2em;
    background: rgb(255,0,0);
    background: -moz-linear-gradient(top, rgb(255,0,0) 0%, rgb(244,0,0) 63%, rgb(242,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,0,0)), color-stop(63%,rgb(244,0,0)), color-stop(100%,rgb(242,0,0)));
    background: -webkit-linear-gradient(top, rgb(255,0,0) 0%,rgb(244,0,0) 63%,rgb(242,0,0) 100%);
    background: -o-linear-gradient(top, rgb(255,0,0) 0%,rgb(244,0,0) 63%,rgb(242,0,0) 100%);
    background: -ms-linear-gradient(top, rgb(255,0,0) 0%,rgb(244,0,0) 63%,rgb(242,0,0) 100%);
    background: linear-gradient(to bottom, rgb(255,0,0) 0%,rgb(244,0,0) 63%,rgb(242,0,0) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#f20000',GradientType=0 ); MC Removed 3/19 IE CSS issue*/
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .15);
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    margin-bottom: 10px;
    width: auto;
}

@media screen and (max-width: 24em) {
    .logo img {
        max-height: 3em;
        padding-top: 5px;
    }
}

#customBannerContainer span {
    float: left;
}

.loggedInMenuList {
    cursor: pointer;
    border: 1px solid #666666;
}

    .loggedInMenuList :hover {
        text-decoration: none;
        text-indent: none;
        padding-left: 5px;
        background-color: Red;
        color: White;
    }

legend {
    display: none !important;
    visibility: hidden !important;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-mck {
    display: block;
    margin: 0 auto;
    max-width: 320px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

    .btn-mck.gradient {
        color: red;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 43%, #ededed 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #ffffff), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 43%, #ededed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 43%, #ededed 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 43%, #ededed 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 43%, #ededed 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
        font-family: 'HelveticaNeueW01-65Medi', sans-serif;
    }

.major-section {
    margin: 0 auto;
    max-width: 75em;
    position: relative;
}

    .major-section:after {
        display: block;
        clear: both;
        content: ".";
        height: 0px;
        visibility: hidden;
    }

    .major-section:before, .major-section:after {
        display: table;
        line-height: 0;
        content: "";
    }

/* health info table */
.health.info {
    margin-top: .5em;
    width: 455px;
}

.main.col.one {
    width: 42%;
    font-weight: bold;
    text-align: center;
    background-color: #999999;
    border: 1px solid #000000;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
}

.main.col.two {
    width: 25%;
    font-weight: bold;
    text-align: center;
    background-color: #FAFAFA;
    border: 1px solid #000000;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
}

.main.col.three {
    width: 33%;
    font-weight: bold;
    text-align: center;
    background-color: #999999;
    border: 1px solid #000000;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
}

.sub.col.one {
    width: 42%;
    background-color: #999999;
    border: 1px solid #000000;
    border-left: 2px solid #000000;
}

.sub.col.two {
    width: 25%;
    background-color: #FAFAFA;
    text-align: center;
    border: 1px solid #000000;
}

.sub.col.three {
    width: 33%;
    background-color: #999999;
    border: 1px solid #000000;
    border-right: 2px solid #000000;
}

.sub.row.top {
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}

.sub.row.bottom {
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}


/* Site Header */
.header {
    border-bottom: 1px solid #DBDBDB;
}

    .header.underlined {
        border-bottom: 6px solid #f00;
    }

        .header.underlined.sign {
            border-bottom: 1px solid #acacac !important;
        }

/*Search Radio Buttons*/

.search-radio {
    color: #3f3f3f;
    font-size: 0.7em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline;
}

.search-options {
    padding-top: 5px;
    margin-bottom: 3px;
}

/* Site Selector */
.masthead {
    display: none;
    background: #eee;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #dcdcdc 100%);
    -webkit-box-shadow: 0 0 0.4em 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 0.4em 0 rgba(0,0,0,0.4);
    position: relative;
    z-index: 20;
}

    .masthead .utils {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 1em;
    }

        .masthead .utils li {
            float: left;
            /*padding: 1em 0 1em .5em;*/
        }

            .masthead .utils li.show-desktop {
                padding: 1em 0 1em .5em;
            }

        .masthead .utils a {
            color: #3f3f3f;
            font-size: 0.7em;
            text-decoration: none;
            text-transform: uppercase;
            display: block;
            padding: 1.7em .5em 1.5em;
        }

            .masthead .utils a:hover, .masthead .utils a:focus {
                color: #f00;
            }

    .masthead .site-select {
        width: 30em;
        border-top: 0;
        border-bottom: 0;
        overflow: hidden;
        position: absolute;
        z-index: 10;
        left: 16em;
    }

    .masthead .more-sites {
        position: absolute;
        z-index: 5;
        background: white;
        right: 6em;
        top: 2.9em;
        padding: 0 .9em .9em;
        width: 14em;
        border: 1px solid #ACACAC;
        border-top: none;
        display: none;
    }

.more-sites.active {
    display: block;
}

.more-sites li {
    margin-top: .9em;
}

.more-sites a {
    font-size: .8em;
    color: #3f3f3f;
}
/* End Site Selector */

/* Main Header */
.site-header {
    max-width: 75em;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    clear: both;
    z-index: 10;
}

.logo {
    float: left;
    font-size: 1em;
    margin: 0;
}

    .logo a {
        display: block;
        padding: 0.5em 0.4em 0.4em 1em;
        width: 100%;
        text-align: center;
    }

    .logo img {
        max-height: 3em;
    }

.login-fp {
    float: left;
}

.menu-btn {
    display: block;
    font-size: 0.875em;
    color: #4f4f4f;
    float: right;
    text-align: center;
    text-transform: uppercase;
    height: 65px;
    padding: 1.65em 1em; /* original: padding: 1.5em 1em; */
    position: relative;
    /*z-index: 1; MC removed 10/22 for menu buttons overlaying into login flow*/
    width: 20%;
    border-left: 1px solid #DBDBDB;
    cursor: pointer;
}

    .menu-btn:hover, .menu-btn:focus, .menu-btn.active {
        color: #f00;
    }

    .menu-btn.register {
        width: 23%;
        overflow: hidden;
    }

.loggedin {
    font: 0/0 a;
    color: transparent; /*background: url(/Content/McCormick/img/dummy/signin-user.png) no-repeat center center;*/
    width: 88px;
    height: 96px;
    padding: 0 !important;
}

    .loggedin canvas {
        background: #FFF; /*padding-top:18px;*/
    }

.register {
    color: #000;
    font-size: 0.7em;
    height: 65px;
    padding: 1em;
}

    .register b {
        font-weight: bold;
        display: block;
        font-size: 1em;
    }

.signout {
    max-width: 104em;
    margin: 10px auto 0;
    height: 15px;
    background: transparent;
    color: red;
    display: block;
    font-size: .7em;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    cursor: pointer;
}
/*Main Navigation*/
.site-header .nav, .site-header .main-search {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.site-header .main-search {
    padding: 0 5%;
}

.site-header .nav .main-search {
    display: none;
}


.main-menu {
    overflow: hidden;
}

    .main-menu li {
        float: left;
        width: 50%;
        border-bottom: 1px solid #cacaca;
    }

        .main-menu li:nth-child(even) {
            border-right: 0;
        }

    .main-menu a {
        display: block;
        padding: 1em;
        color: #6d6d6d;
        font-size: 15px;
        background: rgba(255,255,255,0);
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }

.nav .utils {
    background: #fff;
    overflow: hidden;
}

    .nav .utils li {
        float: left;
        width: 50%;
        border-bottom: 1px solid #e5e5e5;
    }

    .nav .utils a {
        display: block;
        padding: 1.3em;
        color: #9e9e9e;
        text-transform: uppercase;
        font-size: 12px;
    }

        .main-menu a:hover, .main-menu a:focus, .nav .utils a:hover, .nav .utils a:focus {
            color: #f00;
        }
/*End Main Navigation*/

/*Search Form */
#search {
    padding: 1em;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    #search.active {
        max-height: 30em;
    }

.search-field-cont {
    max-width: 400px;
    position: relative;
}

.search-field {
    background: #fff;
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    padding: .8em;
    padding-right: 3em;
    width: 100%;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    font-size: .9em;
}

    .search-field:focus {
        outline: none;
    }

* + html .search-field {
    width: 90%;
}
/*only for IE7*/
* + html .search-submit {
    color: transparent;
    text-transform: capitalize;
}

@media screen and (max-width: 767px) {
    .search-submit {
        top: 7px !important;
        right: 33px !important;
    }
}
/* End Main Header */

/* Site Selector */
.site-switcher .callout {
    padding-left: 1em;
}


/* CHECKBOX */
.checkbox-wrapper {
    position: relative;
    border: none;
    margin: 8px 0;
    padding: 2px 0;
}

    .checkbox-wrapper label {
        margin-top: 2px;
        display: block;
    }

    .checkbox-wrapper input[type="checkbox"] {
        display: none;
    }

    .checkbox-wrapper .checkbox.selected {
        background-position: 0px -21px !important;
    }

    .checkbox-wrapper label {
        margin-top: 5px;
        margin-left: 30px;
    }
/*
* SIGN UP MODULE
*/
.signin {
    display: none;
    position: absolute;
    border-top: 1px solid #acacac;
    width: 100%;
    top: 65px;
    background: white;
    height: 600px;
}

.mail {
    display: block;
    margin: 2px 0;
    color: Red;
}

.mail-error {
    display: block;
    margin: 2px 0;
    color: Red;
}

.name-error {
    display: block;
    margin: 2px 0;
    color: Red;
}

.nopadding {
    max-height: 45px;
    padding: 0 !important;
}

    .nopadding img {
        margin-left: 5px !important;
    }

@media all and (max-width: 47.99em) {
    .menu-btn, .logo {
        width: 25%;
    }
}

/*Main Navigation*/
.site-header .nav, .site-header .main-search {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.site-header .main-search {
    padding: 0 5%;
}

.site-header .nav .main-search {
    display: none;
}

.main-menu {
    overflow: hidden;
}

    .main-menu li {
        float: left;
        width: 50%;
        border-bottom: 1px solid #cacaca;
    }

        .main-menu li:nth-child(even) {
            border-right: 0;
        }

    .main-menu a {
        display: block;
        padding: 1em;
        color: #6d6d6d;
        font-size: 13px;
        background: rgba(255,255,255,0);
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }

.nav .utils {
    background: #fff;
    overflow: hidden;
}

    .nav .utils li {
        float: left;
        width: 50%;
        border-bottom: 1px solid #e5e5e5;
    }

    .nav .utils a {
        display: block;
        padding: 1.3em;
        color: #9e9e9e;
        text-transform: uppercase;
        font-size: 12px;
    }

        .main-menu a:hover, .main-menu a:focus, .nav .utils a:hover, .nav .utils a:focus {
            color: #f00;
        }
/*End Main Navigation*/

/*Search Form */
#search {
    padding: 1em;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    #search.active {
        max-height: 30em;
    }

.search-field-cont {
    max-width: 400px;
    position: relative;
}

.search-field {
    background: #fff;
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    padding: .8em;
    padding-right: 3em;
    width: 100%;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    font-size: .9em;
}

    .search-field:focus {
        outline: none;
    }

* + html .search-field {
    width: 90%;
}
/*only for IE7*/
* + html .search-submit {
    color: transparent;
    text-transform: capitalize;
}
/* End Main Header */

/* Site Selector */
.site-switcher .callout {
    padding-left: 1em;
}
/* CHECKBOX */
.checkbox-wrapper {
    position: relative;
    border: none;
    margin: 8px 0;
    padding: 2px 0;
}

    .checkbox-wrapper label {
        margin-top: 2px;
        display: block;
    }

    .checkbox-wrapper input[type="checkbox"] {
        display: none;
    }

    .checkbox-wrapper .checkbox.selected {
        background-position: 0px -21px !important;
    }

    .checkbox-wrapper label {
        margin-top: 5px;
        margin-left: 30px;
    }

.directions a.cooking-now {
    cursor: pointer;
    background: #FF0000;
    border-radius: 4px;
    color: #fff;
    padding: 14px 25px 13px;
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    margin: 30px 0px;
    width: 180px;
    display: block; /*margin-left: -3em;*/ /*         height: 43px;         background: url(/Content/McCormick/img/timeline/fb-cooking.png) 0 0 no-repeat;         color: white;         font-size: 16px;         line-height: 43px;         font-family: 'HelveticaNeue-55Roma', sans-serif;         padding: 0 0 0 77px;         margin-bottom: 50px;*/
}

/* END master-page.base.css */
/* master-page.medium.css */
/*This software is intended to be used for informational purposes to illustrate user experience, visual design, layout, transitions, and other creative requirements. This software may not be optimized for performance, scalability, security, interoperability and reuse, and is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.*/

/*Medium Screens*/
@media all and (min-width: 48em) {
    body:after {
        content: 'medium';
        display: none;
    }

    .site-header li {
        min-height: 50px;
    }

    .masthead {
        display: block;
        overflow: visible;
        height: 3em;
    }

    .site-header {
        height: 6em;
        overflow: visible;
    }

    .header {
        overflow: visible;
    }

        .site-header:after, .header:after {
            content: ".";
            visibility: hidden;
            clear: both;
            display: block;
            height: 0px;
        }

    .logo {
        padding: 0;
    }

        .logo a {
            padding: 0;
            padding-top: .5em;
        }

        .logo img {
            max-height: 5em;
        }

    .menu-dropdown {
        display: none;
    }

    .menu-btn {
        font-size: 0.7em;
        height: 100%;
        padding-top: 2em;
        width: 8%;
        border-left: none;
    }

        .menu-btn.register {
            width: 8%;
        }

    .ie8 .menu-btn {
        height: 8.5em;
    }

    .ie7 .menu-btn {
        height: 4.7em;
    }

    .search-dropdown {
        display: block;
        border-right: 1px solid #cacaca;
        padding-top: 3.3em;
    }

    .site-header .nav {
        clear: none;
        background: none;
        float: right;
        width: 65%;
        height: 96px;
    }

        .site-header .nav .utils {
            display: block;
            width: 30%;
            float: left;
        }

    .nav .utils a {
        /*padding: 1.68em;*/ /*Mitch took out for shopping list visibility issue on ipad during Zats launch*/
        font-size: 10px;
    }

    .ie8 .nav .utils a {
        padding-bottom: 1.3em;
    }

    .masthead .major-section .utils {
        display: none;
    }

    .site-header .nav li {
        border-right: 1px solid #cacaca;
    }

    .site-header .nav .utils li {
        width: 100%;
        padding: .08em;
    }

        .site-header .nav .utils li:last-child {
            display: none;
        }

    .main-menu {
        border-left: 1px solid #cacaca;
        width: 70%;
        float: left;
    }

        .main-menu li {
        }

        .main-menu a {
            color: #3c3c3c;
            font-weight: bold;
            font-size: 13px;
            padding: 1em 1em 1.04em;
        }

        .main-menu li.bottom, .site-header .nav .utils li.bottom {
            border-bottom: none;
        }

    .espanol .copyright {
        max-width: 48%;
    }
}

/*Medium Screens*/
@media all and (min-width: 48em) and (max-width: 66.99em) {
    .js .main-search {
        display: none;
    }

        .js .main-search.active {
            display: block;
            z-index: 15;
        }

    .site-header .main-search {
        position: absolute;
        top: 98px;
        right: 0;
        padding: .5em;
        background: #FFFFFF;
        border: 1px solid #CACACA;
        border-top: none;
    }

    .underlined .site-header .main-search {
        top: 103px;
    }

    .ie7 .site-header .main-menu li {
        width: 46%;
    }

    .ie7 .site-header .nav {
        width: 50%;
    }

        .ie7 .site-header .nav .utils {
            width: 29%;
        }

    .ie7 .site-header .search-dropdown {
        height: 4.7em;
    }
}

@media all and (min-width: 58em) {
    .logo {
        padding: 0 .4em;
    }
}

@media all and (max-width: 48em) {
    .nav {
        border-top: 1px solid #efefef;
    }
}

@media all and (max-width: 67em) {
    .top-link {
        margin-top: 0.85em;
        top: auto !important;
    }
}

/*ZATARAINS CSS*/
.zatarains .major-section {
    top: 50px;
}

@media all and (max-width: 48em) {
    .zatarains .nav {
        border-top: none;
    }
}
/* END master-page.medium.css */
/* master-page.large.css */

/*Large Screens*/
@media all and (min-width: 67em) {
    body:after {
        content: 'large';
        display: none;
    }

    .register.close {
        height: 95px;
    }

    .logo {
        padding: 0 1em;
    }

    .register {
        border-left: 1px solid #CACACA;
    }

    .menu-btn {
        padding-top: 3em;
    }

    .main-menu {
        background: none;
        border: 0;
        width: auto;
        float: none;
    }

    .site-header .main-menu li {
        width: auto;
        border: 0;
        margin-right: .8em;
    }

    .main-menu a {
        font-size: 1.1em;
        padding: 2.5em 0.2em 1.3em;
    }

    .main-menu .active a {
        border-bottom: 0.5em solid #f00;
    }

    .underlined .main-menu .active a {
        border-bottom: none;
    }

    .search-dropdown {
        display: none;
    }

    .site-header .nav {
        position: static;
        width: 75%;
    }

    .ie7 .site-header .nav {
        width: 70%;
    }

    .site-header .nav .utils {
        display: none;
    }

    .masthead .major-section.alert-on {
        margin-top: 260px;
    }

    .masthead .major-section .utils {
        display: block;
    }

    .main-search {
        display: none;
    }

    .js .search {
        display: block;
        position: relative;
    }

    .site-header .nav nav {
        float: left;
        width: 71%;
    }

    /*only for IE7*/
    * + html .site-header .nav nav {
        width: 70%;
    }

    .site-header .nav .main-search {
        display: block;
        clear: none;
        float: left;
        width: 29%;
        padding: 1em 1em 0 0;
    }

    /*only for IE7*/
    * + html .site-header .nav .main-search {
        width: 27%;
    }

    .disposable {
        display: none;
    }

    .level-1 > a {
        border: 0;
        padding: 0;
        font-weight: bold;
        text-transform: uppercase;
    }

    .level-2 {
        float: left;
        width: 33.333333%;
    }
}

@media all and (min-width: 75em) {
    .main-menu a {
        font-size: 1.1em;
        padding: 2.5em 0.5em 1.3em;
    }
}

/* END master-page.large.css */


header.header-nav.frenchs, header.header-nav.zatarains, header.header-nav.oldbay {
    padding-top: 10px;
    background: url("/Content/McUS/images/Frenchs/bg_header_frenchs.jpg");
}

@media (min-width: 768px) {
    header.header-nav.frenchs, header.header-nav.zatarains, header.header-nav.oldbay {
        padding-top: 40px;
        background: url("/Content/McUS/images/Frenchs/bg_header_frenchs.jpg") bottom left no-repeat #fff;
    }
}

@media (min-width: 992px) {
    header.header-nav.frenchs, header.header-nav.zatarains, header.header-nav.oldbay {
        padding-bottom: 5px;
    }
}

@media (max-width: 768px) {
    header.header-nav.frenchs .eyebrow-container, header.header-nav.zatarains .eyebrow-container, header.header-nav.oldbay .eyebrow-container {
        padding-top: 20px;
    }
}

header.header-nav.frenchs .eyebrow-container .frenchs-logo, header.header-nav.frenchs .eyebrow-container .zatarains-logo, header.header-nav.frenchs .eyebrow-container .oldbay-logo, header.header-nav.zatarains .eyebrow-container .frenchs-logo, header.header-nav.zatarains .eyebrow-container .zatarains-logo, header.header-nav.zatarains .eyebrow-container .oldbay-logo, header.header-nav.oldbay .eyebrow-container .frenchs-logo, header.header-nav.oldbay .eyebrow-container .zatarains-logo, header.header-nav.oldbay .eyebrow-container .oldbay-logo {
    display: block;
    position: absolute;
    max-width: 95px;
    top: -10px;
    z-index: 999;
}

@media (min-width: 768px) {
    header.header-nav.frenchs .eyebrow-container .frenchs-logo, header.header-nav.frenchs .eyebrow-container .zatarains-logo, header.header-nav.frenchs .eyebrow-container .oldbay-logo, header.header-nav.zatarains .eyebrow-container .frenchs-logo, header.header-nav.zatarains .eyebrow-container .zatarains-logo, header.header-nav.zatarains .eyebrow-container .oldbay-logo, header.header-nav.oldbay .eyebrow-container .frenchs-logo, header.header-nav.oldbay .eyebrow-container .zatarains-logo, header.header-nav.oldbay .eyebrow-container .oldbay-logo {
        top: -18px;
        max-width: 100px;
    }
}

@media (min-width: 1025px) {
    header.header-nav.frenchs .eyebrow-container .frenchs-logo, header.header-nav.frenchs .eyebrow-container .zatarains-logo, header.header-nav.frenchs .eyebrow-container .oldbay-logo, header.header-nav.zatarains .eyebrow-container .frenchs-logo, header.header-nav.zatarains .eyebrow-container .zatarains-logo, header.header-nav.zatarains .eyebrow-container .oldbay-logo, header.header-nav.oldbay .eyebrow-container .frenchs-logo, header.header-nav.oldbay .eyebrow-container .zatarains-logo, header.header-nav.oldbay .eyebrow-container .oldbay-logo {
        max-width: 120px;
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    header.header-nav.frenchs .eyebrow-container .frenchs-logo, header.header-nav.frenchs .eyebrow-container .zatarains-logo, header.header-nav.frenchs .eyebrow-container .oldbay-logo, header.header-nav.zatarains .eyebrow-container .frenchs-logo, header.header-nav.zatarains .eyebrow-container .zatarains-logo, header.header-nav.zatarains .eyebrow-container .oldbay-logo, header.header-nav.oldbay .eyebrow-container .frenchs-logo, header.header-nav.oldbay .eyebrow-container .zatarains-logo, header.header-nav.oldbay .eyebrow-container .oldbay-logo {
        max-width: 120px;
    }
}

header.header-nav.frenchs .eyebrow-container ul.eyebrow-brands, header.header-nav.zatarains .eyebrow-container ul.eyebrow-brands, header.header-nav.oldbay .eyebrow-container ul.eyebrow-brands {
    margin-top: 0;
    margin-left: 0;
}

@media (max-width: 1025px) {
    header.header-nav.frenchs .eyebrow-container ul.eyebrow-brands, header.header-nav.zatarains .eyebrow-container ul.eyebrow-brands, header.header-nav.oldbay .eyebrow-container ul.eyebrow-brands {
        top: -24px;
    }
}

@media (min-width: 1025px) {
    header.header-nav.frenchs .eyebrow-container ul.eyebrow-brands, header.header-nav.zatarains .eyebrow-container ul.eyebrow-brands, header.header-nav.oldbay .eyebrow-container ul.eyebrow-brands {
        top: -23px;
    }
}

header.header-nav.frenchs .eyebrow-container ul.eyebrow-brands .nav-menu-brands-link:hover, header.header-nav.zatarains .eyebrow-container ul.eyebrow-brands .nav-menu-brands-link:hover, header.header-nav.oldbay .eyebrow-container ul.eyebrow-brands .nav-menu-brands-link:hover {
    color: #002f6c;
}

header.header-nav.frenchs .eyebrow-container ul.eyebrow-profile, header.header-nav.zatarains .eyebrow-container ul.eyebrow-profile, header.header-nav.oldbay .eyebrow-container ul.eyebrow-profile {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 999;
}

    header.header-nav.frenchs .eyebrow-container ul.eyebrow-profile .icon-text, header.header-nav.frenchs .eyebrow-container ul.eyebrow-profile .profile-name, header.header-nav.zatarains .eyebrow-container ul.eyebrow-profile .icon-text, header.header-nav.zatarains .eyebrow-container ul.eyebrow-profile .profile-name, header.header-nav.oldbay .eyebrow-container ul.eyebrow-profile .icon-text, header.header-nav.oldbay .eyebrow-container ul.eyebrow-profile .profile-name {
        color: white;
    }

header.header-nav.frenchs .primary-nav, header.header-nav.zatarains .primary-nav, header.header-nav.oldbay .primary-nav {
    margin-top: 80px;
    margin-left: 0;
}

@media (min-width: 768px) {
    header.header-nav.frenchs .primary-nav, header.header-nav.zatarains .primary-nav, header.header-nav.oldbay .primary-nav {
        margin-top: 20px;
    }
}

header.header-nav.frenchs .primary-nav .nav-menu-list-item .nav-menu-list-link, header.header-nav.zatarains .primary-nav .nav-menu-list-item .nav-menu-list-link, header.header-nav.oldbay .primary-nav .nav-menu-list-item .nav-menu-list-link {
    color: #002f6c;
}

    header.header-nav.frenchs .primary-nav .nav-menu-list-item .nav-menu-list-link:hover, header.header-nav.zatarains .primary-nav .nav-menu-list-item .nav-menu-list-link:hover, header.header-nav.oldbay .primary-nav .nav-menu-list-item .nav-menu-list-link:hover {
        color: #ffffff;
    }

header.header-nav.zatarains, header.header-nav.oldbay {
    background: url("/Content/McUS/images/Zatarains/bg_header_zatarains.jpg");
}

@media (min-width: 768px) {
    header.header-nav.zatarains, header.header-nav.oldbay {
        padding-top: 30px;
        background: url("/Content/McUS/images/Zatarains/bg_header_zatarains.jpg") bottom left no-repeat #fff;
    }
}

header.header-nav.zatarains .eyebrow-container .zatarains-logo, header.header-nav.zatarains .eyebrow-container .oldbay-logo, header.header-nav.oldbay .eyebrow-container .zatarains-logo, header.header-nav.oldbay .eyebrow-container .oldbay-logo {
    top: -10px;
    max-width: 120px;
}

@media (min-width: 768px) {
    header.header-nav.zatarains .eyebrow-container .zatarains-logo, header.header-nav.zatarains .eyebrow-container .oldbay-logo, header.header-nav.oldbay .eyebrow-container .zatarains-logo, header.header-nav.oldbay .eyebrow-container .oldbay-logo {
        top: 31px;
        max-width: 105px;
    }
}

@media (min-width: 1025px) {
    header.header-nav.zatarains .eyebrow-container .zatarains-logo, header.header-nav.zatarains .eyebrow-container .oldbay-logo, header.header-nav.oldbay .eyebrow-container .zatarains-logo, header.header-nav.oldbay .eyebrow-container .oldbay-logo {
        top: 31px;
        max-width: 120px;
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    header.header-nav.zatarains .eyebrow-container .zatarains-logo, header.header-nav.zatarains .eyebrow-container .oldbay-logo, header.header-nav.oldbay .eyebrow-container .zatarains-logo, header.header-nav.oldbay .eyebrow-container .oldbay-logo {
        max-width: 120px;
    }
}

@media (max-width: 1025px) {
    header.header-nav.zatarains .eyebrow-container ul.eyebrow-brands, header.header-nav.oldbay .eyebrow-container ul.eyebrow-brands {
        top: -18px;
    }
}

@media (min-width: 1025px) {
    header.header-nav.zatarains .eyebrow-container ul.eyebrow-brands, header.header-nav.oldbay .eyebrow-container ul.eyebrow-brands {
        top: -18px;
    }
}

header.header-nav.zatarains .eyebrow-container ul.eyebrow-brands .nav-menu-brands-link:hover, header.header-nav.oldbay .eyebrow-container ul.eyebrow-brands .nav-menu-brands-link:hover {
    color: #ed1d24;
}

header.header-nav.zatarains .primary-nav .nav-menu-list-item .nav-menu-list-link, header.header-nav.oldbay .primary-nav .nav-menu-list-item .nav-menu-list-link {
    color: #ffffff;
}

    header.header-nav.zatarains .primary-nav .nav-menu-list-item .nav-menu-list-link:hover, header.header-nav.oldbay .primary-nav .nav-menu-list-item .nav-menu-list-link:hover {
        color: #fff100;
    }

header.header-nav.oldbay {
    background: url("/Content/McUS/images/Old Bay/bg_header_oldbay_blue.jpg");
}

@media (min-width: 768px) {
    header.header-nav.oldbay {
        background: url("/Content/McUS/images/Old Bay/bg_header_oldbay_blue.jpg") bottom left no-repeat #fff;
    }
}

@media (min-width: 768px) {
    header.header-nav.oldbay .eyebrow-container .oldbay-logo {
        top: 28px;
    }
}

header.header-nav.oldbay .eyebrow-container ul.eyebrow-brands .nav-menu-brands-link:hover {
    color: #002873;
}

header.header-nav.oldbay .primary-nav .nav-menu-list-item .nav-menu-list-link {
    color: #ffffff;
}

    header.header-nav.oldbay .primary-nav .nav-menu-list-item .nav-menu-list-link:hover {
        color: #fee771;
    }


.header-nav.frenchs ul.eyebrow-brands a, .header-nav.oldbay ul.eyebrow-brands a, .header-nav.zatarains ul.eyebrow-brands a {
    color: initial;
    font-weight: initial !important;
}

@media (min-width: 768px) {
    .header-nav.frenchs .no-gutters .col-sm-1, .header-nav.oldbay .no-gutters .col-sm-1, .header-nav.zatarains .no-gutters .col-sm-1 {
        width: 16.66667%;
    }

    .header-nav.frenchs .no-gutters .col-sm-9, .header-nav.oldbay .no-gutters .col-sm-9, .header-nav.zatarains .no-gutters .col-sm-9 {
        width: 66.66667%;
    }

    .header-nav.frenchs .no-gutters .col-sm-push-1, .header-nav.oldbay .no-gutters .col-sm-push-1, .header-nav.zatarains .no-gutters .col-sm-push-1 {
        left: 16.66667%;
    }

    .header-nav.frenchs .no-gutters .col-sm-9, .header-nav.oldbay .no-gutters .col-sm-9, .header-nav.zatarains .no-gutters .col-sm-9 {
        width: 66.66667%;
    }
}

/* CSS Document */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=1930439d-2d94-4072-b385-ea799bfb78be");

@font-face {
    font-family: "Neuzeit";
    src: url("/Content/McUS/fonts/Frenchs/0825c39a-a2b8-4005-89e2-ba5796267d76.eot?#iefix");
    src: url("/Content/McUS/fonts/Frenchs/0825c39a-a2b8-4005-89e2-ba5796267d76.eot?#iefix") format("eot"),url("/Content/McUS/fonts/Frenchs/220281a3-a459-405e-b8ee-7bba2436f077.woff2") format("woff2"),url("/Content/McUS/fonts/Frenchs/c05a427e-1831-4ddf-aecd-fc20705689a4.woff") format("woff"),url("/Content/McUS/fonts/Frenchs/8ae911b5-1e09-45f7-aed0-bbc110bd68d4.ttf") format("truetype"),url("/Content/McUS/fonts/Frenchs/b79a608a-4c82-48ac-980b-4219e339b412.svg#b79a608a-4c82-48ac-980b-4219e339b412") format("svg");
}

@font-face {
    font-family: "Neuzeit";
    src: url("/Content/McUS/fonts/Frenchs/f13ea80b-08de-47e5-a690-ff4bd41993bd.eot?#iefix");
    src: url("/Content/McUS/fonts/Frenchs/f13ea80b-08de-47e5-a690-ff4bd41993bd.eot?#iefix") format("eot"),url("/Content/McUS/fonts/Frenchs/2d9b7bc2-9924-484d-b28d-c4c7aacdcb1d.woff2") format("woff2"),url("/Content/McUS/fonts/Frenchs/6e22928e-dff6-47c1-bcf3-aa784d0d1ce6.woff") format("woff"),url("/Content/McUS/fonts/Frenchs/9c4ab891-6b58-4e88-b9aa-2194730ac552.ttf") format("truetype"),url("/Content/McUS/fonts/Frenchs/56c3ac70-0790-4c94-bac2-7367cd1696a1.svg#56c3ac70-0790-4c94-bac2-7367cd1696a1") format("svg");
    font-weight: bold;
}

* p,
.nav-menu-brands a,
.list-unstyled a,
.main-description,
.main-description-more,
.rating-status *,
.recipe-about-list li,
.item-information .label,
.whisk-widget-link-button,
.whisk-widget-description {
    font-weight: normal !important;
}

*,
.frenchs-home-content p {
    font-family: "Neuzeit", sans-serif !important;
    font-weight: bold !important;
}

.main-title {
    font-size: 32px;
}

html body .small-recipe-filter-module .container > .row {
    margin: 0px;
}

.small-recipe-filter-module .small-recipe-filter-module-tab-slider .item-tab {
    padding-left: 0px;
}

.small-recipe-filter-module .item-square-recipe .item-square-box .recipe-type {
    bottom: 12px;
}

.small-recipe-filter-module .item-square-recipe .item-square-box .item-label {
    margin-top: 10px;
}

.small-recipe-filter-module-slider a:hover {
    text-decoration: none;
}

html body .item-information .label {
    font-size: 14px;
}

@media (min-width: 48em) {
    html body .recipe-information .label-title {
        font-size: 12px;
    }
}

body,
.page-wrap {
    background: #ffffff;
}

.header-nav {
    background: url('/Content/McUS/images/Frenchs/bg_header_frenchs.jpg') bottom left no-repeat #ffffff;
}

.social-button span {
    font-size: 13px;
}

@media (min-width: 20em) {
    .social-button span {
        font-size: 17px;
    }
}

@media (min-width: 42em) {
    .social-button span {
        font-size: 15px;
    }
}

@media (min-width: 66em) {
    .social-button span {
        font-size: 17px;
    }
}

.nav-menu-header {
    color: #fff;
    background-color: #1d335d;
}

html body .icon .icon-fill-dark {
    fill: #da291c;
    fill: #000;
    stroke: transparent;
}

.nowrap {
    white-space: nowrap;
}

.landing-picture .slide hgroup {
    background: rgba(255,255,255,.8);
}

/* #1d335d McCormick Red  */

html body .icon .icon-fill-red {
    fill: #1d335d;
}

html body .icon .icon-fill-pinterest,
.btn.action-button.icon-button.saved .icon,
.recipe-dynamic-title .icon-arrow svg {
    fill: #1d335d !important;
}

html body .item-information .label,
.rating label.selected,
.rating:not([data-function=off]) > input:checked ~ label,
.rating:not([data-function=off]):not(:checked) > label:hover,
.rating:not([data-function=off]):not(:checked) > label:hover ~ label,
.category-label,
.container-fluid a {
    color: #da291c;
}


.container-fluid .save-banner-module a {
    color: #f6ac17;
}

.nav-menu-list-link {
    color: #002f6c;
}

    .container-fluid .save-banner-module a:hover,
    .save-banner-module .main-title, .nav-menu-list-link:hover {
        color: #fff;
    }

@media(max-width:1024px) {
    .nav-menu-list-link:hover {
        color: #1d335d;
        text-decoration: underline;
    }
}

    h1, h2, h3, h4, h5, h6,
    .small-recipe-filter-module .button-container .show-more a,
    .container-fluid a .item-label,
    .whisk_button_holder .whisk-widget-link-button,
    .module.recipe-about-module .recipe-about-list a,
    .lf-module_rocard.mkc-lf-module-tabs-pr01 .module-tabs-cont .boxes .recipe-box-gallery-cont a h4:hover,
    .lf-module.mkc_lf_module_moretosavor_lf01 .more-savor .more-savor-item .box .data p span,
    .lf-module.mkc_lf_module_moretosavor_lf01 .more-savor .more-savor-item .box .data .add-recipe.saved:before,
    .lf-module.mkc_lf_module_article_back_lf01 a,
    .lf-module.mkc_lf_module_article_title_lf01 .leave-comment a:before,
    .lf-module.mkc_lf_module_article_body_lf01 p a,
    .lf-module.mkc_lf_module_article_recipesteps_lf01 .lf-recipe-steps-cont .data p a,
    .lf-module.mkc_lf_module_article_recipestepsimage_lf01 .lf-recipe-steps-image-shop-cont .data p a,
    .lf-module.mkc_lf_module_article_relatedproduct_lf01 .lf-related-shop-product-cont .data p a,
    .lf-module.mkc_lf_module_article_nextvideo_lf01 a,
    .lf-module.MKC_LF_Module_Carousel_PU01 .purity-carousel li .add-recipe.saved:before,
    .lf-module.mkc_lf_module_feature_sp01 .feature-data .feature-data-left a,
    .lf-module.mkc_lf_module_articles_sp01 .read-more,
    .lf-module.mkc_lf_module_furtherreading_sp01 .further-reading .recipe-box .recipe .recipe-data span,
    .lf-module.mkc_lf_module_search_bar_la01 .switch-search,
    html body .slick-dots li.slick-active button:before,
    html body .error-form,
    .btn-link,
    .social-button.pinterest-style span,
    .item-square-recipe .item-over-box .see-full,
    .main-description a,
    .about-details a,
    .hero-module .hero-details .morelink,
    .article-cards-cta .cta-link,
    .category-recipes-module .content-container .view-all,
    .btn-light:hover,
    .reply-link,
    .category-tips-module-slider .tips-tricks-item .content-container a,
    footer a:hover,
    .nav-menu-brands-link:hover,
    .nav-menu-brands-link.is-active,
    .nav-menu-list-link.is-open,
    .nav-category-all,
    aside.modal-windows a,
    .preferences h2,
    .banner-left-link,
    .col a:hover h3,
    .col a:hover,
    .col a.panel-link:hover p.panel-bottom,
    .cta-button,
    .category-filters ul li a {
        color: #1d335d;
    }


@media(min-width:768px) {
    .lf-module.mkc_lf_module_herospace_lf01 .herospace-cont .share li a:before,
    .lf-module.mkc_lf_module_moretosavor_lf01 .view-more a,
    .lf-module.mkc_lf_module_moretosavor_lf01 .view-more a:before,
    .lf-module.mkc_lf_module_article_filter_lf01 .lf-recipe-filter-cont ul li a.act {
        color: #1d335d
    }
}

@media(min-width:1200px) {
    .lf-module.mkc_lf_module_moretosavor_lf01 .more-savor .more-savor-item .box .data .add-recipe:hover:before,
    .lf-module.MKC_LF_Module_Carousel_PU01 .purity-carousel li .add-recipe:hover:before {
        color: #1d335d
    }

    .lf-module_rocard.mkc-lf-module-tabs-pr01 .module-tabs-cont .tabs-cont li a:hover {
        background: url('/Content/McUS/images/Frenchs/americana.jpg') center no-repeat #1d335d;
        background-size: cover;
    }
}


.btn.action-button,
.folder-btn.legacy-saves,
.hero-home .hero-container .callout-flavorprofile,
.header-nav__menubt span,
.header-nav__menubt span:before,
.header-nav__menubt span:after {
    background: #da291c;
}




.ps-widget[ps-sku], .ps-widget[data-ps-sku],
.save-banner-module,
.save-banner-module {
    background: url('/Content/McUS/images/Frenchs/americana.jpg') center no-repeat !important;
    background-size: cover;
}

.lf-module.mkc-lf-module-herospace-pr01 .herospace-cont .button,
.nav-profile-item {
    background: #da291c;
    color: #fff;
}

.nav-profile-item a span {
    color: #fff;
}

.button-container .show-more a,
.nav-menu-list-link a {
    color: #1d335d;
}

.lf-module.mkc_rocard-lf-module-box-rating-pr01 .boxes .box .recipe-box-rating-cont .folder-btn,
.category-filters ul li a.active,
.category-filters ul li a:hover,
.category-filters ul li a:active,
.tab-container.filled-filters .filter-tab-slider .item-tab.current a,
.progress-bar-module.module .progress-container .progress-bar,
aside.modal-windows .btn-red,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch,
.overlay-search-container .filter-head,
.range-time .noUi-horizontal .noUi-base .noUi-origin .noUi-handle,
.range-time .noUi-horizontal .noUi-base .noUi-connect,
.rectangle-checkbox input:checked + label {
    background-color: #1d335d;
    background: #da291c;
}

.squaredThree label:after,
html body .error-form,
input.error,
aside.modal-windows .btn-red {
    border-color: #1d335d;
}

.mck-logo {
    margin-top: 0px;
    width: 70px;
}

@media(min-width:62em) {
    .small-recipe-filter-module .small-recipe-filter-module-tab-slider .item-tab.current a {
        color: #1d335d
    }
}

.nav-menu-list-link.is-open .icon-fill-dark {
    fill: #1d335d
}

@media(min-width:64.0625em) {

    .mck-logo {
        width: 130px;
    }
}

/* SAFETIES */

.btn.action-button.icon-button {
    background: transparent;
}

.btn.facebook-login {
    background-color: #324d8e;
}

.btn.login-button {
    background-color: #fff;
}

aside.modal-windows a {
    color: #c30000;
}

@media (min-width: 75em) {
    .save-banner-module.logged-in .main-content {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 150px auto;
        min-height: 120px;
        padding: 0 15px;
    }
}

.save-banner-module .btn.action-button {
    background: #fff;
}

.save-banner-module .btn.action-button .label {
    color: #002873;
}

.save-banner-module .btn.action-button:hover {
    background: #fee046;
}

@media (min-width: 64.0625em) {
    .nav-menu-list-item a:active, .nav-menu-list-item a:focus {
        color: #fff;
    }
}

header .global-search {
    display: none;
    position: absolute;
    top: auto!important;
}

.fade.modal-tooltip h4 {
    color: #fff;
}

.modal-dialog .btn.action-button.btn-cancel {
    background: #000;
}

@media (min-width: 64.0625em) {
    .nav-menu-brands-link {
        font-family: "Trade Gothic Condensed" !important;
        font-size: 16px;
        text-transform: none;
    }
}

.nav-profile-item span {
    font-size: 11px !important;
}

footer .registration-callout p {
    max-width:100% !important;
}

@media (min-width: 48em) {
    .login-container .login-states .facebook-login .label, .login-container .login-states .login-button .label {
        font-size: 16px !important;
    }
}

@media (min-width: 62em) {
    .login-container .login-states .facebook-login .label, .login-container .login-states .login-button .label {
        font-size: 17px !important;
    }
}

@media(max-width: 1199px){
    .registration-callout .action-button span {
        font-size: 16px!important;
    }
}

@media(max-width: 900px) {
    .registration-callout .action-button span {
        font-size: 14px !important;
    }
}

.item-rounded .dsr-buttons {
    bottom: auto;
    top: 234px;
}

@media(min-width: 768px) {
    .item-rounded .dsr-buttons {
        bottom: auto;
        top: 297px;
    }
}

@media(min-width: 992px) {
    .item-rounded .dsr-buttons {
        bottom:auto;
        top:250px;
    }
}
