﻿@charset "UTF-8";
/* CSS Document */

@import "~/dist/@hy-vee/design-tokens/src/tokens.css?version=0.5.0";
@import url("font-awesome.min.css");

/* Global styling
---------------------------------------------------------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*
	---- REMOVING BASED ON 5/26 discussion ----
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline
	*/
    font-family: var(--font-family);
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}


body {
    font-family: var(--font-family) !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 1.75;
    background-color: #FFF;
<<<<<<< Updated upstream
}

big {
    font-size: 120%;
=======
>>>>>>> Stashed changes
}

small {
    font-size: 85%;
}

p.small {
    line-height: 1.5em !important;
    font-size: 85%;
}

b, strong {
    font-weight: 500;
}

label {
    font-weight: 500;
}

:focus {
    outline: 0
}

.content-container ul, .content-container ol {
    margin-bottom: 20px;
}

.content-container li {
    margin-left: 20px;
}

    .content-container li li {
        margin-left: 20px;
        font-size: .9em;
    }

.footer-container ul, .footer-container ol {
    margin-bottom: 0px;
}

.footer-container li {
    margin: 0;
}

.storeChooserTrigger, .storeChooserChangeStore {
    margin-top: 15px;
    list-style: none;
}


html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

.clear {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-family);
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    display: block;
}

h1,
.h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    clear: both !important;
}

h2,
.h2,
h3,
.h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 42px;
    line-height: 55px;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 47px;
}

h3,
.h3 {
    font-size: 28px;
    line-height: 37px
}

h4,
.h4 {
    font-size: 24px;
    line-height: 32px;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

p {
    line-height: 1.6em;
    margin-bottom: 10px;
}

a {
    color: #E2231A;
    font-weight: 500;
    text-decoration: none;
    transition: color .25s;
}

    a:focus {
        color: #BA140F;
    }

    a:hover {
        color: #aa2211;
        text-decoration: underline;
        transition: color .25s;
    }

img {
    -webkit-backface-visibility: hidden;
    transform: translate3d(0px,0px,0px);
}

hr {
    background-color: #e8e8e8;
    height: 1px;
    border: 0;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 1em;
    clear: both;
}

button.secondaryButton {
    color: #fff;
    border: 1px solid #999;
    background: none;
    border-radius: 4px;
    font-size: 13px;
    margin: 0 10px;
    padding: 8px 15px;
}

    button.secondaryButton:hover {
        cursor: pointer;
        background: #000;
    }

#page_content {
    clear: both;
}

.btn-default {
    border-color: #da291c;
    background: #fff;
    color: #da291c;
}

.btn-primary {
    background: #da291c;
    border-color: #da2900;
    color: #fff;
}

.btn-default:hover {
    border-color: #da291c;
    background: #da291c;
    color: #FFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    background: #aa2211;
    border-color: #da2900;
    color: #fff;
}

.btn-info {
    background: #f9d262;
    border-color: #f9d262;
    color: #333;
}

    .btn-info:hover {
        background: #2200CC;
        border-color: #da2900;
        color: #fff;
    }

.btn-link, .btn-link:hover {
    color: #da291c;
}

    .btn-link:hover, .btn-link:focus {
        color: #BA140F;
    }

.primary {
    color: #E2231A;
}

.cta {
    color: #E2231A !important;
    text-decoration: none;
    font-weight: 500;
}

    .cta:hover {
        text-decoration: underline;
    }

.has-error:before {
    content: "\f071";
    font-family: var(--font-family);
    margin-right: 5px;
}

.has-error {
    color: #BA140F !important;
    margin-bottom: 5px !important;
    font-size: 13px;
    display: block;
}

.bg-light {
    background-color: #f5f5f5;
    color: #3f3f3f;
}

.container {
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-container-content {
        width: 100%;
        max-width: 798px;
    }
}

.content {
    margin-bottom: 50px;
    margin-top: 15px;
}

.badge {
    background-color: #E2231A;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    position: relative;
    margin-left: 5px;
    border-radius: 3px;
}

    .badge .glyphicon {
        position: absolute;
        left: -8px;
        top: 3px;
        color: #E2231A;
    }

.page_profile {
    float: left;
    margin: 10px 20px 20px 0;
}

