/* Minification failed. Returning unminified contents.
(5124,11): run-time error CSS1035: Expected colon, found 'border'
 */
#calendar-widget.jsPanel {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    z-index: 10000;
}

    #calendar-widget.jsPanel .jsPanel-content {
        width: 100%;
        background: transparent !important;
        overflow: visible !important;
        height: auto !important;
    }

.calendar-widget {
    width: 95vw;
    max-width: 347px;
    height: auto;
    position: relative;
    z-index: 10;
}

    .calendar-widget.is-hidden {
        visibility: hidden;
        opacity: 0;
    }

.calendar-widget__wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
    overflow: hidden;
}

@media (min-width:1024px) {
    .calendar-widget__wrapper {
        border-radius: 8px;
    }
}

.calendar-widget__arrow {
    display: none;
    overflow: hidden;
    box-shadow: 0 10px 10px -20px rgba(0, 0, 0, .35);
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 0;
}

    .calendar-widget__arrow:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: #c30000;
        top: 30px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        box-shadow: -1px -1px 10px 1px rgba(0, 0, 0, .3);
    }

@media (min-width:1024px) {
    .calendar-widget__arrow {
        display: block;
    }
}

.calendar-widget__arrow--bottom {
    top: 100%;
    bottom: auto;
}

    .calendar-widget__arrow--bottom:after {
        background: #fff;
        top: auto;
        bottom: 30px;
    }

.calendar-widget__arrow--top {
    top: auto;
    bottom: 100%;
}

    .calendar-widget__arrow--top:after {
        background: #fff;
        top: auto;
        bottom: -10px;
    }

.calendar-widget__arrow--bottom-right {
    right: 40px;
    left: auto !important;
}

.calendar-widget__header {
    width: 100%;
    padding: 12px;
    background-color: #c30000;
    text-align: center;
    position: relative;
}

    .calendar-widget__header h2 {
        font-family: Trade Gothic Bold Condensed;
        font-size: 21px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: uppercase;
        color: #fff;
        margin: 0;
    }

@media (max-width:767px) and (orientation:landscape) {
    .calendar-widget__header h2 {
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

@media (min-width:1024px) {
    .calendar-widget__header h2 {
        font-size: 19px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.calendar-widget__header .btn-back, .calendar-widget__header .btn-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s ease-out;
    pointer-events: auto;
    cursor: pointer;
}

    .calendar-widget__header .btn-back:focus, .calendar-widget__header .btn-back:focus-within, .calendar-widget__header .btn-close:focus, .calendar-widget__header .btn-close:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

.calendar-widget__header .btn-back {
    display: flex;
    align-items: center;
    min-width: 24px;
    height: 24px;
    left: 15px;
    font-family: Trade Gothic Bold Condensed;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
}

    .calendar-widget__header .btn-back svg {
        flex: 0 0 10px;
        display: block;
        width: 100%;
        max-width: 10px;
        height: 100%;
    }

    .calendar-widget__header .btn-back span {
        display: block;
        margin-left: 5px;
        z-index: 10;
        line-height: 18px;
        position: relative;
    }

    .calendar-widget__header .btn-back.is-hidden {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

.calendar-widget__header .btn-close {
    right: 15px;
    opacity: 1;
    margin-top: -1px;
}

    .calendar-widget__header .btn-close svg {
        width: 15px;
        height: 15px;
        fill: #fff;
    }

        .calendar-widget__header .btn-close svg use {
            fill: #fff;
        }

@media (max-width:767px) and (orientation:landscape) {
    .calendar-widget__header {
        padding: 8px;
    }
}

@media (min-width:1024px) {
    .calendar-widget__header {
        padding: 18px;
    }
}

.calendar-widget__body {
    display: flex;
    width: calc(100% - 56px);
    max-height: 378px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    padding: 18px 0;
    transition: transform .5s ease-out;
}

    .calendar-widget__body > * {
        transition: all .15s ease-in-out;
    }

    .calendar-widget__body.no-animations, .calendar-widget__body.no-animations > * {
        transition: none;
    }

.calendar-widget__menu {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    background-color: #fff;
}

.calendar-widget__menu-items {
    max-width: 220px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto auto;
}

@media (max-width:767px) and (orientation:landscape) {
    .calendar-widget__menu-items {
        margin: auto;
    }
}

.calendar-widget__menu-items .btn {
    width: 100%;
    border: 2px solid transparent;
    padding: 0 13px;
    height: 48px;
    margin-top: 17px;
}

    .calendar-widget__menu-items .btn:focus, .calendar-widget__menu-items .btn:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .calendar-widget__menu-items .btn:first-child {
        margin-top: 0;
    }

    .calendar-widget__menu-items .btn:focus, .calendar-widget__menu-items .btn:hover {
        background-color: transparent !important;
        border: 2px solid #c30000;
        fill: #c30000;
        color: #c30000;
    }

        .calendar-widget__menu-items .btn:focus span, .calendar-widget__menu-items .btn:hover span {
            color: #c30000;
        }

    .calendar-widget__menu-items .btn:disabled, .calendar-widget__menu-items .btn[aria-disabled=true] {
        opacity: .5;
        pointer-events: none;
    }

.calendar-widget__datepicker {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

    .calendar-widget__datepicker .ui-datepicker {
        width: 100%;
        border: none;
        padding: 0;
    }

        .calendar-widget__datepicker .ui-datepicker .ui-datepicker-calendar {
            margin: 0;
        }

        .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header {
            background: none;
            border: none;
            border-radius: 0;
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            font-family: Trade Gothic Bold Condensed;
            text-align: center;
            color: #000;
            text-transform: uppercase;
            position: relative;
        }

            .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next, .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                margin-top: -2px;
                pointer-events: auto !important;
                cursor: pointer !important;
            }

                .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus, .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus-within, .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus, .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus-within {
                    outline: 2px solid #87cefa;
                    outline: 2px solid Highlight;
                    outline: 5px auto -webkit-focus-ring-color;
                }

            .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
                left: 0;
            }

                .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
                    margin-left: -14px;
                }

            .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
                right: 0;
            }

            .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover, .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover, .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-state-hover {
                border: none;
                background-color: transparent;
            }

            .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon, .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
                width: 10px;
                height: 13px;
                background-image: url(/Content/Moose/images/MealPlanner/back-arrow.png);
                background-size: contain;
                background-position: 0 0;
                font-size: 0;
            }

@media (min-width:768px) {
    .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon, .calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
        width: 15px;
        height: 18px;
    }
}

.calendar-widget__datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
    background-image: url(/Content/Moose/images/MealPlanner/next-arrow.png);
    left: auto;
    right: 0;
}

.calendar-widget__datepicker .ui-datepicker td {
    padding: 0 !important;
}

.calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar {
    margin-top: 20px;
}

    .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar th {
        font-family: Trade Gothic Bold Condensed;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-transform: uppercase;
    }

