:root {
  --mmfl-body-gray: #505050; }
  @media (max-width: 768px) {
    :root {
      --mmfl-body-gray: #333; } }

.mmfl-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

@media (max-width: 768px) {
  .mmfl-mobile-hide {
    display: none; } }

.mmfl-is-orange {
  color: #fe5000; }

.mmfl-sched-change {
  display: inline-block;
  padding: 0 6px;
  margin-left: 12px;
  background: #fe5000;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: white; }

.mmfl-linethru {
  text-decoration: line-through;
  text-decoration-thickness: 2px; }

.mmfl-mb-10 {
  margin-bottom: 10px; }

.mmfl-mt-10 {
  margin-bottom: 10px; }

.mmfl-pb-10 {
  margin-bottom: 10px; }

.mmfl-pt-10 {
  margin-bottom: 10px; }

.mmfl-mb-15 {
  margin-bottom: 15px; }

.mmfl-mt-15 {
  margin-bottom: 15px; }

.mmfl-pb-15 {
  margin-bottom: 15px; }

.mmfl-pt-15 {
  margin-bottom: 15px; }

.mmfl-mb-20 {
  margin-bottom: 20px; }

.mmfl-mt-20 {
  margin-bottom: 20px; }

.mmfl-pb-20 {
  margin-bottom: 20px; }

.mmfl-pt-20 {
  margin-bottom: 20px; }

.mmfl-mb-25 {
  margin-bottom: 25px; }

.mmfl-mt-25 {
  margin-bottom: 25px; }

.mmfl-pb-25 {
  margin-bottom: 25px; }

.mmfl-pt-25 {
  margin-bottom: 25px; }

.mmfl-mb-30 {
  margin-bottom: 30px; }

.mmfl-mt-30 {
  margin-bottom: 30px; }

.mmfl-pb-30 {
  margin-bottom: 30px; }

.mmfl-pt-30 {
  margin-bottom: 30px; }

.mmfl-mb-35 {
  margin-bottom: 35px; }

.mmfl-mt-35 {
  margin-bottom: 35px; }

.mmfl-pb-35 {
  margin-bottom: 35px; }

.mmfl-pt-35 {
  margin-bottom: 35px; }

.mmfl-mb-40 {
  margin-bottom: 40px; }

.mmfl-mt-40 {
  margin-bottom: 40px; }

.mmfl-pb-40 {
  margin-bottom: 40px; }

.mmfl-pt-40 {
  margin-bottom: 40px; }

.mmfl-mb-45 {
  margin-bottom: 45px; }

.mmfl-mt-45 {
  margin-bottom: 45px; }

.mmfl-pb-45 {
  margin-bottom: 45px; }

.mmfl-pt-45 {
  margin-bottom: 45px; }

.mmfl-mb-50 {
  margin-bottom: 50px; }

.mmfl-mt-50 {
  margin-bottom: 50px; }

.mmfl-pb-50 {
  margin-bottom: 50px; }

.mmfl-pt-50 {
  margin-bottom: 50px; }

@media (max-width: 768px) {
  html.mmfl-intro-in-view,
  body.mmfl-intro-in-view {
    overflow: hidden; } }

@keyframes mmfl-slide-down {
  0% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }
@keyframes mmfl-slide-up {
  0% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }
@keyframes mmfl-animate-opacity {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
.mmfl-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  @media (min-width: 769px) {
    .mmfl-container--loading {
      min-height: 700px; } }
  @media (max-width: 768px) {
    .mmfl-container {
      color: #333;
      min-height: calc(100vh - 63px); } }

.mmfl-intro {
  box-sizing: border-box;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }
  @media (min-width: 769px) {
    .mmfl-intro {
      display: none; } }
  .mmfl-intro__root {
    display: flex;
    width: calc(100% - 40px);
    margin: 20px;
    box-sizing: border-box;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff; }
    .mmfl-intro__root table.tablepress {
      color: #747474; }
    @media (min-width: 769px) {
      .mmfl-intro__root {
        text-align: center; } }
    @media (max-width: 768px) {
      .mmfl-intro__root {
        max-height: calc(100vh - (63px + 40px));
        padding-bottom: 25px;
        overflow: auto; } }
  .mmfl-intro__toggle {
    text-align: center; }
  .mmfl-intro__body {
    max-width: 540px;
    margin: 0 auto;
    padding: 20px; }
    .mmfl-intro__body-inner {
      padding-bottom: 20px; }
    .mmfl-intro__body a {
      color: #fe5000; }
    .mmfl-intro__body .tablepress tr,
    .mmfl-intro__body .tablepress td {
      color: #fff !important; }
  .mmfl-intro__close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px; }
  .mmfl-intro iframe {
    max-width: 100%; }
  .mmfl-intro h2 {
    margin: 0 0 0.5em 0;
    font-family: mr-eaves-xl-sans, sans-serif !important;
    font-size: 30px;
    font-weight: 800;
    color: #fff; }
  .mmfl-intro p {
    margin-bottom: 1.4em;
    line-height: 1.4; }

.mmfl-root {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  font-family: mr-eaves-xl-sans, sans-serif;
  align-items: flex-start; }
  .mmfl-root h2 {
    margin: 0;
    color: #00873e;
    font-family: mr-eaves-xl-sans, sans-serif !important;
    font-size: 20px !important;
    font-weight: 900; }
  .mmfl-root h3 {
    margin: 0 0 0.5rem 0;
    font-family: mr-eaves-xl-sans, sans-serif !important;
    font-size: 15px !important;
    font-weight: 800;
    color: #000; }
    .mmfl-root h3.mmfl-subdued {
      font-size: 14px !important;
      letter-spacing: 0.05em;
      color: var(--mmfl-body-gray); }
  .mmfl-root p {
    margin-bottom: 1.4em; }
  .mmfl-root select {
    color: var(--mmfl-body-gray); }
  .mmfl-root button {
    font-family: mr-eaves-xl-sans, sans-serif !important; }
  .mmfl-root__filters {
    min-width: 320px;
    width: 100%;
    overflow-x: hidden; }
    @media (min-width: 769px) {
      .mmfl-root__filters {
        max-width: 340px; } }
    @media (max-width: 768px) {
      .mmfl-root__filters {
        margin: 0 auto;
        border: none; } }
  .mmfl-root__detail, .mmfl-root__results {
    flex-grow: 1;
    min-height: 100%;
    border: 1px solid #eaeaea; }
    @media (min-width: 769px) {
      .mmfl-root__detail, .mmfl-root__results {
        margin-left: 15px; } }
  .mmfl-root__results {
    --js-mmfl-fixed-top: 63px;
    --js-mmfl-fixed-height: 90px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      .mmfl-root__results {
        padding-top: var(--js-mmfl-fixed-height); } }
  @media (max-width: 768px) {
    .mmfl-root__results-masthead {
      position: fixed;
      z-index: 1;
      width: 100%;
      top: var(--js-mmfl-fixed-top); } }
  .mmfl-root__results-container {
    flex-grow: 1; }

.mmfl-filters {
  position: relative;
  display: flex;
  flex-wrap: nowrap; }
  @media (min-width: 769px) {
    .mmfl-filters {
      max-width: 340px; } }
  .mmfl-filters__panel {
    transition: transform 0.5s ease;
    min-width: 100%;
    box-sizing: border-box; }

.mmfl-universal-search {
  position: relative; }
  .mmfl-universal-search input {
    border: 1px solid #505050;
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
    padding: 9px;
    height: 39px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 8px;
    color: #505050;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: 0.03em !important; }
    .mmfl-universal-search input::-webkit-input-placeholder {
      opacity: 1;
      letter-spacing: 0.03em !important;
      color: #505050;
      font-weight: 400 !important;
      font-size: 16px !important; }
    .mmfl-universal-search input:-moz-placeholder {
      opacity: 1;
      letter-spacing: 0.03em !important;
      color: #505050;
      font-weight: 400 !important;
      font-size: 16px !important; }
    .mmfl-universal-search input::-moz-placeholder {
      opacity: 1;
      letter-spacing: 0.03em !important;
      color: #505050;
      font-weight: 400 !important;
      font-size: 16px !important; }
    .mmfl-universal-search input:-ms-input-placeholder {
      opacity: 1;
      letter-spacing: 0.03em !important;
      color: #505050;
      font-weight: 400 !important;
      font-size: 16px !important; }
  .mmfl-universal-search button {
    appearance: none;
    border: none;
    border-radius: none;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: block;
    width: 100%;
    padding: 5px;
    background: #fff;
    transition: background-color 0.5s ease;
    text-align: left;
    font-family: inherit;
    font-size: 0.9rem; }
    .mmfl-universal-search button.is-value-error {
      color: #fff;
      background-color: #ED553B; }
    .mmfl-universal-search button.mmfl-submit-search {
      background: #00873e url(../images/food-locator/icon-arrow-right-white.svg) 6px/20px no-repeat;
      padding: 0;
      width: 39px;
      height: 39px; }
      .mmfl-universal-search button.mmfl-submit-search:hover, .mmfl-universal-search button.mmfl-submit-search:active, .mmfl-universal-search button.mmfl-submit-search:focus {
        background-color: #fe5000; }
    .mmfl-universal-search button.mmfl-clear-search {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 10px;
      right: 39px;
      background: transparent url(../images/food-locator/icon-close-x.svg) 3px/10px no-repeat;
      opacity: 0;
      transition: opacity 0.5s ease; }
      .mmfl-universal-search button.mmfl-clear-search.is-active {
        opacity: 1; }
      .mmfl-universal-search button.mmfl-clear-search:hover, .mmfl-universal-search button.mmfl-clear-search:focus {
        background-color: transparent;
        opacity: 0.5; }
    .mmfl-universal-search button.mmfl-use-my-location {
      padding: 3px 0 3px 26px;
      background: transparent url(../images/food-locator/icon-my-location.svg) 0 4px/20px no-repeat;
      color: #fe5000;
      font-size: 18px;
      font-weight: 600; }
      .mmfl-universal-search button.mmfl-use-my-location:hover, .mmfl-universal-search button.mmfl-use-my-location:focus {
        background-color: transparent; }
    .mmfl-universal-search button:hover, .mmfl-universal-search button:focus {
      background-color: #ccc; }
  .mmfl-universal-search ul {
    list-style: none;
    position: absolute;
    top: 39px;
    width: 100%;
    margin: 0;
    padding: 0; }
  .mmfl-universal-search li {
    position: relative;
    margin-bottom: 0 !important;
    border: 1px solid #ccc;
    border-top: none; }
  .mmfl-universal-search__input-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative; }
    .mmfl-universal-search__input-wrapper button {
      width: 50px; }

.mmfl-results {
  overflow-x: hidden;
  position: relative; }
  .mmfl-results__panels {
    display: flex;
    flex-wrap: nowrap;
    min-height: 100%;
    height: 100%; }
  .mmfl-results__panel {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
    opacity: 0; }
  .mmfl-results__no-results {
    padding: 5px; }

.mmfl-no-results {
  padding: 20px; }

.mmfl-results-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.mmfl-results-list li {
  margin: 0 !important;
  padding: 20px 60px 20px 25px;
  background: transparent url(../images/food-locator/227601_right_arrow_icon.svg) right 15px center/22px no-repeat;
  cursor: pointer; }
  .mmfl-results-list li:nth-child(even) {
    background-color: #eaeaea; }
  .mmfl-results-list li:hover {
    background-color: rgba(0, 135, 62, 0.2); }
.mmfl-results-list .mmfl-block:not(:last-child) {
  margin-bottom: 10px; }
.mmfl-results-list__tag {
  margin-top: 0.2rem; }

[data-view-mode="list"] .mmfl-list {
  opacity: 1; }

[data-view-mode="map"] .mmfl-map {
  opacity: 1; }

.infoBox {
  overflow: hidden !important;
  border: 5px solid transparent;
  min-width: 140px; }
  .infoBox > img {
    position: absolute !important;
    z-index: 5;
    top: 24px;
    right: 6px;
    width: 18px;
    height: 18px; }

.mmfl-info-box {
  position: relative;
  padding-top: 18px;
  --gray: #9d9d9d; }
  .mmfl-info-box .mmfl-tag {
    margin: 0 5px 5px 0; }
  .mmfl-info-box-details {
    padding-right: 18px;
    background: transparent url(../images/food-locator/icon-arrow-right-green.svg) 100% 4px/14px no-repeat; }
  .mmfl-info-box__root {
    position: relative;
    padding: 16px;
    border: 1px solid var(--gray);
    background-color: #fff;
    font-size: 16px;
    cursor: pointer; }
    .mmfl-info-box__root h2 {
      margin-bottom: 0.5em;
      line-height: 1.1 !important;
      font-size: 16px !important;
      color: #000; }
      .mmfl-info-box__root h2.is-no-margin {
        margin: 0; }
    .mmfl-info-box__root::after, .mmfl-info-box__root::before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .mmfl-info-box__root::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 11px;
      margin-left: -11px; }
    .mmfl-info-box__root::before {
      border-color: rgba(204, 204, 204, 0);
      border-bottom-color: var(--gray);
      border-width: 12px;
      margin-left: -12px; }
    .mmfl-info-box__root button {
      color: #00873e;
      text-transform: uppercase;
      font-size: 14px; }

[data-view-mode="details"] .mmfl-details {
  opacity: 1; }

.mmfl-pagination {
  display: flex;
  justify-content: space-between;
  padding: 8px 15px; }
  .mmfl-pagination--border-bottom {
    border-bottom: 1px solid #eaeaea; }
  .mmfl-pagination--border-top {
    border-top: 1px solid #eaeaea; }
  .mmfl-pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
  .mmfl-pagination li {
    margin: 0 0.3rem 0 !important;
    line-height: 1 !important; }
    .mmfl-pagination li button {
      width: 24px;
      height: 24px;
      padding: 0 3px;
      line-height: 1; }
      .mmfl-pagination li button:hover, .mmfl-pagination li button.mmfl-active {
        display: block;
        color: #fff;
        background-color: #00873e;
        border-radius: 100%;
        font-weight: bold; }
  .mmfl-pagination button {
    appearance: none;
    border: none;
    border-radius: none;
    background-color: transparent;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #00873e;
    cursor: pointer; }
  .mmfl-pagination__prev {
    width: 22px;
    height: 18px;
    background: transparent url(../images/food-locator/icon-arrow-left-green.svg) center/22px no-repeat; }
  .mmfl-pagination__next {
    width: 22px;
    height: 18px;
    background: transparent url(../images/food-locator/icon-arrow-right-green.svg) center/22px no-repeat; }
  .mmfl-pagination__arrow {
    display: flex;
    align-items: center;
    min-width: 26px; }
    .mmfl-pagination__arrow button {
      line-height: 1 !important;
      font-size: 26px;
      font-weight: 800; }

.mmfl-button {
  appearance: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  display: inline-block;
  padding: 14px 30px !important;
  border-radius: 0;
  line-height: 16px;
  font-size: 20px;
  font-weight: 700 !important;
  text-transform: capitalize;
  color: #fff !important;
  background-color: #fe5000;
  border: 2px solid #fe5000;
  transition: background-color 0.2s ease, color 0.2s ease, padding-right 0.2s ease; }
  .mmfl-button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-22px, 50%);
    background: transparent url(../images/food-locator/227601_right_arrow_icon.svg) center/22px no-repeat;
    width: 26px;
    height: 22px;
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease; }
  .mmfl-button:hover {
    background-color: transparent;
    color: #fe5000 !important;
    padding-right: 40px !important; }
    .mmfl-button:hover::after {
      transform: translate(-10px, 50%);
      opacity: 1; }
  .mmfl-button--small {
    font-size: 14px;
    padding: 7px 15px !important;
    border: none !important; }
    .mmfl-button--small::after {
      padding-right: 15px !important;
      display: none; }
    .mmfl-button--small:hover {
      opacity: 0.5; }
  .mmfl-button--link {
    font-size: 14px;
    padding: 0 !important;
    border-radius: 0 !important;
    background-color: transparent;
    color: #00873e !important;
    border: none !important; }
    .mmfl-button--link::after {
      padding-right: 0 !important;
      display: none; }
    .mmfl-button--link:hover {
      padding-right: 0 !important;
      opacity: 0.5; }
    .mmfl-button--link.mmfl-active {
      font-weight: 900 !important; }

.mmfl-reversing-button {
  appearance: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  display: inline-block;
  padding: 14px 30px !important;
  border-radius: 0;
  line-height: 16px;
  font-size: 20px;
  font-weight: 700 !important;
  text-transform: capitalize;
  color: #fff !important;
  background-color: #fe5000;
  border: 2px solid #fe5000;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
  .mmfl-reversing-button:hover {
    background-color: #fff;
    color: #fe5000 !important; }

.mmfl-arrow-button {
  appearance: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  display: inline-block;
  padding: 14px 30px !important;
  border-radius: 0;
  line-height: 16px;
  font-size: 20px;
  font-weight: 700 !important;
  text-transform: capitalize;
  color: #fff !important;
  background-color: #fe5000;
  border: 2px solid #fe5000;
  transition: background-color 0.2s ease, color 0.2s ease, padding-right 0.2s ease; }
  .mmfl-arrow-button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-22px, 50%);
    background: transparent url(../images/food-locator/227601_right_arrow_icon-white.svg) center/22px no-repeat;
    width: 26px;
    height: 22px;
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease; }
  .mmfl-arrow-button:hover {
    padding-right: 40px !important; }
    .mmfl-arrow-button:hover::after {
      opacity: 1;
      transform: translate(-10px, 50%); }

.mmfl-hover-line-button {
  appearance: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  display: inline-block;
  padding: 0 !important;
  border: none !important;
  line-height: 16px;
  font-size: 20px;
  font-weight: 700 !important;
  text-transform: capitalize;
  background-color: transparent;
  color: #00873e !important; }
  .mmfl-hover-line-button.mmfl-is-orange {
    color: #fe5000 !important; }
    .mmfl-hover-line-button.mmfl-is-orange:after {
      background-color: #fe5000; }
  .mmfl-hover-line-button::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #00873e;
    transition: width 0.2s ease-in-out; }
  .mmfl-hover-line-button:hover::after {
    width: 100%; }
  .mmfl-hover-line-button.mmfl-active {
    font-weight: 900 !important; }

.mmfl-close {
  width: 20px;
  height: 20px;
  background: transparent url(../images/food-locator/icon-close-x.svg) center/14px no-repeat; }
  .mmfl-close--thin {
    background-image: url(../images/food-locator/icon-close-x-thin-white.svg); }
  .mmfl-close--white {
    background-image: url(../images/food-locator/icon-close-x-white.svg); }

.mmfl-expand-collapse {
  appearance: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  width: 15px;
  height: 20px;
  background: transparent url(../images/food-locator/icon-arrow-down-green.svg) center/15px 20px no-repeat; }
  .mmfl-expand-collapse.is-expanded {
    background-image: url(../images/food-locator/icon-arrow-up-green.svg); }

.mmfl-dir-arrow {
  width: 20px;
  height: 16px;
  background-color: transparent;
  background-position: center;
  background-size: 20px 16px;
  background-repeat: no-repeat; }
  .mmfl-dir-arrow--left {
    background-image: url(../images/food-locator/icon-arrow-left-white.svg); }
  .mmfl-dir-arrow--right {
    background-image: url(../images/food-locator/icon-arrow-right-white.svg); }

.mmfl-radio {
  display: flex;
  align-items: center; }
  .mmfl-radio:not(:last-child) {
    margin-bottom: 0.5em; }
  .mmfl-radio label {
    font-weight: normal;
    margin-left: 10px; }

.mmfl-checkbox {
  display: flex;
  align-items: center; }
  .mmfl-checkbox.mmfl-is-sep {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.3em !important;
    padding-bottom: 0.2em !important; }
  .mmfl-checkbox:not(:last-child) {
    margin-bottom: 0.2em; }
  .mmfl-checkbox label {
    font-weight: normal;
    margin-left: 10px;
    text-transform: capitalize; }

.mmfl-panel-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 50px;
  background-color: #00873e;
  color: #fff; }
  .mmfl-panel-header h2 {
    flex-grow: 1;
    padding: 6px 25px 4px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    line-height: 0.95 !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #fff; }
  .mmfl-panel-header button {
    width: 100%;
    height: 100%; }
  .mmfl-panel-header__cancel {
    width: 50px;
    min-height: 100%;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .mmfl-panel-header__tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
    border-left: 1px solid #fff;
    background-color: #94c445; }
    @media (min-width: 769px) {
      .mmfl-panel-header__tools {
        display: none; } }
    .mmfl-panel-header__tools button {
      display: block;
      width: 36px;
      height: 36px;
      background-position: center center;
      color: #00873e;
      font-size: 18px;
      text-transform: uppercase; }
  .mmfl-panel-header__close {
    width: 36px;
    height: 36px;
    margin-right: 5px; }

.mmfl-filters-scroller {
  border: 1px solid #eaeaea;
  animation: mmfl-animate-opacity 0.6s forwards; }
  @media (max-width: 768px) {
    .mmfl-filters-scroller {
      max-height: calc(100vh - 140px);
      overflow: auto; }
      .--no-results .mmfl-filters-scroller {
        padding-bottom: 100px; } }

.mmfl-filter-portals-wrapper {
  border: 1px solid #eaeaea; }

.mmfl-filter-portals {
  display: flex;
  flex-direction: column; }

.mmfl-filter-portal {
  padding: 20px;
  text-align: center; }
  .mmfl-filter-portal__body {
    max-width: 300px;
    margin: 0 auto; }
  .mmfl-filter-portal h3 {
    margin: 0 auto 0.25rem auto;
    line-height: 1.2 !important;
    font-family: mr-eaves-xl-sans, sans-serif !important;
    font-size: 22px !important;
    font-weight: 700;
    color: #00873e; }
    .mmfl-filter-portal h3.mmfl-small {
      font-size: 17px !important;
      margin-bottom: 1em; }
  .mmfl-filter-portal p {
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: 1rem; }
  .mmfl-filter-portal:nth-child(even) {
    background-color: #eaeaea; }

.mmfl-filters-submit {
  position: fixed;
  bottom: 0;
  width: 100%; }
  @media (min-width: 769px) {
    .mmfl-filters-submit {
      display: none; } }
  @media (max-width: 768px) {
    .is-filtering .mmfl-filters-submit {
      display: block; } }
  .mmfl-filters-submit button {
    appearance: none;
    border: none;
    border-radius: none;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: block;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px !important;
    font-weight: 900 !important;
    background-color: #fe5000;
    color: #fff; }

.mmfl-filter-container {
  padding: 18px 15px; }
  .mmfl-filter-container h2 {
    margin-bottom: 0.75rem; }
  .mmfl-filter-container h3 {
    color: var(--mmfl-body-gray); }
  .mmfl-filter-container p:last-child {
    margin-bottom: 0; }
  .mmfl-filter-container .mmfl-button--link {
    font-size: 18px; }
  @media (max-width: 768px) {
    .mmfl-filter-container {
      padding: 20px 25px; } }
  .mmfl-filter-container.bg-dark {
    background-color: #eaeaea; }

.mmfl-filter-travel-distance {
  margin: 0.75rem 0 0;
  display: flex;
  align-items: center; }
  .mmfl-filter-travel-distance h3 {
    margin-bottom: 0 !important; }
  .mmfl-filter-travel-distance select {
    padding: 5px;
    margin-left: 10px;
    border: 1px solid #505050;
    background-color: #fff;
    color: var(--mmfl-body-gray); }

.mmfl-filter-day-time h2 {
  margin-bottom: 0; }
.mmfl-filter-day-time h3 {
  color: var(--mmfl-body-gray); }
.mmfl-filter-day-time .mmfl-expand-collapse {
  width: auto;
  height: auto;
  padding: 0 32px 2px 0;
  background-position: 100% 0; }
.mmfl-filter-day-time__root {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
.mmfl-filter-day-time__column {
  flex-basis: 45%; }
.mmfl-filter-day-time__group:not(:last-child) {
  margin-bottom: 1rem; }

.mmfl-filters-no-results {
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0.9;
  background-color: #ED553B;
  padding: 20px 15px;
  color: #fff; }
  .mmfl-results .mmfl-filters-no-results {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    z-index: 2; }
    @media (min-width: 769px) {
      .mmfl-results .mmfl-filters-no-results {
        display: block; } }
  @media (max-width: 768px) {
    .mmfl-results[data-view-mode='list'] .mmfl-filters-no-results, .mmfl-results[data-view-mode='map'] .mmfl-filters-no-results {
      display: none; } }
  .mmfl-results[data-view-mode='list'] .mmfl-filters-no-results {
    position: static; }
  .mmfl-filters-no-results h2 {
    color: #fff; }
  .mmfl-filters-no-results p:last-child {
    margin-bottom: 0 !important; }
  .mmfl-filters-no-results a {
    color: #fff;
    text-decoration: underline; }
  .mmfl-filters-no-results .mmfl-button--link {
    color: #fff !important;
    text-decoration: underline;
    font-size: 18px;
    text-transform: none !important; }
    .mmfl-filters-no-results .mmfl-button--link:hover {
      color: #fff !important; }
  @media (min-width: 769px) {
    .mmfl-filters-no-results {
      display: none; } }

.mmfl-filter-prompt {
  margin: 0 0 1.2rem 0 !important;
  text-transform: uppercase;
  font-family: mr-eaves-xl-sans, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--mmfl-body-gray); }

.mmfl-detail__meta {
  position: relative;
  padding: 15px 25px;
  font-size: 17px;
  color: var(--mmfl-body-gray); }
  .mmfl-detail__meta h2 {
    margin: 0 0 0.2rem 0;
    padding-right: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 26px !important;
    font-weight: 800;
    color: var(--mmfl-body-gray); }
  .mmfl-detail__meta button {
    appearance: none;
    border: none;
    border-radius: none;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    width: 20px;
    height: 20px;
    background: transparent url(../images/food-locator/icon-close-x.svg) center/14px no-repeat; }
.mmfl-detail__close {
  position: absolute;
  top: 10px;
  right: 15px; }
.mmfl-detail__actions {
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px 2px; }
  .mmfl-detail__actions > * {
    margin-bottom: 0.75rem; }
  .mmfl-detail__actions.is-filled {
    padding-bottom: 20px;
    background-color: #eaeaea; }
  .mmfl-detail__actions button,
  .mmfl-detail__actions a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 18px;
    font-weight: 600;
    color: #fe5000;
    line-height: 1.3 !important; }
    .mmfl-detail__actions button:not(:last-child),
    .mmfl-detail__actions a:not(:last-child) {
      margin-right: 15px; }
  .mmfl-detail__actions .mmfl-share {
    margin-left: auto; }
    @media (max-width: 540px) {
      .mmfl-detail__actions .mmfl-share {
        width: 100%; } }
.mmfl-detail__schedules {
  padding: 15px 25px;
  background-color: #eaeaea; }
  .mmfl-detail__schedules h2 {
    margin-bottom: 0.5em;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: 800;
    color: #00873e; }
  .mmfl-detail__schedules h3 {
    letter-spacing: 0.02em;
    font-size: 16px;
    font-weight: 800; }
.mmfl-detail__map {
  position: relative; }
.mmfl-detail .mmfl-linethru .mmfl-sched-change {
  text-decoration: none; }

.mmfl-schedule {
  padding: 15px 15px 3px;
  margin-bottom: 25px;
  background-color: #fff;
  color: var(--mmfl-body-gray); }
  .mmfl-schedule__meta {
    margin-bottom: 0.5rem; }
  .mmfl-schedule__block {
    margin-bottom: 1rem; }
  .mmfl-schedule__block-sbm {
    margin-bottom: 0.65rem; }
  .mmfl-schedule__block-access {
    display: flex;
    gap: 0.5rem;
    margin: 0.3rem 0 1rem;
    align-items: flex-end;
    line-height: 0.8 !important; }
    .mmfl-schedule__block-access svg {
      display: block;
      height: 1rem; }
  .mmfl-schedule__events {
    margin-bottom: 1rem; }
    .mmfl-schedule__events ul {
      line-height: 1.2; }
    .mmfl-schedule__events li {
      margin-bottom: 0.8rem;
      padding-left: 10px;
      position: relative; }
      .mmfl-schedule__events li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        bottom: 3px;
        width: 4px;
        background-color: #00873e; }
  .mmfl-schedule__extra-events ul {
    transition: transform 0.5s ease;
    animation: mmfl-slide-up 0.5s forwards; }
  .mmfl-schedule__details:not(:last-child) {
    margin-bottom: 0.5rem; }
  .mmfl-schedule h3 {
    margin: 0 0 0.2rem 0;
    letter-spacing: 0.02em;
    font-size: 16px;
    font-weight: 800;
    color: var(--mmfl-body-gray); }
  .mmfl-schedule h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em; }
  .mmfl-schedule p {
    margin-bottom: 0; }

.mmfl-app-status {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .mmfl-app-status h2 {
    color: #00873e;
    font-weight: 700;
    line-height: 1.3 !important;
    font-size: 28px; }

.mmfl-control-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #94c445; }
  .mmfl-control-bar__search {
    width: 60px;
    min-width: 60px;
    border-right: 1px solid #fff;
    background-color: #00873e; }
    .mmfl-control-bar__search::after {
      content: '';
      display: block;
      height: 1px;
      transform: translateY(1px);
      background-color: #00873e; }
    .mmfl-control-bar__search button {
      width: 60px;
      height: 50px; }
    @media (min-width: 769px) {
      .mmfl-control-bar__search {
        display: none; } }
  .mmfl-control-bar__result-count {
    flex-grow: 1;
    padding-left: 15px;
    color: #fff;
    font-weight: 600;
    transform: translateY(1px); }
    @media (max-width: 820px) and (min-width: 768px) {
      .mmfl-control-bar__result-count span {
        display: none; } }
    @media (max-width: 600px) {
      .mmfl-control-bar__result-count span {
        display: none; } }
  .mmfl-control-bar__modes {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px; }
    .mmfl-control-bar__modes button {
      display: block;
      width: 50px;
      height: 50px;
      color: #00873e;
      font-size: 18px;
      text-transform: uppercase; }
      .mmfl-control-bar__modes button.is-active {
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 6px; }
    .mmfl-control-bar__modes .mmfl-help-icon {
      transform: translateX(1px); }
    @media (min-width: 769px) {
      .mmfl-control-bar__modes .mmfl-help-icon {
        display: none; } }
  .mmfl-control-bar__sort {
    background-color: #eaeaea;
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px; }
    .mmfl-control-bar__sort button {
      font-size: 18px;
      margin-left: 15px; }
  .mmfl-control-bar__you-searched-for {
    width: 100%;
    padding: 10px 12px 10px 16px;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    cursor: pointer;
    line-height: 1.2 !important;
    font-size: 0.9rem;
    color: #fff;
    background-color: #00873e; }
    @media (min-width: 769px) {
      .mmfl-control-bar__you-searched-for {
        display: none; } }

.mmfl-search-control {
  appearance: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: transparent url(../images/food-locator/icon-search.svg) center/24px no-repeat; }

.mmfl-help-icon {
  appearance: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: transparent url(../images/food-locator/icon-question-mark-green.svg) center/30px no-repeat; }
  .mmfl-help-icon--orange {
    background-image: url(../images/food-locator/icon-question-mark.svg); }

.mmfl-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 128px;
  height: 128px;
  margin: auto;
  background: transparent url(../images/food-locator/loading-spinner.svg) center/128px no-repeat; }

@media (max-width: 768px) {
  .mmfl-boxed-wrapper {
    padding-bottom: 0 !important; } }

.mmfl-video-container {
  position: relative; }
  .mmfl-video-container--positioned {
    width: 100%;
    padding-bottom: 56.25%; }
    .mmfl-video-container--positioned iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%; }
  .mmfl-video-container iframe {
    width: 100%;
    max-width: 100%;
    margin: auto; }

.mmfl-desktop-intro p {
  margin-bottom: 0.5em !important; }
.mmfl-desktop-intro .fusion-text a:hover {
  border-bottom-color: #fe5000; }

@media (max-width: 768px) {
  .mmfl-footer {
    display: none; } }

.mmfl-tag {
  display: inline-block;
  padding: 2px 8px;
  font-weight: 800;
  font-size: 14px;
  background-color: #00873e;
  color: #fff; }

@keyframes transitionIntoView {
  from {
    opacity: 0;
    transform: translateX(1rem);
    padding-left: 0; }
  to {
    opacity: 1;
    transform: translateX(0);
    padding-left: 0.5rem; } }
.mmfl-share {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.48rem; }
  .mmfl-share-list {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    animation-name: transitionIntoView;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transition: opacity 0.5s ease, transform 0.5s ease, padding-left 0.5s ease;
    background-color: #fff; }
  .mmfl-share li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1; }
    .mmfl-share li a {
      display: flex;
      align-items: center; }
  .mmfl-share button {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: #fe5000; }
  .mmfl-share svg {
    width: 1.2rem;
    height: 1.2rem; }
  .mmfl-share path {
    fill: #fe5000;
    transition: opacity 0.2s ease; }
    .mmfl-share path:hover {
      opacity: 0.8; }
  .mmfl-share .mmfl-toast {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(0);
    color: #fe5000;
    z-index: -1; }
    .mmfl-share .mmfl-toast.mmfl-visible {
      opacity: 1;
      transform: translateY(-25px); }

.cluster div {
  line-height: 56px !important; }

#mmfl-root {
  width: 100%; }

@media (max-width: 768px) {
  .fusion-fullwidth.mmfl-avada-host-container {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

body.page-template-food-locator #main,
body.page-template-food-locator-avada #main {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  body.page-template-food-locator #main > .fusion-row,
  body.page-template-food-locator-avada #main > .fusion-row {
    max-width: 100% !important; }

body.page-template-food-locator.fusion-body .fusion-builder-column-5,
body.page-template-food-locator-avada.fusion-body .fusion-builder-column-5 {
  margin-bottom: 0 !important; }

.mmfl-accordion-fullwidth {
  width: 100%; }

/*# sourceMappingURL=food-locator.css.map */