.modifier_options input[type="text"] {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.modifier_options textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Card
---------------------------------------------------------------------------------------------------------- */
.card {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.card-description {
    height: 100%;
    transition: box-shadow .25s;
    padding: 15px;
}

.card:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    transition: box-shadow .25s;
}

.card img {
    opacity: 1;
    width: 100%;
    height: auto;
    position: relative;
    transition: opacity .25s;
}

    .card img:hover {
        opacity: .8;
        transition: opacity .25s;
    }

.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card p {
    color: #3f3f3f;
    font-weight: 300;
}

.card h2 {
    font-size: 24px;
    line-height: 30px;
}

.card h5, .card h2, .card h4 {
    padding: 0;
}

.card p {
    color: #3f3f3f;
    font-weight: 300;
    padding: 5px 0px 0px 0px;
    line-height: 1.5em;
    margin-bottom: 0;
}

    .card p a {
        color: #E2231A;
        font-weight: 500;
        padding-bottom: 5px;
    }

        .card p a:hover {
            color: #aa2211;
            font-weight: 500;
            text-decoration: underline;
        }

.card ul {
    margin-bottom: 5px;
}
/* Homepage
---------------------------------------------------------------------------------------------------------- */
.slide1 {
    margin-top: -15px;
}

    .slide1 > a {
        display: block;
        min-height: 75px;
    }

    .slide1 .card {
        width: 55%;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
        background: #fff;
        margin: -60px auto 0px auto;
        padding: 30px;
        position: relative;
        text-align: center;
    }

        .slide1 .card h1 {
            font-size: 24px;
            line-height: 32px;
            margin: 0;
            padding: 0;
        }

.primaryCTA {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

    .primaryCTA img {
        margin: 0 auto 10px auto;
    }

.cta-logo {
    display: block;
    padding: 8px;
    margin-bottom: 5px;
    height: 80px;
}

.latestFeed {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
    position: relative;
}

    .latestFeed strong {
        display: block;
    }

    .latestFeed p {
        margin-bottom: 0;
    }

.ad_space {
    position: relative;
}

    .ad_space span {
        position: absolute;
        bottom: -10px;
        right: 20px;
        text-transform: uppercase;
        font-size: 9px;
    }

.ad_space {
    padding: 0;
    margin: 0px auto;
}

/* Feed
---------------------------------------------------------------------------------------------------------- */
.feed {
    margin-bottom: 30px;
}

.feedAction {
    position: absolute;
    bottom: 0;
    right: 15px;
}
/* Well
---------------------------------------------------------------------------------------------------------- */
.well {
    display: flex;
    background-color: #F5f5f5;
    border-radius: 8px;
    color: #3f3f3f;
    font-weight: 300;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    ;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all .25s;
}

    .well:hover {
        background-color: #F5f5f5;
        box-shadow: 0 0 5px rgba(0,0,0,0.30);
        color: #3f3f3f;
        font-weight: 300;
        transition: all .25s;
    }

    .well a {
        display: flex;
        color: #3f3f3f;
    }

        .well a:hover {
            text-decoration: none;
        }

.imgContainer {
    background: #fff;
    display: flex;
    margin-right: 15px;
    align-items: center;
    width: 30%;
    padding: 10px;
}

.contentContainer {
    font-weight: 300;
    color: #3f3f3f;
    width: 70%;
}

    .contentContainer .cta {
        display: block;
    }

.starRating {
    min-width: 100px !important;
}

.cal1 td.header {
    border-top: 1px solid #ccc !important;
    border-bottom: none !important;
    background-color: #f5f5f5 !important;
}

    .cal1 td.header a {
        background-color: #f5f5f5 !important;
    }

a.prev, a.next {
    margin: 8px !important;
}

.feed > .row {
    padding-bottom: 15px;
    line-height: 1.4;
}

.flexRow, .flex {
    display: flex;
}

.counter {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
}

#article_tools {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    margin: 30px 0px;
    padding: 10px 0px 5px 0px;
    text-align: center;
}

    #article_tools td {
        padding: 0 10px 0 0;
    }

        #article_tools td td {
            padding: 0;
        }

        #article_tools td img, #article_tools td input {
            margin: 0 5px 0 0;
            float: left;
        }

        #article_tools td a {
            text-decoration: none;
            color: #333333;
        }

img.article_thumb {
    margin: 0 15px 15px 0;
}

.recipeFlex .card {
    width: 22%;
    margin: 0 1.5% 30px 1.5%;
}