@media (max-width:767px) and (orientation:landscape) {
    .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar th {
        font-size: 13px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar thead th {
    padding-top: 0;
    padding-left: 0;
}

.calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > a, .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > span {
    font-family: Trade Gothic Bold Condensed;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: relative;
}

    .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > a:focus, .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > a:focus-within, .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > span:focus, .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > span:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > a.has-meals:after, .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > span.has-meals:after {
        content: "";
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #000;
    }

@media (max-width:767px) and (orientation:landscape) {
    .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > a, .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > span {
        padding: 4px;
    }
}

@media (min-width:768px) {
    .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > a, .calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar tr td > span {
        padding: 13px;
    }
}

.calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar .ui-datepicker-today a {
    border: 1px solid #000;
    border-radius: 5px;
}

.calendar-widget__datepicker .ui-datepicker table.ui-datepicker-calendar .ui-state-active {
    color: #c30000;
}

.calendar-widget__datepicker .ui-datepicker .ui-state-disabled {
    opacity: 1 !important;
    filter: none !important;
    color: #757575;
}

    .calendar-widget__datepicker .ui-datepicker .ui-state-disabled .ui-icon {
        opacity: .5;
    }

    .calendar-widget__datepicker .ui-datepicker .ui-state-disabled .ui-state-default {
        color: #757575;
    }

        .calendar-widget__datepicker .ui-datepicker .ui-state-disabled .ui-state-default.has-meals:after {
            background-color: #757575;
        }

.calendar-widget__mealtype {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
}

    .calendar-widget__mealtype .btn.btn-done {
        width: 100%;
    }

        .calendar-widget__mealtype .btn.btn-done:focus, .calendar-widget__mealtype .btn.btn-done:focus-within {
            outline: 2px solid #87cefa;
            outline: 2px solid Highlight;
            outline: 5px auto -webkit-focus-ring-color;
        }

        .calendar-widget__mealtype .btn.btn-done:hover {
            color: #fff !important;
            background-color: #c30000 !important;
        }

        .calendar-widget__mealtype .btn.btn-done:disabled {
            opacity: .65;
            cursor: none;
            pointer-events: none;
        }

.calendar-widget__mealtype-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 30px 0;
}

    .calendar-widget__mealtype-container > * {
        flex: 1;
    }

@media (max-width:767px) and (orientation:landscape) {
    .calendar-widget__mealtype-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.calendar-widget__mealtype-list {
    flex: 0 0 50%;
    width: 100%;
    box-sizing: border-box;
}

    .calendar-widget__mealtype-list .calendar-widget__meal-types-option {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 20px 0 0;
        cursor: pointer;
    }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option:focus, .calendar-widget__mealtype-list .calendar-widget__meal-types-option:focus-within {
            outline: 2px solid #87cefa;
            outline: 2px solid Highlight;
            outline: 5px auto -webkit-focus-ring-color;
        }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option:first-child {
            margin-top: 5px;
        }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option.disabled {
            opacity: .3;
            pointer-events: none;
        }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option input {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            opacity: 0;
        }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option span {
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            font-family: Trade Gothic Bold Condensed;
            color: #5b5b5b;
            text-transform: uppercase;
        }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option svg {
            display: block;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            fill: #5b5b5b;
        }

            .calendar-widget__mealtype-list .calendar-widget__meal-types-option svg use {
                fill: #5b5b5b;
            }

            .calendar-widget__mealtype-list .calendar-widget__meal-types-option svg.icon-breakfast {
                width: 50px;
                height: 30px;
            }

            .calendar-widget__mealtype-list .calendar-widget__meal-types-option svg.icon-lunch {
                width: 50px;
                height: 49px;
            }

            .calendar-widget__mealtype-list .calendar-widget__meal-types-option svg.icon-dinner {
                width: 35px;
                height: 35px;
            }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option input:checked ~ * {
            color: #c30000;
            fill: #c30000;
        }

            .calendar-widget__mealtype-list .calendar-widget__meal-types-option input:checked ~ * use {
                fill: #c30000;
            }

@media (max-width:767px) and (orientation:landscape) {
    .calendar-widget__mealtype-list .calendar-widget__meal-types-option {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option span {
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
        }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option svg.icon-breakfast {
            height: 20px;
        }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option svg.icon-lunch {
            height: 29px;
        }

        .calendar-widget__mealtype-list .calendar-widget__meal-types-option svg.icon-dinner {
            height: 20px;
        }
}

.calendar-widget__selected-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #c30000;
    border-radius: 8px;
    color: #fff;
}

    .calendar-widget__selected-date .calendar-widget__dayName {
        font-size: 32px;
        font-family: Trade Gothic Bold Condensed;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

    .calendar-widget__selected-date .calendar-widget__dayName, .calendar-widget__selected-date .calendar-widget__dayNumber {
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }

    .calendar-widget__selected-date .calendar-widget__dayNumber {
        font-size: 74px;
        font-family: Trade Gothic LTStd;
    }

.calendar-widget__alert {
    flex: 0 0 100%;
    visibility: hidden;
    opacity: 0;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .calendar-widget__alert p {
        flex: 0 0 auto;
        font-size: 21px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.16;
        letter-spacing: normal;
        font-family: Trade Gothic Bold Condensed;
        color: #c30000;
        margin: 25px 0 30px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .calendar-widget__alert .icon-calendar {
        fill: #c30000;
        stroke: #c30000;
        width: 100%;
        min-height: 60px;
        height: 100%;
        max-height: 100px;
        flex: 1 1 100%;
    }

@media (min-width:1024px) {
    .calendar-widget__alert .icon-calendar {
        min-height: 90px;
        max-height: 150px;
    }
}

.calendar-widget__alert .btn.btn-alert-cta {
    flex: 0 0 auto;
    min-width: 1px;
    width: 100%;
}

    .calendar-widget__alert .btn.btn-alert-cta:focus, .calendar-widget__alert .btn.btn-alert-cta:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (min-width:1024px) {
    .calendar-widget__alert .btn.btn-alert-cta {
        max-width: 248px;
    }
}

.calendar-widget[data-step="-1"] .calendar-widget__arrow:after {
    background: #fff;
}

.calendar-widget[data-step="-1"] .calendar-widget__header {
    background: none;
}

    .calendar-widget[data-step="-1"] .calendar-widget__header .btn-back, .calendar-widget[data-step="-1"] .calendar-widget__header h2 {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .calendar-widget[data-step="-1"] .calendar-widget__header .btn-close svg, .calendar-widget[data-step="-1"] .calendar-widget__header .btn-close svg use {
        fill: #c30000;
    }

.calendar-widget[data-step="-1"] .calendar-widget__datepicker {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.calendar-widget[data-step="0"][data-action=add] .btn-back, .calendar-widget[data-step="0"][data-action=pick] .btn-back {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: none;
}

.calendar-widget[data-step="0"] .calendar-widget__menu {
    transform: translateX(-110%);
    visibility: hidden;
    opacity: 0;
}

.calendar-widget[data-step="0"] .calendar-widget__datepicker {
    transform: translateX(-100%);
    visibility: visible;
    opacity: 1;
}

.calendar-widget[data-step="1"] .calendar-widget__menu {
    transform: translateX(-110%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.calendar-widget[data-step="1"] .calendar-widget__datepicker {
    transform: translateX(-210%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.calendar-widget[data-step="1"] .calendar-widget__mealtype {
    transform: translateX(-200%);
    visibility: visible;
    opacity: 1;
}

.calendar-widget[data-step="2"] .btn-back, .calendar-widget[data-step="2"] .calendar-widget__datepicker, .calendar-widget[data-step="2"] .calendar-widget__header h2:not(.visible), .calendar-widget[data-step="2"] .calendar-widget__mealtype, .calendar-widget[data-step="2"] .calendar-widget__menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.calendar-widget[data-step="2"][data-action=remove] .btn-back {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.calendar-widget[data-step="2"] .calendar-widget__menu {
    transform: translateX(-110%);
}

.calendar-widget[data-step="2"] .calendar-widget__datepicker {
    transform: translateX(-210%);
}

.calendar-widget[data-step="2"] .calendar-widget__mealtype {
    transform: translateX(-300%);
}

.calendar-widget[data-step="2"] .calendar-widget__alert {
    transform: translateX(-300%);
    visibility: visible;
    opacity: 1;
}

.calendar-widget--minimized .calendar-widget__wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.calendar-widget--minimized .calendar-widget__body {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.mpln-carousel {
    width: 100%;
    height: auto;
    position: relative;
}

.mpln-carousel-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mpln-carousel .swiper-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform,height;
    box-sizing: content-box;
}

.mpln-carousel .swiper-slide:focus {
    opacity: .8;
}

.mpln-carousel .swiper-slide.is-hidden {
    opacity: .35;
    pointer-events: none;
    visibility: none;
}

.mpln-carousel .swiper-next, .mpln-carousel .swiper-prev {
    width: 16px;
    height: 33px;
    border: none;
    margin: 0;
    padding: 20px 10px;
    box-sizing: content-box;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    left: auto;
    right: calc(100% - 18px);
    transform: translateY(-50%);
    z-index: 100;
    opacity: 1;
    visibility: visible;
}

    .mpln-carousel .swiper-next:focus, .mpln-carousel .swiper-next:focus-within, .mpln-carousel .swiper-prev:focus, .mpln-carousel .swiper-prev:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (max-width:767px) and (orientation:landscape) {
    .mpln-carousel .swiper-next, .mpln-carousel .swiper-prev {
        width: 18px;
        height: 33px;
    }
}

@media (min-width:1024px) {
    .mpln-carousel .swiper-next, .mpln-carousel .swiper-prev {
        right: 100%;
        width: 27px;
        height: 50px;
    }
}

.mpln-carousel .swiper-next svg, .mpln-carousel .swiper-next use, .mpln-carousel .swiper-prev svg, .mpln-carousel .swiper-prev use {
    width: 100%;
    height: 100%;
    fill: #000;
    stroke: #000;
    stroke-width: 12;
}

@media (min-width:768px) {
    .mpln-carousel .swiper-next svg, .mpln-carousel .swiper-next use, .mpln-carousel .swiper-prev svg, .mpln-carousel .swiper-prev use {
        stroke-width: 8;
    }
}

.mpln-carousel .swiper-next.is-disabled, .mpln-carousel .swiper-prev.is-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mpln-carousel .swiper-next {
    left: calc(100% - 18px);
    right: auto;
}

@media (min-width:1024px) {
    .mpln-carousel .swiper-next {
        left: 100%;
    }
}

@media (min-width:768px) {
    [class*=col-xs-12] > .mpln-carousel {
        padding-left: 22px;
        padding-right: 22px;
    }

        [class*=col-xs-12] > .mpln-carousel .swiper-prev {
            right: calc(100% - 22px);
        }

        [class*=col-xs-12] > .mpln-carousel .swiper-next {
            left: calc(100% - 22px);
        }
}

.ck-button {
    display: flex;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .ck-button:focus, .ck-button:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .ck-button label {
        cursor: pointer;
        display: block;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        height: 100%;
        border: 2px solid #c30000;
        border-radius: 50px;
        padding: 10px;
        margin: 0;
        font-family: Trade Gothic Bold Condensed;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #c30000;
        text-align: center;
    }

@media (min-width:768px) {
    .ck-button label {
        font-size: 19px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.ck-button input {
    position: absolute;
    opacity: 0;
    z-index: 0;
    margin: 0;
    cursor: pointer;
}

    .ck-button input:checked + label {
        background-color: #c30000;
        color: #fff;
    }

.ck-image {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .ck-image:focus, .ck-image:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .ck-image:before {
        content: "";
        width: 100%;
        height: 80%;
        background: #000;
        background: linear-gradient(180deg, rgba(0, 0, 0, .55) 50%, hsla(0, 0%, 100%, 0));
        position: absolute;
        top: 0;
        left: 0;
    }

    .ck-image img {
        width: 100%;
        max-width: 100%;
    }

.ck-image__checkbox-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.ck-image__checkbox {
    position: absolute;
    opacity: 0;
}

    .ck-image__checkbox + label {
        position: relative;
        cursor: pointer;
        margin: 0;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        font-family: Trade Gothic Bold Condensed;
        text-transform: uppercase;
        text-align: left;
        color: #fff;
        padding: 15px;
    }

@media (min-width:768px) {
    .ck-image__checkbox + label {
        padding: 22px;
    }
}

@media (min-width:1024px) {
    .ck-image__checkbox + label {
        font-size: 19px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.ck-image__checkbox + label:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, .89);
}

@media (min-width:768px) {
    .ck-image__checkbox + label:before {
        width: 23px;
        height: 23px;
        bottom: 17px;
        right: 17px;
    }
}

.ck-image__checkbox:checked + label:before {
    background-color: #fff;
}

.ck-image__checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

    .ck-image__checkbox:disabled + label:before {
        box-shadow: none;
        background: #ddd;
    }

.ck-image__checkbox:checked + label:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 16px;
    background: #000;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #000,4px 0 0 #000,4px -2px 0 #000,4px -4px 0 #000,4px -6px 0 #000,4px -8px 0 #000;
    transform: rotate(45deg) scale(.75);
}

@media (min-width:768px) {
    .ck-image__checkbox:checked + label:after {
        right: 31px;
        bottom: 27px;
        transform: rotate(45deg);
    }
}

.cooking-preferences-form {
    margin-bottom: 100px;
}

    .cooking-preferences-form fieldset {
        display: block;
        text-align: center;
    }

        .cooking-preferences-form fieldset + fieldset {
            margin-top: 50px;
        }

        .cooking-preferences-form fieldset:last-of-type {
            margin-bottom: 50px;
        }

@media (min-width:768px) {
    .cooking-preferences-form fieldset {
        text-align: left;
    }
}

.cooking-preferences-form fieldset legend {
    font-size: 29px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    color: #c30000;
    text-transform: uppercase;
    border: none;
    margin-bottom: 10px;
}

@media (min-width:768px) {
    .cooking-preferences-form fieldset legend {
        font-size: 44px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.cooking-preferences-form fieldset legend + p {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .cooking-preferences-form fieldset legend + p {
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.cooking-preferences-form .form-message {
    width: 100%;
    display: none;
    text-align: center;
}

@media (min-width:768px) {
    .cooking-preferences-form .form-message {
        text-align: left;
    }
}

.cooking-preferences-form .form-message p {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    margin: 0;
}

.cooking-preferences-form .btn:focus, .cooking-preferences-form .btn:focus-within {
    outline: 2px solid #87cefa;
    outline: 2px solid Highlight;
    outline: 5px auto -webkit-focus-ring-color;
}

.cooking-preferences-options {
    margin-top: 50px;
    text-align: center;
}

    .cooking-preferences-options .cooking-time-slider .cooking-time-image {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        display: none;
    }

    .cooking-preferences-options .cooking-preferences-subtitle {
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #000;
        font-family: Trade Gothic Bold Condensed;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 3vw;
    }

@media (min-width:768px) {
    .cooking-preferences-options .cooking-preferences-subtitle {
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 34px;
        text-align: left;
    }
}

.cooking-preferences-options .grid[aria-expanded=true] .ck-image:nth-child(n+9) {
    opacity: 1;
    visibility: visible;
    max-height: 999em;
}

.cooking-preferences-options .grid[aria-expanded=false] .ck-image:nth-child(n+9) {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}

.cooking-preferences-options .toggle {
    background: none;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 22px;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    text-transform: uppercase;
    margin: 20px auto 0;
}

    .cooking-preferences-options .toggle:focus, .cooking-preferences-options .toggle:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .cooking-preferences-options .toggle svg {
        transform: rotate(-90deg);
        width: 18px;
        height: 18px;
        position: relative;
        top: 3.5px;
    }

@media (min-width:1024px) {
    .cooking-preferences-options .toggle svg {
        width: 27px;
        height: 27px;
    }
}

@media (min-width:1024px) {
    .cooking-preferences-options .toggle {
        margin-top: 10px;
        font-size: 34px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width:767px) {
    .grid.grid-sm-2 {
        margin: -.7085vw;
    }

        .grid.grid-sm-2 > * {
            flex: 0 0 calc(50% - 1.417vw);
            width: calc(50% - 1.417vw);
            margin: .7085vw;
        }
}

@media (max-width:767px) and (orientation:landscape) {
    .grid.grid-sm-2 {
        margin: -.7085vw;
    }

        .grid.grid-sm-2 > * {
            flex: 0 0 calc(25% - 1.417vw);
            width: calc(25% - 1.417vw);
            margin: .7085vw;
        }
}

@media (max-width:767px) {
    .grid.grid-sm-3 {
        margin: -.7085vw;
    }

        .grid.grid-sm-3 > * {
            flex: 0 0 calc(33.33333% - 1.417vw);
            width: calc(33.33333% - 1.417vw);
            margin: .7085vw;
        }
}

@media (min-width:768px) {
    .grid.grid-md-4 {
        margin: -.7085vw;
    }

        .grid.grid-md-4 > * {
            flex: 0 0 calc(25% - 1.417vw);
            width: calc(25% - 1.417vw);
            margin: .7085vw;
        }
}

@media (min-width:1024px) {
    .grid.grid-md-4 {
        margin: -1.4585vw;
    }

        .grid.grid-md-4 > * {
            flex: 0 0 calc(25% - 2.917vw);
            width: calc(25% - 2.917vw);
            margin: 1.4585vw;
        }
}

@media (min-width:1200px) {
    .grid.grid-md-4 {
        margin: -17.5px;
    }

        .grid.grid-md-4 > * {
            flex: 0 0 calc(25% - 35px);
            width: calc(25% - 35px);
            margin: 17.5px;
        }
}

.cooking-time-slider {
    overflow: hidden;
}

@media (max-width:767px) {
    .cooking-time-slider {
        display: flex;
        flex-direction: column;
    }
}

.cooking-time-slider .cooking-time-image {
    display: block;
    width: 146px;
    height: 146px;
    margin: 23px auto 0;
}

@media (max-width:767px) {
    .cooking-time-slider .cooking-time-image {
        order: 1;
        margin-top: 38px;
    }
}

.cooking-time-slider .slider-range {
    width: calc(100% - 40px);
    height: 3px;
    border: none !important;
    background: #646464;
    bottom: 0;
    margin: 80px auto 20px;
}

@media (max-width:767px) {
    .cooking-time-slider .slider-range {
        order: 0;
        margin-top: 70px;
    }
}

.cooking-time-slider .slider-range .ui-state-focus:focus, .cooking-time-slider .slider-range .ui-state-focus:focus-within {
    outline: 2px solid #87cefa;
    outline: 2px solid Highlight;
    outline: 5px auto -webkit-focus-ring-color;
}

.cooking-time-slider .slider-range .ui-slider-range {
    height: 4px;
    background-color: #c30000;
}

.cooking-time-slider .slider-range .ui-slider-handle {
    top: 0;
    bottom: 0;
    margin: auto auto auto -16px;
    width: 35px;
    height: 35px;
    background-color: #c30000;
    border-radius: 100%;
    border: none;
    cursor: pointer;
}

.cooking-time-slider .slider-range .slider-range-vertical-line {
    height: 24px;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #646464;
    cursor: pointer;
}

    .cooking-time-slider .slider-range .slider-range-vertical-line span {
        top: -40px;
        left: -25px;
        margin: auto;
        position: absolute;
        width: 54px;
        font-family: Trade Gothic Bold Condensed;
        font-size: 17px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #646464;
    }

    .cooking-time-slider .slider-range .slider-range-vertical-line:first-child {
        left: 0;
    }

    .cooking-time-slider .slider-range .slider-range-vertical-line:nth-child(2) {
        left: 25%;
    }

    .cooking-time-slider .slider-range .slider-range-vertical-line:nth-child(3) {
        left: 50%;
    }

    .cooking-time-slider .slider-range .slider-range-vertical-line:nth-child(4) {
        left: 75%;
    }

    .cooking-time-slider .slider-range .slider-range-vertical-line:nth-child(5) {
        left: 100%;
    }

.no-scroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (min-width:768px) {
    .visible-only-phone {
        display: none !important;
    }
}

header.header-nav .eyebrow-container ul.eyebrow-profile > .nav-profile-item.item-profile {
    display: table-cell;
}

@media (min-width:768px) {
    header.header-nav .eyebrow-container ul.eyebrow-profile > .nav-profile-item.item-profile {
        display: table-cell;
    }
}

@media (max-width:767px) {
    header.header-nav .eyebrow-container ul.eyebrow-profile > .nav-profile-item.item-search {
        display: none;
    }
}

header.header-nav .nav-menu--opened ~ .xisvr .nav-category-wrapper {
    transition: transform .3s ease-in-out !important;
}

@media (min-width:768px) {
    header.header-nav .menu-hamburguer {
        display: none;
    }
}

@media (max-width:767px) {
    header.header-nav .menu-hamburguer {
        border-radius: initial;
        background: transparent;
        width: 35px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        header.header-nav .menu-hamburguer:after, header.header-nav .menu-hamburguer:before, header.header-nav .menu-hamburguer span {
            content: "";
            background-color: #c30000;
            display: inline-table;
            width: 100%;
            height: 6px;
            position: relative;
        }

    header.header-nav .menu-hamburguer--opened span {
        display: none;
    }

    header.header-nav .menu-hamburguer--opened:after, header.header-nav .menu-hamburguer--opened:before {
        top: 14px;
        position: absolute;
    }

    header.header-nav .menu-hamburguer--opened:before {
        transform: rotate(45deg);
    }

    header.header-nav .menu-hamburguer--opened:after {
        transform: rotate(-45deg);
    }

    header.header-nav .eyebrow-container {
        padding-bottom: 20px;
    }

    header.header-nav .nav-menu {
        opacity: 0;
        visibility: hidden;
        width: 100vw;
        min-height: 100vh;
        position: fixed;
        background-color: #292929;
        padding: 0 0 30vh;
        margin: auto;
        z-index: 2;
        left: 0;
        right: 0;
        height: 0;
        overflow-x: hidden;
        transition: visibility 0s,opacity .2s linear;
    }

    header.header-nav .nav-menu--opened {
        opacity: 1;
        height: 100%;
        visibility: visible;
        z-index: 11;
    }

    header.header-nav .nav-menu .nav-menu-search-bar {
        width: 100%;
        background-color: #c30000;
        padding: 30px;
    }

        header.header-nav .nav-menu .nav-menu-search-bar .nav-menu-search-bar-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 36px;
        }

            header.header-nav .nav-menu .nav-menu-search-bar .nav-menu-search-bar-wrapper input {
                height: 100%;
                width: 70%;
                border-radius: 5px;
                margin: 0;
                padding: 5px;
            }

            header.header-nav .nav-menu .nav-menu-search-bar .nav-menu-search-bar-wrapper button {
                min-width: auto;
                height: 100%;
                font-size: 13px;
                width: 25%;
                padding: 0;
            }

    header.header-nav .nav-menu .nav-menu-profile-link {
        width: 93vw;
        min-width: auto;
        margin: auto;
        display: block;
        border-radius: 6px !important;
        font-size: 20px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 28px;
        letter-spacing: normal;
        text-transform: none;
        text-align: initial;
    }

        header.header-nav .nav-menu .nav-menu-profile-link svg {
            width: 18px;
            height: 18px;
            margin-right: 5px;
            vertical-align: middle;
            fill: #fff;
            position: relative;
            transform: translateY(-3px);
        }

    header.header-nav .xisvr {
        top: auto;
    }

        header.header-nav .xisvr .nav-category-wrapper {
            transform: translateX(100%);
            min-height: 100vh;
        }

            header.header-nav .xisvr .nav-category-wrapper.is-visible {
                height: 100vh;
                padding-bottom: 100px;
                overflow: auto;
                transform: translateX(0);
            }

            header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper {
                padding: 20px 30px 50px;
            }

                header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper > .row {
                    margin-bottom: 15px;
                }

                    header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper > .row div > h4 {
                        margin-bottom: 30px;
                    }

                        header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper > .row div > h4 font {
                            color: inherit;
                        }

                    header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper > .row div > a {
                        padding-bottom: 30px;
                        font-family: Trade Gothic Bold Condensed;
                        font-size: 17px;
                        font-weight: 400;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 17px;
                        letter-spacing: normal;
                    }

                        header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper > .row div > a:hover {
                            color: #fff;
                        }

                header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper hr {
                    display: none;
                }

                header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .close-nav {
                    font-size: 17px;
                    position: absolute;
                    left: 28px;
                    top: 35px;
                    color: #fff;
                    z-index: 151;
                    display: flex;
                    align-items: center;
                    width: auto;
                }

                    header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .close-nav span {
                        display: flex;
                        align-items: center;
                    }

                        header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .close-nav span svg {
                            margin-right: 10px;
                        }

                    header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .close-nav img {
                        display: none;
                    }

                header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .see-all {
                    display: flex;
                    align-items: center;
                }

                    header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .see-all svg {
                        margin: 0 0 2px 10px;
                        width: 12px;
                        height: 12px;
                    }

                header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper a.see-all, header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper a.see-all:active, header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper a.see-all:visited {
                    padding: 0 0 30px;
                }

                header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .icon-arrow {
                    display: inline-block;
                    fill: #fff;
                    stroke: #fff;
                    stroke-width: 6px;
                    width: 18px;
                    height: 18px;
                }

                    header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .icon-arrow.icon-arrow-left {
                        transform: rotate(90deg);
                    }

                    header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .icon-arrow.icon-arrow-right {
                        transform: rotate(-90deg);
                    }

                header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .nav-category-title {
                    margin: 50px 0 10px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                    header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .nav-category-title h3 {
                        font-size: 27px;
                    }

                header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .nav-category-title-right-button {
                    padding: 0;
                    font-size: 17px;
                    line-height: 17px;
                    display: flex;
                    align-items: center;
                }

                    header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .nav-category-title-right-button svg {
                        margin-left: 15px;
                    }

                header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .nav-category-items .row a {
                    font-family: Trade Gothic Light;
                }

                header.header-nav .xisvr .nav-category-wrapper .nav-category-inner-wrapper .nav-category-items a {
                    font-family: Trade Gothic Light;
                    font-size: 20px;
                    padding-bottom: 20px;
                }

    header.header-nav .primary-nav {
        padding: 20px 30px 0;
        flex-direction: column;
        margin: 0;
    }

        header.header-nav .primary-nav .nav-menu-list-item {
            width: 100%;
        }

            header.header-nav .primary-nav .nav-menu-list-item .nav-menu-list-link {
                font-family: Trade Gothic Bold Condensed;
                color: #fff;
                font-size: 20px;
                margin-bottom: 30px;
            }

                header.header-nav .primary-nav .nav-menu-list-item .nav-menu-list-link .icon {
                    margin: 0;
                    display: inline-block;
                    height: 100%;
                }

                    header.header-nav .primary-nav .nav-menu-list-item .nav-menu-list-link .icon svg {
                        display: inline-block;
                        fill: #fff;
                        stroke: #fff;
                        stroke-width: 6px;
                        width: 18px;
                        height: 18px;
                    }

                        header.header-nav .primary-nav .nav-menu-list-item .nav-menu-list-link .icon svg.icon-arrow-left {
                            transform: rotate(90deg);
                        }

                        header.header-nav .primary-nav .nav-menu-list-item .nav-menu-list-link .icon svg.icon-arrow-right {
                            transform: rotate(-90deg);
                        }
}

@charset "UTF-8";

.meal-types-container {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width:1024px) {
    .meal-types-container {
        flex-direction: row;
        align-items: stretch;
    }
}

.meal-types-container .meal-type {
    width: 100%;
    max-width: 250px;
    position: relative;
    margin-bottom: 40px;
    box-sizing: border-box;
}

@media (min-width:768px) {
    .meal-types-container .meal-type {
        max-width: 80%;
    }
}

@media (min-width:1024px) {
    .meal-types-container .meal-type {
        width: 33.33333%;
        padding: 0 19px;
    }

        .meal-types-container .meal-type:not(:last-child) {
            border-right: 1px solid #4b4b4b;
        }
}

.meal-types-container .meal-type .meal-type-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

@media (max-width:767px) and (orientation:landscape) {
    .meal-types-container .meal-type .meal-type-cards {
        margin: 0 -5px;
    }
}

@media (min-width:768px) {
    .meal-types-container .meal-type .meal-type-cards {
        margin: 0 -5px;
    }
}

@media (min-width:1024px) {
    .meal-types-container .meal-type .meal-type-cards {
        display: block;
        position: relative;
        margin: 0;
    }
}

.meal-types-container .meal-type:first-child .meal-type-header-title .meal-type-header-icon {
    margin-right: 10px;
    margin-top: -4px;
    width: 30px;
    height: 30px;
}

.meal-types-container .meal-type:nth-child(2) .meal-type-header-title .meal-type-header-icon {
    margin-right: 9px;
    margin-top: -2px;
    width: 27px;
    height: 27px;
}

.meal-types-container .meal-type:nth-child(3) .meal-type-header-title .meal-type-header-icon {
    margin-right: 6.66667px;
    margin-top: -4px;
    width: 20px;
    height: 20px;
}

.meal-types-container .meal-type .meal-type-header {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #4b4b4b;
    position: relative;
}

@media (min-width:1024px) {
    .meal-types-container .meal-type .meal-type-header {
        border: none;
        position: static;
        justify-content: center;
        min-height: 51px;
    }
}

.meal-types-container .meal-type .meal-type-header .meal-type-header-title {
    position: relative;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

    .meal-types-container .meal-type .meal-type-header .meal-type-header-title h2 {
        font-size: 25px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 25px;
        letter-spacing: normal;
        font-family: Trade Gothic Bold Condensed;
        color: #000;
        text-transform: uppercase;
        margin: 0;
    }

.meal-types-container .meal-type .meal-type-card {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    position: relative;
    min-height: 80px;
    width: 100%;
    margin: 17px 0 0;
    flex: 0 0 auto;
    cursor: pointer;
}

    .meal-types-container .meal-type .meal-type-card:focus, .meal-types-container .meal-type .meal-type-card:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (min-width:768px) {
    .meal-types-container .meal-type .meal-type-card {
        max-width: calc(50% - 10px);
        margin: 17px 5px 0;
    }
}

@media (min-width:1024px) {
    .meal-types-container .meal-type .meal-type-card {
        width: 100%;
        min-width: 100%;
        height: 120px;
        margin: 17px 0 0;
    }

        .meal-types-container .meal-type .meal-type-card:after {
            content: "•••";
            position: absolute;
            top: 50%;
            right: 6px;
            transform: rotate(90deg) translateX(-50%);
            margin-top: -5px;
            font-size: 22px;
        }
}

.meal-types-container .meal-type .meal-type-card .meal-type-card-text {
    width: 100%;
    background-color: #eaeaea;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media (min-width:1024px) {
    .meal-types-container .meal-type .meal-type-card .meal-type-card-text {
        padding: 0 35px 0 20px;
    }
}

.meal-types-container .meal-type .meal-type-card .meal-type-card-text p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000;
    font-family: Trade Gothic Bold Condensed;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}

@media (min-width:1024px) {
    .meal-types-container .meal-type .meal-type-card .meal-type-card-text p {
        font-size: 17px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 19px;
        letter-spacing: normal;
    }
}

.meal-types-container .meal-type .meal-type-card .meal-type-card-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    max-width: 83px;
    overflow: hidden;
    position: relative;
    background-color: #eaeaea;
    z-index: 0;
}

@media (min-width:1024px) {
    .meal-types-container .meal-type .meal-type-card .meal-type-card-image-container {
        max-width: 120px;
    }
}

.meal-types-container .meal-type .meal-type-card .meal-type-card-image-container .meal-type-card-image {
    display: block;
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

    .meal-types-container .meal-type .meal-type-card .meal-type-card-image-container .meal-type-card-image.image-desktop {
        display: none;
    }

@media (min-width:768px) {
    .meal-types-container .meal-type .meal-type-card .meal-type-card-image-container .meal-type-card-image.image-desktop {
        display: block;
    }
}

.meal-types-container .meal-type .meal-type-card .meal-type-card-image-container .meal-type-card-image.image-mobile {
    display: block;
}

@media (min-width:768px) {
    .meal-types-container .meal-type .meal-type-card .meal-type-card-image-container .meal-type-card-image.image-mobile {
        display: none;
    }
}

.meal-types-container .meal-type .btn.add-meal {
    display: block;
    width: auto;
    min-width: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    padding: 0 13px;
    background-color: transparent;
    cursor: pointer;
}

    .meal-types-container .meal-type .btn.add-meal:focus, .meal-types-container .meal-type .btn.add-meal:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (min-width:1024px) {
    .meal-types-container .meal-type .btn.add-meal {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        background-color: #c30000;
        width: 100%;
        height: 50px;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 21px;
    }

        .meal-types-container .meal-type .btn.add-meal:hover {
            background-color: #fff;
            border: 2px solid #c30000;
        }

            .meal-types-container .meal-type .btn.add-meal:hover span, .meal-types-container .meal-type .btn.add-meal:hover svg {
                fill: #c30000;
                color: #c30000;
            }
}

.meal-types-container .meal-type .btn.add-meal svg {
    width: 30px;
    height: 30px;
    fill: #c30000;
}

@media (min-width:1024px) {
    .meal-types-container .meal-type .btn.add-meal svg {
        fill: #fff;
    }
}

.meal-types-container .meal-type .btn.add-meal span {
    font-size: 23px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    color: #fff;
    padding-left: 14px;
    display: none;
}

@media (min-width:1024px) {
    .meal-types-container .meal-type .btn.add-meal span {
        display: block;
    }
}

#jsPanel-modal-backdrop-mealplan-modal {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, .1);
}

#add-recipe-popup.jsPanel {
    z-index: 10000;
    width: 100% !important;
    left: 0 !important;
}

#mealplan-modal {
    max-width: 95vw;
    height: 95vh !important;
    max-height: 95vh;
    width: 100% !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .75);
    z-index: 9999;
    background-color: #fff;
    overflow: hidden;
}

    #mealplan-modal .jsPanel-content {
        width: 100%;
        background: transparent !important;
        overflow: visible !important;
        height: 100% !important;
    }

@media (min-width:1024px) {
    #mealplan-modal {
        max-width: 90vw;
    }
}

@media (min-width:1200px) {
    #mealplan-modal {
        max-width: 1090px;
    }
}

.mealplan-modal {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 18px 20px;
}

    .mealplan-modal.hidden {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

@media (min-width:1024px) {
    .mealplan-modal {
        padding: 0 75px 75px;
    }
}

.mealplan-modal hr {
    display: block;
    border: none;
    height: 1px;
    margin: 18px auto;
    background: #000;
}

.mealplan-modal__header {
    position: relative;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 25px;
}

@media (min-width:1024px) {
    .mealplan-modal__header {
        padding-top: 48px;
        margin-bottom: 75px;
    }
}

.mealplan-modal__header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 0 44px;
    color: #c30000;
}

@media (min-width:1024px) {
    .mealplan-modal__header h2 {
        font-size: 32px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.mealplan-modal__header .btn-close {
    position: absolute;
    top: 23px;
    right: 0;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s ease-out;
    opacity: 1;
}

    .mealplan-modal__header .btn-close:focus, .mealplan-modal__header .btn-close:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (min-width:1024px) {
    .mealplan-modal__header .btn-close {
        top: 32px;
    }
}

.mealplan-modal__header .btn-close svg {
    width: 15px;
    height: 15px;
    fill: #000;
}

@media (min-width:1024px) {
    .mealplan-modal__header .btn-close svg {
        width: 24px;
        height: 24px;
    }
}

.mealplan-modal__header .btn-close svg use {
    fill: #000;
}

@media (min-width:1024px) {
    .mealplan-modal__header hr {
        margin-bottom: 37px;
    }
}

.mealplan-modal__search {
    width: 100%;
    position: relative;
}

    .mealplan-modal__search form {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .mealplan-modal__search form .btn.btn-red, .mealplan-modal__search form button {
            flex: 0 0 auto;
            min-width: 85px;
            width: auto;
            margin: 0;
            border-radius: 8px !important;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
        }

            .mealplan-modal__search form .btn.btn-red:focus, .mealplan-modal__search form .btn.btn-red:focus-within, .mealplan-modal__search form button:focus, .mealplan-modal__search form button:focus-within {
                outline: 2px solid #87cefa;
                outline: 2px solid Highlight;
                outline: 5px auto -webkit-focus-ring-color;
            }

@media (min-width:1024px) {
    .mealplan-modal__search form .btn.btn-red, .mealplan-modal__search form button {
        font-size: 24px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        min-width: 85px;
        padding-left: 34px;
        padding-right: 34px;
    }
}

.mealplan-modal__search-input {
    width: 100%;
    flex: 0 1 auto;
    position: relative;
    margin: 0 25px 0 0;
}

@media (min-width:1024px) {
    .mealplan-modal__search-input {
        margin: 0 50px 0 0;
    }
}

.mealplan-modal__search-input input[type=text] {
    width: 100%;
    height: 36px;
    padding: 0 13px;
    border: 1px solid #000;
    border-radius: 8px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
}

    .mealplan-modal__search-input input[type=text]:focus, .mealplan-modal__search-input input[type=text]:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (min-width:1024px) {
    .mealplan-modal__search-input input[type=text] {
        padding: 20px 28px;
        height: 60px;
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.mealplan-modal__search-input input[type=text]:active + label, .mealplan-modal__search-input input[type=text]:focus + label, .mealplan-modal__search-input input[type=text]:focus-within + label, .mealplan-modal__search-input input[type=text]:valid + label {
    opacity: 0;
}

.mealplan-modal__search-input label {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    color: #707070;
    text-transform: uppercase;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
    pointer-events: none;
    transition: all .15s ease-out;
}

@media (min-width:1024px) {
    .mealplan-modal__search-input label {
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        left: 28px;
    }
}

.mealplan-modal__section h2 {
    margin: 0;
    font-family: Trade Gothic Bold Condensed;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
}

@media (min-width:1024px) {
    .mealplan-modal__section h2 {
        font-size: 37px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.mealplan-modal__section + hr {
    margin: 35px auto;
}

@media (min-width:1024px) {
    .mealplan-modal__section + hr {
        margin: 55px auto;
    }
}

.mealplan-modal__section + .mealplan-modal__section {
    margin-top: 55px;
}

@media (min-width:1024px) {
    .mealplan-modal__section + .mealplan-modal__section {
        margin-top: 75px;
    }
}

.mealplan-modal__subsection {
    display: block;
    margin: 15px -18px auto auto;
    box-sizing: border-box;
    clear: both;
    text-align: center;
}

@media (min-width:1024px) {
    .mealplan-modal__subsection {
        margin: 40px 0 auto auto;
    }
}

.mealplan-modal__subsection .swiper-next {
    margin-left: -18px;
}

@media (min-width:1024px) {
    .mealplan-modal__subsection .swiper-next {
        margin-left: 0;
    }
}

.mealplan-modal__subsection h3 {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}

@media (min-width:1024px) {
    .mealplan-modal__subsection h3 {
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        margin-bottom: 25px;
    }
}

.mealplan-modal__subsection .link {
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    margin: 24px auto 0;
}

@media (min-width:1024px) {
    .mealplan-modal__subsection .link {
        font-size: 29px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        margin: 32px auto 0;
    }
}

.mealplan-modal__subsection + .mealplan-modal__subsection {
    margin-top: 35px;
}

@media (min-width:1024px) {
    .mealplan-modal__subsection + .mealplan-modal__subsection {
        margin-top: 50px;
    }
}

.mealplan-modal__discover-carousel .swiper-next, .mealplan-modal__discover-carousel .swiper-prev {
    top: 10px;
    transform: translate(0);
}

@media (min-width:768px) {
    .mealplan-modal__discover-carousel .swiper-next, .mealplan-modal__discover-carousel .swiper-prev {
        top: 32px;
    }
}

.mealplan-modal__discover-carousel .swiper-slide {
    position: relative;
    border-right: 10px solid transparent;
    width: 100px;
    min-height: 105px;
}

@media (min-width:768px) {
    .mealplan-modal__discover-carousel .swiper-slide {
        width: 156px;
        min-height: 156px;
        border-right: 16px solid transparent;
    }
}

.mealplan-modal__discover-carousel .swiper-slide:focus > img {
    outline: 2px solid Highlight;
    outline: 5px auto -webkit-focus-ring-color;
}

.mealplan-modal__discover-carousel .swiper-slide img {
    display: block;
    border-radius: 8px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mealplan-modal__discover-carousel .swiper-slide p {
    display: block;
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
}

@media (min-width:1024px) {
    .mealplan-modal__discover-carousel .swiper-slide p {
        width: 80%;
        font-size: 24px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

#weekly-calendar-section {
    margin: 0;
    padding: 0;
}

@media (min-width:768px) {
    #weekly-calendar-section {
        padding: 0 22px;
    }
}

#weekly-calendar-section .weekly-calendar-wrapper-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:767px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top {
        margin-bottom: 10px;
        position: relative;
    }
}

#weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-month {
    font-size: 31px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 31px;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    color: #000;
    text-transform: uppercase;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-month:focus, #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-month:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (max-width:767px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-month {
        font-size: 20px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 20px;
        letter-spacing: normal;
    }
}

#weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-month .icon-calendar {
    width: 80px;
    height: 80px;
    margin: 5px 0 0 -19px;
}

@media (max-width:767px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-month .icon-calendar {
        margin: 0 0 0 -12px;
        width: 50px;
        height: 50px;
    }
}

#weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-month .icon-triangle-right {
    margin: 5px 0 0 20px;
    width: 25px;
    height: 25px;
}

@media (max-width:767px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-month .icon-triangle-right {
        margin: 2px 0 0 10px;
        width: 15px;
        height: 15px;
    }
}

#weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons {
    display: flex;
}

@media (min-width:768px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons {
        position: relative;
    }
}

#weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal {
    display: none;
    min-height: 100px;
    position: absolute;
    font-size: 23px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    text-transform: uppercase;
    text-align: center;
    background-color: #eaeaea;
    padding: 0 13px;
    margin: auto;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 2;
    box-sizing: content-box;
}

    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal.visible {
        display: flex;
        justify-content: center;
        align-content: center;
    }

@media (min-width:768px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal {
        max-width: 180px;
        top: 55px;
        font-size: 15px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 15px;
        letter-spacing: normal;
    }

        #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal:after {
            content: "";
            top: -11px;
            left: 12px;
            position: absolute;
            color: #eaeaea;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 12px solid #eaeaea;
        }
}

#weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal .calendar-autofill-modal-alert {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal .calendar-autofill-modal-options {
    display: none;
    width: 100%;
}

    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal .calendar-autofill-modal-options button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        width: 100%;
        padding: 35px 0;
        font-family: Trade Gothic Bold Condensed;
        text-transform: uppercase;
        border: none;
        border-top: 2px solid #707070;
    }

        #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal .calendar-autofill-modal-options button:focus, #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal .calendar-autofill-modal-options button:focus-within {
            outline: 2px solid #87cefa;
            outline: 2px solid Highlight;
            outline: 5px auto -webkit-focus-ring-color;
        }

        #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal .calendar-autofill-modal-options button:first-of-type {
            border-top: none;
            padding-bottom: 30px;
        }

@media (min-width:768px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal .calendar-autofill-modal-options button:first-of-type {
        padding-bottom: 15px;
    }
}

@media (min-width:768px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal .calendar-autofill-modal-options button:last-of-type {
        padding-top: 25px;
    }
}

@media (min-width:768px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .calendar-autofill-modal .calendar-autofill-modal-options button {
        padding: 22px 0;
    }
}

#weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .btn-autofill {
    margin-right: 15px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .btn-autofill .icon-autofill {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        fill: #fff;
    }

        #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .btn-autofill .icon-autofill use {
            fill: #fff;
        }

@media (max-width:767px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .btn-autofill .icon-autofill {
        margin-right: 5px;
    }
}

#weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .btn-config {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .btn-config img {
        width: 18px;
    }

@media (max-width:767px) {
    #weekly-calendar-section .weekly-calendar-wrapper-top .weekly-calendar-right-buttons .btn-config {
        padding-left: 7px;
        padding-right: 7px;
    }
}

#weekly-calendar-section hr {
    width: 100%;
    height: 2px;
    border: none;
    margin: 0;
    background-color: #5b5b5b;
}

#weekly-calendar-section .alert.alert-danger.alert-dismissible {
    width: 100%;
    background-color: #c30000;
    color: #fff;
    position: relative;
    padding: 15px 60px 15px 20px;
    margin: 25px auto auto;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

    #weekly-calendar-section .alert.alert-danger.alert-dismissible[aria-hidden=true] {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        display: none;
    }

    #weekly-calendar-section .alert.alert-danger.alert-dismissible p {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        font-family: Trade Gothic Light;
        margin: 0;
        position: relative;
    }

@media (min-width:1024px) {
    #weekly-calendar-section .alert.alert-danger.alert-dismissible p {
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

#weekly-calendar-section .alert.alert-danger.alert-dismissible button.close {
    background: none;
    border: none;
    font-stretch: normal;
    font-style: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    opacity: 1;
}

    #weekly-calendar-section .alert.alert-danger.alert-dismissible button.close:focus, #weekly-calendar-section .alert.alert-danger.alert-dismissible button.close:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (min-width:1024px) {
    #weekly-calendar-section .alert.alert-danger.alert-dismissible button.close {
        right: 15px;
    }
}

#weekly-calendar-section .alert.alert-danger.alert-dismissible button.close svg, #weekly-calendar-section .alert.alert-danger.alert-dismissible button.close use {
    fill: #fff;
    max-width: 20px;
    height: 16px;
}

