:root {
  --city-green: #0e5a00;
  --dark-green: #003312;
  --light-grey: #cbcbcb;
  --dark-orange: #fa970a;
  --white-smoke: #f1f1f1;
  --dim-grey: #4d4d4d;
  --white: white;
  --firebrick: #aa0505;
  --black: black;
  --maroon: #7c0909;
  --grey: #8d8d8d;
  --goldenrod: #cf9f05;
  --grey-2: #777;
  --light-green: #179400;
  --gainsboro: #e6e6e6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--city-green);
  text-decoration: none;
}

li {
  padding-top: 10px;
}

.navbar {
  z-index: 999999999;
  background-color: #ffffffe3;
  background-image: linear-gradient(to bottom, var(--dark-green), var(--dark-green));
  object-fit: fill;
  border: 1px #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 82px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  float: none;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 22px;
  margin-bottom: 22px;
  display: flex;
  position: static;
}

.nav-link {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 23px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.nav-link:hover {
  color: var(--dark-orange);
}

.nav-link.w--current {
  color: var(--light-grey);
  transition: opacity .2s;
}

.nav-link.w--current:hover {
  color: var(--dark-orange);
}

.desktop-navbar {
  color: #0000;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 82px;
  display: flex;
}

.body {
  background-color: #0000001a;
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  text-align: left;
  height: 100%;
  font-family: Montserrat, sans-serif;
  transition: opacity .2s;
}

.google-rating {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  max-width: 980px;
  height: auto;
  margin: 10px auto 40px;
  padding-top: 0;
  display: block;
  position: static;
}

.rating-flex {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  display: flex;
  position: static;
}

.review {
  color: var(--dim-grey);
  text-align: center;
  width: 274px;
  margin-bottom: 0;
  padding: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.star {
  color: #ffcc01;
  text-align: center;
  cursor: default;
  width: 45px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 35px;
  transition: color .5s;
  display: inline-block;
}

.star:hover {
  color: #fea;
}

.star-rating {
  text-align: center;
  margin-top: 10px;
}

.homepage-slider {
  width: 100%;
  height: 100%;
}

.services {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  text-align: center;
  width: 100%;
  margin: 20px auto 59px;
  display: block;
}

.services-flex {
  border: 1px #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  max-width: 980px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about-city {
  color: #4d4d4d;
  text-align: center;
  background-image: linear-gradient(#0000, #0000);
  border: 1px #0000;
  border-radius: 0;
  height: 100%;
  padding: 25px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.shopping-shuttle {
  text-align: center;
  padding: 0 50px;
}

.header {
  color: var(--firebrick);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.description {
  color: var(--dim-grey);
  text-align: justify;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.button {
  background-color: var(--firebrick);
  opacity: 1;
  letter-spacing: 1px;
  text-transform: none;
  background-image: linear-gradient(#0e5a00, #0e5a00);
  border-radius: 6px;
  margin-top: 15px;
  padding: 14px 15px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  transition: background-color .6s, opacity .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--firebrick);
  color: var(--white);
  background-image: linear-gradient(#0e5a00, #0e5a00);
}

.about-homepage {
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-section-txt {
  background-image: linear-gradient(#ffffd6d6, #ffffd6d6);
  flex: 1;
  width: 550px;
  margin: 100px;
  padding: 48px;
}

.about-section-wrapper {
  background-image: none;
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1200px;
  max-width: 980px;
  display: flex;
}

.footer {
  text-align: center;
  background-image: linear-gradient(#ebebeb, #ebebeb);
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
  display: block;
}

.footer-flex {
  text-align: center;
  justify-content: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.footer-child {
  text-align: center;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 8px;
}

.image-3 {
  opacity: .5;
  border-radius: 0;
  flex: none;
  align-self: center;
  width: 125px;
  margin: 0;
  padding: 7px;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-links {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.landing-page-videos {
  clear: none;
  text-align: center;
  margin: 50px auto;
  display: block;
  position: static;
}

.video-block {
  flex: 1;
  max-width: 650px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.video-flex {
  background-image: linear-gradient(#020000, #020000);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.slideimg {
  width: 100%;
  height: 100.053%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-content {
  z-index: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 50%;
  max-height: 579.375vh;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sider-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-weight: 700;
  line-height: 52px;
}

.paragraph-2 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 34px;
}

.logo {
  max-width: 80%;
  height: auto;
  max-height: 80%;
  margin: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.slider-content-2 {
  color: #000;
  text-align: center;
  position: absolute;
  top: 197px;
  left: 0;
  right: 0;
}

.slider-header-white {
  clear: none;
  opacity: 1;
  filter: blur();
  color: #000000a8;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 58px;
  line-height: 70px;
}

.slider-text-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.header2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 27px;
  line-height: 31px;
}

.button-signup {
  background-image: linear-gradient(to bottom, var(--firebrick), var(--firebrick));
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  max-width: 250px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 7px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.button-signup.directions {
  max-width: 200px;
  font-size: 16px;
}

.button-signup.shopping-shuttle {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-signup.download {
  background-color: #b40000;
  background-image: linear-gradient(to bottom, var(--firebrick), var(--firebrick));
  border-radius: 4px;
  width: 350px;
  max-width: 230px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  line-height: 49px;
  text-decoration: none;
  transition: background-color .6s;
  display: block;
  overflow: visible;
  transform: translate(0);
}

.button-signup.download:hover {
  background-color: #b4000085;
  background-image: none;
}

.circular-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#0e5a00, #0e5a00);
  flex-direction: column;
  grid-template: ". ."
                 ". Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.circular-section {
  margin-top: 10px;
}

.circulars {
  background-color: #f1f1f175;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  inset: auto 0%;
}

.circular-img {
  width: 100%;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
  display: block;
  position: relative;
  inset: 0;
}

.arrow {
  background-image: linear-gradient(#000000b0, #000000b0);
  padding: 0;
}

.slide-nav {
  background-image: linear-gradient(#000000a6, #000000a6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sale {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -12px;
  padding-bottom: 0;
}

.column {
  letter-spacing: 1px;
  flex: 0 auto;
  display: block;
}

.button3 {
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  width: auto;
  max-width: 162px;
  margin-bottom: 0;
  margin-left: 170px;
  margin-right: 170px;
  transition: background-color .6s;
  display: block;
}

.button3:hover {
  background-color: #ffffff91;
}

.sale-date {
  text-transform: none;
  font-size: 19px;
  font-weight: 700;
}

.body-circular {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  max-height: 100%;
  font-family: Montserrat, sans-serif;
  display: block;
  overflow: visible;
}

.recipe-header {
  margin-top: 0;
}

.recipe-flex {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.directions-column {
  flex: 1;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
}

.recipe-section {
  margin-left: auto;
  margin-right: auto;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.recipe-column {
  text-align: center;
  background-image: linear-gradient(#0000001c, #0000001c);
  width: 500px;
  max-width: 100%;
  height: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px;
}

.prep {
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.prep-times {
  flex: none;
}

.prep-txt {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.paragraph-3 {
  font-weight: 300;
  line-height: 33px;
}

.location-section {
  margin-top: 10px;
  margin-bottom: 0;
}

.location-flex {
  justify-content: center;
  display: flex;
}

.location-column {
  text-align: center;
  padding: 10px;
}

.location-info {
  text-align: center;
  margin-top: 10px;
  font-weight: 300;
  display: block;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

.recipe-video {
  margin-top: 45px;
}

.div-block {
  background-image: linear-gradient(#000, #000);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 39px 39px;
  display: block;
}

.header3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 27px;
}

.image-5 {
  max-width: 100%;
}

.image-6 {
  clear: none;
  max-width: 100%;
}

.location-img {
  object-fit: cover;
  width: 250px;
}

.map-section {
  object-fit: contain;
  height: 100%;
}

.html-embed {
  text-align: center;
  object-fit: contain;
  flex-direction: row;
  justify-content: space-between;
  max-width: 980vw;
  height: 600px;
  max-height: 100%;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.link {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.pdf-download {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mask, .slide {
  height: 100%;
}

.slide-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  text-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.image-7 {
  width: 140vw;
  height: 429.094vh;
  max-height: 100%;
}

.container-2 {
  text-align: center;
}

.slide-2 {
  background-image: url('../images/slider_produce.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 940vw;
  height: 100%;
}

.slide-container {
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 940vw;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  margin-top: 82px;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0;
}

.landing-slider {
  text-align: left;
  object-fit: contain;
  border: 1px #0000;
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  transition: opacity .1s;
  display: inline-block;
  position: relative;
  inset: 0% 0% 0;
  overflow: visible;
}

.slide-image-1 {
  object-fit: fill;
  background-image: url('../images/slide-veggie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.slide-image-2 {
  background-image: url('../images/slider_produce.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1500px;
}

.slide-image-3 {
  background-image: none;
  background-position: 50%;
  background-size: 100%;
}

.slide-image-4 {
  background-image: url('../images/slider_butcher.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  position: absolute;
}

.footer-2 {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  text-align: center;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  max-height: 276px;
  margin-top: 10px;
  padding-top: 37px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.footer-flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  grid-template: ". . . . Area" 7fr
  / .75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-logo-link {
  object-fit: fill;
  flex: 0 auto;
  min-width: 50%;
  max-width: 7.70481vw;
  min-height: 50%;
  max-height: 31vh;
  display: block;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 134px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-right: 10px;
  overflow: visible;
}

.footer-heading {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--maroon);
  text-decoration: none;
}

.recipe-image {
  object-fit: cover;
  width: 720.25vw;
  height: 400px;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.container-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.valid-date {
  background-color: var(--dark-green);
  opacity: 1;
  text-align: center;
  object-fit: fill;
  align-items: flex-start;
  margin-top: 83px;
  padding-top: 10px;
  display: block;
  position: static;
  inset: -13px 0% auto;
}

.heading-2 {
  text-align: center;
  justify-content: center;
  margin: auto 88px;
  display: block;
  position: relative;
  inset: 0 0% auto;
}

.image-8 {
  background-color: var(--dark-green);
  background-image: linear-gradient(#00000080, #00000080);
  width: 647vw;
  min-width: 100%;
  max-width: 100vw;
}

.text-span {
  color: var(--dark-green);
}

.footer-address {
  color: var(--dim-grey);
  white-space: normal;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.text-block {
  color: var(--grey);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  display: block;
}

.social-media-footer {
  padding-top: 0;
}

.link-block {
  padding-left: 6px;
}

.text-block-2 {
  text-align: center;
  padding-top: 0;
  font-size: 14px;
  font-weight: 300;
}

.valid-text {
  color: var(--goldenrod);
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 50px;
  display: block;
  position: static;
}

.dateline {
  color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 27px;
  display: flex;
}

.valid-with-dateline {
  background-image: linear-gradient(to bottom, var(--dark-green), var(--dark-green));
  text-align: center;
  margin-top: 10px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.container-4 {
  z-index: auto;
  object-fit: fill;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  inset: auto;
  overflow: auto;
}

.container-5 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.image-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.mask-2 {
  object-fit: cover;
  height: 100%;
  min-height: auto;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.home-div-slider {
  object-fit: contain;
  height: 400px;
  max-height: 100%;
  margin-top: auto;
  transition: opacity .2s;
  position: relative;
  overflow: visible;
}

.home-div-slider.mobile {
  position: relative;
}

.slide-nav-landing {
  display: inline-block;
  position: absolute;
}

.slider-landing {
  object-fit: contain;
  height: 100%;
  max-height: 400vh;
}

.slide-1 {
  object-fit: fill;
  background-image: url('../images/slide-veggie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: auto;
}

.slide-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-slide-2 {
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.city-logo-icon {
  text-align: center;
  display: inline-block;
  position: relative;
}

.sign-up {
  color: var(--white-smoke);
  text-align: left;
  text-shadow: 1px 1px 12px #000;
  width: auto;
  padding-left: 20px;
  font-family: Merriweather, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
}

.sign-up.sign-up-mobile {
  text-align: left;
  width: 100vw;
  max-width: none;
}

.section {
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-2 {
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.columns {
  object-fit: fill;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.column-2 {
  text-align: right;
  padding-left: 0;
}

.text-description-center {
  color: var(--white-smoke);
  text-align: center;
  text-shadow: 2px 2px 6px #000;
  object-fit: contain;
  order: 0;
  align-self: center;
  min-width: 40px;
  max-width: 100%;
  padding-top: 5px;
  font-size: 16px;
  line-height: 16px;
  position: static;
  right: 0;
}

.container-6 {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.columns-2 {
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.column-3 {
  text-align: center;
  justify-content: flex-end;
  display: flex;
}

.column-4 {
  text-align: right;
  left: auto;
}

.column-landing {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 259px;
  display: flex;
}

.container-7 {
  background-color: var(--black);
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.skyline {
  width: 100%;
  height: auto;
}

.footer-skyline {
  background-color: #0000;
}

.div-block-2 {
  background-color: var(--white-smoke);
  margin-top: auto;
  padding-top: 10px;
  display: block;
}

.div-block-3 {
  line-height: 13px;
}

.div-block-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.city-footer-mobile {
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-list {
  line-height: 9px;
}

.slide-1-fairview {
  object-fit: fill;
  background-color: #0000;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.mask-3 {
  object-fit: contain;
  background-image: linear-gradient(#0000, #0000);
  width: 100%;
  min-width: 150px;
  height: 100%;
  max-height: 100%;
  position: static;
  overflow: hidden;
}

.columns-circulars {
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  display: flex;
}

.circular {
  flex: 0 auto;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  margin-bottom: auto;
  display: inline-block;
  position: relative;
}

.container-9 {
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 800px;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.circular-pages {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 800px;
  max-height: 100%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: inline-block;
}

.right-arrow {
  background-color: #0000;
}

.slide-2-fairview {
  text-shadow: 1px 1px 6px #000;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1-nwkirv {
  text-align: center;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
}

.slide-2-nwkirv {
  text-shadow: 1px 1px 6px #000;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-8 {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.section-3 {
  object-fit: fill;
  height: 100%;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.div-block-9 {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.paragraph-4 {
  font-weight: 300;
}

.button-2 {
  background-color: var(--black);
  letter-spacing: 1px;
  border-radius: 0;
  margin-top: 9px;
  line-height: 15px;
}

.container-11 {
  flex-flow: column wrap;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  max-width: 500px;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.container-12 {
  text-align: center;
  margin-top: auto;
  display: block;
}

.columns-3 {
  text-align: center;
  margin-left: 98px;
  margin-right: 98px;
}

.heading-3 {
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.column-newark {
  position: static;
}

.email-us-link {
  font-weight: 500;
  text-decoration: none;
}

.link-3, .link-4, .link-5, .link-6, .link-7 {
  text-decoration: none;
}

.container-13 {
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  max-width: 450px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.sign-up-text-top {
  text-align: center;
  margin-left: 59px;
  margin-right: 59px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.container-14 {
  text-align: left;
  display: flex;
}

.field-label, .field-label-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit-button {
  background-color: var(--dark-green);
}

.section-4 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin: 10px 170px 40px;
  display: flex;
}

.form {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-header-cap-red {
  color: var(--firebrick);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-2 {
  grid-template: "Area" 2.25fr
  / .5fr 1fr;
  justify-content: space-around;
  justify-items: start;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
}

.city-logo-sign-up {
  width: 200px;
  height: auto;
}

.paragraph-6 {
  color: var(--grey-2);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.grid-3 {
  grid-template-columns: .25fr 1fr;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.paragraph-7 {
  color: var(--grey-2);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
}

.button-download {
  background-image: linear-gradient(to bottom, var(--firebrick), var(--firebrick));
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  max-width: 250px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 7px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.button-download.directions {
  max-width: 200px;
  font-size: 16px;
}

.button-download.shopping-shuttle {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-download.download {
  background-color: #b40000;
  background-image: none;
  border-radius: 0;
  width: 350px;
  max-width: 230px;
  height: 45px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  line-height: 42px;
  text-decoration: none;
  transition: background-color .6s;
  display: block;
}

.button-download.download:hover {
  background-color: #b4000085;
  background-image: none;
}

.grid-4 {
  grid-row-gap: 17px;
  grid-template: "Area Area"
  / 1fr;
}

.section-5 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: auto;
  margin-left: 170px;
  margin-right: 170px;
  display: flex;
}

.div-block-10 {
  text-align: left;
  transition: opacity .2s;
}

.navbar-mobile {
  position: absolute;
}

.heading-5 {
  color: var(--maroon);
  font-size: 24px;
}

.button-email {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b40000;
  border-radius: 6px;
  align-self: auto;
  max-width: 250px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 6px;
  transition: background-color .6s, opacity .2s;
  display: block;
}

.button-email.directions {
  max-width: 200px;
  font-size: 16px;
}

.button-email.shopping-shuttle {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-email.download {
  background-color: #b40000;
  background-image: none;
  border-radius: 0;
  width: 350px;
  max-width: 230px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  line-height: 42px;
  text-decoration: none;
  transition: background-color .6s;
  display: block;
}

.button-email.download:hover {
  background-color: #b4000085;
  background-image: none;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  align-self: flex-start;
  place-items: stretch start;
  display: grid;
}

.button-signup-copy {
  background-image: linear-gradient(to bottom, var(--firebrick), var(--firebrick));
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  max-width: 250px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 7px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.button-signup-copy.directions {
  max-width: 200px;
  font-size: 16px;
}

.button-signup-copy.shopping-shuttle {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-signup-copy.download {
  background-color: #b40000;
  border-radius: 4px;
  width: 350px;
  max-width: 230px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  line-height: 42px;
  text-decoration: none;
  transition: background-color .6s;
  display: block;
  overflow: visible;
}

.button-signup-copy.download:hover {
  background-color: #b4000085;
  background-image: none;
}

.button-signup-copy.email {
  background-color: #b40000;
  background-image: linear-gradient(to bottom, var(--firebrick), var(--firebrick));
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  line-height: 2px;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
}

.button-signup-copy.email:hover {
  background-color: var(--black);
}

.text-header-cap-red-2 {
  color: #aa0505;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.list-2 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  list-style-type: square;
}

.list-3 {
  padding-left: 27px;
}

.list-item {
  padding-top: 10px;
}

.heading-6 {
  color: var(--firebrick);
  margin-top: 20px;
  padding-left: 10px;
}

.paragraph-8 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-9 {
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.disclaimer {
  color: var(--light-grey);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  font-weight: 300;
  line-height: 13px;
}

.store-heading-locations {
  color: var(--firebrick);
}

.slide-4-seafood {
  background-image: url('../images/slider_seafood_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/slider_convenientshopping.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/slider_butcher.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sign-up-2 {
  color: #f1f1f1;
  text-align: left;
  text-shadow: 1px 1px 12px #000;
  width: auto;
  padding-left: 20px;
  font-family: Merriweather, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
}

.sign-up-2.center {
  text-align: center;
}

.text-description-center-2 {
  color: #f1f1f1;
  text-align: center;
  text-shadow: 2px 2px 6px #000;
  object-fit: contain;
  order: 0;
  align-self: center;
  min-width: 40px;
  max-width: 100%;
  padding-top: 5px;
  font-size: 16px;
  line-height: 16px;
  position: static;
  right: 0;
}

.button-3 {
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  margin-top: 9px;
  line-height: 15px;
}

.link-8, .link-9 {
  font-weight: 600;
}

.slide-3-nwkirv, .slide-4-nwkirv {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3-fairview {
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4-fairview {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-4 {
  text-align: center;
}

.text-block-5 {
  color: var(--white);
  font-size: 27px;
  font-weight: 600;
  line-height: 26px;
}

.dateline-store-name {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 2px;
  font-weight: 600;
  line-height: 23px;
}

.header-2 {
  color: #aa0505;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.heading-7 {
  color: #aa0505;
  margin-top: 20px;
  padding-left: 10px;
}

.disclaimer-2 {
  color: #cbcbcb;
  padding-left: 0;
  padding-right: 20px;
  font-size: 10px;
  font-weight: 300;
  line-height: 13px;
}

.city-footer-mobile-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns-4 {
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: static;
}

.instagram, .facebook {
  width: 100%;
  max-width: 30px;
  height: 100%;
  max-height: 30px;
}

.footer-flex-container-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  grid-template: ". . . . Area" 7fr
  / .75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.city-footer-mobile-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-8, .column-9 {
  padding-left: 0;
  padding-right: 0;
}

.link-10 {
  font-size: 14px;
}

.link-block-2 {
  padding-right: 0;
}

.recipe-header-2 {
  object-fit: cover;
  width: 720px;
  max-width: 100%;
  height: 400px;
  max-height: 100%;
  margin: auto auto 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.recipe-container-2 {
  object-fit: cover;
  justify-content: center;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.recipe-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: auto;
  width: 720vw;
  max-width: 100vw;
  height: 400px;
  max-height: 100vh;
  margin-top: auto;
  margin-bottom: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
  overflow: visible;
}

.heading-8 {
  color: #aa0505;
  margin-top: 20px;
  padding-left: 10px;
}

.paragraph-10 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-11 {
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.list-4 {
  padding-left: 27px;
}

.heading-9 {
  color: #aa0505;
  margin-top: 20px;
  padding-left: 10px;
}

.paragraph-12 {
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.list-5 {
  padding-left: 27px;
}

.div-block-11 {
  height: auto;
}

.button-download-2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(#aa0505, #aa0505);
  border-radius: 10px;
  max-width: 250px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 7px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.button-download-2.download {
  background-color: var(--city-green);
  letter-spacing: 0;
  text-transform: uppercase;
  background-image: none;
  border-radius: 0;
  width: 350px;
  max-width: 230px;
  height: 45px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
  transition: background-color .6s;
  display: block;
}

.button-download-2.download {
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #aa0505;
  background-image: none;
  border-radius: 0;
  width: 350px;
  max-width: 230px;
  height: 45px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
  transition: background-color .6s;
  display: block;
}

.button-download-2.download:hover {
  background-color: #b4000085;
  background-image: none;
}

.circular-2 {
  text-align: center;
  flex: 0 auto;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  margin-bottom: auto;
  display: inline-block;
  position: relative;
}

.circ {
  width: 430vw;
  height: 100%;
  padding-top: 10px;
}

.link-11 {
  font-weight: 600;
}

.heading-10 {
  text-align: center;
  justify-content: center;
  margin: auto 88px;
  display: block;
  position: relative;
  inset: 0 0% auto;
}

.container-15 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.sign-up-text-top-2 {
  text-align: center;
  margin-left: 59px;
  margin-right: 59px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.columns-circulars-2 {
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  height: 50%;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  display: flex;
}

.text-block-6 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.link-12 {
  font-weight: 600;
}

.circulars-2 {
  background-color: #f1f1f175;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  display: block;
  position: static;
  inset: auto 0%;
}

.dateline-copy {
  color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.dateline-copy.asbury {
  color: var(--light-grey);
}

.column-11 {
  text-align: center;
  position: relative;
}

.circular-3 {
  flex: 0 auto;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  margin-bottom: auto;
  display: inline-block;
  position: relative;
}

.circ-2 {
  width: 430vw;
  height: 100%;
  padding-top: 10px;
}

.link-13 {
  font-weight: 600;
}

.sign-up-text-top-3 {
  text-align: center;
  margin-left: 59px;
  margin-right: 59px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.columns-circulars-3 {
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  display: flex;
}

.link-14 {
  font-weight: 600;
}

.circulars-3 {
  background-color: #f1f1f175;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 30px;
  display: block;
  position: static;
  inset: auto 0%;
}

.list-item-5, .list-item-new-list {
  list-style-type: none;
}

.social-media-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

.paragraph-23 {
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

.list-16 {
  padding-left: 27px;
}

.heading-15 {
  color: #aa0505;
  margin-top: 20px;
  padding-left: 10px;
}

.text-block-7 {
  color: #3333338f;
}

.text-block-8 {
  color: #33333361;
  margin-bottom: 14px;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 10px;
  line-height: 12px;
}

.paragraph-30 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.list-14 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  list-style-type: square;
}

.heading-16 {
  color: #aa0505;
  margin-top: 20px;
  padding-left: 10px;
}

.paragraph-32 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.list-17 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  list-style-type: square;
}

.heading-17 {
  color: #aa0505;
  margin-top: 20px;
  padding-left: 10px;
}

.paragraph-37 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.list-18 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  list-style-type: square;
}

.container-16 {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template: "Area Area Area" 87px
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-19 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  list-style-type: square;
}

.paragraph-46 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.list-20 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  list-style-type: square;
}

.paragraph-48 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .google-rating {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 980px;
    height: 100%;
    max-height: 250px;
    margin: 20px auto auto;
    display: block;
    position: static;
  }

  .rating-flex {
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    font-size: 14px;
    inset: 0 auto;
  }

  .review {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .star {
    width: 34px;
    font-size: 27px;
  }

  .star-rating {
    display: inline-block;
  }

  .services {
    width: 100%;
    margin-top: 10px;
  }

  .about-section-txt {
    flex: 0 auto;
    display: block;
  }

  .about-section-wrapper {
    width: 100%;
  }

  .video-flex {
    padding-top: 14px;
  }

  .slider-content {
    top: 33px;
    bottom: 0;
    right: 98px;
  }

  .logo {
    max-width: 80%;
    max-height: 80%;
  }

  .slider-content-2 {
    top: 79px;
  }

  .slider-header-white {
    font-size: 40px;
    line-height: 50px;
  }

  .slider-text-white {
    font-size: 25px;
    line-height: 30px;
  }

  .header2 {
    font-size: 20px;
    line-height: 25px;
  }

  .button-signup {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 20px;
  }

  .circular-header {
    flex-direction: column;
    justify-content: center;
  }

  .circulars {
    background-color: #f1f1f18f;
    padding-bottom: 20px;
  }

  .column {
    flex: 1;
  }

  .recipe-container {
    padding-top: 0;
  }

  .location-section {
    margin-top: -2px;
  }

  .location-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .location-flex {
    flex-direction: column;
    margin-top: auto;
  }

  .location-column {
    align-self: center;
    align-items: center;
    display: block;
  }

  .location-info {
    padding-left: 10px;
  }

  .location-img {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: 125px;
  }

  .map-section {
    object-fit: fill;
  }

  .html-embed {
    text-align: center;
    object-fit: fill;
    height: 600px;
    max-height: 650vh;
    margin-top: 10px;
    display: block;
  }

  .slide-container {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .slide-image-1 {
    text-align: center;
    object-fit: fill;
    background-image: url('../images/slide-veggie.jpg');
    background-position: 50%;
    background-size: 125px;
    background-attachment: fixed;
    width: auto;
    position: static;
    overflow: visible;
  }

  .slide-image-2 {
    background-image: url('../images/slider_produce.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1500px;
    background-attachment: scroll;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
  }

  .footer-2 {
    object-fit: contain;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .footer-flex-container {
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr 1.25fr;
    grid-auto-flow: row;
    place-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .footer-image {
    flex: 0 auto;
    align-self: center;
    width: 100px;
    max-width: 100%;
    height: 100px;
    padding-right: 0;
  }

  .footer-heading {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .footer-link {
    font-size: 10px;
  }

  .heading-2 {
    margin-top: 10px;
  }

  .image-8 {
    color: #0000;
    text-align: center;
    position: static;
  }

  .text-span {
    font-size: 11px;
  }

  .footer-address {
    font-size: 10px;
    line-height: 17px;
  }

  .text-block-2 {
    padding-top: 0;
    font-size: 10px;
    display: block;
  }

  .dateline {
    line-height: 23px;
  }

  .valid-with-dateline {
    margin-top: auto;
  }

  .container-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    overflow: visible;
  }

  .container-5 {
    align-items: flex-start;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .city-logo-icon {
    margin-left: 30px;
  }

  .sign-up {
    width: 100%;
    max-width: none;
    padding-left: 23px;
  }

  .sign-up.sign-up-mobile {
    width: auto;
  }

  .section-2 {
    flex-direction: column;
  }

  .column-4 {
    flex: 0 auto;
  }

  .column-landing {
    flex-direction: row;
    justify-content: center;
    padding-right: 0;
  }

  .column-5 {
    clear: none;
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: flex;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .container-7 {
    padding-top: 10px;
    display: block;
  }

  .div-block-2 {
    padding-top: 10px;
  }

  .div-block-3 {
    font-size: 14px;
    line-height: 15px;
  }

  .div-block-5, .div-block-6 {
    padding-left: 0;
  }

  .city-footer-mobile {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-list {
    line-height: 2px;
  }

  .mask-3 {
    height: 619px;
    max-height: 100%;
  }

  .columns-circulars {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 750vw;
    max-height: 800px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .circular {
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .circular-pages {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: 100%;
    display: block;
  }

  .slide-1-nwkirv {
    position: relative;
  }

  .div-block-8 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 18px;
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .container-12 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .container-13 {
    justify-content: center;
    max-width: 600px;
    padding-left: 36px;
    padding-right: 36px;
    display: flex;
  }

  .grid-2 {
    grid-template-rows: 2.25fr;
  }

  .grid-3 {
    grid-template-columns: .25fr 1.75fr;
    grid-template-areas: ". Area"
                         ". Area";
  }

  .button-download, .button-email, .button-signup-copy {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 20px;
  }

  .sign-up-2 {
    width: 100%;
    max-width: none;
    padding-left: 23px;
  }

  .city-footer-mobile-copy {
    height: auto;
    max-height: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .columns-4 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .instagram {
    min-width: 20px;
    min-height: 20px;
    max-height: 100%;
  }

  .facebook {
    min-width: 20px;
    min-height: 20px;
  }

  .footer-flex-container-mobile {
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr 1.25fr;
    grid-auto-flow: row;
    place-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .city-footer-mobile-2 {
    height: auto;
    max-height: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-8, .column-9 {
    flex: 1;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    width: 30px;
    height: 30px;
    display: block;
  }

  .link-block-3 {
    width: 30px;
    height: 30px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .recipe-container-2 {
    padding-top: 0;
  }

  .button-download-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 20px;
  }

  .circular-2 {
    text-align: center;
    max-height: 100%;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .circ {
    width: 100%;
    height: auto;
  }

  .heading-10 {
    margin-top: 10px;
  }

  .container-15 {
    align-items: flex-start;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sign-up-text-top-2 {
    margin-left: 30px;
    margin-right: 30px;
    font-weight: 500;
  }

  .columns-circulars-2 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 750vw;
    height: auto;
    max-height: 800vh;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .circulars-2 {
    background-color: #f1f1f18f;
    height: auto;
    padding-bottom: 20px;
  }

  .dateline-copy {
    line-height: 23px;
  }

  .column-11 {
    text-align: center;
    height: 100%;
    min-height: auto;
    max-height: 100%;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .circular-3 {
    max-height: 100%;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .circ-2 {
    width: auto;
    height: auto;
  }

  .columns-circulars-3 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 750vw;
    height: auto;
    max-height: 800vh;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .circulars-3 {
    background-color: #f1f1f18f;
    height: auto;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    display: flex;
  }

  .navbar {
    opacity: 1;
    background-color: #0000;
    background-image: none;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    position: static;
    overflow: visible;
  }

  .mobile-navbar {
    background-image: linear-gradient(#0e5a00, #0e5a00);
  }

  .icon {
    color: #fff;
    font-size: 26px;
  }

  .menu-button.w--open {
    background-image: linear-gradient(#388000, #388000), linear-gradient(#ffffff80, #ffffff80);
  }

  .nav-menu-2 {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .nav-dropdown {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: linear-gradient(#388000, #388000);
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: block;
  }

  .desktop-navbar {
    overflow: visible;
  }

  .body {
    flex-flow: column wrap;
    align-items: center;
    display: flex;
  }

  .google-rating {
    object-fit: fill;
    margin: 20px 0;
  }

  .rating-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    position: relative;
    bottom: auto;
  }

  .rating-column {
    text-align: left;
    align-self: flex-end;
    display: block;
  }

  .review {
    max-width: 450px;
  }

  .star {
    font-size: 23px;
  }

  .star-rating {
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin-top: 0;
    display: flex;
  }

  .services {
    width: 100%;
  }

  .about-city {
    margin-top: auto;
    position: static;
  }

  .header {
    font-size: 18px;
  }

  .description {
    font-size: 11px;
    line-height: 18px;
  }

  .about-homepage {
    width: 100%;
  }

  .about-section-txt {
    margin: 46px;
    padding: 29px;
  }

  .video-flex {
    flex-direction: column;
  }

  .slider {
    height: 100%;
  }

  .slider-content {
    top: 235px;
    right: 22px;
  }

  .logo {
    object-fit: fill;
    object-position: 50% 50%;
    max-width: 80%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .slider-content-2 {
    top: 210px;
  }

  .slider-mobile-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .recipe-header {
    margin-top: -82px;
  }

  .recipe-flex {
    flex-direction: column;
    align-items: center;
  }

  .directions-column {
    width: 85%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .recipe-column {
    margin: 0;
  }

  .location-section {
    margin-top: -82px;
  }

  .location-column {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .navbar-2 {
    background-image: linear-gradient(#0e5a00, #0e5a00);
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button-2 {
    color: #0e5a00;
  }

  .menu-button-2.w--open {
    background-image: linear-gradient(#179400, #179400);
  }

  .mobile-nav-link {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: linear-gradient(#179400, #179400);
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    display: block;
  }

  .mobile-nav-link.w--current, .icon-3 {
    color: #fff;
  }

  .container {
    color: #0000;
    background-image: linear-gradient(#0000, #0000);
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }

  .menu-button-3 {
    background-color: var(--black);
  }

  .nav-mobile-link {
    background-image: linear-gradient(to bottom, var(--maroon), var(--maroon));
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    display: block;
  }

  .nav-mobile-link.w--current {
    color: #fff;
    transition: opacity .2s;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .landing-slider {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
  }

  .slide-image-1 {
    background-image: url('../images/nyc_skyline-1280x800.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0%;
  }

  .slide-image-2 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: scroll;
  }

  .slide-image-3 {
    background-image: none;
    background-position: 50%;
    background-size: 100%;
  }

  .slide-image-4 {
    background-color: #0000;
    background-image: url('../images/slider_butcher.jpg');
    background-position: 50%;
    background-size: 100%;
    position: absolute;
  }

  .slide-nav-2 {
    position: absolute;
  }

  .slide-nav-3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-flex-container {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
    text-align: left;
    object-fit: fill;
    grid-template: ". . . ." minmax(75px, .75fr)
                   ". . . ."
                   ". Area Area Area"
                   ". . . ."
                   / 1fr 1fr 1fr 1fr;
    grid-auto-rows: 111px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    width: 100%;
    min-width: auto;
    max-width: 560px;
    min-height: 320px;
    margin-bottom: 40px;
    display: grid;
    position: static;
  }

  .footer-image {
    text-align: center;
    object-fit: contain;
    object-position: 50% 50%;
    align-self: center;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .footer-heading {
    margin-top: auto;
    margin-bottom: auto;
  }

  .footer-link {
    margin-bottom: 0;
  }

  .heading-2 {
    flex: 0 auto;
  }

  .footer-address {
    text-align: left;
    font-size: 7px;
    line-height: 14px;
  }

  .text-block-2 {
    text-align: left;
    font-size: 6px;
  }

  .dateline {
    align-items: stretch;
    margin-left: 34px;
    margin-right: 34px;
    line-height: 27px;
  }

  .valid-with-dateline {
    padding-top: 80px;
    display: block;
  }

  .container-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    white-space: normal;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr minmax(200px, .5fr);
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    align-items: flex-start;
    margin-top: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-div-slider {
    margin-top: -84px;
  }

  .sign-up {
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-description-center.text-description-return {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-6 {
    flex-direction: column;
  }

  .column-5 {
    justify-content: space-between;
    align-items: center;
  }

  .container-7 {
    padding-top: 10px;
  }

  .div-block-2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 320px;
    margin-top: auto;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-3 {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr 1fr 1fr 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 13px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 14px;
    display: grid;
  }

  .div-block-4 {
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    text-align: center;
    flex: 0 auto;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.5fr .75fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-self: center;
    justify-items: center;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    display: grid;
  }

  .div-block-5, .div-block-6, .div-block-7 {
    font-size: 11px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 10px;
  }

  .container-8 {
    text-align: center;
    flex-flow: row;
    align-items: center;
    padding-top: 14px;
    display: block;
  }

  .city-footer-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
    display: grid;
  }

  .footer-list {
    font-size: 8px;
    line-height: 9px;
  }

  .mask-3 {
    height: 800px;
  }

  .columns-circulars {
    height: 650%;
    max-height: 100%;
  }

  .circular-pages {
    height: 790px;
  }

  .div-block-9 {
    margin-top: -82px;
  }

  .container-14 {
    justify-content: flex-start;
    display: flex;
  }

  .grid-2 {
    grid-row-gap: 17px;
    grid-template: ". Area-2" 2.75fr
                   ". Area-2"
                   / .75fr 2.5fr;
  }

  .city-logo-sign-up {
    width: auto;
    min-width: 100px;
  }

  .grid-3 {
    grid-template-areas: ". Area"
                         ". Area";
    justify-items: stretch;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -82px;
    display: flex;
  }

  .navbar-mobile {
    background-color: var(--black);
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 15px;
    position: relative;
    inset: auto;
  }

  .nav-menu-3 {
    background-image: linear-gradient(to bottom, var(--black), var(--black));
    color: var(--light-grey);
    display: block;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .list-3 {
    padding-left: 20px;
  }

  .list-item {
    padding-left: 10px;
    font-size: 12px;
  }

  .paragraph-8 {
    font-size: 12px;
  }

  .paragraph-9 {
    font-size: 12px;
    line-height: 18px;
  }

  .list-item-3 {
    padding-left: 10px;
    font-size: 12px;
  }

  .sign-up-2 {
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .header-2 {
    font-size: 18px;
  }

  .city-footer-mobile-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: minmax(auto, .25fr) auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    display: grid;
    position: relative;
  }

  .columns-4 {
    clear: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .instagram {
    margin-left: 5px;
    padding-left: 0;
  }

  .footer-flex-container-mobile {
    grid-column-gap: 53px;
    grid-row-gap: 20px;
    text-align: left;
    object-fit: fill;
    flex-flow: wrap;
    grid-template: ". . . ." minmax(75px, .75fr)
                   ". . . ."
                   ". Area Area Area"
                   / 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 111px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-self: center;
    place-items: stretch center;
    width: 100%;
    min-width: auto;
    max-width: 560px;
    min-height: 320px;
    margin: 0 auto 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
    position: static;
  }

  .footer-flex-container-mobile.mobile-landscape {
    grid-column-gap: 0px;
    grid-row-gap: 3px;
    flex: 0 auto;
    grid-template-rows: minmax(auto, .25fr) minmax(75px, .5fr);
    grid-template-columns: minmax(100px, .75fr) 1fr 1fr 1fr 1fr;
    grid-auto-rows: 28px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: center;
    align-self: auto;
    align-items: stretch;
    min-height: auto;
    max-height: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .city-footer-mobile-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: minmax(auto, .25fr) auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .column-8, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-10 {
    text-align: left;
    margin-left: 10px;
    font-size: 13px;
  }

  .recipe-header-2 {
    margin-top: 0;
  }

  .paragraph-10 {
    font-size: 12px;
  }

  .list-item-4 {
    padding-left: 10px;
    font-size: 12px;
  }

  .paragraph-11 {
    font-size: 12px;
    line-height: 18px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .paragraph-12 {
    font-size: 12px;
    line-height: 18px;
  }

  .list-5 {
    padding-left: 20px;
  }

  .heading-10 {
    flex: 0 auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-15 {
    align-items: flex-start;
    margin-top: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .columns-circulars-2 {
    height: 650%;
    max-height: 100%;
  }

  .dateline-copy {
    align-items: stretch;
    margin-left: 34px;
    margin-right: 34px;
    line-height: 27px;
  }

  .columns-circulars-3 {
    height: 650%;
    max-height: 100%;
  }

  .list-item-new-list, .list-item-6 {
    padding-left: 10px;
    font-size: 12px;
  }

  .paragraph-23 {
    font-size: 12px;
    line-height: 18px;
  }

  .list-16 {
    padding-left: 20px;
  }

  .list-item-7 {
    padding-left: 10px;
    font-size: 12px;
  }

  .paragraph-30, .paragraph-32, .paragraph-37 {
    font-size: 12px;
  }

  .container-16 {
    display: block;
  }

  .paragraph-46, .paragraph-48 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .google-rating {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 320px;
    max-height: 400px;
    margin-top: 10px;
    display: block;
    position: static;
    top: auto;
  }

  .rating-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .review {
    font-size: 12px;
  }

  .services {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .services-flex {
    flex-direction: column;
    align-items: center;
  }

  .shopping-shuttle {
    margin-top: 35px;
  }

  .description {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .about-section-txt {
    margin: 15px;
    padding: 18px;
  }

  .slider-content {
    top: 65px;
    left: 73px;
    right: -5px;
  }

  .sider-header {
    font-size: 25px;
    line-height: 42px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 14px;
  }

  .logo {
    width: auto;
    max-width: 80%;
    display: block;
    position: absolute;
  }

  .slider-content-2 {
    top: 99px;
  }

  .slider-header-white {
    font-size: 23px;
    line-height: 30px;
  }

  .slider-text-white {
    font-size: 17px;
    line-height: 20px;
  }

  .header2 {
    font-size: 16px;
    line-height: 21px;
  }

  .button-signup {
    margin-left: 45px;
    margin-right: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 0;
  }

  .button-signup.download {
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .circulars {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .button3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .directions-column {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .location-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .location-column {
    flex: 0 auto;
    align-self: stretch;
  }

  .menu-button-2 {
    background-image: none;
  }

  .menu-button-2.w--open {
    background-image: linear-gradient(#179400, #179400);
  }

  .container {
    text-align: left;
    margin-left: auto;
    margin-right: 0;
  }

  .pdf-download {
    flex-direction: column;
  }

  .centered-container {
    text-align: left;
  }

  .slide-2 {
    height: 350px;
    max-height: 100%;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .heading-2 {
    margin-top: auto;
    margin-left: 32px;
    margin-right: 32px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-2.return {
    line-height: 20px;
  }

  .footer-address {
    text-align: center;
  }

  .valid-text {
    align-self: center;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .dateline {
    letter-spacing: 1px;
    justify-content: flex-start;
    align-self: center;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 21px;
    display: block;
  }

  .valid-with-dateline {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: auto;
    display: block;
  }

  .container-5 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .home-div-slider {
    object-fit: contain;
    height: 300px;
    max-height: 100%;
    margin-bottom: auto;
    overflow: visible;
  }

  .home-div-slider.mobile {
    max-width: none;
    height: 215px;
    max-height: 100%;
    overflow: visible;
  }

  .slider-landing {
    object-fit: contain;
    height: 350px;
    max-height: 100%;
  }

  .slider-landing.mobile {
    height: 70%;
    max-height: 100%;
  }

  .slide-1 {
    object-fit: contain;
  }

  .city-logo-icon {
    width: 68px;
    margin-left: auto;
  }

  .sign-up {
    text-align: center;
    flex-direction: row;
    font-size: 24px;
    line-height: 30px;
  }

  .sign-up.sign-up-mobile {
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
  }

  .section-2 {
    object-fit: contain;
    flex-direction: column;
    position: relative;
  }

  .text-description-center {
    object-fit: fill;
    margin-left: 34px;
    margin-right: 34px;
    font-size: 11px;
    line-height: 13px;
  }

  .text-description-center.text-description-return {
    font-size: 12px;
    line-height: 14px;
  }

  .container-6 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
  }

  .column-4 {
    text-align: center;
    bottom: 17px;
  }

  .column-landing {
    object-fit: contain;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 250px;
    max-width: 76%;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    bottom: auto;
  }

  .container-7 {
    position: static;
  }

  .footer-skyline {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
    position: relative;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    display: inline-block;
    position: sticky;
    inset: auto 0%;
  }

  .div-block-2.hidden {
    display: none;
  }

  .div-block-3 {
    align-self: auto;
  }

  .div-block-4 {
    text-align: center;
    align-self: auto;
  }

  .slide-1-fairview {
    width: 400px;
    max-width: 100%;
    height: 100%;
  }

  .mask-3 {
    height: 800px;
    max-height: 100%;
  }

  .columns-circulars {
    min-width: 320px;
    max-width: none;
    height: 500px;
    max-height: 100%;
  }

  .circular {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .circular-pages {
    text-align: center;
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: auto;
    max-width: 300px;
    height: 790px;
    min-height: 400px;
    max-height: 100%;
    display: block;
    position: relative;
  }

  .div-block-8 {
    align-items: stretch;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .container-10 {
    margin-top: 124px;
    padding-top: 0;
  }

  .paragraph-5 {
    line-height: 27px;
  }

  .columns-3 {
    text-align: center;
    min-width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .column-newark {
    text-align: center;
    flex-flow: row;
    place-content: stretch center;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .column-irv {
    justify-content: center;
    display: flex;
  }

  .mask-4 {
    max-height: 100%;
  }

  .container-13 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 62px;
    padding-right: 62px;
    display: block;
  }

  .sign-up-text-top {
    margin: auto 16px;
  }

  .section-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .grid-2 {
    flex-direction: column;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .city-logo-sign-up {
    width: 200px;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3 {
    grid-template-columns: .25fr;
    grid-template-areas: ".";
    justify-items: center;
  }

  .button-download {
    margin-left: 45px;
    margin-right: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 0;
  }

  .button-download.download {
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-5 {
    min-width: 300px;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .nav-menu-3 {
    margin-top: auto;
  }

  .button-email {
    margin-left: 45px;
    margin-right: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 0;
  }

  .button-email.download {
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-signup-copy {
    margin-left: 45px;
    margin-right: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 0;
  }

  .button-signup-copy.download {
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sign-up-2 {
    text-align: center;
    flex-direction: row;
    font-size: 24px;
    line-height: 30px;
  }

  .text-description-center-2 {
    object-fit: fill;
    margin-left: 34px;
    margin-right: 34px;
    font-size: 11px;
    line-height: 13px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .footer-flex-container-mobile {
    flex-direction: column;
    align-items: center;
  }

  .button-download-2 {
    margin-left: 45px;
    margin-right: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 0;
  }

  .button-download-2.download {
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .circular-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .heading-10 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .container-15 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .sign-up-text-top-2 {
    margin: auto 16px;
  }

  .columns-circulars-2 {
    min-width: 320px;
    max-width: none;
    height: 100%;
    max-height: 100%;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .circulars-2 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .dateline-copy {
    letter-spacing: 1px;
    justify-content: flex-start;
    align-self: center;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 21px;
    display: block;
  }

  .circular-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .sign-up-text-top-3 {
    margin: auto 16px;
  }

  .columns-circulars-3 {
    min-width: 320px;
    max-width: none;
    height: 100%;
    max-height: 100%;
  }

  .circulars-3 {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    position: absolute;
  }

  .container-16 {
    grid-column-gap: 16px;
    grid-row-gap: 21px;
    object-fit: fill;
    grid-template: "Area Area Area" 87px
                   ". . ."
                   ". . ."
                   ". . ."
                   ". . ."
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start center;
    place-items: center;
    width: 300px;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: visible;
  }
}

#w-node-a488b8e1-449c-f402-d012-03ea8840f4cf-8840f4cc, #w-node-a488b8e1-449c-f402-d012-03ea8840f4d0-8840f4cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_807c2dd4-80f8-501b-1ba6-dc6214105c7f-8840f4cc, #w-node-_807c2dd4-80f8-501b-1ba6-dc6214105c81-8840f4cc {
  place-self: center;
}

#w-node-bc954ff8-43d4-f89a-b0be-6a52d4364a65-d782c202 {
  grid-area: Area;
  place-self: center;
}

#w-node-c69afbb0-49ea-f5b1-bdd5-0214a11975c6-d782c204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7de9c9d4-1321-d88f-88ed-0a6f9534caa1-d782c204 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-a488b8e1-449c-f402-d012-03ea8840f4cd-8840f4cc {
    align-self: center;
  }

  #w-node-a488b8e1-449c-f402-d012-03ea8840f4cf-8840f4cc {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-a488b8e1-449c-f402-d012-03ea8840f4d0-8840f4cc {
    grid-area: 1 / 2 / 2 / 6;
    place-self: center start;
  }

  #w-node-a488b8e1-449c-f402-d012-03ea8840f4d1-8840f4cc {
    place-self: stretch end;
  }

  #w-node-a488b8e1-449c-f402-d012-03ea8840f4d9-8840f4cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_62fb22b7-9721-50de-4c23-e9a7b52fe5b4-8840f4cc {
    justify-self: start;
  }

  #w-node-a488b8e1-449c-f402-d012-03ea8840f4dc-8840f4cc, #w-node-a488b8e1-449c-f402-d012-03ea8840f4df-8840f4cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-a488b8e1-449c-f402-d012-03ea8840f4e1-8840f4cc {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_17f35562-1d86-6221-0584-160156e3d120-8840f4cc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a488b8e1-449c-f402-d012-03ea8840f4f2-8840f4cc {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-a488b8e1-449c-f402-d012-03ea8840f501-8840f4cc {
    grid-area: 2 / 5 / 3 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a488b8e1-449c-f402-d012-03ea8840f4e1-8840f4cc, #w-node-_17f35562-1d86-6221-0584-160156e3d120-8840f4cc, #w-node-a488b8e1-449c-f402-d012-03ea8840f4f2-8840f4cc, #w-node-a488b8e1-449c-f402-d012-03ea8840f501-8840f4cc {
    align-self: start;
  }
}