#nav_section_y h1 {
    font-family: var(--font-family);
    font-size: 20px;
    color: #e21c11;
    border: 0;
    padding: 0 5px 0 0;
    text-align: left;
    margin: 0;
    letter-spacing: 0;
}
<<<<<<< Updated upstream

=======
>>>>>>> Stashed changes
    #nav_section_y h1 a {
        font-family: var(--font-family) !important;
        font-size: 20px;
        color: #e21c11;
        font-weight: normal;
        border: 0;
        padding: 0 5px 0 0;
        text-align: left;
        margin: 0;
        letter-spacing: 0;
    }
<<<<<<< Updated upstream

=======
>>>>>>> Stashed changes
#nav_section_y ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
}

#nav_section_y li {
    border-bottom: #DDDDDD solid 1px;
    margin: 0 10px;
}

    #nav_section_y li p {
        padding: 5px;
        margin: 0;
    }

#nav_section_y h3 {
    display: none;
}

    #nav_section_y h3 a i {
        color: #000000;
    }

#nav_section_y li a {
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 7px 5px;
}

    #nav_section_y li a:hover {
        color: #e21c11;
        background-color: #FAFAFA;
    }

#nav_breadcrumb {
    font-size: 11px;
    width: 100%; /*leave this value as is in most cases*/
    padding: 0;
    display: block;
}

    #nav_breadcrumb ul {
        display: inline;
        border: none;
    }

        #nav_breadcrumb ul li {
            margin: 0;
            border: none;
            list-style: none;
            display: inline-block;
            line-height: 1.6em;
            line-height: 40px;
        }

            #nav_breadcrumb ul li a {
                color: #666666;
                padding: 10px 20px 10px 0;
                background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/arrow_right_bread.gif);
                background-position: right;
                background-repeat: no-repeat;
                text-decoration: none;
            }

                #nav_breadcrumb ul li a:hover {
                    text-decoration: underline;
                }

                #nav_breadcrumb ul li a.current {
                    text-decoration: none;
                    color: #D12C23;
                    background-image: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/blank.gif);
                    background-position: right;
                    background-repeat: no-repeat;
                    cursor: default;
                }