#weekly-calendar-section #weekly-calendar {
    width: 100%;
    margin-top: 15px;
}

@media (min-width:768px) {
    #weekly-calendar-section #weekly-calendar {
        padding: 0 30px;
    }
}

#weekly-calendar-section #weekly-calendar .swiper-wrapper {
    width: 100%;
}

    #weekly-calendar-section #weekly-calendar .swiper-wrapper.is-animating .weekly-calendar-day {
        pointer-events: none;
    }

    #weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day {
        cursor: pointer;
        background: none;
        border: none;
        width: 64px;
        height: 140px;
        padding-bottom: 20px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        #weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day:focus, #weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day:focus-within {
            outline: 2px solid #87cefa;
            outline: 2px solid Highlight;
            outline: 5px auto -webkit-focus-ring-color;
        }

@media (max-width:767px) {
    #weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day {
        height: 95px;
        width: 42px;
    }
}

#weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day[aria-hidden=true] {
    visibility: hidden;
    pointer-events: none;
}

#weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day.active-day {
    background-color: #c30000;
    color: #fff;
}

#weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day.meal-day:after {
    content: "\A";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 100%;
}

#weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day.meal-day.active-day:after {
    background-color: #fff;
}

@media (min-width:768px) {
    #weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day.meal-day.active-day:after {
        bottom: 15px;
    }
}

#weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day .week-day {
    font-size: 23px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    margin-top: 10px;
}

@media (max-width:767px) {
    #weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day .week-day {
        font-size: 15px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 15px;
        letter-spacing: normal;
    }
}

#weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day .day {
    font-size: 41px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 41px;
    letter-spacing: normal;
    font-family: Trade Gothic Light;
    margin-top: 15px;
}

@media (max-width:767px) {
    #weekly-calendar-section #weekly-calendar .swiper-wrapper .weekly-calendar-day .day {
        font-size: 27px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 27px;
        letter-spacing: normal;
        margin-top: 8px;
    }
}

#weekly-calendar-section #weekly-calendar .btn-next, #weekly-calendar-section #weekly-calendar .btn-prev {
    display: none;
    top: 0;
    left: 5px;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 100%;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    #weekly-calendar-section #weekly-calendar .btn-next:focus, #weekly-calendar-section #weekly-calendar .btn-next:focus-within, #weekly-calendar-section #weekly-calendar .btn-prev:focus, #weekly-calendar-section #weekly-calendar .btn-prev:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

    #weekly-calendar-section #weekly-calendar .btn-next:after, #weekly-calendar-section #weekly-calendar .btn-prev:after {
        content: "";
    }

    #weekly-calendar-section #weekly-calendar .btn-next svg, #weekly-calendar-section #weekly-calendar .btn-prev svg {
        display: block;
        width: 19px;
        height: 39px;
        margin: 0 auto;
    }

        #weekly-calendar-section #weekly-calendar .btn-next svg use, #weekly-calendar-section #weekly-calendar .btn-prev svg use {
            stroke: #000;
        }

