body > .banner, body > .clickable-banner > .banner {
  padding: 4em 0 6em; }
  @media (min-width: 767px) {
    body > .banner, body > .clickable-banner > .banner {
      padding-bottom: 4em; } }

body > .content-wrapper {
  margin-top: 32px;
  overflow: visible; }

.allergenList {
  display: block; }
  @media (min-width: 767px) {
    .allergenList {
      display: inline-block; } }
  .allergenList li {
    display: inline-block;
    width: 40px;
    min-height: 40px; }
    .allergenList li:last-child {
      margin: 0; }
    .allergenList li img {
      width: 100%; }

.category__item {
  margin: 1.5em;
  padding: 0.5em; }
  @media (min-width: 767px) {
    .category__item {
      float: left;
      margin: 0 1.5% 2em;
      width: 30%; } }
  .category__item .itemSelected {
    display: none; }
  .category__item .mealCalculator {
    background: none;
    border: none;
    float: right; }
  .category__item.js-isSelected .itemSelect {
    display: none; }
  .category__item.js-isSelected .itemSelected {
    display: block; }

.category__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.favorites__none {
  text-align: center; }
  .favorites__none img {
    margin: 1.5%;
    max-width: 300px;
    width: 100%; }

.favorites.js-empty .favorites__list {
  display: none; }

.locationsList li {
  display: block;
  position: relative; }

.flex-grid .location__status,
.grid .location__status {
  padding: 0.5em 1em; }

.item__allergens {
  display: inline-block; }
  .item__allergens + .viewItem {
    background: none;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    width: auto;
    padding: 0 0.5em; }

.item__content {
  margin: 0.5em auto; }

.item__details {
  float: left; }

.item__info {
  font-size: 18px; }

.item__price {
  float: right; }

.location__emptyFilter {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px; }

.location__address {
  margin-right: -0.75em;
  padding-left: 2.5em; }

.location__advice {
  font-size: 20px;
  margin: 2em auto 0; }

.location__callout {
  margin: 2em 0; }
  .location__callout p:last-child {
    margin: 0; }

.location__contacts {
  margin-top: 0em;
  margin-bottom: 2em; }
  .location__contacts h4 {
    font-size: 1.25em; }
  .location__contacts .contact {
    margin-top: 1em; }
    .location__contacts .contact__email {
      display: block;
      margin: 0.25em 0;
      overflow-wrap: break-word;
      word-wrap: break-word; }
    .location__contacts .contact__name {
      font-weight: 600; }
    .location__contacts .contact__phone {
      margin-top: 0.25em; }
  .location__contacts .disclaimer {
    margin: 0; }

.location__description {
  width: 100%; }
  @media (min-width: 767px) {
    .location__description {
      margin-top: 0; } }

.location__details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (min-width: 450px) {
    .location__details {
      margin-left: 10%;
      width: 80%; } }
  @media (min-width: 767px) {
    .location__details {
      margin-left: 0;
      width: auto; } }

@media (min-width: 450px) {
  .location__payments {
    margin-left: 10%;
    width: 80%; } }

@media (min-width: 767px) {
  .location__payments {
    margin-left: 0;
    width: auto; } }

.location__distance {
  float: right;
  text-transform: lowercase; }

.location__feedback {
  margin-bottom: 3em;
  padding: 1em; }
  @media (max-width: 767px) {
    .location__feedback {
      margin-top: 3em; } }
  .location__feedback h4 {
    font-size: 1em;
    line-height: 1.5em; }
  .location__feedback span {
    font-size: 1em;
    line-height: 1.5em; }