.breadcrumb {
    list-style: none;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

    .breadcrumb > li {
        margin-left: 0;
    }
/*------tables------*/

.table_ecom_results {
    margin: 0 0 10px 0;
}

    .table_ecom_results td {
        padding: 0 7px 0 0;
        text-align: center;
    }

    .table_ecom_results a {
        color: #666666;
    }

    .table_ecom_results span a img {
        border: 1px solid #CCCCCC;
        padding: 2px;
        width: 140px;
    }

    .table_ecom_results span a:hover img {
        border: 1px solid #999999;
        padding: 2px;
    }

    .table_ecom_results thead {
        background: #D2D2D2;
        font-weight: bold;
    }

.table_ecom_item {
}

    .table_ecom_item td {
        padding: 0;
    }

    .table_ecom_item a {
        color: #666666;
    }

    .table_ecom_item span img {
        border: 1px solid #CCCCCC;
    }

    .table_ecom_item thead {
        background: #D2D2D2;
        font-weight: bold;
    }
/* Recipes styling */
h1.recipeTitle {
    position: relative;
}

    h1.recipeTitle.pinterestButton span {
        position: absolute !important;
        right: 10px;
        top: 10px;
        border-top: none;
        border-bottom: none;
    }
/*------search tabs------*/
.searchPane div {
    padding: 15px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

    .searchPane div div {
        padding: 2px;
        border: none;
        margin-bottom: 5px;
        text-align: left;
        color: #3f3f3f;
    }

ul.searchTabs {
    list-style: none;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    height: 30px;
}

    ul.searchTabs li {
        float: left;
        margin: 0 !important;
        ;
        padding: 0 !important;
        ;
        width: 50%;
        text-align: center;
    }

    ul.searchTabs a {
        color: #555;
        font-size: 13px;
        display: block;
        text-align: center;
        padding: 8px 25px 7px 25px;
        text-decoration: none;
        background: #eee;
    }

        ul.searchTabs a.current {
            background: #FFF;
            font-weight: bold;
        }

    ul.searchTabs li.tabOne a {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    ul.searchTabs li.tabTwo a {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    ul.searchTabs li.tabOne a.current {
        border-left: 1px solid #ccc;
        border-right: none;
        border-top: 1px solid #ccc;
        border-bottom: none;
    }

    ul.searchTabs li.tabTwo a.current {
        border-left: none;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: none;
    }

    ul.searchTabs a:hover {
        background: #d7d7d7;
    }

    ul.searchTabs a.current:hover {
        background: #fff;
        cursor: default;
    }

.searchDivider {
    background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/search_divider.jpg) no-repeat center center;
    text-align: center;
    clear: both;
    margin-top: 20px;
}

a.question {
    background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/question.png) no-repeat center center;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

table.advancedSearch td {
    padding: 5px;
}

    table.advancedSearch td span.label {
        text-align: right;
        width: 90px;
        float: left;
        display: block;
        margin: 5px 10px 0 0;
        color: #3f3f3f;
    }

table.advancedSearch select {
    width: 200px;
}

input.mainSearchField {
    width: 210px;
}

table.recipe_list, table.recipe_box_list {
    margin-top: 5px;
}

    table.recipe_list th, table.recipe_box_list th {
        border-bottom: 1px solid #CCC;
        padding: 10px 5px 4px 5px;
        font-weight: bold;
    }

    table.recipe_list td {
        padding: 10px 4px;
    }

    table.recipe_box_list td {
        padding: 5px 4px;
    }

        table.recipe_list td a, table.recipe_box_list td a {
            text-decoration: none;
        }

            table.recipe_list td a:hover, table.recipe_box_list td a:hover {
                text-decoration: underline;
            }

td.votes {
    white-space: nowrap;
    font-size: 11px;
}

.recipe_detail h3 {
    border-bottom: 1px solid #CCC;
}

    .recipe_detail h3 a {
        color: #B10503;
        font-size: 12px;
        font-weight: bold;
    }

.recipe_detail ul, .recipe_detail ol {
    margin: 5px 10px 15px 25px;
}

    .recipe_detail ul.stripe, ul.shopList {
        list-style: none;
        margin: 5px 10px 15px 0;
    }

    .recipe_detail ul li, .recipe_detail ol li {
        margin: 3px 0;
        line-height: 1.3em;
    }

ul.shopList li {
    margin: 0;
    line-height: 1.3em;
    padding: 4px 8px;
}

.recipe_detail ul.stripe li {
    margin: 0;
    line-height: 1.3em;
    padding: 4px 8px;
}

    .recipe_detail h3 input, .recipe_detail ul.stripe li input {
        float: right;
        display: block;
        margin-left: 20px;
    }

ul.shopList li {
    border-top: 1px solid #999;
    background: #FAFAFA;
}

    ul.shopList li.last {
        border-bottom: 1px solid #999;
    }

td.ad_bar img {
    margin: 0 0 10px 0;
    border: 1px solid #CCC;
    padding: 2px;
}

.recipe_thumb {
    margin: 0 20px 15px 0;
    border: 1px solid #CCC;
    padding: 2px;
}

input.deleteList {
    text-decoration: none;
    padding: 1px 0 1px 18px;
    margin: 12px 0 0 0;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #B10503;
}

input.addList {
    text-decoration: none;
    padding: 1px 0 1px 18px;
    margin: 6px 0 0 0;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #B10503;
}

.inputButton {
    border: none;
    background: none;
    color: #B10503;
    text-decoration: underline;
    font-size: 13px;
}

    .inputButton:hover {
        text-decoration: none;
    }

.altRow {
    background: #f0f0f0;
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #f8f8f8;
    padding: 7px;
    display: none;
    color: #3f3f3f;
    z-index: 500;
    font-size: 11px;
    width: 156px;
}

    #preview img {
        border: 1px solid #ccc;
        margin: 0 0 5px 0;
        max-height: 140px;
        max-width: 140px;
    }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* jquery tools replace CSS */
#RecipeCarousel {
    margin-bottom: 10px;
}

    #RecipeCarousel div.item p {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 101;
        margin: 0;
        padding: 0;
    }

        #RecipeCarousel div.item p a {
            text-decoration: none;
            color: #333;
            display: block;
            width: 360px;
            padding: 8px 100px 8px 10px;
            background: url(https://8e3463198116a37cf901-4c8f9ce7667a46d130eda30090f49466.ssl.cf2.rackcdn.com/images/banner-shade.png);
            font-size: 13px;
        }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
            width: 100%;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: none;
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: none;
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: none;
        background-repeat: repeat-x;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        font-family: var(--font-family);
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 15;
    width: auto;
    padding-left: 0;
    text-align: center;
    list-style: none;
    margin: 0;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #333;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