@media (min-width:768px) {
    #weekly-calendar-section #weekly-calendar .btn-next, #weekly-calendar-section #weekly-calendar .btn-prev {
        display: inline-block;
    }
}

#weekly-calendar-section #weekly-calendar .btn-next {
    left: auto;
    right: 5px;
}

.btn-dark-grey {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    color: #fff;
    background-color: #292929;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
}

    .btn-dark-grey:focus, .btn-dark-grey:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (max-width:767px) {
    .btn-dark-grey {
        font-size: 12px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 12px;
        letter-spacing: normal;
        padding: 5px 14px;
    }
}

#personalize-preferences .preferences-container-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 260px;
    margin: 25px auto 0;
    text-align: center;
}

    #personalize-preferences .preferences-container-grid > * {
        margin: 10px 5px;
        width: calc(50% - 10px);
    }

@media (min-width:768px) {
    #personalize-preferences .preferences-container-grid {
        max-width: 570px;
        margin: 34px auto 0;
    }

        #personalize-preferences .preferences-container-grid > * {
            margin: 10px 5px;
            width: 100%;
        }
}

#personalize-preferences .preferences-not-completed {
    width: 100%;
    padding: 40px 20px;
    background-color: #c30000;
    text-align: center;
    position: relative;
}

    #personalize-preferences .preferences-not-completed .close {
        font-size: 27px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 24px;
        letter-spacing: normal;
        color: #fff;
        opacity: 1;
        position: absolute;
        top: 10px;
        right: 17px;
    }

        #personalize-preferences .preferences-not-completed .close:focus, #personalize-preferences .preferences-not-completed .close:focus-within {
            outline: 2px solid #87cefa;
            outline: 2px solid Highlight;
            outline: 5px auto -webkit-focus-ring-color;
        }

    #personalize-preferences .preferences-not-completed h2 {
        color: #fff;
        margin: 0;
    }

    #personalize-preferences .preferences-not-completed .btn {
        margin-top: 28px;
    }

        #personalize-preferences .preferences-not-completed .btn:focus, #personalize-preferences .preferences-not-completed .btn:focus-within {
            outline: 2px solid #87cefa;
            outline: 2px solid Highlight;
            outline: 5px auto -webkit-focus-ring-color;
        }

