.prev a, .next a {
    text-decoration: none!important;
    border-radius: 50%;
}

.prev a:after, .next a:after{
    border: 2px solid #00694e;
    text-decoration: none!important;
    content: "\f054";
    font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
    font-weight:900;
    height: 5rem;
    width: 5rem;
    display: block;
    position: relative;
    overflow: visible;
    text-indent: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.5rem;
    border-radius: 50%;
}

.prev a:after {
    content: "\f053";
    text-indent: -.4rem;
}

.fp-dates {
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 3rem 0;
}

.fp-dates > * {
    align-items: center;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fp-date * {
    font-size: 2rem;
    font-weight: 600;
    flex: 2;
    text-align: center;
}

.dtPicker {
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 500;
}

.menu-selector {
  margin: 1.5em 0;
  display: inline-block;
}

.meal-location {
  background: #707070;
  color: white;
  font-weight: 600;
  padding: .25em .25em .25em .5em;
}

.meal-selector {
  list-style: none;
  border-bottom: 1px solid black;
}

.meal-selector.item-list li {
  display: inline-block;
  margin: 0 3rem 0 0;
}

.meal-selector li span {
  font-size: 1.5em;
  color: black;
  text-decoration: underline;
  text-decoration-color: #00694e;
}

.meal-selector li a {
  font-size: 1.5em;
  color: black;
  text-decoration: none;
}

.foodpro-wrapper:after {
  content: "";
  clear: both;
  display: table;
}

.foodpro-container {
  width: 74%;
  float: left;
}

.foodpro-container, .food-legend {
  padding-bottom: 80px;
}

.food-legend {
  float: left;
  margin-left: 25px;
  display: block;
  width: 23%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: 50px;
}

.food-legend.item-list li {
  color: #707070;
  list-style-type: none;
  margin: .75em 0 .75em 0;
}

.legend-icon {
  color: white;
  background: black;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 50%;
}

.legend-icon-E {
  background-color: #E1B956;
  color: black;
}

.legend-icon-F {
  background-color: #B9D5E8;
  color: black;
}

.legend-icon-GF {
  background-color: #B96AA3;
  color: black;
}

.legend-icon-H {
  background-color: #c57f2b;
  color: black;
}

.legend-icon-K {
  background-color: #b6432d;
}

.legend-icon-L {
  background-color: #FF8000;
  color: black;
}

.legend-icon-LF {
  background-color: #8e5d62;
}

.legend-icon-LI {
  background-color: #98E08C;
  color: black;
}

.legend-icon-N {
  background-color: #b59774;
  color: black;
}

.legend-icon-NG {
  background-color: #844565;
}

.legend-icon-NS {
  background-color: #7d95a1;
  color: black;
}

.legend-icon-P {
  background-color: #C08C71;
  color: black;
}

.legend-icon-S {
  background-color: #5C95C0;
  color: black;
}

.legend-icon-SH {
  background-color: #2C5677;
}

.legend-icon-SS {
  background-color: #B54626;
}

.legend-icon-TN {
  background-color: #6F6150;
}

.legend-icon-VN {
  background-color: #0C888E;
  color: black;
}

.legend-icon-VT {
  background-color: #697D51;
}

.legend-icon-M {
  background-color: #C67E2D;
  color:black
}

.legend-icon-NR {
  background-color: #006848;
}

.food-legend.item-list li .legend-icon {
  margin-right: .25em;
}

@media only screen and (max-width: 992px) {
  .foodpro-container {
    width: 100%;
    float: none;
    display: block;
    border-bottom: 1px solid black;
  }

  .food-legend {
    float: none;
    margin-left: 0;
    display: block;
    width: 100%;
    position: sticky;
    top: 0;
  }

  .food-legend * {
    text-align: center;
  }
}

.middle .ohioCulinaryMenuWrap {
  margin-top: 0;
}

.middle .ohioCulinaryMenuWrap thead th {
  color: black;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1em;
  border: none;
  background: #fff !important;
}

/* visually hidden table headers - purpose of this strange method is to keep them available for accessibility purposes */
.ohioCulinaryMenuWrap thead th:nth-child(1),
.ohioCulinaryMenuWrap thead th:nth-child(2) {
  overflow: hidden !important;
  height: 1px !important;
  color: #fff !important;
}

.ohioCulinaryMenuWrap tr {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.ohioCulinaryMenuWrap tr a {
  font-size: 2rem;
}

.middle .ohioCulinaryMenuWrap tr td {
  padding: 3rem 1rem;
}

.ohioCulinaryMenuWrap tr:nth-child(odd) {
  background: #F5F3F0;
}

.ohioCulinaryMenuWrap li:last-child {
  margin-bottom: 15px;
}

.ohioCulinaryMenuWrap tr.categoryRow {
  background: white;
}

.ohioCulinaryMenuWrap tr.categoryRow td {
  padding: 2rem 1rem;
}

.ohioCulinaryMenuWrap .form-type-number label {
  display: none;
}

.ohioCulinaryMenuWrap .form-type-number input {
  width: 3em;
}

.eachFoodType .item-list ul {
  margin: 0;
}

.eachFoodType .item-list li {
  margin: .1rem .5em;
  display: inline-block;
}

.middle input.button {
  border: none;
  border-radius: 5px;
  transition: background-color 0.2s, color 0.2s, border 0.1s, box-shadow 0.2s;
  text-transform: uppercase;
  font-weight: bold;
  background: #00694e;
  color: #FFF;
  font-size: 1.8rem;
  width: 25rem;
  height: 6rem;
  margin: 0 3rem 1rem 0;
}

/*Image Tiles*/
.foodpro-wrapper .row {
  list-style: none;
  margin-left: -10px;
  margin-top: -10px;
}

.foodpro-wrapper .item-list li.box {
  margin: 0;
  flex: 0 0 auto;
  padding: 10px;
  margin: 10px 0 0 0;
}

.foodpro-wrapper .box a {
  width: 100%;
  display: block;
}

.foodpro-wrapper .box.col-md-4 a {
  height: 260px;
}

.foodpro-wrapper .box.col-lg-2 a {
  height: 180px;
}

.foodpro-wrapper .box.col-lg-2 a .image-tiles--link {
  font-size: 20px;
}

.foodpro-wrapper .box .image-tiles--image {
  height: 100%;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .foodpro-wrapper .box .image-tiles--image {
    margin-bottom: 0;
  }
}

.foodpro-wrapper .box .image-tiles--link {
  position: absolute;
  bottom: 10px;
  font-family: p22-mackinac-pro, Times New Roman, serif;
  color: #F9F7ED;
  font-size: 22px;
  font-weight: 700;
  padding: 14px 16px;
  width: calc(100% - 20px);
}

.image-tiles--section .col-md-2 .image-tiles--link {
    font-size: 18px;
    font-size: 1.8rem;
}

.item-list .image-tiles--section li {
  margin: 0 0 30px;
  padding: 0 15px;
}

.image-tiles--image.foodpro-location-nelson-court {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/nelson_court.png') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-the-district-on-west-green {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/district_west_green.png') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-shively-court {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/shively_court.jpg') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-jefferson-marketplace {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/jefferson_marketplace.jpg') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-west-82 {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/west_82.jpg') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-hungry-cat-food-truck {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/food_truck.jpg') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-front-room {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/front-room.jpg') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-factory-street-cafe {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/factory-street-cafe.jpg') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-brick-city-food-truck {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/brick-city-food-truck.png') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-cafe-biblio-tech {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/cafe-biblio-tech.png') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-shively-earls-coop {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/shively-earls-coop.png') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-ou-com-saf-cafe {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/ou-com-saf-cafe.jpg') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-latitude-39 {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/latitude-39.jpg') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-southside-espresso-bar {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/southside-espresso-bar.jpeg') center center / cover no-repeat;
}

.image-tiles--image.foodpro-location-boyd-market {
  background: linear-gradient(0deg, rgba(0,105,78,0.9) 0%, rgba(0,105,78,0.8) 30%, rgba(0,105,78,0.7) 100%), url('../images/boyd-market.jpg') center center / cover no-repeat;
}