#app_container {
    position: relative;
    overflow: hidden;
    width: 241px;
    height: 450px;
    background: url(https://dev.hy-vee.com/webres/Image/CMS/Company/mobile_large-white.jpg) no-repeat;
    padding: 59px 0 0 34px;
}

#app_rotator {
    position: relative;
    overflow: hidden;
    width: 210px;
    height: 415px;
}

    #app_rotator .item {
        height: 374px;
        width: 210px;
    }

#app_container .carousel-indicators {
    position: absolute;
    top: 392px;
    right: 42px;
    width: 125px;
    height: 7px;
    z-index: 200;
}

#app_rotator .items div p {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 101;
    margin: 0;
    padding: 0;
}

.paging {
    text-align: center;
    color: #3f3f3f;
    font-size: 16px;
    padding: 4px 6px;
    list-style-type: none;
    margin: 10px auto;
}

    .paging li {
        display: block;
        float: left;
        list-style-type: none;
    }

        .paging li input {
            padding: 2px 0px;
            margin-right: 4px;
            margin-bottom: 5px;
            text-decoration: none;
            border: #CCCCCC 1px solid;
            color: #B10503;
            min-width: 20px;
            background: #fff;
            font-size: 11px;
        }

            .paging li input:hover, .paging li input.active {
                background: #d8d8d8;
            }

    .paging a {
        display: block;
        float: left;
        padding: 4px 10px;
        margin-right: 10px;
        margin-bottom: 5px;
        text-decoration: none;
        border: #CCCCCC 1px solid;
        border-radius: 3px;
        background: #fff;
        min-width: 20px;
        text-align: center;
        font-size: 11px;
    }

    .paging .spaces {
        display: block;
        float: left;
        padding: 0px;
        margin-right: 5px;
        margin-bottom: 0px;
        width: 10px;
    }

    .paging .current_page {
        border: #ccc 1px solid;
        background: #e5e5e5;
        color: #3f3f3f;
        text-decoration: none;
    }

    .paging a:hover {
        border: #BA140F 1px solid;
        background: #fff;
        color: #BA140F;
        text-decoration: none;
    }

    .paging .disabled {
        color: #999;
        border-style: none;
        background: #fff;
        display: none;
    }

    .paging input {
        font-family: var(--font-family);
        cursor: pointer;
    }

.ui-accordion-header {
    font-size: 18px;
    line-height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 5px 10px;
    margin-top: 15px;
}

    .ui-accordion-header:hover {
        cursor: pointer;
        color: #e21c11;
        background: #fff;
        padding: 5px 10px;
    }

    .ui-accordion-header:after {
        font-family: var(--font-family);
        top: 0;
        left: -5px;
        float: right;
        padding-right: 10px;
        content: "\f107";
    }

.addOns h5 {
    color: #333;
    font-weight: normal;
}

.addOns table {
    width: 100%;
}

    .addOns table td {
        width: 50%;
    }

        .addOns table td select {
            margin-right: 5px;
        }

.hyvee-footer .resources .resource-list .resource-list-heading {
    color: #fff;
}

.recipe-icon svg {
    max-width: 57px;
    margin-right: 5px;
    float: left;
}

/* ---------------------------------------------------------------------------
/* UTILITY CLASSES */

.bg-hy-vee-red {
    background-color: #E21C11;
    color: #fff;
}

.bg-success {
    background-color: #2F8532 !important;
    color: #fff;
}

.bg-info {
    background-color: #F9D262 !important;
    color: #3f3f3f;
}

.bg-danger {
    background-color: #BA140F !important;
    color: #fff;
}

.bg-success-light {
    background-color: #DBF7CE !important;
    color: #3f3f3f;
}

.bg-info-light {
    background-color: #F9EED0 !important;
    color: #3f3f3f;
}

.bg-danger-light {
    background-color: #FFBEBE !important;
    color: #3f3f3f;
}

.bg-teal {
    background-color: #43BF96;
    color: #3f3f3f;
}

.bg-teal-dark {
    background-color: #008488;
    color: #fff;
}

.bg-health-blue {
    background-color: #237CB5;
    color: #fff;
}

.bg-culinary-orange {
    background-color: #CC3000;
    color: #fff;
}

.bg-gray-dark {
    background-color: #3f3f3f;
    color: #fff;
}

.bg-gray-medium-dark {
    background-color: #757575;
    color: #fff;
}