#personalize-preferences .preferences-container {
    position: relative;
}

    #personalize-preferences .preferences-container .btn-finish-later {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 0 14px;
        border-radius: 5px !important;
        position: absolute;
        top: 13px;
        right: 15px;
        z-index: 10;
    }

        #personalize-preferences .preferences-container .btn-finish-later:focus, #personalize-preferences .preferences-container .btn-finish-later:focus-within {
            outline: 2px solid #87cefa;
            outline: 2px solid Highlight;
            outline: 5px auto -webkit-focus-ring-color;
        }

        #personalize-preferences .preferences-container .btn-finish-later .label {
            font-size: 11px;
            font-weight: 400;
            font-stretch: normal;
            font-style: normal;
            line-height: 19px;
            letter-spacing: normal;
            position: static;
        }

        #personalize-preferences .preferences-container .btn-finish-later:hover {
            background-color: #000;
        }

@media (min-width:768px) {
    #personalize-preferences .preferences-container .btn-finish-later {
        width: auto;
        min-width: auto;
        padding: 0 17px;
        top: 23px;
        right: 17px;
        border-radius: 8px !important;
    }

        #personalize-preferences .preferences-container .btn-finish-later .label {
            font-size: 17px;
            font-weight: 400;
            font-stretch: normal;
            font-style: normal;
            line-height: 30px;
            letter-spacing: normal;
        }
}

#personalize-preferences .preferences-container-body {
    background-color: #eaeaea;
    width: 100%;
    height: 100%;
    padding: 48px 0 35px;
    position: relative;
    z-index: 1;
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container-body {
        padding: 25px 0 15px;
    }
}

#personalize-preferences .preferences-container-reminder {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 25px;
}

    #personalize-preferences .preferences-container-reminder h2 {
        font-size: 22px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 22px;
        letter-spacing: normal;
        font-family: Trade Gothic Bold Condensed;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

@media (min-width:768px) {
    #personalize-preferences .preferences-container-reminder h2 {
        max-width: 450px;
        margin: 0 auto;
        font-size: 34px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 34px;
        letter-spacing: normal;
    }
}

@media (min-width:1200px) {
    #personalize-preferences .preferences-container-reminder h2 {
        max-width: 100%;
    }
}

#personalize-preferences .preferences-container-reminder p {
    font-family: Trade Gothic Bold Condensed;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: normal;
    margin: 0;
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container-reminder p {
        font-size: 21px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 21px;
        letter-spacing: normal;
    }
}

#personalize-preferences .preferences-container .preferences-container-slides {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    transition-property: transform,height;
    box-sizing: content-box;
}

    #personalize-preferences .preferences-container .preferences-container-slides:not(.is-animating) .preferences-section:not(.is-active) {
        visibility: hidden;
        opacity: 0;
    }

        #personalize-preferences .preferences-container .preferences-container-slides:not(.is-animating) .preferences-section:not(.is-active) * {
            visibility: hidden;
            opacity: 0;
            pointer-events: none;
        }

#personalize-preferences .preferences-container .preferences-section {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: transform;
    overflow: hidden;
    border: none;
}

    #personalize-preferences .preferences-container .preferences-section > fieldset {
        border: none;
    }

        #personalize-preferences .preferences-container .preferences-section > fieldset:after, #personalize-preferences .preferences-container .preferences-section > fieldset:before {
            content: "";
            clear: both;
            display: table;
        }

        #personalize-preferences .preferences-container .preferences-section > fieldset legend {
            border: none;
        }

            #personalize-preferences .preferences-container .preferences-section > fieldset legend:after, #personalize-preferences .preferences-container .preferences-section > fieldset legend:before {
                content: "";
                clear: both;
                display: table;
            }

    #personalize-preferences .preferences-container .preferences-section > legend {
        font-family: Trade Gothic Bold Condensed;
        font-size: 21px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 21px;
        letter-spacing: normal;
        color: #c30000;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
        padding: 0 30px;
        border: none;
    }

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section > legend {
        font-size: 32px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 32px;
        letter-spacing: normal;
    }
}

#personalize-preferences .preferences-container .preferences-section > p {
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 13px;
    letter-spacing: normal;
    font-family: Trade Gothic LTStd;
    text-align: center;
    margin: 5px 0 10px;
    padding: 0 30px;
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section > p {
        font-size: 19px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 19px;
        letter-spacing: normal;
    }
}

#personalize-preferences .preferences-container .preferences-section .options-carousel {
    width: calc(100% - 33px);
    position: relative;
    left: 33px;
}

    #personalize-preferences .preferences-container .preferences-section .options-carousel .swiper-slide {
        width: 124px;
        height: 124px;
        box-sizing: border-box;
        margin-right: 17px;
    }

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section .options-carousel .swiper-slide {
        width: 187px;
        height: 187px;
        margin-right: 30px;
    }
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section .options-carousel {
        margin-top: 6px;
        width: calc(100% - 65px);
        left: 65px;
    }
}

#personalize-preferences .preferences-container .preferences-section .options-carousel .swiper-next, #personalize-preferences .preferences-container .preferences-section .options-carousel .swiper-prev {
    width: 18px;
    height: 33px;
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section .options-carousel .swiper-next, #personalize-preferences .preferences-container .preferences-section .options-carousel .swiper-prev {
        width: 27px;
        height: 50px;
    }
}

#personalize-preferences .preferences-container .preferences-section .options-carousel .swiper-prev {
    right: auto;
    left: -35px;
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section .options-carousel .swiper-prev {
        left: -50px;
    }
}

#personalize-preferences .preferences-container .preferences-section .options-carousel .swiper-next {
    left: auto;
    right: 0;
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section .options-carousel .swiper-next {
        right: 30px;
    }
}

@media (max-width:767px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=cuisine], #personalize-preferences .preferences-container .preferences-section[data-step=ingredient] {
        margin-bottom: 20px;
    }
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=ingredient] {
        margin-bottom: 28px;
    }
}

#personalize-preferences .preferences-container .preferences-section[data-step=ingredient] .options-carousel {
    margin-top: 25px;
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=ingredient] .options-carousel {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] legend + p {
        padding: 0 50px;
    }
}

#personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] .preferences-section-subheader {
    display: block;
    padding: 70.5px 0 0;
    margin: 0;
    text-align: center;
    font-family: Trade Gothic Bold Condensed;
    font-size: 25px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
}

@media (max-width:767px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] .preferences-section-subheader {
        padding-top: 20px;
    }
}

#personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] .preferences-section-subheader:first-of-type {
    padding: 43px 0 0;
}

@media (max-width:767px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] .preferences-section-subheader:first-of-type {
        padding-top: 26px;
    }
}

@media (max-width:767px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] .preferences-section-subheader {
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 16px;
        letter-spacing: normal;
    }
}

#personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] .preferences-container-grid > * {
    max-width: 180px;
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] .preferences-container-grid {
        flex-direction: row;
    }
}

@media (max-width:767px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] .preferences-container-grid {
        margin-top: 5px;
    }
}

#personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] > fieldset:last-of-type .preferences-container-grid {
    margin-bottom: 58px;
}

@media (max-width:767px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=diet-nutrition] > fieldset:last-of-type .preferences-container-grid {
        margin-bottom: 5px;
    }
}

#personalize-preferences .preferences-container .preferences-section[data-step=nutrition] {
    margin-bottom: 15px;
}

#personalize-preferences .preferences-container .preferences-section[data-step=cooking-time] .cooking-time-slider .slider-range {
    width: 85vw;
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container .preferences-section[data-step=cooking-time] .cooking-time-slider .slider-range {
        width: 100%;
        max-width: 726px;
    }
}

#personalize-preferences .preferences-container-footer {
    width: 100%;
    background-color: transparent;
    padding: 20px 20px 25px;
    text-align: center;
}

    #personalize-preferences .preferences-container-footer .btn-group {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-bottom: 21px;
    }

        #personalize-preferences .preferences-container-footer .btn-group .btn {
            flex: 0 1 auto;
            min-width: auto;
            width: 230px;
            height: 0%;
            margin: 0;
        }

            #personalize-preferences .preferences-container-footer .btn-group .btn:focus, #personalize-preferences .preferences-container-footer .btn-group .btn:focus-within {
                outline: 2px solid #87cefa;
                outline: 2px solid Highlight;
                outline: 5px auto -webkit-focus-ring-color;
            }

            #personalize-preferences .preferences-container-footer .btn-group .btn:first-child:not(:only-child) {
                margin-right: 13px;
            }

