/* one column */
#Container_Body {
    float: none;
    height: auto;
    margin: 0px auto 16px;
    clear: none;
    width: auto;
    max-width: 1010px;
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    border-color: #333;
    border-width: 20px;
    border-style: solid;
    display: block;
    background-color: #FFF;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Banner_Image {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
}

#Banner_Image img {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: #000;
}

#Container_Content {
    float: none;
    height: auto;
    margin: 3.6% auto;
    clear: none;
    width: 92%;
}

#Container_One_Column {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    min-width: 0px;
}

#Rich_Text_Area {
    float: none;
    font-size: 1em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

/* 2 columnn */
#Container_Left_Column {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.9996%;
    margin-bottom: 20px;
    text-align: center;
}

#Container_Right_Column {
    float: left;
    height: auto;
    margin-left: 5%;
    margin-top: 0px;
    clear: none;
    width: 69.9998%;
    display: block;
}

.Left_Column_Snipe{
    float: none;
    font-size: 1.3em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    margin-left: auto;
    margin-top: 11px;
    clear: none;
    min-height: 0px;
    font-family: arial;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
}

#Container_Left_Column .navlink {
    float: none;
    height: auto;
    font-size: 1em;
    margin: 16px auto 0px;
    clear: none;
    width: 100%;
    font-family: arial;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #7DA0B5;
    color: #FFF;
    min-width: 0px;
    box-shadow: 0px 0px 25px 0px #666 inset;
    display: block;
    border: 1px solid #9DACA9;
    border-radius: 4px;
}

#Container_Left_Column .navlink:hover {
    background-color: rgb(102, 102, 102);
    box-shadow: rgb(51, 51, 51) 0px 0px 25px 0px inset;
}

#Left_Column_Pull_Quote
{
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 103px;
    margin-bottom: 22px;

    float: none;
    font-size: 0.8em;
    line-height: 1.3em;
    font-family: open-sans;
    color: #666;

}

.Decoration {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 16px auto;
    clear: none;
    color: #000;
    position: relative;
    top: 0px;
    left: 0px;
}

#Container_Right_Column img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: #000;
    min-width: 0px;
    border-color: #FFF;
    border-width: 10px;
    border-style: solid;
    box-shadow: 0px 0px 10px 0px #666;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

#Container_Locations {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 18px;
    clear: none;
    width: 100%;
    background-color: #E3E7E9;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    font-size: 0.9em;
    font-family: open-sans;
}

.State-Header {
    margin-left: 4%;
    margin-top: 4%;
    width: 96%;
    float: left;
}

#Locations_Left {
    float: left;
    font-size: 1em;
    width: 43.6979%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 4%;
    margin-top: 4%;
    clear: none;
    min-height: 0px;
    margin-bottom: 4%;
}

#Locations_Right {
    float: left;
    font-size: 1em;
    width: 43.6979%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin: 4% 0% 4% 4%;
    clear: none;
    min-height: 0px;
}

@media only screen and (max-width: 760px) {
    #Container_One_Column {
        width: 100%;
    }
    #Container_Left_Column {
        width: 35%;
    }

    #Container_Right_Column {
        width: 60%;
    }

    #Locations_Left {
        width: 90%;
    }

    #Locations_Right {
        width: 90%;
        margin-bottom: 4%;
        margin-top: 12%;
    }
}
@media only screen and (max-width: 580px) {
    #Container_One_Column {
        margin-left: 0%;
        width: 100%;
    }

    #Container_Left_Column {
        width: 100%;
    }

    #Container_Right_Column {
        margin-left: 0%;
        width: 100%;
    }
}


/* ALLERGENS ------------------------------------------- */
body.AllergensPage #Container_Body {
    background-color: #F3F3F3;
}

.allergens-list {
    margin-top:40px;
}

.allergens-list .badge {
    background-color: transparent;
}

.allergen-heading-row {
    margin:0 0 20px 0;
    background:transparent;
}

.allergens-list-legend-row .list-group-item{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: none;
}

.allergens-list-legend-row .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.allergens-list-legend-row .list-group-item.last {
    border-bottom: 1px solid #eeeeee;
}

.allergens-list-heading-row {
    background:#fff;
    padding: 5px 0 2px 0;
    font-weight: 700;
    border: 1px solid #eeeeee;
    text-align:center;
    margin: 0;
}

.allergens-list-data-row {
    border: 1px solid #eeeeee;
    text-align:center;
    padding: 5px 0 2px 0;
    background:#fff;
    margin-right: 0;
    margin-left: 0;
}

.fooditem-name {
    text-align:left;
}

.allergens-list-legend-row ul {
    margin: 0;
}

@media (max-width: 992px) {
    .fooditem-name {
        font-size: 11px;
        display: inline-block;
    }
}

@media (min-width: 691px) and (max-width: 991px){
    .allergens-list-data-row .col-xs-2 {
        width: 30%;
    }
}

@media (max-width: 450px) {
    .fooditem-name {
        font-size: 10px;
    }
}