.bg-gray-medium {
    background-color: #CCC;
    color: #3f3f3f;
}

.bg-gray-medium-light {
    background-color: #e8e8e8;
    color: #3f3f3f;
}

.bg-gray-light {
    background-color: #f5f5f5;
    color: #3f3f3f;
}

.border {
    border: 1px solid #e8e8e8;
}

.border-top {
    border-top: 1px solid #e8e8e8;
}

.border-bottom {
    border-bottom: 1px solid #e8e8e8;
}

.border-left {
    border-left: 1px solid #e8e8e8;
}

.border-right {
    border-right: 1px solid #e8e8e8;
}

.util-margin-0 {
    margin: 0;
}

.util-margin-top-0 {
    margin-top: 0;
}

.util-margin-right-0 {
    margin-right: 0;
}

.util-margin-bottom-0 {
    margin-bottom: 0;
}

.util-margin-left-0 {
    margin-left: 0;
}

.util-margin-5 {
    margin: 5px;
}

.util-margin-top-5 {
    margin-top: 5px;
}

.util-margin-right-5 {
    margin-right: 5px;
}

.util-margin-bottom-5 {
    margin-bottom: 5px;
}

.util-margin-left-5 {
    margin-left: 5px;
}

.util-margin-15 {
    margin: 15px;
}

.util-margin-top-15 {
    margin-top: 15px;
}

.util-margin-right-15 {
    margin-right: 15px;
}

.util-margin-bottom-15 {
    margin-bottom: 15px;
}

.util-margin-left-15 {
    margin-left: 15px;
}

.util-margin-30 {
    margin: 30px;
}

.util-margin-top-30 {
    margin-top: 30px;
}

.util-margin-right-30 {
    margin-right: 30px;
}

.util-margin-bottom-30 {
    margin-bottom: 30px;
}

.util-margin-left-30 {
    margin-left: 30px;
}

.util-margin-60 {
    margin: 60px;
}

.util-margin-top-60 {
    margin-top: 60px;
}

.util-margin-right-60 {
    margin-right: 60px;
}

.util-margin-bottom-60 {
    margin-bottom: 60px;
}

.util-margin-left-60 {
    margin-left: 60px;
}

.util-padding-15 {
    padding: 15px;
}

.util-padding-top-15 {
    padding-top: 15px;
}

.util-padding-right-15 {
    padding-right: 15px;
}

.util-padding-bottom-15 {
    padding-bottom: 15px;
}

.util-padding-left-15 {
    padding-left: 15px;
}

.util-padding-30 {
    padding: 30px;
}

.util-padding-top-30 {
    padding-top: 30px;
}

.util-padding-right-30 {
    padding-right: 30px;
}

.util-padding-bottom-30 {
    padding-bottom: 30px;
}

.util-padding-left-30 {
    padding-left: 30px;
}

.util-padding-60 {
    padding: 60px;
}

.util-padding-top-60 {
    padding-top: 60px;
}

.util-padding-right-60 {
    padding-right: 60px;
}

.util-padding-bottom-60 {
    padding-bottom: 60px;
}

.util-padding-left-60 {
    padding-left: 60px;
}

.nopadding {
    padding: 0 !important;
}

.noleftpadding {
    padding-left: 0 !important;
}

.norightpadding {
    padding-right: 0 !important;
}

.notoppadding {
    padding-top: 0 !important;
}

.nobottompadding {
    padding-bottom: 0 !important;
}

.padding-lg {
    padding: 60px;
}

.padding-md {
    padding: 45px;
}

.padding-sm {
    padding: 30px;
}

.padding-xs {
    padding: 15px;
}

.toppadding-lg {
    padding-top: 60px;
}

.toppadding-md {
    padding-top: 45px;
}

.toppadding-sm {
    padding-top: 30px;
}

.toppadding-xs {
    padding-top: 15px;
}

.bottompadding-lg {
    padding-bottom: 60px;
}

.bottompadding-md {
    padding-bottom: 45px;
}

.bottompadding-sm {
    padding-bottom: 30px;
}

.bottompadding-xs {
    padding-bottom: 15px;
}

.leftpadding-lg {
    padding-left: 60px;
}

.leftpadding-md {
    padding-left: 45px;
}

.leftpadding-sm {
    padding-left: 30px;
}

.leftpadding-xs {
    padding-left: 15px;
}

.rightpadding-lg {
    padding-right: 60px;
}

