html[data-whatinput=keyboard] *:focus {
  outline: 3px solid #00A1CA;
}

html {
  scrollbar-gutter: stable;
}

*:focus-visible {
  outline: 3px solid lightblue !important;
  outline-offset: 3px;
}

a, a:hover, a:visited {
  color: #990000;
}

.span-link {
  color: #990000;
  text-decoration: underline;
  font-weight: bold;
}

.gray {
  background: #F5f5f5;
}

body {
  color: #292929;
  font-family: source-sans-pro, sans-serif;
  font-size: 19px;
  line-height: 28px;
  min-width: 320px;
  padding-right: 0 !important;
}
body.menu-open {
  overflow-y: hidden;
}
body.menu-open .navbar {
  background-color: #990000;
}
body.search .navbar {
  background-color: #990000;
}
body.white {
  background-color: #fff;
}
body.alternating .entry-content section:nth-child(odd) {
  background-color: #fff;
}
body.alternating .entry-content section:nth-child(even) {
  background-color: #F5f5f5;
}

caption {
  font-size: 16px;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.wp-element-button,
.btn.btn-primary,
.btn.btn-secondary {
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px;
  min-width: 240px;
  transition: none !important;
}

.wp-element-button,
.btn.btn-primary {
  border: 1px solid #990000;
  background: #990000;
  color: white;
}
.wp-element-button:hover, .wp-element-button:focus, .wp-element-button:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  border: 1px solid #990000;
  background: white;
  color: #990000;
}

.btn.btn-secondary {
  border: 1px solid #990000;
  background: white;
  color: #990000;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  border: 1px solid white;
  background: #990000;
  color: white;
}

.wp-block-buttons {
  padding-top: 30px;
}

.wp-block-button, .wp-block-button__link {
  font-size: 16px;
}
.wp-block-button a:visited, .wp-block-button__link a:visited {
  color: white;
}
.wp-block-button:hover a:visited, .wp-block-button__link:hover a:visited {
  color: #990000;
}

.hover-on {
  display: none;
}

button:hover .hover-off, button:focus .hover-off, a:hover .hover-off, a:focus .hover-off {
  display: none;
}
button:hover .hover-on, button:focus .hover-on, a:hover .hover-on, a:focus .hover-on {
  display: inline-block;
}

.error-404 {
  padding: 200px 0;
}