@media (max-width:767px) {
    #personalize-preferences .preferences-container-footer .btn-group .btn {
        width: 154px;
        font-size: 15px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 7px;
        letter-spacing: normal;
    }
}

@media (min-width:768px) {
    #personalize-preferences .preferences-container-footer {
        background-color: #eaeaea;
    }
}

#personalize-preferences .preferences-container-bullets {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #personalize-preferences .preferences-container-bullets .dot {
        width: 12px;
        height: 12px;
        border: 2px solid #000;
        background-color: #fff;
        border-radius: 50%;
        margin: 0 3px;
    }

        #personalize-preferences .preferences-container-bullets .dot.is-active {
            background-color: #aaa;
            border-color: #aaa;
        }

@media (min-width:768px) {
    #personalize-preferences .preferences-container-bullets .dot {
        width: 18px;
        height: 18px;
        border: none;
    }
}

#personalize-preferences .preferences-finished {
    width: 100%;
    padding: 40px 20px;
    background-color: #c30000;
    text-align: center;
}

    #personalize-preferences .preferences-finished h2 {
        color: #fff;
        margin: 0;
    }

    #personalize-preferences .preferences-finished a {
        color: inherit;
        font: inherit;
        text-decoration: underline;
    }

    #personalize-preferences .preferences-finished .btn {
        margin-top: 28px;
    }

.skip-to-content {
    position: fixed;
    top: 0;
    left: 120px;
    z-index: 1000;
    transform: translateY(-200%);
    background-color: #c30000;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    padding: 15px 20px;
}

    .skip-to-content:focus, .skip-to-content:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .skip-to-content:active, .skip-to-content:focus, .skip-to-content:hover {
        color: #fff;
        text-decoration: underline;
    }

    .skip-to-content:focus {
        transform: translateY(0);
    }

.meal-planner-moments {
    width: 100%;
    padding: 60px 30px;
}

@media (min-width:1024px) {
    .meal-planner-moments {
        padding: 60px 80px;
    }
}

.meal-planner-moments h2 {
    font-size: 58px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.meal-planner-moments h2, .meal-planner-moments p {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
}

.meal-planner-moments p {
    font-size: 25px;
    margin: 0;
}

.meal-planner-moments__steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 47px 0 0;
    padding: 0;
    list-style: none;
}