.rightpadding-md {
    padding-right: 45px;
}

.rightpadding-sm {
    padding-right: 30px;
}

.rightpadding-xs {
    padding-right: 15px;
}

.nomargin {
    margin: 0 !important;
}

.noleftmargin {
    margin-left: 0 !important;
}

.norightmargin {
    margin-right: 0 !important;
}

.notopmargin {
    margin-top: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.margin-lg {
    margin: 60px;
}

.margin-md {
    margin: 45px;
}

.margin-sm {
    margin: 30px;
}

.margin-xs {
    margin: 15px;
}

.topmargin-lg {
    margin-top: 60px;
}

.topmargin-md {
    margin-top: 45px;
}

.topmargin-sm {
    margin-top: 30px;
}

.topmargin-xs {
    margin-top: 15px;
}

.bottommargin-lg {
    margin-bottom: 60px;
}

.bottommargin-md {
    margin-bottom: 45px;
}

.bottommargin-sm {
    margin-bottom: 30px;
}

.bottommargin-xs {
    margin-bottom: 15px;
}

.leftmargin-lg {
    margin-left: 60px;
}

.leftmargin-md {
    margin-left: 45px;
}

.leftmargin-sm {
    margin-left: 30px;
}

.leftmargin-xs {
    margin-left: 15px;
}

.rightmargin-lg {
    margin-right: 60px;
}

.rightmargin-md {
    margin-right: 45px;
}

.rightmargin-sm {
    margin-right: 30px;
}

.rightmargin-xs {
    margin-right: 15px;
}

.promo-disclaimer {
    font-size: .9em;
    line-height: 16px;
    font-style: italic;
    color: #666;
}

.page_banner {
    width: 100%;
    padding-bottom: 15px;
    height: auto;
}

.form-container {
    padding: 20px;
    border: 1px solid #e8e8e8;
}

.formCheckBoxList input {
    margin-right: 5px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.storeBanners p a {
    display: block;
    text-align: center;
}

.storeBanners img {
    max-width: 100%;
    height: auto;
}

.homeBannerIframeWrapper {
    width: 100%;
}

.homeTopBannerIframe {
    width: 100%;
}

.homeMiddleBannerIframe {
    width: 100%;
    margin-bottom: 20px;
}

.homeFooterBannerIframe {
    width: 100%;
    margin-bottom: 20px;
}

#nav_section_y h3 a.collapsed i {
    transform: rotate(0deg);
    transition: all .25s;
}

#nav_section_y h3 a i {
    transform: rotate(180deg);
    transition: all .25s;
}

/* Responsive
---------------------------------------------------------------------------------------------------------- */
@media (max-width:991px) {
    #article_tools .fa {
        background-color: #E2231A;
        border-radius: 14px;
        color: #ffffff;
        padding: 7px;
    }

    .slide1 .card {
        width: 75%;
        margin: -40px auto 0px auto;
    }
}