.entry-header {
  padding-bottom: 60px;
}
.entry-header .image {
  width: 100%;
  padding-top: 48%;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry-header .content {
  position: absolute;
  background: #990000;
  color: white;
  bottom: -60px;
  left: 60px;
  padding: 50px 55px 50px 55px;
  max-width: 725px;
}
.entry-header .entry-title {
  color: white;
  margin: 0;
  font-weight: 500;
}
.entry-header .kicker {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}

.filter-buttons {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: center;
}
.filter-buttons button.btn {
  white-space: nowrap;
  border: none;
  background: white;
  color: black;
  margin: 0 1px 0 1px;
  border-radius: 0;
  padding: 17px 30px;
  font-size: 19px;
}
.filter-buttons button.btn.active, .filter-buttons button.btn:hover {
  border: #990000;
  background: #990000;
  color: white;
}

.filter-select {
  text-align: center;
  margin-bottom: 30px;
}
.filter-select .dropdown-toggle {
  border: 1px solid #990000;
  background: #990000;
  color: white;
  border-radius: 0;
  padding: 17px 15px;
  font-size: 19px;
  min-width: 160px;
}
.filter-select .dropdown-toggle::after {
  margin-left: 10px;
  background: url("../images/chevron_down_w.svg");
  border: none;
  content: " ";
  width: 15px;
  height: 10px;
  vertical-align: initial;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-select .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.filter-select .dropdown-menu button {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 17px 10px;
  font-size: 16px;
  background: white !important;
}
.filter-select .dropdown-menu button:hover {
  background: #F5f5f5 !important;
}

h1, .h1 {
  font-family: adobe-caslon-pro, serif;
  font-size: 54px;
  line-height: 64px;
  color: #990000;
}

h2, .h2 {
  font-family: adobe-caslon-pro, serif;
  font-size: 42px;
  line-height: 50px;
  color: black;
}

h2.wp-block-heading {
  margin-bottom: 30px;
}

h3, .h3 {
  font-family: adobe-caslon-pro, serif;
  font-size: 32px;
  line-height: 42px;
  color: black;
}

h4, .h4 {
  font-family: source-sans-pro, sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #990000;
}

h5, .h5 {
  font-family: source-sans-pro, sans-serif;
  font-size: 23px;
  line-height: 30px;
  color: black;
}

.site-main .post-navigation {
  margin: 0;
}

.p {
  font-size: 19px;
  line-height: 28px;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.page {
  margin-bottom: 0;
}

.site-header {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: linear-gradient(180deg, black, transparent);
}

.navbar {
  padding: 0;
}

.navbar-inner {
  padding: 0 25px;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex: 0 0 100%;
  align-items: center;
  height: 120px;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.nav-icons {
  flex: 0 0 260px;
  display: flex;
  justify-content: space-between;
}

.nav-icon {
  background: none;
  border: none;
  height: 121px;
  width: 95px;
  line-height: normal;
  position: relative;
}
.nav-icon span {
  color: white;
  display: block;
  font-size: 13px;
  padding-top: 0;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translate(-50%, 0);
}

.navbar-collapse {
  position: relative;
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
  background: white;
}
.navbar-collapse .inner-collapse {
  height: calc(100vh - 120px);
}
.navbar-collapse .inner-collapse .inner-collapse-scrollable {
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}

.nav-back-button {
  display: none;
}

.nav-button {
  border: none;
  background: none;
  padding: 0;
  text-align: left;
  color: black;
  position: relative;
  width: 100%;
}
.nav-button:after {
  position: absolute;
  right: 8px;
  display: block;
  content: " ";
  background: url("../images/chevron_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 20px;
  top: 8px;
}
.nav-button.active {
  color: #990000;
}
.nav-button.active:before {
  display: block;
  content: " ";
  background-color: #990000;
  width: 46px;
  height: 46px;
  right: 0;
  top: -5px;
  position: absolute;
}
.nav-button.active:after {
  background: url("../images/chevron_right_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-link, .nav-link:active, .nav-link:visited {
  color: black;
}

.nav-1-list {
  margin: 0;
  position: relative;
  background: white;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 77px 138px;
  list-style-type: none;
  min-height: 100%;
  z-index: 1;
  border-right: 1px solid #dadada;
}
.nav-1-list .nav-1-item {
  font-size: 32px;
  font-family: adobe-caslon-pro, serif;
  padding-bottom: 24px;
  line-height: 46px;
}

.nav-2-list {
  margin: 0;
  top: 0;
  background: white;
  position: absolute;
  width: 50%;
  left: 100%;
  display: none;
  padding: 77px 40px;
  list-style-type: none;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  min-height: 100%;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
}
.nav-2-list .nav-2-item {
  font-size: 19px;
  font-family: source-sans-pro, sans-serif;
  margin-bottom: 15px;
}
.nav-2-list .nav-button:after {
  height: 14px;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}
.nav-2-list .nav-button.active:before {
  width: 32px;
  height: 32px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.nav-2-list .nav-button.active:after {
  background: url("../images/chevron_right_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-3-list {
  margin: 0;
  top: 0;
  position: absolute;
  background: white;
  left: 100%;
  width: 100%;
  display: none;
  padding: 77px 40px;
  list-style-type: none;
  min-height: 100%;
  border-left: 1px solid #dadada;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
}
.nav-3-list .nav-3-item {
  font-size: 19px;
  font-family: source-sans-pro, sans-serif;
  margin-bottom: 15px;
}

.nav-image {
  width: 50%;
  top: 0;
  right: 0;
  position: absolute;
  min-height: calc(100vh - 120px);
  transition: none;
}
.nav-image img {
  width: 100%;
  height: calc(100% + 120px);
  object-fit: cover;
}
.nav-image.hide-image {
  background: white !important;
}

.notification-bar {
  font-size: 15px;
  text-align: center;
  color: white;
  width: 100%;
  background: #990000;
  position: relative;
  padding: 9px;
  border-bottom: 1px solid #820000;
  text-transform: uppercase;
}
.notification-bar p {
  margin-bottom: 0;
}
.notification-bar a {
  color: #FFCC00;
  text-decoration: underline;
}
.notification-bar button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  background: #820000;
}
.notification-bar button img {
  width: 8px;
  height: 8px;
}

.search-toggler,
.navbar-toggler {
  background: #820000;
  border-radius: 0;
  padding: 0;
}
.search-toggler:focus,
.navbar-toggler:focus {
  box-shadow: none;
}
.search-toggler .close,
.navbar-toggler .close {
  display: inline;
}
.search-toggler .open,
.navbar-toggler .open {
  display: none;
}
.search-toggler.collapsed,
.navbar-toggler.collapsed {
  background: none;
}
.search-toggler.collapsed .close,
.navbar-toggler.collapsed .close {
  display: none;
}
.search-toggler.collapsed .open,
.navbar-toggler.collapsed .open {
  display: inline;
}

.search-toggler img {
  width: 42px;
}

.navbar-toggler img {
  width: 36px;
}

.search-area {
  background: white;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding: 100px 20px;
}
.search-area .search-title {
  margin-bottom: 40px;
}
.search-area .search-inputs {
  margin: 0 auto;
  background: #F5f5f5;
  border: 1px solid #BFBFBF;
  max-width: 800px;
  position: relative;
}
.search-area .search-inputs input {
  width: 100%;
  padding: 35px 34px;
  font-size: 30px;
  background: none;
}
.search-area .search-inputs input::placeholder {
  color: black;
}
.search-area .search-inputs button {
  position: absolute;
  right: 0;
  padding: 35px 34px;
  font-size: 30px;
}
.search-area .search-inputs button img {
  height: 30px;
  width: 30px;
}
.search-area.search-results {
  padding: 260px 20px 40px 20px;
  min-height: auto;
}

.search-count {
  margin-bottom: 20px;
}

.search-entries {
  padding-bottom: 60px;
}

.search-entry {
  border-bottom: 1px solid #BFBFBF;
  padding: 30px 0;
}
.search-entry .entry-title {
  line-height: 30px;
  font-size: 22px;
}
.search-entry .entry-title a {
  color: #990000;
  text-decoration: none;
}
.search-entry:first-child {
  border-top: 1px solid #BFBFBF;
}

.shield {
  width: 80px;
  text-align: right;
  position: relative;
}
.shield img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.site {
  position: relative;
}

ul.list {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
ul.list li a {
  text-decoration: none;
}

.site-main .entry-content ul.wp-block-list {
  padding-left: 50px;
}

.visually-hidden {
  color: black;
  background: white;
}

body:not(.home) .entry-content > *:first-child {
  padding-top: 100px;
}
body:not(.home) .entry-content > *:last-child {
  padding-bottom: 100px;
}

.container, [class^=wp-block-] {
  max-width: 1620px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wp-block-button,
.wp-block-separator,
.wp-block-image {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-separator {
  border-top-width: 1px;
}

.container.container-narrow {
  max-width: 840px;
}

.narrow .entry-content .container, .narrow .entry-content [class^=wp-block-] {
  max-width: 840px;
}
.narrow .entry-content .wp-block-separator {
  max-width: 790px;
}

.container.container-standard {
  max-width: 1180px;
}

.standard .entry-content .container, .standard .entry-content [class^=wp-block-] {
  max-width: 1180px;
}
.standard .entry-content .wp-block-separator {
  max-width: 1130px;
}

.container.container-wide {
  max-width: 1460px;
}

.wide .entry-content .container, .wide .entry-content [class^=wp-block-] {
  max-width: 1460px;
}
.wide .entry-content .wp-block-separator {
  max-width: 1410px;
}

.section {
  padding: 50px 0;
}

.section:has(+ [class^=wp-block-]) {
  padding-bottom: 50px;
}

[class^=wp-block-]:not(.wp-block-heading):not(.wp-block-separator):has(+ .section) {
  padding-bottom: 50px;
}

.wp-block-separator {
  margin: 50px auto;
  padding: 0;
}

.home .section {
  padding: 90px 0;
}

.hero-slider .slide {
  position: relative;
  padding-bottom: 60px;
}
.hero-slider .slide .image {
  width: 100%;
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: center;
}
.hero-slider .slide .content {
  position: absolute;
  background: #990000;
  color: white;
  bottom: -60px;
  right: 60px;
  padding: 50px 50px 100px 50px;
  width: 600px;
}
.hero-slider .slide .description {
  font-weight: 300;
  margin-bottom: 25px;
}
.hero-slider .slide .title {
  color: white;
  margin-bottom: 0;
}
.hero-slider .slide .btn {
  padding: 18px 50px;
}
.hero-slider .splide__arrows {
  position: relative;
}
.hero-slider .splide__arrows .inner {
  position: absolute;
  display: inline-block;
  padding: 10px;
  background: #990000;
  bottom: 30px;
  right: 440px;
}
.hero-slider .splide__arrows .slide-count {
  padding: 0 20px;
  color: white;
  font-size: 15px;
}
.hero-slider .splide__arrows .previous, .hero-slider .splide__arrows .next {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.hero-slider .splide__arrows .previous:disabled, .hero-slider .splide__arrows .next:disabled {
  opacity: 0.5;
}

.quick-links {
  margin: 0 auto;
}
.quick-links .h1 {
  margin-bottom: 25px;
}
.quick-links .inner {
  display: flex;
}
.quick-links .inner .left {
  flex: 0 0 300px;
}
.quick-links .inner .left ul li {
  margin: 18px 0;
  position: relative;
  width: 230px;
}
.quick-links .inner .left ul li:first-child {
  margin-top: 0;
}
.quick-links .inner .left ul li:after {
  position: absolute;
  right: 0;
  top: 3px;
  content: " ";
  background: url("../images/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
}
.quick-links .inner .left ul li a {
  font-size: 22px;
  color: #292929;
  text-decoration: none;
}
.quick-links .inner .right {
  flex: 1 0 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quick-links .inner .right .rectangle {
  flex: 0 0 32.5%;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.quick-links .inner .right .rectangle:hover .image {
  overflow: hidden;
}
.quick-links .inner .right .rectangle:hover .image img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.quick-links .inner .right .rectangle .content {
  position: absolute;
  width: 90%;
  bottom: 0;
  right: 0;
  padding: 25px 30px;
  background: #990000;
  color: white;
}
.quick-links .inner .right .rectangle .content .title {
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  line-height: 36px;
}
.quick-links .inner .right .rectangle .content .p {
  margin-bottom: 0;
}

.dining-locations .h1 {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0;
}
.dining-locations .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dining-locations .inner .tile {
  background: white;
}
.dining-locations .inner .tile a {
  color: black;
  text-decoration: none;
  display: grid;
}
.dining-locations .inner .tile .default-image, .dining-locations .inner .tile .hover-image {
  grid-column: 1;
  grid-row: 1;
  transition: all 0.25s ease;
}
.dining-locations .inner .tile .default-image {
  opacity: 1;
}
.dining-locations .inner .tile .hover-image {
  opacity: 0;
}
.dining-locations .inner .tile .title {
  font-size: 32px;
}
.dining-locations .inner .tile .content {
  padding: 40px;
}
.dining-locations .inner .tile:hover .default-image {
  opacity: 0;
}
.dining-locations .inner .tile:hover .hover-image {
  opacity: 1;
}
.dining-locations .inner .tile .span-link {
  font-weight: 600;
}
.dining-locations .js-more {
  margin-top: 3rem;
}

.feature {
  position: relative;
  padding-bottom: 150px;
}
.feature .title {
  color: white;
  margin-bottom: 0;
  font-weight: 300;
}
.feature .image {
  width: 100%;
  height: 820px;
  background-size: cover;
  background-position: center;
}
.feature .content {
  position: absolute;
  background: #990000;
  color: white;
  bottom: -100px;
  right: 60px;
  padding: 50px 50px 50px 50px;
  width: 600px;
  font-weight: 300;
}
.feature .p {
  margin-bottom: 1.25rem;
}

.dining-location-details,
.event-details {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dining-location-details .left,
.event-details .left {
  flex: 0 0 500px;
}
.dining-location-details .left .links,
.event-details .left .links {
  margin-top: 40px;
}
.dining-location-details .left .links li,
.event-details .left .links li {
  margin-bottom: 1em;
}
.dining-location-details .right,
.event-details .right {
  flex: 0 0 500px;
}
.dining-location-details .right .hours, .dining-location-details .right .contact, .dining-location-details .right .about,
.event-details .right .hours,
.event-details .right .contact,
.event-details .right .about {
  padding-bottom: 40px;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 40px;
}
.dining-location-details .open-indicator,
.event-details .open-indicator {
  margin-bottom: 1rem;
}
.dining-location-details .hours .shifts,
.event-details .hours .shifts {
  margin-bottom: 1rem;
}
.dining-location-details .hours .shifts span,
.event-details .hours .shifts span {
  display: block;
  margin-bottom: 0;
}
.dining-location-details .hours .notes,
.event-details .hours .notes {
  margin-bottom: 1rem;
}
.dining-location-details .hours .notes span,
.event-details .hours .notes span {
  display: block;
  font-style: italic;
  margin-bottom: 0;
}

.dining-location-details .links img {
  padding-left: 10px;
  vertical-align: initial;
}

.back-to-link {
  display: block;
  flex: 0 0 100%;
  margin-bottom: 30px;
  text-decoration: none;
  font-weight: 600;
}
.back-to-link span {
  text-decoration: underline;
  margin-left: 5px;
}

.event-details .calendar-button {
  margin-bottom: 40px;
  font-size: 16px;
}
.event-details .calendar-button span {
  padding-left: 10px;
}
.event-details .calendar-button img {
  vertical-align: bottom;
}
.event-details .calendar-button .icon-hover {
  display: none;
}
.event-details .calendar-button:hover .icon, .event-details .calendar-button:active .icon, .event-details .calendar-button:focus .icon {
  display: none;
}
.event-details .calendar-button:hover .icon-hover, .event-details .calendar-button:active .icon-hover, .event-details .calendar-button:focus .icon-hover {
  display: inline;
}
.event-details .info {
  margin-bottom: 1rem;
}
.event-details .info p {
  margin-bottom: 0;
}

.event-navigation-wrapper {
  padding: 100px 0 50px 0;
  background: #F5f5f5;
}

.event-navigation {
  margin: 0 auto;
  max-width: 1200px;
}
.event-navigation .nav-links {
  flex-wrap: wrap;
}
.event-navigation a {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: black;
}
.event-navigation a .nav-subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.event-navigation a .nav-title {
  font-family: adobe-caslon-pro, serif;
  font-size: 32px;
}
.event-navigation .nav-next a,
.event-navigation .nav-previous a {
  min-width: 200px;
  margin-bottom: 50px;
}
.event-navigation .nav-next a:before,
.event-navigation .nav-previous a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  height: 30px;
  width: 15px;
}
.event-navigation .nav-previous a {
  margin-left: 45px;
  padding-left: 45px;
}
.event-navigation .nav-previous a:before {
  left: 0;
  background: url("../images/chevron_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.event-navigation .nav-next a {
  margin-right: 45px;
  padding-right: 45px;
}
.event-navigation .nav-next a:before {
  right: 0;
  background: url("../images/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.hours-of-operation .hours-description {
  display: none;
}
.hours-of-operation .hours-description.active {
  display: block;
}
.hours-of-operation .group-title {
  padding-top: 32px;
  border-top: 1px solid #BFBFBF;
  margin: 32px 0;
  font-family: source-sans-pro, sans-serif;
}
.hours-of-operation .rectangles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hours-of-operation .rectangles .rectangle {
  padding: 40px;
  background: white;
}
.hours-of-operation .rectangles a {
  font-weight: 600;
}
.hours-of-operation .rectangles .title {
  font-size: 22px;
  line-height: 30px;
  font-family: source-sans-pro, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.hours-of-operation .rectangles .open-indicator {
  margin-bottom: 1rem;
  margin-top: -5px;
}
.hours-of-operation .rectangles .hours-table {
  margin-bottom: 20px;
  display: none;
}
.hours-of-operation .rectangles .hours-table.active {
  display: table;
}
.hours-of-operation .rectangles td {
  line-height: 30px;
  font-family: source-sans-pro, sans-serif;
  vertical-align: top;
}
.hours-of-operation .rectangles td span {
  display: block;
}

.open-indicator {
  padding-left: 15px;
  position: relative;
  display: block;
  line-height: 30px;
  font-family: source-sans-pro, sans-serif;
}
.open-indicator::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: yellow;
}
.open-indicator.open::before {
  background-color: #32B900;
}
.open-indicator.closed::before {
  background-color: #D60000;
}

.accordions .title {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #BFBFBF;
}
.accordions .link {
  margin: 40px 0;
}

.accordion {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #BFBFBF;
}
.accordion .accordion-header button {
  text-align: left;
  border: none;
  background: none;
  font-family: source-sans-pro, sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #990000;
  width: 100%;
  position: relative;
  padding-right: 40px;
}
.accordion .accordion-header button:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  display: block;
  background: url("../images/chevron_up.svg");
  width: 25px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion .accordion-header button.collapsed:after {
  background: url("../images/chevron_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion .accordion-body {
  padding: 0;
}

.form-block {
  display: flex;
  justify-content: space-between;
}
.form-block .left {
  flex: 0 0 54%;
  padding: 50px 60px;
}
.form-block .left p {
  margin-bottom: 1.8rem;
}
.form-block .right {
  flex: 0 0 45%;
  background: #F5f5f5;
  padding: 50px 60px;
  border-radius: 10px;
}
.form-block .form-social {
  margin-top: 2.9rem;
}
.form-block .form-social a {
  margin-right: 15px;
  text-decoration: none;
}
.form-block input {
  margin-bottom: 25px;
}
.form-block .gform-theme--foundation .gform_fields {
  row-gap: 20px;
}
.form-block .gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
.form-block .gform_wrapper .gform_body .gform_fields .gfield input,
.form-block .gform_wrapper .gform_body .gform_fields .gfield select {
  font-size: 19px;
}
.form-block input[type=submit] {
  font-size: 16px !important;
  border-radius: 0;
  border: none;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding: 20px 20px !important;
  min-width: 240px !important;
  border: 1px solid #990000 !important;
  background: #990000 !important;
  color: white !important;
  border-radius: 0 !important;
}
.form-block input[type=submit]:hover, .form-block input[type=submit]:focus {
  background: white;
  color: #990000;
}

.gform_required_legend {
  display: none;
}

.map + .map {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #BFBFBF;
}

.diet-articles {
  margin: 0 auto;
}
.diet-articles .article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #F5f5f5;
}
.diet-articles .article .left {
  flex: 0 1 460px;
  margin-right: 40px;
}
.diet-articles .article .right {
  flex: 1 1 680px;
}
.diet-articles .article .right .title {
  margin-top: 10px;
}
.diet-articles .article .right a {
  font-weight: 600;
}

.paging {
  text-align: center;
}
.paging .page-numbers-wrapper {
  display: inline-block;
  margin: 0 -20px;
}
.paging .page-numbers-wrapper .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  color: black;
  text-decoration: none;
}
.paging .page-numbers-wrapper .page-numbers.current {
  color: white;
  background: #990000;
}

.events .inner {
  max-width: 1342px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.events .inner .event {
  background: white;
}
.events .inner .event .bottom {
  padding: 40px;
}
.events .inner .event .info, .events .inner .event .excerpt {
  margin-bottom: 20px;
}
.events .inner .event .info p {
  margin-bottom: 0;
}
.events .inner .event a {
  text-decoration: none;
  color: black;
}
.events .inner .event a span {
  color: #990000;
  text-decoration: underline;
  font-weight: 600;
}

.big-column {
  text-align: center;
}
.big-column .group {
  margin-bottom: 60px;
}
.big-column .group .image {
  height: 180px;
  width: 180px;
  margin-bottom: 30px;
}
.big-column .group .title {
  margin: 25px 0 30px 0;
}
.big-column .group .description {
  margin-bottom: 35px;
  max-width: 1180px;
  margin: 0 auto;
}

.mobile-app {
  padding: 0;
}
.mobile-app .title {
  margin-bottom: 20px;
}
.mobile-app .description {
  margin-bottom: 30px;
}
.mobile-app .container {
  max-width: 1320px;
}
.mobile-app ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.mobile-app .top .container {
  display: flex;
}
.mobile-app .top .container .left {
  flex: 0 0 549px;
}
.mobile-app .top .container .left img {
  height: 50px;
}
.mobile-app .top .container .right {
  position: relative;
}
.mobile-app .top .container .right img {
  left: 192px;
  max-width: 281px;
  position: absolute;
}
.mobile-app .top .container .links {
  margin-bottom: 140px;
}
.mobile-app .middle {
  background-color: #F5f5f5;
  padding: 120px 0;
}
.mobile-app .middle .inner {
  display: flex;
  justify-content: space-between;
}
.mobile-app .middle .inner .left {
  padding-right: 20px;
}
.mobile-app .middle .inner .left, .mobile-app .middle .inner .right {
  flex: 0 0 45%;
}
.mobile-app .middle .inner .left .title, .mobile-app .middle .inner .right .title {
  font-family: source-sans-pro, sans-serif;
  color: #990000;
}
.mobile-app .middle .inner .left {
  border-right: 1px solid #BFBFBF;
}
.mobile-app .middle .inner .left ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.mobile-app .bottom {
  padding: 120px 0 0 0;
}
.mobile-app .bottom .steps {
  display: flex;
  justify-content: space-between;
}
.mobile-app .bottom .step {
  flex: 0 0 252px;
  margin-bottom: 40px;
}
.mobile-app .bottom .step img {
  margin-bottom: 20px;
}

.boxes {
  margin-bottom: 40px;
  display: grid;
  gap: 20px;
}
.boxes.boxes-2 {
  grid-template-columns: repeat(2, 1fr);
}
.boxes.boxes-3 {
  grid-template-columns: repeat(3, 1fr);
}
.boxes.boxes-4 {
  grid-template-columns: repeat(4, 1fr);
}
.boxes .box {
  padding: 40px;
}
.boxes .title {
  font-size: 22px;
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.boxes .description {
  margin-bottom: 30px;
}
.boxes a {
  font-weight: 600;
}

.image-and-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.image-and-text .image, .image-and-text .text {
  flex: 0 0 48%;
}

.dining-menus {
  display: flex;
}
.dining-menus .js-menu-filter[data-type=clear] {
  display: none;
}
.dining-menus .left {
  flex: 0 0 382px;
}
.dining-menus .left .filters {
  max-width: 270px;
}
.dining-menus .left .btn-close {
  display: none;
}
.dining-menus .left .filter-title {
  position: relative;
  max-width: 270px;
}
.dining-menus .left .filter-title button {
  position: absolute;
  right: 0;
  color: #990000;
  font-size: 17px;
  padding: 0;
  font-family: source-sans-pro, sans-serif;
}
.dining-menus .left .filter-title button img {
  width: 14px;
  height: 14px;
  vertical-align: unset;
  margin-right: 5px;
}
.dining-menus .left .filter-title button span {
  text-decoration: underline;
}
.dining-menus .left .h4 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #BFBFBF;
  margin-bottom: 0;
}
.dining-menus .left .filter-list {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.dining-menus .left .filter-list .filter-list-button {
  min-height: 60px;
  padding: 17px;
  background: #F5f5f5;
  text-align: left;
  width: 100%;
  margin-bottom: 2px;
  min-width: 270px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.dining-menus .left .filter-list .filter-list-button .icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.dining-menus .left .filter-list .filter-list-button.active {
  background: #E6E6E6;
}
.dining-menus .right .filter-buttons {
  margin-left: 0;
  justify-content: start;
}
.dining-menus .right .filter-buttons button {
  background: #F5f5f5;
}
.dining-menus .right .filter-buttons button:hover, .dining-menus .right .filter-buttons button.active {
  background: #990000;
}
.dining-menus .right .filter-select {
  text-align: left;
}
.dining-menus .right .inner .date, .dining-menus .right .inner .meal {
  min-width: 290px;
  padding: 0 22px;
  margin-right: 20px;
  height: 60px;
  border-color: #BFBFBF;
  vertical-align: top;
  margin-bottom: 20px;
}
.dining-menus .right .inner .date {
  position: relative;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.dining-menus .right .inner .date::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: block;
  position: absolute;
  right: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.dining-menus .right .inner .date:before {
  content: " ";
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  border-left: 1px solid #BFBFBF;
  top: 0;
  box-sizing: content-box;
}
.dining-menus .right .inner .date:after {
  content: " ";
  background: url("../images/calendar.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  height: 24px;
  width: 24px;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.dining-menus .right .inner .meal {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  background: url("../images/chevron_down.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px;
}
.dining-menus .right .inner .meal::-ms-expand {
  display: none;
}
.dining-menus .right .inner .offcanvas-button {
  height: 60px;
  width: 290px;
  margin-bottom: 10px;
}
.dining-menus .right h2 {
  margin-bottom: 30px;
}
.dining-menus .right .results {
  padding: 25px 0;
  margin: 30px 0;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
.dining-menus .right .results .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.dining-menus .right .results ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.dining-menus .right .stations {
  columns: 2;
}
.dining-menus .right .stations .h4 {
  margin-bottom: 25px;
}
.dining-menus .right .stations .station {
  break-inside: avoid;
  padding-bottom: 30px;
}
.dining-menus .right .stations .station .title {
  margin-bottom: 15px;
}
.dining-menus .right .stations .station .subtitle {
  margin-top: -15px;
  font-style: italic;
}
.dining-menus .right .stations .station li {
  line-height: 24px;
  margin-bottom: 10px;
}
.dining-menus .right .stations .station .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
}
.dining-menus .right .stations .station .icon:first-child {
  margin-left: 5px;
}
.dining-menus .right .description {
  font-size: 16px;
}

.newspaper .image {
  padding-top: 100px;
  padding-bottom: 60px;
}
.newspaper .head {
  margin-bottom: 20px;
}
.newspaper .columns {
  columns: 2;
  column-gap: 60px;
  padding-bottom: 100px;
}
.newspaper .blurb {
  margin-bottom: 40px;
}
.newspaper .blurb .title {
  font-weight: bold;
}

.modal .modal-dialog {
  max-width: 750px;
}
.modal .modal-content {
  margin-top: 170px;
  border: none;
  border-radius: 0;
  margin: 170px auto;
  flex-direction: row;
}
.modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal .left {
  flex: 0 0 50%;
  background-size: contain;
}
.modal .left + .right {
  flex: 0 0 50%;
}
.modal .right {
  padding: 70px 30px;
}
.modal .description {
  font-size: 16px;
}
.modal form label, .modal form input, .modal form button {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  width: 100%;
}
.modal form button.btn.btn-primary {
  padding: 18px;
}
.modal form input {
  padding: 18px 22px;
}

.instagram {
  margin-right: 0;
  padding-right: 0;
}
.instagram .top {
  display: flex;
  justify-content: space-between;
}
.instagram .top .title {
  margin-bottom: 0;
  line-height: 54px;
}
.instagram .top .subtitle {
  font-size: 22px;
}
.instagram .top a {
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 1.4px;
}
.instagram .splide__arrows {
  margin-top: 40px;
}
.instagram .splide__arrows .splide__arrow {
  background: #F5f5f5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
}
.instagram .splide__arrows .splide__arrow svg {
  display: none;
}
.instagram .splide__arrows .splide__arrow:after {
  content: " ";
  position: absolute;
  background: url("../images/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 22px;
  width: 12px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.instagram .splide__arrows .splide__arrow:hover {
  background: #990000;
}
.instagram .splide__arrows .splide__arrow:hover:after {
  background: url("../images/chevron_right_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.instagram .splide__arrows .splide__arrow.splide__arrow--prev {
  margin-right: 10px;
}
.instagram .splide__arrows .splide__arrow.splide__arrow--prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.instagram .splide__arrows .splide__arrow:disabled {
  opacity: 0.5;
}
.instagram #sb_instagram .sb_instagram_header, .instagram .sb_instagram_header, .instagram #sbi_load {
  display: none;
}
.instagram #sb_instagram #sbi_images {
  display: block;
}

.site-footer {
  padding: 100px 60px 80px 60px;
  background: #990000;
}
.site-footer .site-info {
  display: flex;
  justify-content: space-between;
}
.site-footer .footer-links ul > li > a {
  display: block;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.site-footer .footer-social a {
  padding: 0 10px;
}
.site-footer .footer-copyright {
  margin-top: 50px;
  border-top: 1px solid white;
  color: white;
  padding-top: 15px;
}
.site-footer .footer-copyright p {
  font-size: 15px;
}
.site-footer .footer-form {
  font-size: 16px;
}
.site-footer .footer-form p {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.site-footer .footer-form input {
  color: white;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  width: 240px;
  font-weight: 16px;
  vertical-align: bottom;
  margin-right: 18px;
  padding: 15px 0;
}
.site-footer .footer-form input::placeholder {
  color: white;
}
.site-footer .footer-form button.btn {
  min-width: 160px;
  border: 1px solid white;
  padding: 18px;
}

.certifications {
  padding-top: 100px;
}

.page-template-page-nobanner .site-header {
  background: #990000;
}
.page-template-page-nobanner .entry-header {
  display: none;
}
.page-template-page-nobanner #primary {
  padding-top: 150px;
}
.page-template-page-nobanner .gform_wrapper input[type=submit] {
  font-size: 16px !important;
  border-radius: 0;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding: 20px 20px !important;
  min-width: 240px !important;
  border: 1px solid #990000 !important;
  background: #990000 !important;
  color: white !important;
  border-radius: 0 !important;
}
.page-template-page-nobanner .gform_wrapper {
  padding: 0 25px;
}
.page-template-page-nobanner .gform_wrapper input[type=submit]:hover,
.page-template-page-nobanner .gform_wrapper input[type=submit]:focus {
  background: white !important;
  color: #990000 !important;
}
.page-template-page-nobanner .gform_wrapper .gfield_label,
.page-template-page-nobanner .gform_wrapper .gform_fields .gfield input {
  font-size: 19px;
}