@media (min-width:768px) {
    .meal-planner-moments__steps {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}

.meal-planner-moments__steps li {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}

    .meal-planner-moments__steps li:last-child {
        margin-bottom: 0;
    }

@media (min-width:768px) {
    .meal-planner-moments__steps li {
        flex: 0 0 auto;
        width: auto;
        min-width: 240px;
        margin-bottom: 0;
    }
}

.meal-planner-moments__steps li img {
    display: block;
    max-width: 130px;
    max-height: 130px;
}

@media (min-width:768px) {
    .meal-planner-moments__steps li img {
        max-width: 150px;
        max-height: 150px;
    }
}

@media (min-width:1024px) {
    .meal-planner-moments__steps li img {
        max-width: 200px;
        max-height: 200px;
    }
}

.meal-planner-moments__steps li span {
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    color: #c30000;
    text-transform: uppercase;
    margin: 20px 0;
}

@media (min-width:1024px) {
    .meal-planner-moments__steps li span {
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.meal-planner-moments__steps li p {
    font-size: 23px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width:1024px) {
    .meal-planner-moments__steps li p {
        font-size: 33px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.meal-planner-hero {
    width: 100%;
    position: relative;
    padding: 35px 15px;
    overflow: hidden;
}

@media (min-width:768px) {
    .meal-planner-hero {
        padding: 75px 30px;
    }
}

@media (min-width:1024px) {
    .meal-planner-hero {
        padding: 75px 80px;
    }
}

.meal-planner-hero__bg {
    display: block;
    min-width: 100%;
    height: 100%;
    max-height: 190px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}

@media (min-width:768px) {
    .meal-planner-hero__bg {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 500%;
    }
}

.meal-planner-hero__callout {
    display: block;
    width: 100%;
    max-width: 282px;
    margin: 0 auto 17px;
    position: relative;
    transform: translateX(-10px);
}

@media (min-width:768px) {
    .meal-planner-hero__callout {
        max-width: 424px;
        position: absolute;
        top: 0;
        left: 105%;
        transform: translateX(0);
    }
}

@media (min-width:1024px) {
    .meal-planner-hero__callout {
        left: 120%;
    }
}

.meal-planner-hero__content {
    position: relative;
    z-index: 1;
}

@media (min-width:768px) {
    .meal-planner-hero__content {
        max-width: 50%;
    }
}

.meal-planner-hero__content h2 {
    margin: 0;
    max-width: 80%;
    font-size: 55px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width:768px) {
    .meal-planner-hero__content h2 {
        font-size: 75px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media (min-width:1024px) {
    .meal-planner-hero__content h2 {
        font-size: 104px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.meal-planner-hero__content p {
    font-size: 21px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    font-family: Trade Gothic Light;
    color: #000;
    margin-bottom: 37px;
}

@media (min-width:768px) {
    .meal-planner-hero__content p {
        font-size: 19px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: normal;
        letter-spacing: .38px;
        font-family: Trade Gothic Bold Condensed;
        margin-bottom: 30px;
        color: #fff;
    }
}

@media (min-width:1024px) {
    .meal-planner-hero__content p {
        max-width: 75%;
    }
}

.meal-planner-hero__content .btn-group {
    display: flex;
    flex-direction: column;
}

@media (min-width:768px) {
    .meal-planner-hero__content .btn-group {
        flex-direction: row;
    }
}

.meal-planner-hero__content .btn-group .btn {
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 15px;
}

    .meal-planner-hero__content .btn-group .btn:focus, .meal-planner-hero__content .btn-group .btn:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (min-width:768px) {
    .meal-planner-hero__content .btn-group .btn {
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        margin-right: 50px;
        margin-bottom: 0;
        line-height: 49px;
    }

        .meal-planner-hero__content .btn-group .btn:last-child {
            margin-right: 0;
        }
}

.meal-planner-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (min-width:768px) {
    .meal-planner-banner {
        max-height: 100%;
    }
}

.meal-planner-banner__bg {
    object-fit: cover;
    width: 100%;
    min-height: 122px;
}

@media (min-width:1024px) {
    .meal-planner-banner__bg {
        max-height: 275px;
    }
}

.meal-planner-banner__content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    z-index: 1;
}

    .meal-planner-banner__content h2 {
        font-size: 8vw;
        font-family: Trade Gothic Bold Condensed;
        color: #fff;
        text-shadow: 0 5px 13px #000;
    }

@media (min-width:768px) {
    .meal-planner-banner__content h2 {
        font-size: 7vw;
    }
}

@media (min-width:1024px) {
    .meal-planner-banner__content h2 {
        letter-spacing: 1.67px;
        font-size: 78px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.your-meals-matter-banner {
    width: 100%;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}

    .your-meals-matter-banner img, .your-meals-matter-banner picture {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

@media (min-width:768px) {
    .your-meals-matter-banner img, .your-meals-matter-banner picture {
        margin-bottom: 0;
    }
}

.your-meals-matter-banner .container {
    width: auto;
    margin: 0 15px;
    padding: 0;
    box-sizing: border-box;
}

@media (min-width:768px) {
    .your-meals-matter-banner .container {
        margin: 0 35px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 10;
    }
}

.your-meals-matter-banner .container .main-title {
    font-family: Trade Gothic Bold Condensed;
    font-size: 42px;
    text-transform: uppercase;
    padding: 0;
}

@media (min-width:768px) {
    .your-meals-matter-banner .container .main-title {
        font-size: 7vw;
        color: #fff;
        text-shadow: rgba(0, 0, 0, .5) 0 0 15px;
    }
}

@media (min-width:1024px) {
    .your-meals-matter-banner .container .main-title {
        font-size: 82px;
    }
}

.your-meals-matter-banner .container .btn:focus, .your-meals-matter-banner .container .btn:focus-within {
    outline: 2px solid #87cefa;
    outline: 2px solid Highlight;
    outline: 5px auto -webkit-focus-ring-color;
}

.your-meals-matter-banner .container .btn:hover {
    background-color: #000;
    color: #fff;
}

@media (min-width:768px) {
    .your-meals-matter-banner .container .btn {
        width: 25vw;
        max-width: 290px;
    }
}

.meal-planner-moments-matter {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width:768px) {
    .meal-planner-moments-matter {
        flex-direction: row;
        background-color: #eaeaea;
    }
}

.meal-planner-moments-matter .row {
    order: 1;
}

@media (min-width:768px) {
    .meal-planner-moments-matter .row {
        display: flex;
        align-items: center;
        order: 2;
    }
}

.meal-planner-moments-matter__tiles {
    order: 1;
    margin-bottom: 25px;
    background-color: #eaeaea;
}

@media (min-width:768px) {
    .meal-planner-moments-matter__tiles {
        order: 2;
        max-width: 500%;
        height: 100%;
        max-height: 340px;
        margin: 12px 0;
        background-color: none;
    }
}

.meal-planner-moments-matter__content {
    order: 2;
    width: 100%;
    padding: 0 15px 35px;
}

@media (min-width:768px) {
    .meal-planner-moments-matter__content {
        order: 1;
        flex: 0 0 48%;
        max-width: 48%;
        padding: 27px 75px 35px 30px;
    }
}

@media (min-width:1024px) {
    .meal-planner-moments-matter__content {
        flex: 0 0 42%;
        max-width: 42%;
        padding-left: 80px;
    }
}

.meal-planner-moments-matter__content h2 {
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    margin: 0 0 17px;
    text-transform: uppercase;
}

@media (min-width:768px) {
    .meal-planner-moments-matter__content h2 {
        font-size: 75px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        letter-spacing: 4px;
    }
}

.meal-planner-moments-matter__content p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: Trade Gothic Light;
    margin: 0;
}

    .meal-planner-moments-matter__content p b, .meal-planner-moments-matter__content p strong {
        font-family: Trade Gothic Bold Condensed;
        font-weight: 400;
    }

@media (min-width:768px) {
    .meal-planner-moments-matter__content p {
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.flavor-profile-hero {
    width: 100%;
    position: relative;
}

    .flavor-profile-hero__bg, .flavor-profile-hero picture {
        width: 100%;
    }

    .flavor-profile-hero .flavor-profile-hero-header {
        font-size: 70px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 70px;
        letter-spacing: normal;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2.08px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

@media (min-width:768px) {
    .flavor-profile-hero .flavor-profile-hero-header {
        font-size: 105px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 105px;
        letter-spacing: normal;
    }

        .flavor-profile-hero .flavor-profile-hero-header br {
            display: none;
        }
}

.flavor-profile-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

@media (max-width:767px) {
    .flavor-profile-menu {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, .4);
    }
}

.flavor-profile-menu ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

@media (max-width:767px) {
    .flavor-profile-menu ul {
        flex-direction: column;
    }
}

.flavor-profile-menu ul li {
    margin-right: 30px;
}

@media (max-width:767px) {
    .flavor-profile-menu ul li {
        margin-bottom: 10px;
    }
}

@media (min-width:1024px) {
    .flavor-profile-menu ul li {
        margin-right: 45px;
    }
}

.flavor-profile-menu ul li a {
    font-size: 21px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    color: #000;
}

    .flavor-profile-menu ul li a:focus, .flavor-profile-menu ul li a:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

    .flavor-profile-menu ul li a.active {
        color: #c30000;
    }

.flavor-profile-menu .btn {
    padding: 13px 25px !important;
    min-width: auto !important;
    text-transform: none !important;
}

    .flavor-profile-menu .btn:focus, .flavor-profile-menu .btn:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (max-width:767px) {
    .flavor-profile-menu .btn {
        margin-top: 15px;
    }
}

.flavor-profile-header {
    margin: 50px auto;
}

@media (max-width:767px) {
    .flavor-profile-header {
        margin-top: 30px;
    }
}

.flavor-profile-header-wrapper-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width:767px) {
    .flavor-profile-header-wrapper-top {
        flex-direction: column;
        align-items: flex-start;
    }
}

.flavor-profile-header .title-container {
    margin: 0;
}

.flavor-profile-header-sign-btn {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    font-family: Trade Gothic LTStd;
    color: #000;
    text-decoration: underline;
}

    .flavor-profile-header-sign-btn:focus, .flavor-profile-header-sign-btn:focus-within {
        outline: 2px solid #87cefa;
        outline: 2px solid Highlight;
        outline: 5px auto -webkit-focus-ring-color;
    }

@media (max-width:767px) {
    .flavor-profile-header-sign-btn {
        margin-top: 20px;
    }
}

.inner-nav {
    height: 50px;
    background-color: #d6d5d5;
}

.inner-nav, .inner-nav__tracker {
    width: 100%;
    overflow: hidden;
}

.inner-nav__tracker {
    display: flex;
    flex-direction: row;
    height: 100%;
    box-sizing: content-box;
    padding-bottom: 20px;
    overflow-x: scroll;
}

.inner-nav__item {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    font-family: Trade Gothic Bold Condensed;
    text-align: center;
    color: #000;
    transition: none;
}

    .inner-nav__item.active, .inner-nav__item:active, .inner-nav__item:focus {
        background-color: #c30000;
        color: #fff;
        text-decoration: none;
    }

    .inner-nav__item:hover {
        text-decoration: none;
    }

@media (min-width:768px) {
    .inner-nav__item {
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        min-width: 240px;
        padding: 0 35px;
    }
}

@media (min-width:768px) {
    .inner-nav, .inner-nav__item {
        height: 80px;
    }
}

.mkc-no-flavor-like-home .mkc-nflh-timeline {
    background: none;
    padding: 70px 0 80px;
    margin: 0;
}

    .mkc-no-flavor-like-home .mkc-nflh-timeline .slick-arrow.slick-prev {
        left: 15px;
    }

    .mkc-no-flavor-like-home .mkc-nflh-timeline .slick-arrow.slick-next {
        right: 15px;
    }

    .mkc-no-flavor-like-home .mkc-nflh-timeline .slick-track {
        display: flex !important;
    }

    .mkc-no-flavor-like-home .mkc-nflh-timeline .slick-slide {
        height: inherit !important;
    }

@media (min-width:768px) {
    .mkc-no-flavor-like-home .mkc-nflh-timeline {
        background-color: #e3e4e6;
    }
}

@media (min-width:769px) {
    .mkc-no-flavor-like-home .mkc-nflh-timeline {
        background-color: #e3e4e6;
    }
}

.mkc-no-flavor-like-home .mkc-nflh-timeline .timeline-carousel-wrapper {
    margin: 0;
    padding: 0;
    border: none !important;
}

@media (min-width:769px) {
    .mkc-no-flavor-like-home .mkc-nflh-timeline .timeline-carousel-wrapper {
        padding: 0 0 0 65px;
    }
}

.mkc-no-flavor-like-home .mkc-nflh-timeline .item-card-timeline {
    display: flex;
    flex-direction: column;
    background: none;
    padding: 0;
    margin-right: 8px;
    max-width: 289px;
    position: relative;
    height: 100%;
}

@media (min-width:769px) {
    .mkc-no-flavor-like-home .mkc-nflh-timeline .item-card-timeline {
        flex-direction: row;
        width: auto;
        max-width: 100%;
    }
}

.mkc-no-flavor-like-home .mkc-nflh-timeline .item-card-timeline .item-card-img {
    width: 100%;
    height: 100%;
}

@media (min-width:769px) {
    .mkc-no-flavor-like-home .mkc-nflh-timeline .item-card-timeline .item-card-img {
        max-width: 268px;
    }
}

.mkc-no-flavor-like-home .mkc-nflh-timeline .item-card-timeline .info-card {
    width: 100%;
    height: 100%;
    background-color: #e3e4e6;
    padding: 30px 20px;
}

@media (min-width:769px) {
    .mkc-no-flavor-like-home .mkc-nflh-timeline .item-card-timeline .info-card {
        max-width: 240px;
        padding-top: 0;
        background: none;
    }
}

.mkc-no-flavor-like-home .mkc-nflh-timeline .item-card-timeline .info-card__title {
    margin: 0;
    text-transform: none !important;
}

.mkc-no-flavor-like-home .mkc-nflh-timeline .item-card-timeline .info-card__text {
    min-height: auto !important;
}

.menu-planning-101 {
    background-color: #686a6c;
    width: 100%;
    height: 418px;
    padding: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .menu-planning-101 h2 {
        font-size: 57px;
        text-transform: uppercase;
    }

@media screen and (min-width: 768px) {
    .menu-planning-101 {
        height: 627px;
    }
}

.article-detail-header.module {
    padding-bottom: 0px;
}

@media (max-width:767px) {
    .mealplan-modal__body {
        padding-bottom:50px
    }
}

#messageModal .modal-content {
    width: 347px;
    left: 130px;
    top: 150px;
    display: block;
    height: 340px;
}

#messageModal .modal-header {
    padding: 15px;
    background: #c30000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    text-align: center;
}

#messageModal h4 {
    font-size: 19px;
    text-transform: uppercase;
}

.modal-header .close {
    color: white;
    opacity: 1;
    font-size: 27px;
}

.modal-body {
    min-height: 200px;
}

.modal-footer {
    border-top: none;
    text-align: center;
}

.btn-modal-close {
    background: #c30000;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    width: 220px;
}

.modal-backdrop {
    background-color: transparent;
}

.btn-modal-close:hover {
    color: white;
}

.message-data {
    color: #c30000;
    font-size: 21px;
    padding-top: 20px;
    text-align: center;
}

.oldbay .eyebrow-container, .frenchs .eyebrow-container, .zatarains .eyebrow-container {
    padding-bottom: 60px !important;
}

span.mobile-text {
    color: #fff;
}

header.header-nav .nav-menu--opened {
    z-index: 99;
}

header.header-nav .primary-nav {
    margin-top: 0 !important;
}

@media (min-width: 1100px) {
    #messageModal2 .modal-dialog {
        width: 1050px;
        top: 65%;
    }
}

#messageModal2 .modal-content {
    color: #fff;
    background-color: #c30000
}

@media (max-width: 767px) {
    #messageModal .modal-content {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}
@media (max-width:767px) {
    .lookbook-container .item-grid .card {
        padding-bottom: 40px;
    }
}

@media (min-width:540px) and (max-width:767px) {
    .lookbook-container .item-grid .card {
        padding-bottom: 60px;
    }
}

.lookbook-container .item-grid .card .title {
    margin: 10px 70px 5px 10px;
}

@media (max-width:767px) {
    .lookbook-container .item-grid .card .title {
        margin: 10px 65px 5px 10px;
        font-size: 14px;
    }
}

.lookbook-container .item-grid .add-mealplan {
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 32px;
    top: 0;
}

    .lookbook-container .item-grid .add-mealplan .icon-calendar, .lookbook-container .item-grid .add-mealplan svg {
        width: 100%;
        height: 100%;
        fill: #000;
        stroke: #000;
    }

@media (max-width:767px) {
    .lookbook-container .item-grid .add-mealplan {
        right: 0;
        top: 32px;
    }
}

.tool-column .add-button .icon-calendar {
    fill: #000;
    stroke: #000;
}

.item-square-recipe .add-button .icon-calendar {
    fill: #000;
    stroke: #000;
}

.title-container {
    position: relative;
}

    .title-container .main-title {
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .title-container .description {
        display: inline-block;
        margin-top: 15px;
    }

    .title-container .hyperlink {
        text-decoration: underline;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        font-family: Trade Gothic Light;
    }

        .title-container .hyperlink:focus, .title-container .hyperlink:focus-within {
            outline: 2px solid #87cefa;
            outline: 2px solid Highlight;
            outline: 5px auto -webkit-focus-ring-color;
        }

@media (min-width:768px) {
    .title-container .hyperlink {
        position: absolute;
        top: 15px;
        right: 0;
    }
}

#jsPanel-replacement-container {
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.voice-over-only {
    opacity: 0;
    display: none;
    visibility: hidden;
    pointer-events: none;
}

.mpln-carousel .swiper-slide > .item-square-recipe {
    width: 290px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    .mpln-carousel .swiper-slide > .item-square-recipe:not(.slick-active):not(.slick-current) {
        opacity: 1;
    }

.meal-planner-bottom-section {
    background-color: #eaeaea;
    clear: both;
    padding: 40px;
}

.add-to-cart button, .add-to-list button {
    width: 90%;
    margin-top: 10px;
    text-transform: uppercase;
}

.meal-planner-bottom-section h2 {
    font-size: 20px;
    margin: 0;
}

.meal-planner-bottom-section span, .meal-planner-bottom-section em {
    font-size: 14px;
}

.meal-planner-bottom-section a {
    text-decoration: underline;
    font-size: 14px;
}

.left-section {
    width: 70%;
    float: left;
}

.right-section {
    width: 25%;
    float: right;
}

button.add-card {
    background-color: #1e42b7;
    border: 1px solid #1e42b7;
    color: #fff;
    border-radius: 5px;
    padding: 5px 0
}

    button.add-card:hover {
        background-color: transparent;
        a border:1px solid #1e42b7;
        color: #000;
    }

button.add-list {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px 0
}

    button.add-list:hover {
        background-color: transparent;
        border: 1px solid #000;
        color: #000;
    }

@media (min-width: 768px) {
    .meal-planner-bottom-section {
        display: flex;
        justify-content: center;
    }

    .add-to-cart, .add-to-list {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .add-to-list {
        margin-top: 40px;
    }
}