.location__filter {
  display: inline-block;
  /*padding: 0.5em 0;*/
  position: relative;
  width: 100%; }
  @media (min-width: 767px) {
    .location__filter {
      margin-right: 1em;
      width: auto; } }
  .location__filter:last-child {
    margin-right: 0; }
  .location__filter.allergens > div button, .location__filter.specialDiets > div button, .location__filter.categories > div button {
    font-size: 16px;
    margin: 0 1em 1em 0; }
  .location__filter.js-active > div {
    display: block; }
  .location__filter button {
    background: none;
    border: none;
    margin: 0;
    outline: none; }
    @media (max-width: 767px) {
      .location__filter button {
        margin: 0px 2px 0 1px !important; } }
  .location__filter > button {
    padding: 0.25em 0.5em 0.5em; }
  .location__filter p {
    margin: 3em auto; }
    .location__filter p:last-child {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .location__filter .content-wrapper-aria {
      width: 100%;
      min-width: 300px;
      max-width: 400px;
      margin: auto;
      top: -25px;
      position: absolute; } }
  .location__filter .content-wrapper-parent {
    position: relative; }
  .location__filter .content-wrapper-aria:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .location__filter .content-wrapper-aria:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .location__filter .content-wrapper {
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.135);
    display: none;
    left: 0;
    margin: auto;
    max-width: 350px;
    min-width: 275px;
    padding: 1em;
    position: absolute;
    top: 100%;
    z-index: 2000;
    /*.content-bottom:focus-within {
                display: block;
            }*/
    /* .disclaimer {
                margin-bottom: 32px;
            }

            .showResults {
                display: none;

                & > ul {
                    margin-top: 1em;

                    & > li {
                        &:first-child {
                            border-top: none;
                        }
                    }
                }
            }*/ }
    @media (min-width: 767px) {
      .location__filter .content-wrapper {
        min-width: 300px; } }
    @media (max-width: 767px) {
      .location__filter .content-wrapper {
        min-width: 300px;
        max-width: 400px;
        left: 0px;
        position: relative;
        top: 0 !important; } }
    .location__filter .content-wrapper .content-bottom {
      margin: -16px;
      border-radius: 4px;
      background-color: #efefef;
      height: 88px;
      padding-top: 22px; }
      .location__filter .content-wrapper .content-bottom button.save {
        float: right;
        margin-right: 16px !important; }
  .location__filter .disclaimer {
    font-size: 12px; }
  .location__filter.mealCalculator {
    float: left;
    width: auto;
    height: 40px;
    margin: 1px 1px 1px 1px;
    padding: 1px 0px 1px 0px;
    border-radius: 22.5px;
    background-color: #efefef;
    /*.content-wrapper {
                box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.135);
                display: none;
                left: 0;
                margin: auto;
                max-width: 350px;
                min-width: 275px;
                padding: 1em;
                position: absolute;
                top: 100%;
                z-index: 20;

                @media (min-width: $sm) {
                    min-width: 300px;
                }

                //TODO
                &.js-active {
                    & > div {
                        display: block;
                    }
                }

                .disclaimer {
                    margin-bottom: 32px;
                }
            }*/
    /* .content-wrapper{
                .showResults {
                display: none;

                & > ul {
                    margin-top: 1em;

                    & > li {
                        &:first-child {
                            border-top: none;
                        }
                    }
                }
            }
            }*/
    /* &.js-hasItems {
                .showResults {
                    & + div {
                        display: none;
                    }
                }

                &.js-active {
                    .showResults {
                        display: block;
                    }
                }
            }*/ }
    .location__filter.mealCalculator .showResults {
      display: none; }
      .location__filter.mealCalculator .showResults > ul {
        margin-top: 1em; }
        .location__filter.mealCalculator .showResults > ul > li:first-child {
          border-top: none; }
    .location__filter.mealCalculator.content-empty {
      display: none !important; }
    .location__filter.mealCalculator.js-hasItems .showResults + div {
      display: none; }
    .location__filter.mealCalculator.js-hasItems.js-active .showResults {
      display: block;
      height: auto; }
      @media (max-width: 767px) {
        .location__filter.mealCalculator.js-hasItems.js-active .showResults {
          overflow-y: overlay;
          position: inherit;
          transform: scale(0.8);
          height: 569px;
          top: -57px; } }
      @media (max-width: 500px) and (min-height: 700px) {
        .location__filter.mealCalculator.js-hasItems.js-active .showResults {
          height: auto !important;
          top: -80px !important; } }
      @media (max-width: 400px) and (min-height: 600px) {
        .location__filter.mealCalculator.js-hasItems.js-active .showResults {
          height: 721px;
          top: -73px; } }
      @media (max-width: 350px) and (min-height: 550px) {
        .location__filter.mealCalculator.js-hasItems.js-active .showResults {
          height: 639px;
          top: -65px; } }
    .location__filter.mealCalculator .menuCalculator {
      height: 40px;
      display: inline-flex; }
    .location__filter.mealCalculator .menu__filter_button {
      width: 56px;
      height: 36px;
      margin: -3px -7px 0 1px;
      padding: 6px 16px;
      border-radius: 22.5px;
      background-color: #ffffff; }
    @media (min-width: 767px) {
      .location__filter.mealCalculator {
        float: none; } }
    @media (max-width: 767px) {
      .location__filter.mealCalculator {
        width: 100%; } }
    @media (max-width: 768px) {
      .location__filter.mealCalculator {
        width: inherit; } }
    .location__filter.mealCalculator button:focus {
      text-decoration: underline; }
    .location__filter.mealCalculator p:first-child {
      margin-top: 0; }
  .location__filter.allergensSpecialDiets {
    float: left;
    width: auto;
    height: 40px;
    margin: 4px 1px;
    padding: 1px 1px 1px 1px;
    border-radius: 22.5px;
    background-color: #efefef;
    display: none; }
    @media (max-width: 767px) {
      .location__filter.allergensSpecialDiets {
        width: 100%;
        display: inline-block; } }
    .location__filter.allergensSpecialDiets.js-active .content-wrapper, .location__filter.allergensSpecialDiets.js-active .close {
      display: block; }
    @media (max-width: 767px) {
      .location__filter.allergensSpecialDiets.js-active .content-wrapper {
        left: 0px;
        transform: scale(0.8);
        position: sticky;
        overflow-y: overlay; } }
    @media (max-width: 400px) {
      .location__filter.allergensSpecialDiets.js-active .content-wrapper {
        height: 600px;
        transform: scale(0.78); } }
    @media (min-height: 650px) and (max-width: 400px) {
      .location__filter.allergensSpecialDiets.js-active .content-wrapper {
        height: 708px;
        transform: scale(0.78); } }
    @media (min-height: 800px) and (max-width: 400px) {
      .location__filter.allergensSpecialDiets.js-active .content-wrapper {
        height: 778px;
        transform: scale(0.83); } }
    .location__filter.allergensSpecialDiets.js-active .content-wrapper::-webkit-scrollbar {
      width: 1em; }
  .location__filter.mealType, .location__filter.displayDate {
    padding: 1em; }
    @media (min-width: 767px) {
      .location__filter.mealType, .location__filter.displayDate {
        padding: 0; } }
    .location__filter.mealType button, .location__filter.displayDate button {
      position: relative;
      top: -2px; }
      @media (max-width: 767px) {
        .location__filter.mealType button, .location__filter.displayDate button {
          font-size: 16px;
          background: none; } }
    @media (min-width: 767px) {
      .location__filter.mealType .content-wrapper, .location__filter.displayDate .content-wrapper {
        top: 52px; } }
  .location__filter.cs-select .content-wrapper {
    max-width: 100%; }
  .location__filter #printWeeklyMenuBtn:focus {
    outline-style: solid;
    outline-color: #3277b3; }

.location__filters {
  display: inline-block;
  margin-bottom: 2em;
  position: relative;
  width: 100%; }
  @media (min-width: 767px) {
    .location__filters {
      margin-bottom: 0;
      padding: 0 0 1em; } }
  .location__filters .allergen-wrapper {
    margin: 0 0;
    padding: 0 0 0 0;
    border-radius: 22.5px;
    float: left !important;
    width: 100%;
    height: auto;
    margin: 8px 1px 8px 1px;
    display: inline-flex;
    /*            #allergensFilter:focus {
                outline-style: solid;
                outline-color: #3277b3;
                outline-width: 2px;
                outline-offset: 2px;
            }*/
    /* .showResults {
                display: none !important;

                & > ul {
                    margin-top: 1em;

                    & > li {
                        &:first-child {
                            border-top: none;
                        }
                    }
                }
            }*/
    /*.location__filter {
                &.js-active {
                    .content-wrapper {
                        display: block;
                    }

                    .close {
                        display: block;
                    }
                }

                .menuFilterBtn:focus,
                .btn:focus {
                    outline-style: solid;
                    outline-color: #3277b3;
                }

                .menuFilterBtn:hover,
                .btn:hover {
                    outline-style: solid;
                    outline-color: #3277b3;
                }
            }*/ }
    @media (max-width: 767px) {
      .location__filters .allergen-wrapper.hidden-block-navigation {
        display: none !important; } }
    .location__filters .allergen-wrapper .menu__filter_button_calculator {
      width: 232px;
      height: 40px;
      margin: 0 16px;
      padding: 2px 2px 2px 16px;
      border-radius: 22.5px;
      background-color: #efefef; }
    @media (min-width: 767px) {
      .location__filters .allergen-wrapper {
        display: inline-flex;
        margin-left: 0;
        max-width: 100%;
        padding: 0;
        top: 0; } }
    @media (max-width: 767px) {
      .location__filters .allergen-wrapper {
        display: inline-block; } }
    .location__filters .allergen-wrapper .allergens {
      width: auto;
      height: 40px;
      margin: 1px 1px 1px 1px;
      padding: 1px 2px 2px 18px;
      border-radius: 22.5px;
      background-color: #efefef;
      display: inline-flex; }
      .location__filters .allergen-wrapper .allergens .disclaimer {
        display: none; }
        @media (min-width: 767px) {
          .location__filters .allergen-wrapper .allergens .disclaimer {
            display: block; } }
      @media (max-width: 767px) {
        .location__filters .allergen-wrapper .allergens {
          display: none; } }
      @media (max-width: 768px) {
        .location__filters .allergen-wrapper .allergens {
          padding: 4px 2px 2px 21px;
          width: inherit; } }
    .location__filters .allergen-wrapper .specialDiets {
      width: auto;
      height: 40px;
      margin: 1px 1px 1px 1px;
      padding: 1px 2px 2px 21px;
      border-radius: 22.5px;
      background-color: #efefef;
      display: inline-flex; }
      .location__filters .allergen-wrapper .specialDiets .disclaimer {
        display: none; }
        @media (min-width: 767px) {
          .location__filters .allergen-wrapper .specialDiets .disclaimer {
            display: block; } }
      @media (max-width: 767px) {
        .location__filters .allergen-wrapper .specialDiets {
          display: none; } }
      @media (max-width: 768px) {
        .location__filters .allergen-wrapper .specialDiets {
          padding: 4px 2px 2px 21px;
          width: inherit; } }
    .location__filters .allergen-wrapper .searchProduct input {
      outline: none; }
      .location__filters .allergen-wrapper .searchProduct input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
        background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
        border: solid 2px #0089ff;
        padding: 9px 10px;
        width: 15px;
        color: transparent;
        cursor: pointer;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s; }
      .location__filters .allergen-wrapper .searchProduct input::placeholder, .location__filters .allergen-wrapper .searchProduct input::-moz-placeholder, .location__filters .allergen-wrapper .searchProduct input::-webkit-input-placeholder {
        opacity: 0; }
      .location__filters .allergen-wrapper .searchProduct input:hover {
        background-color: #fff; }
      .location__filters .allergen-wrapper .searchProduct input:not(:placeholder-shown), .location__filters .allergen-wrapper .searchProduct input:focus {
        width: 130px;
        background-color: #fff;
        border-color: #0089ff;
        padding-left: 32px;
        color: #000;
        cursor: auto;
        -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
        -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
        box-shadow: 0 0 5px rgba(109, 207, 246, 0.5); }
        .location__filters .allergen-wrapper .searchProduct input:not(:placeholder-shown)::placeholder, .location__filters .allergen-wrapper .searchProduct input:not(:placeholder-shown)::-moz-placeholder, .location__filters .allergen-wrapper .searchProduct input:not(:placeholder-shown)::-webkit-input-placeholder, .location__filters .allergen-wrapper .searchProduct input:focus::placeholder, .location__filters .allergen-wrapper .searchProduct input:focus::-moz-placeholder, .location__filters .allergen-wrapper .searchProduct input:focus::-webkit-input-placeholder {
          opacity: auto; }
    .location__filters .allergen-wrapper .close {
      /*margin: 28px 0px 0px 382px !important;*/ }
      @media (max-width: 400px) {
        .location__filters .allergen-wrapper .close {
          top: 54px !important; } }
      @media (min-height: 650px) and (max-width: 400px) {
        .location__filters .allergen-wrapper .close {
          top: 65px !important; } }
      @media (min-height: 800px) and (max-width: 400px) {
        .location__filters .allergen-wrapper .close {
          top: 54px !important; } }
      @media (max-width: 767px) {
        .location__filters .allergen-wrapper .close {
          top: 64px;
          right: 26px;
          display: none;
          padding: 0px !important;
          z-index: 3000;
          position: absolute;
          width: 24px;
          height: 24px;
          border-radius: 100px;
          background-color: #ffffff;
          right: 48px; } }
      .location__filters .allergen-wrapper .close span {
        margin: 0px !important;
        position: absolute;
        z-index: 100;
        color: var(--primary-color);
        font-size: 24px;
        padding-left: 5px; }
    .location__filters .allergen-wrapper .content-wrapper {
      /* box-shadow: none;
                display: none;
                max-width: 400px;
                min-width: 100px;
                padding: 10px;
                position: absolute;*/
      /*                @media (min-width: $sm) {
                    display: none;
                    max-width: 350px;
                    min-width: 250px;
                    padding: 1em;
                }*/ }
      @media (max-width: 767px) {
        .location__filters .allergen-wrapper .content-wrapper {
          top: 0px; } }
      @media (max-width: 767px) {
        .location__filters .allergen-wrapper .content-wrapper .filter-buttons {
          margin-top: 10px; } }
      @media (max-width: 767px) {
        .location__filters .allergen-wrapper .content-wrapper .content-bottom {
          margin: -16px;
          border-radius: 4px;
          background-color: #efefef;
          height: 88px;
          padding-top: 16px; } }
      @media (max-width: 767px) {
        .location__filters .allergen-wrapper .content-wrapper .content-bottom button.save {
          float: right;
          margin-right: 16px !important; } }
      @media (max-width: 767px) {
        .location__filters .allergen-wrapper .content-wrapper .content-header span {
          margin: auto auto auto 16px;
          display: block; } }
    .location__filters .allergen-wrapper svg {
      display: inline-block; }
      @media (min-width: 767px) {
        .location__filters .allergen-wrapper svg {
          display: inline-block; } }
  .location__filters .menu_selection__row {
    height: 40px;
    position: relative;
    width: 100%;
    margin: 1px 1px 1px 1px;
    display: inline-flex; }
    @media (max-width: 767px) {
      .location__filters .menu_selection__row {
        margin: 0px 1px 1px 1px;
        display: none; } }
    @media (max-width: 767px) {
      .location__filters .menu_selection__row.hidden-block-navigation {
        display: none !important; } }

.location__hours {
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.135);
  flex-grow: 1;
  padding: 1em !important;
  margin: -83px 0 0;
  height: fit-content;
  position: relative; }
  @media (max-width: 767px) {
    .location__hours {
      margin-bottom: 2em; } }
  .location__hours > ul > li {
    padding: 0 0 1em; }
  .location__hours li {
    overflow: hidden;
    padding-top: 0.125em; }
    .location__hours li span {
      display: block;
      float: left; }
      .location__hours li span:first-child {
        width: 40%; }
      .location__hours li span:last-child {
        width: 60%; }
  .location__hours .displayName {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    font-weight: normal; }
  .location__hours .disclaimer {
    margin-bottom: 0;
    text-transform: uppercase; }
    .location__hours .disclaimer + p {
      margin-bottom: 1em; }
  .location__hours .location__status {
    left: -16px;
    top: -12px; }
  .location__hours .mealPeriod {
    font-weight: 600; }

.location__map {
  flex-grow: 1;
  margin: 3em auto 0; }
  @media (min-width: 767px) {
    .location__map {
      margin-top: 0; } }
  .location__map a {
    display: block;
    margin: 0.5em auto 1.5em; }
  .location__map .googleMaps {
    height: 200px;
    margin-bottom: 1em;
    width: 100%; }
  .location__map .svg {
    margin-top: -0.4em;
    float: left;
    height: 32px;
    width: 32px; }

.location__payments p:last-child {
  margin: 0; }

.location__payments .disclaimer {
  margin-bottom: 0; }

.location__sortLinks {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 2em auto 0;
  text-align: center; }
  .location__sortLinks li {
    display: inline-block;
    margin-right: 1em; }
    .location__sortLinks li:last-child {
      margin: 0; }
  .location__sortLinks .dateSelect {
    flex-grow: 1;
    margin: auto 2px;
    padding: 0.5em; }
    @media (min-width: 767px) {
      .location__sortLinks .dateSelect {
        padding: 0.5em 1em; } }
    .location__sortLinks .dateSelect:first-child {
      margin-left: 0; }
    .location__sortLinks .dateSelect:last-child {
      margin-right: 0; }
    .location__sortLinks .dateSelect label,
    .location__sortLinks .dateSelect span {
      font-size: inherit; }
    .location__sortLinks .dateSelect label {
      margin: 0; }
  .location__sortLinks .svg {
    height: 1em;
    width: 1em; }

.location__sortOptions {
  margin: 1em 0 0; }

.location__station .section-title {
  margin: 1em 0 0.75em;
  padding: 0.33em 0.5em; }

.location__status {
  display: inline-block;
  font-size: 24px;
  padding: 0.5em;
  position: relative;
  z-index: 5; }
  .location__status .svg {
    height: 0.9em;
    width: 0.9em; }
  .location__status.closed .svg {
    fill: #d06c48; }
  .location__status.open .svg {
    fill: #6ad048; }

.location__survey span {
  text-align: center; }
  .location__survey span img {
    height: auto;
    margin: 0 0 1em;
    max-width: 150px;
    width: 100%; }

.location__survey img {
  height: 64px;
  margin-right: 1em;
  position: relative;
  width: auto; }

.location__times {
  text-align: right; }

.location.card {
  flex-grow: 0 !important;
  padding: 0;
  height: 100%; }
  .location.card .location__address,
  .location.card .location__details,
  .location.card .location__times,
  .location.card .foodcourt__locations {
    padding: 0.5em 1em; }
  .location.card .location__address,
  .location.card .location__times,
  .location.card .foodcourt__locations {
    text-align: left; }
    .location.card .location__address svg,
    .location.card .location__times svg,
    .location.card .foodcourt__locations svg {
      height: 1.25em;
      position: relative;
      top: 4px;
      width: 1.25em; }
  .location.card .foodcourt__locations {
    overflow: hidden; }
    .location.card .foodcourt__locations svg {
      margin-right: 0.4em; }
    .location.card .foodcourt__locations span {
      float: right;
      margin-top: 0.15em; }
  .location.card .location__details {
    margin: 0 auto 0.5em;
    overflow: hidden;
    width: 100%; }
    .location.card .location__details span {
      float: left;
      text-align: left;
      width: 50%; }
      .location.card .location__details span:last-child {
        text-align: right; }
  .location.card .location__title {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding-bottom: 55%;
    position: relative; }
    .location.card .location__title span {
      display: block;
      font-size: 1.25em;
      font-weight: 500;
      left: 0;
      margin: auto;
      padding: 1em 0;
      position: absolute;
      right: 0;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.54);
      top: 50%;
      transform: translateY(-50%); }

.locationAddress {
  display: none;
  margin: 1em auto 2em;
  max-width: 500px; }
  .locationAddress .input-wrapper {
    border-radius: 0; }
    .locationAddress .input-wrapper input,
    .locationAddress .input-wrapper + button {
      border: 1px solid #999;
      padding: 0.25em 1em; }
    .locationAddress .input-wrapper input {
      border: none;
      outline: none;
      width: 100%; }
    .locationAddress .input-wrapper + button {
      background: none;
      color: #3277b3;
      border-top: none;
      display: block;
      text-align: left;
      width: 100%; }
      .locationAddress .input-wrapper + button .svg {
        fill: #3277b3; }

ul.locationFilters {
  background: #ededed;
  margin-bottom: 1em; }
  @media (min-width: 767px) {
    ul.locationFilters {
      align-items: center;
      background: none;
      display: flex;
      justify-content: center; } }
  ul.locationFilters a {
    border-radius: 4px;
    display: block;
    padding: 0.25em 1em; }
    ul.locationFilters a.address {
      padding-left: 0.5em;
      color: #224F77; }
    ul.locationFilters a.type {
      color: #224F77; }
    ul.locationFilters a.status {
      color: #224F77; }
  ul.locationFilters li {
    margin: 0 0.5em;
    position: relative;
    text-align: center; }
    @media (min-width: 767px) {
      ul.locationFilters li {
        text-align: left; }
        ul.locationFilters li:first-child {
          margin-left: 0; }
        ul.locationFilters li:last-child {
          margin-right: 0; } }
    ul.locationFilters li.js-selected a {
      background: #ededed;
      border-style: dotted;
      border-width: 1px; }
  ul.locationFilters.js-mobile {
    padding: 0.5em 1em; }
    @media (min-width: 767px) {
      ul.locationFilters.js-mobile {
        padding: 0; } }
    ul.locationFilters.js-mobile li:not(.js-selected) {
      display: none; }
    ul.locationFilters.js-mobile li.js-selected a:after {
      content: url("/Project/Main/Assets/images/chevron-down.png");
      display: inline-block;
      margin-left: 0.25em;
      position: relative;
      top: 6px; }
    ul.locationFilters.js-mobile.js-show {
      padding: 1em; }
      @media (min-width: 767px) {
        ul.locationFilters.js-mobile.js-show {
          padding: 0; } }
      ul.locationFilters.js-mobile.js-show li {
        padding: 0.25em 0; }
  ul.locationFilters.js-show li {
    display: block !important; }
    ul.locationFilters.js-show li.js-selected a:after {
      display: none; }

.modal-body .location__hours {
  box-shadow: none;
  margin: 0;
  width: 100%; }

.location__hours .location__schedulename {
  display: block;
  float: left; }

.location__hours .location__scheduledates {
  display: block;
  text-align: right; }

.location__details .location__hours .additionalschedule {
  width: 100%; }

.location__details .location__hours.hiddenOpenClosedStatus {
  margin: 0px; }

.location__menuSelect .weekSelector {
  display: none; }
  .location__menuSelect .weekSelector.js-active {
    display: block; }

.location a:focus {
  outline-style: solid;
  outline-color: #3277b3;
  outline-width: 2px;
  outline-offset: 2px; }

.stuck {
  /*.allergen-wrapper {
            position: fixed;
        }*/ }

.col-xs-12.menu_filtres {
  max-width: 1140px; }

@media print {
  .header-wrapper,
  .carousel-wrapper,
  .favIcon,
  .location__callout,
  .sub-title,
  #menuSkipLink,
  .carousel,
  .flickity-page-dots,
  .location__details,
  .video-container,
  .mealCalculator,
  .mealType,
  .displayDate:not(.location__filter),
  .location__filters,
  .menu__category button,
  .location__feedback,
  .location__contacts,
  .location__map,
  .printBtn,
  hr,
  footer {
    display: none !important; }
  .content-wrapper {
    margin-top: 0px !important; }
    .content-wrapper .location__menuSelect {
      margin-top: 0px !important; }
      .content-wrapper .location__menuSelect.tabList .tab.displayDate.cs-select .menuDateSvg {
        position: static !important;
        transform: translateY(20%) !important;
        right: 0em !important; }
      .content-wrapper .location__menuSelect.tabList .tab {
        width: 100% !important;
        text-align: center !important; }
        .content-wrapper .location__menuSelect.tabList .tab .weekly {
          width: 100% !important; }
      .content-wrapper .location__menuSelect .js-active .menubtn {
        text-decoration: none !important;
        text-transform: uppercase;
        white-space: nowrap; }
      .content-wrapper .location__menuSelect svg:not(.menuDateSvg) {
        display: none; }
    .content-wrapper .location__filter {
      border-width: 0px !important; }
    .content-wrapper .dateSelect:not(.js-active) {
      display: none !important; }
    .content-wrapper .menu__day {
      border: none !important;
      width: 17% !important; }
    .content-wrapper .item__name {
      font-size: 10px !important; }
    .content-wrapper .item__info {
      font-size: 9px !important; }
    .content-wrapper .categoryName {
      font-size: 12px !important;
      padding: 0.33em 0.5em; }
    .content-wrapper .stationName {
      font-size: 14px !important; }
    .content-wrapper .dayName {
      font-size: 20px !important; }
    .content-wrapper .menu__details {
      padding: 0px !important; }
    .content-wrapper .selectedFilters {
      padding-bottom: 0px !important; }
      .content-wrapper .selectedFilters .btn {
        padding: 0px 0px 0px 0px !important; }
        .content-wrapper .selectedFilters .btn .delete {
          display: none !important; }
    .content-wrapper .selectedFilters:before {
      content: 'Applied filters: ';
      font-size: 12px; }
    .content-wrapper .menu.weekly .menu__items .menu__item {
      margin-bottom: 0.5em;
      line-height: 1em; }
    .content-wrapper .location__advice {
      font-size: 14px;
      margin: 1em auto 0; }
  .minimized .item__name {
    font-size: 8px !important; }
  .minimized .item__info {
    font-size: 7px !important; }
  .minimized .categoryName {
    font-size: 10px !important;
    padding: 0.2em 0.2em; }
  .minimized .stationName {
    font-size: 12px !important; }
  .minimized .location__advice {
    font-size: 12px;
    margin: 0.5em auto 0; }
  .minimized .dayName {
    font-size: 18px !important; }
  .minimized .banner .page-title {
    font-size: 18px;
    line-height: 18px; }
  .banner {
    padding: 0px !important;
    display: none; }
    .banner .page-title {
      font-size: 20px;
      line-height: 20px; } }

/*.printBtn {
	display: block;
	float: right;
	margin-top: 10px;
}*/
.opened-locations .cs-select .date-wrapper {
  min-width: 180px;
  width: 100%; }
  .opened-locations .cs-select .date-wrapper .input-wrapper, .opened-locations .cs-select .date-wrapper input {
    height: 0px;
    width: 0px;
    padding: 0px; }
    .opened-locations .cs-select .date-wrapper .input-wrapper .validation-wrapper, .opened-locations .cs-select .date-wrapper input .validation-wrapper {
      display: none; }

.opened-locations .cs-select .time-wrapper {
  min-width: 150px;
  width: 100%; }
  .opened-locations .cs-select .time-wrapper .input-wrapper {
    display: none; }

.opened-locations .tabList .tab.cs-select .time, .opened-locations .tabList .tab.cs-select .date {
  color: black;
  padding: 0; }

.opened-locations .tabList .tab.cs-select .calendar {
  position: inherit;
  right: 0;
  top: 0;
  transform: unset; }

.opened-locations .search-results {
  clear: both;
  padding-top: 1em; }
  @media (max-width: 768px) {
    .opened-locations .search-results {
      padding-left: 20px; } }
  .opened-locations .search-results li {
    list-style: none; }
  .opened-locations .search-results .location-name, .opened-locations .search-results .actual-hours, .opened-locations .search-results .store-name {
    display: inline-block;
    width: 98%; }
  @media (min-width: 768px) {
    .opened-locations .search-results .location-name, .opened-locations .search-results .actual-hours, .opened-locations .search-results .store-name {
      width: 49%; } }
  .opened-locations .search-results .actual-hours .open-hours + .closed-hours {
    display: none; }
  .opened-locations .search-results .actual-hours .closed-hours:not(:first-child) {
    display: none; }
  .opened-locations .search-results .actual-hours .open-hours:not(:first-child) {
    display: none; }
  .opened-locations .search-results .prefix, .opened-locations .search-results .meal-period {
    margin-right: 1em; }
  .opened-locations .search-results .stores {
    padding-left: 2em; }
    .opened-locations .search-results .stores li:not(:first-child) {
      padding-bottom: 1em; }
  .opened-locations .search-results .nearest-hops {
    font-weight: 600; }

.picker-fixed > .picker-dialog {
  position: relative !important;
  margin: 0 auto !important;
  max-width: 600px !important;
  top: 50% !important;
  transform: translateY(-50%) !important; }
  .picker-fixed > .picker-dialog :focus {
    opacity: 1;
    outline-style: dotted;
    outline-color: black;
    outline-width: 1px;
    outline-offset: 2px; }
  .picker-fixed > .picker-dialog .picker-cell:focus {
    border: 1px dotted; }