@media (max-width: 767px) {
    h1 {
        margin: 0 0 15px 0;
    }

    h1 {
        font-size: 30px;
        line-height: 39px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3 {
        font-size: 22px;
        line-height: 29px;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    h5 {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }

    h6 {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
    }

    .slide1 {
        text-align: center;
        margin: -15px -15px 0px -15px;
    }

        .slide1 .img-responsive {
            margin: 0 auto;
            border-bottom: 1px solid #eee;
        }

        .slide1 .card {
            width: 90%;
            margin: -5px auto 0 auto;
            padding: 15px 10px;
        }

            .slide1 .card h1 {
                font-size: 18px;
                line-height: 28px;
            }

    .cta-logo {
        border: 1px solid #eeeeee;
    }

    .primaryCTA {
        margin-bottom: 40px;
        margin-top: 40px;
    }

        .primaryCTA p {
            font-size: 16px;
            line-height: 24px !important;
            margin: 0;
        }

        .primaryCTA img {
            margin: 0 auto;
        }

    .flexRow, .flex {
        flex-direction: column;
    }

    .recipeFlex {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .recipeFlex .card {
            width: 43%;
            margin: 0 3% 25px 3%;
        }

    .latestFeed {
        border-top: 1px solid #e8e8e8;
        border-bottom: none;
        padding: 0;
    }

        .latestFeed .row {
            padding-bottom: 15px;
            border-bottom: 1px solid #e8e8e8;
            margin-top: 15px;
        }

    .col-sm-3, .col-sm-6, .col-sm-9 {
        margin-bottom: 30px;
    }

    .padding-lg {
        padding: 20px;
    }

    .padding-md {
        padding: 15px;
    }

    .padding-sm {
        padding: 10px;
    }

    .padding-xs {
        padding: 5px;
    }

    .toppadding-lg {
        padding-top: 20px;
    }

    .toppadding-md {
        padding-top: 15px;
    }

    .toppadding-sm {
        padding-top: 10px !important;
    }

    .toppadding-xs {
        padding-top: 5px;
    }

    .bottompadding-lg {
        padding-bottom: 20px;
    }

    .bottompadding-md {
        padding-bottom: 15px;
    }

    .bottompadding-sm {
        padding-bottom: 10px;
    }

    .bottompadding-xs {
        padding-bottom: 5px;
    }

    .leftpadding-lg {
        padding-left: 20px;
    }

    .leftpadding-md {
        padding-left: 15px;
    }

    .leftpadding-sm {
        padding-left: 10px;
    }

    .leftpadding-xs {
        padding-left: 5px;
    }

    .rightpadding-lg {
        padding-right: 20px;
    }

    .rightpadding-md {
        padding-right: 15px;
    }

    .rightpadding-sm {
        padding-right: 10px;
    }

    .rightpadding-xs {
        padding-right: 5px;
    }

    .margin-lg {
        margin: 20px;
    }

    .margin-md {
        margin: 15px;
    }

    .margin-sm {
        margin: 10px;
    }

    .margin-xs {
        margin: 5px;
    }

    .topmargin-lg {
        margin-top: 20px;
    }

    .topmargin-md {
        margin-top: 15px;
    }

    .topmargin-sm {
        margin-top: 10px;
    }

    .topmargin-xs {
        margin-top: 5px;
    }

    .bottommargin-lg {
        margin-bottom: 20px;
    }

    .bottommargin-md {
        margin-bottom: 15px;
    }

    .bottommargin-sm {
        margin-bottom: 10px;
    }

    .bottommargin-xs {
        margin-bottom: 5px;
    }

    .leftmargin-lg {
        margin-left: 20px;
    }

    .leftmargin-md {
        margin-left: 15px;
    }

    .leftmargin-sm {
        margin-left: 10px;
    }

    .leftmargin-xs {
        margin-left: 5px;
    }

    .rightmargin-lg {
        margin-right: 20px;
    }

    .rightmargin-md {
        margin-right: 15px;
    }

    .rightmargin-sm {
        margin-right: 10px;
    }

    .rightmargin-xs {
        margin-right: 5px;
    }

    #nav_section_y {
        padding: 0;
        margin-top: -15px;
        margin-bottom: 0;
        background: #f5f5f5;
        border-bottom: 1px solid #ddd;
    }

        #nav_section_y h3 {
            margin-bottom: 0;
            font-size: 18px;
            line-height: 18px;
            display: block;
        }

            #nav_section_y h3 a {
                display: block;
                padding: 15px;
                text-decoration: none;
            }

                #nav_section_y h3 a:active, #nav_section_y h3 a:focus {
                    color: #e21c11;
                }

        #nav_section_y ul {
            margin: 0 0 10px 0;
        }

            #nav_section_y ul li {
                margin: 0 20px;
            }

                #nav_section_y ul li:last-child {
                    border-bottom: none;
                }
}

@media (max-width:479px) {
    .slide1 .card {
        padding: 10px;
    }

        .slide1 .card h1 {
            font-size: 16px;
            line-height: 24px;
        }

    .primaryCTA p {
        font-size: 14px;
        line-height: 19px !important;
    }

        .primaryCTA p a.cta {
            font-size: 16px;
        }

    .well {
        margin-bottom: 15px;
    }

        .well a {
            font-size: 16px;
            line-height: 24px;
        }

    .imgContainer {
        display: none;
    }

    .contentContainer {
        width: 100%;
        text-align: center;
    }

        .contentContainer img {
            margin: 0 auto 10px auto;
        }

    .primaryCTA img {
        max-width: 175px;
    }

    .feed {
        margin-bottom: 10px;
    }

    .feedAction {
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        text-align: center;
    }

    .perksContainer {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .addOns .form-group .form-control {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .card {
        display: block;
    }

    .recipe-icon-ie {
        margin-top: -43px;
        max-width: 57px;
        margin-right: 5px;
        float: left;
    }
}
