@charset "UTF-8";
/*
  Modern CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #00529B;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #00529B;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

body:not(.wp-admin) {
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  line-height: 1.5;
  font-display: swap;
}

nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: all 0.25s ease-out;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wp--preset--font-family--oswald);
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1 {
  font-size: var(--wp--preset--font-size--32);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 2px;
}

h2 {
  font-size: var(--wp--preset--font-size--26);
  line-height: 1.2;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.3;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
}

h5 {
  color: var(--wp--preset--color--gray-40);
  font-size: 18px;
  line-height: 1.5;
}

h6 {
  color: var(--wp--preset--color--blue-50);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

p {
  margin-bottom: 1rem;
}

div.facetwp-facet {
  margin: 0;
}
div.facetwp-facet input, div.facetwp-facet select {
  border: 2px solid #f2f2f2;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  width: 100%;
  height: 44px;
  transition: all 0.25s ease;
  -webkit-appearance: none;
}
div.facetwp-facet input:focus, div.facetwp-facet select:focus {
  outline: 0;
  background-color: #f2f2f2;
}
div.facetwp-facet input::-moz-placeholder {
  font-size: 0.9375rem;
  color: #767676;
  letter-spacing: 0.45px;
}
div.facetwp-facet select, div.facetwp-facet input::placeholder {
  font-size: 0.9375rem;
  color: #767676;
  letter-spacing: 0.45px;
}
div.facetwp-facet.facetwp-type-pager {
  margin: 4.5rem 0 0;
  display: flex;
  justify-content: center;
}
div.facetwp-facet.facetwp-type-pager button.facetwp-load-more.facetwpwp-hidden {
  display: none !important;
}
div.facetwp-facet.facetwp-type-pager .facetwp-input-wrap {
  display: block;
  width: 100%;
  position: relative;
}
div.facetwp-facet.facetwp-facet-search {
  position: relative;
}
div.facetwp-facet.facetwp-facet-search span.facetwp-input-wrap {
  width: 100%;
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon {
  position: absolute;
  right: 1rem;
  top: 0.66rem;
  opacity: 1;
  font-size: 1.125rem;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon.f-loading:before {
  animation: rotation 2s infinite linear !important;
  content: "\f110";
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon:before {
  transition: all 250ms ease-in-out;
  content: "\f002";
  font: var(--fa-font-solid);
  display: none;
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon svg {
  color: #00529B;
}
div.facetwp-facet.facetwp-facet-search input {
  border-radius: 24px;
}
div.facetwp-facet.facetwp-type-dropdown {
  -webkit-font-smoothing: antialiased;
  position: relative;
}
div.facetwp-facet.facetwp-type-dropdown:after {
  transition: all 250ms ease-in-out;
  color: #767676;
  content: "\f0d7";
  font: var(--fa-font-solid);
  display: none;
}
div.facetwp-facet.facetwp-type-dropdown svg {
  color: #767676;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  pointer-events: none;
}

p + .facetwp-facet {
  margin-top: -12px;
}

.gform_wrapper {
  margin-top: 4.3vw;
}
.gform_wrapper form .gform_fields {
  gap: 2.125rem 1rem;
}
.gform_wrapper form .ginput_container label.gform-field-label, .gform_wrapper form .ginput_container label.gfield_label, .gform_wrapper form .ginput_container legend, .gform_wrapper form .gfield label.gform-field-label, .gform_wrapper form .gfield label.gfield_label, .gform_wrapper form .gfield legend {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.gform_wrapper form .ginput_container label.gform-field-label span.gfield_required, .gform_wrapper form .ginput_container label.gfield_label span.gfield_required, .gform_wrapper form .ginput_container legend span.gfield_required, .gform_wrapper form .gfield label.gform-field-label span.gfield_required, .gform_wrapper form .gfield label.gfield_label span.gfield_required, .gform_wrapper form .gfield legend span.gfield_required {
  font-weight: 700;
  transform: translateY(-4px) translateX(-6px);
}
.gform_wrapper form .ginput_container label.gform-field-label--type-sub, .gform_wrapper form .gfield label.gform-field-label--type-sub {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  color: #444;
}
.gform_wrapper form .ginput_container input, .gform_wrapper form .ginput_container textarea, .gform_wrapper form .gfield input, .gform_wrapper form .gfield textarea {
  border-radius: 0;
  border: 1px solid #D9D9D9;
  font-size: 0.8125rem;
  box-shadow: 0 0 0 0 transparent;
  margin-top: 0.4375rem;
}
.gform_wrapper form .ginput_container input::-moz-placeholder, .gform_wrapper form .ginput_container textarea::-moz-placeholder, .gform_wrapper form .gfield input::-moz-placeholder, .gform_wrapper form .gfield textarea::-moz-placeholder {
  font-weight: 400;
  color: #444;
}
.gform_wrapper form .ginput_container input::placeholder, .gform_wrapper form .ginput_container textarea::placeholder, .gform_wrapper form .gfield input::placeholder, .gform_wrapper form .gfield textarea::placeholder {
  font-weight: 400;
  color: #444;
}
.gform_wrapper form .ginput_container input:focus, .gform_wrapper form .ginput_container textarea:focus, .gform_wrapper form .gfield input:focus, .gform_wrapper form .gfield textarea:focus {
  outline-color: #4C91D2;
}
.gform_wrapper form .ginput_container .gfield_radio, .gform_wrapper form .ginput_container .gfield_checkbox, .gform_wrapper form .gfield .gfield_radio, .gform_wrapper form .gfield .gfield_checkbox {
  gap: 1rem 3.75rem;
  margin-top: 1rem;
}
@media (min-width: 580px) {
  .gform_wrapper form .ginput_container .gfield_radio, .gform_wrapper form .ginput_container .gfield_checkbox, .gform_wrapper form .gfield .gfield_radio, .gform_wrapper form .gfield .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    flex-wrap: wrap;
    align-items: center;
    justify-items: start;
  }
}
.gform_wrapper form .ginput_container .gfield_radio .gchoice, .gform_wrapper form .ginput_container .gfield_checkbox .gchoice, .gform_wrapper form .gfield .gfield_radio .gchoice, .gform_wrapper form .gfield .gfield_checkbox .gchoice {
  display: flex;
  align-items: start;
  align-content: center;
  gap: 0.5rem;
}
.gform_wrapper form .ginput_container .gfield_radio input, .gform_wrapper form .ginput_container .gfield_checkbox input, .gform_wrapper form .gfield .gfield_radio input, .gform_wrapper form .gfield .gfield_checkbox input {
  margin: 0;
  aspect-ratio: 1;
}
.gform_wrapper form .ginput_container .gfield_radio input:not([type=checkbox]), .gform_wrapper form .ginput_container .gfield_checkbox input:not([type=checkbox]), .gform_wrapper form .gfield .gfield_radio input:not([type=checkbox]), .gform_wrapper form .gfield .gfield_checkbox input:not([type=checkbox]) {
  border-radius: 100%;
}
.gform_wrapper form .ginput_container .gfield_radio label, .gform_wrapper form .ginput_container .gfield_checkbox label, .gform_wrapper form .gfield .gfield_radio label, .gform_wrapper form .gfield .gfield_checkbox label {
  font-weight: 300;
  font-size: 0.9375rem;
}
.gform_wrapper form .gform-footer input.gform_button[type=submit] {
  padding: 0.875rem 1.875rem !important;
  border-radius: 0px !important;
  background-color: #1D1D1D !important;
  border: 1px solid #1D1D1D !important;
  text-transform: uppercase !important;
  font-size: 0.9375rem !important;
  letter-spacing: 3px !important;
  font-weight: 600 !important;
  transition: all 0.4s ease-in-out !important;
}
.gform_wrapper form .gform-footer input.gform_button[type=submit]:hover {
  background: transparent !important;
  color: #1D1D1D !important;
}
.gform_wrapper .ginput_container_consent {
  align-items: baseline !important;
}
.gform_wrapper .ginput_container_consent input[type=checkbox] {
  margin-right: 0.5rem !important;
}

body.login div#login h1 a {
  background: url("../img/wp-login-logo-ristretto.png") no-repeat 0 0;
  background-size: contain;
  margin: 0 0 0 23px;
  width: 274px;
}
.menu-button {
  top: 32px;
}
@media (min-width: 960px) {
  .menu-button {
    display: none;
  }
}
.menu-button .menu-toggle {
  background: transparent;
  border: none;
  display: block;
  height: 48px;
  padding-left: 14px;
  position: relative;
  text-align: left;
  width: 48px;
  transition: all 0.25s ease-out;
  z-index: 100;
  top: -8px;
}
.menu-button .menu-toggle:hover, .menu-button .menu-toggle:active, .menu-button .menu-toggle:focus {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  outline: none;
}
.menu-button .menu-toggle .menu-button {
  transform: translateY(-1px);
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  background: #00529B;
  content: "";
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}
.menu-button .menu-toggle .menu-button:before {
  top: -7px;
}
.menu-button .menu-toggle .menu-button:after {
  bottom: -7px;
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  transition: all 0.25s ease-out;
}
.menu-button .menu-toggle.active .menu-button {
  background-color: transparent;
}
.menu-button .menu-toggle.active .menu-button:before, .menu-button .menu-toggle.active .menu-button:after {
  top: 0;
}
.menu-button .menu-toggle.active .menu-button:before {
  transform: rotate(45deg);
}
.menu-button .menu-toggle.active .menu-button:after {
  transform: rotate(-45deg);
}

.post-nav {
  border-top: 1px solid #f2f2f2;
  font-family: "Oswald", Helvetica, Calibri, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-top: 3rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.post-nav::after {
  clear: both;
  content: "";
  display: block;
}
.post-nav a {
  border: none;
  font-family: "Oswald", Helvetica, Calibri, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-nav .previous-post {
  float: left;
}
.post-nav .next-post {
  float: right;
}
.post-nav .fa {
  color: #00529B;
  position: relative;
  top: 0px;
  right: -2px;
}
.post-nav .fa.fa-caret-left {
  right: 0;
  left: -2px;
}

@media (max-width: 959px) {
  .nav-open + form.searchform {
    opacity: 1;
  }
}

form.searchform {
  transition: all 250ms ease-in-out;
  opacity: 0;
  position: relative;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 960px) {
  form.searchform {
    position: absolute;
  }
}
form.searchform svg {
  color: #fff;
  position: absolute;
  left: 0.66rem;
  top: 0.75rem;
}
form.searchform:before {
  font: var(--fa-font-light);
  content: "\f002";
  display: none;
}
form.searchform input.search-input {
  transition: all 250ms ease-in-out;
  background: transparent;
  border: 1px solid #444;
  color: #fff;
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 0.5rem 2.25rem;
  width: 100%;
}
form.searchform input.search-input::-moz-placeholder {
  letter-spacing: 2px;
  text-transform: uppercase;
}
form.searchform input.search-input::placeholder {
  letter-spacing: 2px;
  text-transform: uppercase;
}
form.searchform input.search-input:focus {
  border: 1px solid #000;
  outline: 0;
}
@media (min-width: 960px) {
  form.searchform:not(#searchform404):not(#searchpageform) input.search-input {
    background-color: #000;
    width: 525px;
  }
}
form.searchform #search-close {
  display: none;
}
@media (min-width: 960px) {
  form.searchform #search-close {
    background-color: blue;
    border-left: 1px solid #444;
    position: absolute;
    right: 1px;
    top: 0;
    width: 40px;
  }
}

.social-sharing {
  display: flex;
  margin-bottom: 3rem;
  gap: 0 1.5rem;
}
.social-sharing a {
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.social-sharing a:hover {
  margin-top: -2px;
}
.social-sharing a path {
  color: #00529B;
}

.header-slideshow-wrapper {
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .header-slideshow-wrapper {
    overflow: hidden;
    max-height: 530px;
  }
}
.header-slideshow-wrapper .header-slideshow {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.header-slideshow-wrapper a {
  text-decoration: none;
}
.header-slideshow-wrapper .tns-nav {
  bottom: 0.25rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
@media (min-width: 1024px) {
  .header-slideshow-wrapper .tns-nav {
    bottom: 1rem;
  }
}
.header-slideshow-wrapper .tns-nav button {
  aspect-ratio: 1;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.125);
  display: block;
  width: 12px;
}
@media (min-width: 1024px) {
  .header-slideshow-wrapper .tns-nav button {
    width: 14px;
  }
}
.header-slideshow-wrapper .tns-nav button.tns-nav-active {
  background: #fff;
}
.header-slideshow-wrapper .legacy-slide-inner {
  display: grid;
}
@media (min-width: 768px) {
  .header-slideshow-wrapper .legacy-slide-inner {
    grid-template-columns: 2fr 1fr;
  }
}
.header-slideshow-wrapper .legacy-slide-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  order: 2;
  height: 500px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-slideshow-wrapper .legacy-slide-inner img {
    order: 1;
  }
}
.header-slideshow-wrapper .legacy-slide-info {
  background: #1D1D1D;
  color: #fff;
  order: 1;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .header-slideshow-wrapper .legacy-slide-info {
    order: 2;
  }
}
.header-slideshow-wrapper .legacy-slide-info .inner {
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2.5rem;
  text-align: center;
}

.header-slide {
  display: grid !important;
}
@media (min-width: 1024px) {
  .header-slide {
    grid-template-columns: 2fr 1fr;
  }
}
.header-slide .wp-block-cover {
  min-height: 350px !important;
}
@media (min-width: 1024px) {
  .header-slide .wp-block-cover {
    min-height: 530px !important;
  }
}
.header-slide .wp-block-buttons {
  margin-top: 4rem;
}
.header-slide > .wp-block-group {
  width: 100%;
}
.header-slide > .wp-block-group .wp-block-group {
  width: 100%;
}
.hero-banner {
  display: grid;
}
@media (min-width: 768px) {
  .hero-banner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .hero-banner {
    grid-template-columns: 2fr 1fr;
  }
}
.hero-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  order: 2;
  height: 500px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-banner img {
    order: 1;
  }
}
.hero-banner .hero-banner-info {
  background: #1D1D1D;
  color: #fff;
  order: 1;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .hero-banner .hero-banner-info {
    order: 2;
  }
}
.hero-banner .hero-banner-info .inner {
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2.5rem;
  text-align: center;
}
.hero-banner .hero-banner-info h1 {
  font-weight: 300;
  font-size: 2.25rem;
  position: relative;
  text-wrap: balance;
}
.hero-banner .hero-banner-info h1::after {
  border-top: 1px solid #fff;
  bottom: -1.25rem;
  content: " ";
  display: block;
  height: 1px;
  left: calc(50% - 44px);
  position: absolute;
  width: 88px;
}

.wp-block-embed {
  clear: both;
}

@media (max-width: 767px) {
  .wp-block-columns.is-layout-flex {
    display: grid !important;
  }
}

.wp-block-media-text.alignfull {
  gap: 3rem;
}
.wp-block-media-text.alignfull .wp-block-media-text__content {
  padding: 0 1.5rem;
}
@media (min-width: 600px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding-top: 3rem;
  }
}
@media (min-width: 1344px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 3rem 0 0;
  }
}
@media (min-width: 1344px) {
  .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content {
    margin-right: calc(50vw - 720px);
  }
}
@media (min-width: 1344px) {
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    margin-left: calc(50vw - 720px);
  }
}

.wp-block-separator {
  border-top: 1px solid;
  margin: 3rem 0;
  width: 96px;
}
.wp-block-separator.is-style-small {
  border-top: 2px solid;
  margin: 1.5rem 0;
  width: 68px;
}
.wp-block-separator.is-style-wide {
  border-top: 1px solid;
  margin: 3rem 0;
  width: 100%;
}

/* Button defaults (your existing look) */
.wp-block-button .wp-block-button__link {
  background: #1d1d1d;
  color: #fff;
  border: 1px solid #1d1d1d;
}

/* Invert when placed inside a “dark section” */
:where(.is-style-dark, .has-black-background-color, .has-contrast-background-color) .wp-block-button .wp-block-button__link {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/* Hover inside dark section */
:where(.is-style-dark, .has-black-background-color, .has-contrast-background-color) .wp-block-button .wp-block-button__link:hover {
  background: #fff;
  color: #1d1d1d;
  border-color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
  background: #1d1d1d;
  color: #ffffff;
  border-color: #1d1d1d;
}

:where(.is-style-dark, .has-black-background-color, .has-contrast-background-color) .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
:where(.is-style-dark, .has-black-background-color, .has-contrast-background-color) .wp-block-button.is-style-outline .wp-block-button__link:hover, :where(.is-style-dark, .has-black-background-color, .has-contrast-background-color) .wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
  background: #ffffff;
  color: #1d1d1d;
  border-color: #ffffff;
}

/* Button defaults (your existing look) */
.wp-block-heading.is-style-with-rule {
  margin-bottom: 2.5rem;
  position: relative;
}
.wp-block-heading.is-style-with-rule::after {
  border-top: 1px solid #fff;
  bottom: -1.25rem;
  content: " ";
  display: block;
  height: 1px;
  left: calc(50% - 44px);
  position: absolute;
  width: 88px;
}

@view-transition {
  navigation: auto;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.r-editor-note {
  display: none;
}

.visually-hidden {
  background-color: #444;
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 0.125rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  border-bottom: 1px solid #1D1D1D;
}
.visually-hidden:focus {
  height: auto;
  width: 100%;
  position: static;
  margin: auto;
  color: #fff;
}

.body--wrapper {
  padding-top: 160px;
  z-index: 10;
}
.body--wrapper .alignfull + .alignfull {
  margin-block-start: 0;
}

.page-content {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.wp-block-geomap-block-geomap-block {
  margin-bottom: -3.5rem !important;
}

.back-link {
  color: #00529B;
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin: 2.5rem 0;
  text-decoration: none;
  text-transform: uppercase;
}
.back-link .fa-caret-left {
  transition: all 0.35s ease-out;
}
.back-link:hover .fa-caret-left {
  transform: translateX(-0.25rem);
}

.store-label {
  background: #f2f2f2;
  color: #fff;
  text-align: center;
  font-family: "Oswald", Helvetica, Calibri, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
}
.store-label.label-coming-soon {
  background: #4C91D2;
}
.store-label.label-delivery {
  background: #F69700;
}
.store-label.label-promos {
  background: #DB3D53;
}

.button {
  border: 1px solid #1D1D1D;
  color: #1D1D1D;
  display: inline-block;
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.button:hover {
  background: #1D1D1D;
  color: #fff;
}

.footer-social-feed {
  background: #f2f2f2;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.footer-social-feed .inner {
  text-align: center;
}
.footer-social-feed .ff-stream {
  background: transparent !important;
  min-height: auto !important;
}
.footer-social-feed .ff-stream-wrapper {
  margin-top: 0;
}

.newsletter-signup {
  background: #00529B;
  color: #fff;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .newsletter-signup .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .newsletter-signup h4 {
    font-size: 1.625rem;
    margin-bottom: 0;
  }
}
.newsletter-signup .fa-envelope {
  margin-right: 0.25rem;
}
.newsletter-signup form {
  align-items: center;
  display: flex;
  gap: 0;
}
.newsletter-signup input[type=email] {
  border: 1px solid #fff;
  font-size: 0.875rem;
  padding: 0.75rem 0.75rem;
  min-width: 240px;
}
.newsletter-signup .ctct-form-field-required {
  margin: 0 !important;
}
.newsletter-signup .ctct-form-field-submit {
  margin: 0 !important;
}
.newsletter-signup .ctct-disclosure {
  display: none;
}
.newsletter-signup input[type=submit] {
  border: 1px solid #fff;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  background: #00529B;
  color: #fff;
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.35s ease-out;
}
.newsletter-signup input[type=submit]:hover {
  background: #4C91D2;
}

.footer--top {
  border-bottom: 1px solid #444;
  padding-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
}
.footer--top p {
  font-size: 0.875rem;
}

@media (min-width: 960px) {
  .footer--bottom {
    align-items: baseline;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 1.25rem;
    padding-top: 0.75rem;
  }
}

footer.body--footer {
  background: #1D1D1D;
  color: #fff;
  margin-top: auto;
}
footer.body--footer::after {
  clear: both;
  content: "";
  display: block;
}
footer.body--footer p {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
footer.body--footer a {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  text-decoration-color: #767676;
}
footer.body--footer a:hover {
  text-decoration-color: #fff;
}

.fixed-header {
  background: #fff;
  left: 0;
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0);
  width: 100%;
  z-index: 1000;
}
.fixed-header.header-small {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125);
}
.fixed-header.header-small .logo-menu-wrapper .logo a {
  display: block;
  height: 50px;
  width: 400px;
}
.fixed-header .current-menu-item a {
  color: #00529B !important;
  text-decoration: underline !important;
  text-decoration-color: #00529B !important;
  text-underline-offset: 2px !important;
}

.super-header {
  background: #f2f2f2;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.super-header nav {
  display: flex;
  gap: 1rem 1.5rem;
  justify-content: flex-end;
}
.super-header .nav-social {
  display: flex;
  gap: 1rem 1.5rem;
}
.super-header a {
  color: #1D1D1D;
  font-size: 1.0625rem;
  font-family: "Oswald", Helvetica, Calibri, Arial, sans-serif;
  font-weight: 400;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.super-header a:hover {
  color: #00529B;
  text-decoration-color: #00529B;
}

header.body--header {
  margin: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (min-width: 960px) {
  header.body--header {
    align-items: center;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
  }
}
header.body--header .logo {
  margin: 0;
  padding: 0;
}
header.body--header .logo-menu-wrapper {
  transition: all 0.35s ease-out;
}
@media (max-width: 959px) {
  header.body--header .logo-menu-wrapper {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
  }
}
header.body--header .logo-menu-wrapper .logo a {
  display: block;
  height: 80px;
  width: 240px;
  transition: all 0.35s ease-out;
}
@media (min-width: 500px) {
  header.body--header .logo-menu-wrapper .logo a {
    width: 400px;
  }
}
header.body--header .logo-menu-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  height: 100%;
  width: 100%;
}
@media (min-width: 960px) {
  header.body--header nav.nav--primary {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
@media (max-width: 959px) {
  header.body--header nav.nav--primary {
    transform-origin: top;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.44s ease-in-out;
  }
  header.body--header nav.nav--primary:has(.nav-open) {
    max-height: 1500px;
  }
}
header.body--header nav.nav--primary .menu {
  display: grid;
  gap: 0;
  transition: all 0.44s ease-in-out;
}
@media (max-width: 959px) {
  header.body--header nav.nav--primary .menu {
    padding-top: 1rem;
  }
}
@media (min-width: 960px) {
  header.body--header nav.nav--primary .menu {
    align-items: end;
    display: flex;
    gap: 3rem;
  }
}
header.body--header nav.nav--primary .menu li {
  line-height: 1.25;
  text-transform: uppercase;
}
header.body--header nav.nav--primary .menu li:last-child a {
  border: none;
}
header.body--header nav.nav--primary .menu li a {
  color: #1D1D1D;
  display: block;
  font-size: 1.375rem;
  font-family: "Oswald", Helvetica, Calibri, Arial, sans-serif;
  font-weight: 300;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
header.body--header nav.nav--primary .menu li a:hover {
  color: #00529B;
  text-decoration-color: #00529B;
}
@media (max-width: 959px) {
  header.body--header nav.nav--primary .menu li a {
    border-bottom: 1px solid #f2f2f2;
    padding: 1rem 0;
  }
}
header.body--header nav.nav--primary ul.sub-menu.open {
  max-height: 1000px;
}
body.error404 {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
body.error404:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 185px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: right bottom;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
}
body.error404 .searchbar .searchform {
  opacity: 1;
  margin-top: 3.3125rem;
  position: relative;
  max-width: 700px;
  display: flex;
}
body.error404 .searchbar .searchform svg {
  position: absolute;
  color: #000;
}
body.error404 .searchbar .searchform input.search-input {
  padding-left: 2.125rem;
  color: #000;
}
@media (min-width: 960px) {
  body.error404 .searchbar .searchform input.search-input {
    background-color: transparent !important;
  }
}
body.error404 .searchbar .searchform input.search-input:focus {
  border-width: 2px;
  border-color: #000;
}
body.error404 .searchbar .searchform input.search-input::-moz-placeholder {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
body.error404 .searchbar .searchform input.search-input::placeholder {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
body.error404 .searchbar .searchform input[type=submit] {
  border: 0;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 3px;
  padding: 0 2rem;
  line-height: 1;
}

.home .front-page-content {
  text-align: center;
  padding: 3rem 0;
}
.home .front-page-content h1 {
  margin-bottom: 1rem;
}
.home .front-page-content p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.home .directory-links {
  background: #f7f7f7;
  padding: 3rem 1rem;
  position: relative;
}
.home .directory-links .inner {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .home .directory-links .inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.home .directory-link {
  background: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.home .directory-link .directory-link-image {
  aspect-ratio: 16/9;
}
.home .directory-link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home .directory-link:hover {
  box-shadow: 1px 1px 3px #ccc;
}
.home .directory-link h4 {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
}
.home .home-upcoming {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.home .home-upcoming .home-upcoming-label {
  text-align: center;
  margin-bottom: 2rem;
}
.home .home-upcoming .home-upcoming-list-wrap {
  display: flex;
  justify-content: center;
}
.home .home-upcoming .home-upcoming-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  --min: 280px; /* min card width */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  /* prevent a 4th+ column from ever forming */
  max-width: calc(4 * var(--min) + 72px);
  width: 100%; /* lets it shrink down for 1–2 columns */
}
.home .home-upcoming .home-upcoming-item {
  border-bottom: 1px solid #1D1D1D;
  padding-bottom: 2rem;
  transition: all 0.35s ease-out;
}
.home .home-upcoming .home-upcoming-item:hover {
  border-bottom: 1px solid #4C91D2;
}
.home .home-upcoming .home-upcoming-item:hover h4 {
  text-decoration-color: #00529B;
}
.home .home-upcoming .home-upcoming-item > a {
  color: #1D1D1D;
  display: block;
  height: 100%;
  text-decoration: none;
}
.home .home-upcoming .home-upcoming-item-thumbnail {
  aspect-ratio: 8/5;
  margin-bottom: 0.75rem;
}
.home .home-upcoming .home-upcoming-item-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home .home-upcoming .home-upcoming-item-thumbnail img.placeholder {
  border: 1px solid #f2f2f2;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .home-upcoming .home-upcoming-item:nth-child(5), .home .home-upcoming .home-upcoming-item:nth-child(6) {
  display: none;
}
.home .home-upcoming .home-upcoming-item .event-promo-label {
  background: #00529B;
  border: 1px solid #00529B;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
}
.home .home-upcoming .home-upcoming-item h4 {
  color: #00529B;
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  transition: all 0.35s ease-out;
}
.home .home-upcoming .home-upcoming-item .event-promo-store {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}
.home .home-upcoming .home-upcoming-item .event-promo-date {
  color: #767676;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.home .home-upcoming .home-upcoming-item .event-promo-excerpt {
  font-size: 1rem;
  margin-top: 1rem;
}
.home .home-upcoming .home-upcoming-item .event-promo-link {
  color: #1D1D1D;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.home .home-upcoming .home-upcoming-item.promo .event-promo-label {
  background: #fff;
  color: #00529B;
}
.home .home-upcoming-buttons {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

body.search .search-background {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.search .search-background::before {
  background-color: #f2f2f2 !important;
  mix-blend-mode: multiply;
  opacity: 0.85 !important;
  content: " ";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.search .search-background picture {
  height: 100%;
  width: 100%;
}
body.search .search-background picture img {
  -o-object-position: center right;
     object-position: center right;
  width: 100%;
  height: 100%;
  filter: sepia(100%);
}
body.search .search-intro {
  display: grid;
  gap: 1rem;
  margin: 5rem 0;
}
body.search .search-intro .search-page-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
  max-width: 58rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input {
  font-size: 1rem;
  color: #818181;
  letter-spacing: 0.16px;
  border: 2px solid transparent;
  padding-left: 1.5rem;
  height: 44px !important;
  width: 100%;
}
body.search .search-intro .search-page-search-form input.search-bar-input::-moz-placeholder {
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 300;
  font-size: 1.0625rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input::placeholder {
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 300;
  font-size: 1.0625rem;
}
body.search .search-intro .search-page-search-form input.search-bar-input:focus {
  outline: none;
}
body.search .search-intro .search-page-search-form input.search-submit {
  font-family: "Oswald", Helvetica, Calibri, Arial, sans-serif;
  height: 100%;
  border: 0;
  font-size: 0.8125rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 1.6rem;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 250ms ease-in-out;
}
body.search .search-intro .search-page-search-form input.search-submit:hover {
  filter: brightness(110%);
}
body.search .search-result {
  background: #fff;
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
  max-width: 58rem;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
}
@media (min-width: 768px) {
  body.search .search-result {
    padding: 2.5rem 2.1875rem;
  }
}
body.search .search-result .post-type {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
body.search .search-result a {
  text-decoration: none;
}
body.search .search-result h2 {
  font-size: 22px;
  margin-bottom: 1rem;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
@media (min-width: 320px) {
  body.search .search-result h2 {
    font-size: calc(22px + 4 * (100vw - 320px) / 960);
  }
}
@media (min-width: 1280px) {
  body.search .search-result h2 {
    font-size: 26px;
  }
}
body.search .search-result .excerpt {
  font-size: 1.25rem;
}
body.search nav.single-post-nav {
  display: flex;
  justify-content: space-between;
  max-width: 58rem;
  margin: 2rem 0;
}
body.search nav.single-post-nav a {
  font-family: "Oswald", Helvetica, Calibri, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
body.search nav.single-post-nav a svg {
  transition: all 250ms ease-in-out;
  position: relative;
  right: 0;
}
body.search nav.single-post-nav .previous-post:hover svg {
  right: 2px;
}
body.search nav.single-post-nav .next-post:hover svg {
  right: -2px;
}

.post-type-archive-store .hero-banner {
  margin-bottom: 5rem;
}
.post-type-archive-store .large-map {
  border: 1px solid #f2f2f2;
  margin-top: 5rem;
}
.post-type-archive-store .facets {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
.post-type-archive-store .facets .facetwp-facet-store_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post-type-archive-store .facets .facetwp-facet-store_categories .facetwp-radio {
  background-image: none !important;
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.35s ease-out;
}
.post-type-archive-store .facets .facetwp-facet-store_categories .facetwp-radio:hover {
  background: #00529B;
}
.post-type-archive-store .facets .facetwp-facet-store_categories .facetwp-radio.checked {
  background: #4C91D2;
  color: #fff;
}
.post-type-archive-store .facets .facetwp-facet-store_categories .facetwp-radio .facetwp-counter {
  display: none;
}
.post-type-archive-store .facets .facetwp-facet-search {
  flex-grow: 1;
}
.post-type-archive-store .store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 5rem;
}
@media (min-width: 580px) {
  .post-type-archive-store .store-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .post-type-archive-store .store-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .post-type-archive-store .store-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1344px) {
  .post-type-archive-store .store-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.post-type-archive-store .store-item {
  border: 1px solid #f2f2f2;
  padding: 1.5rem;
  position: relative;
  transition: all 0.5s ease-out;
}
.post-type-archive-store .store-item:hover {
  border: 1px solid #00529B;
}
.post-type-archive-store .store-item:hover img {
  transform: scale(0.95);
  transform-origin: center;
}
.post-type-archive-store .store-item:has(.label-coming-soon) a {
  pointer-events: none;
}
.post-type-archive-store .store-item:has(.label-coming-soon):hover {
  border: 1px solid #f2f2f2;
}
.post-type-archive-store .store-item:has(.label-coming-soon):hover img {
  transform: scale(1);
}
.post-type-archive-store .store-item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.25s ease-out;
  width: 100%;
}
.post-type-archive-store .store-item a {
  aspect-ratio: 1;
  display: block;
}
.post-type-archive-store .store-item .store-label {
  bottom: 0;
  font-size: 0.875rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.single-store .store-layout {
  display: grid;
  gap: 3rem;
  margin-bottom: 5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .single-store .store-layout {
    grid-template-columns: 1fr 2fr;
  }
}
.single-store .store-layout > * {
  min-width: 0;
}
.single-store .store-logo {
  aspect-ratio: 1;
  border: 1px solid #f2f2f2;
  padding: 1.5rem;
  position: relative;
}
.single-store .store-logo .store-label {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.single-store .store-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.25s ease-out;
  width: 100%;
}
.single-store .store-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}
.single-store .store-contact .button {
  flex-grow: 1;
}
.single-store .store-hours {
  border: 1px solid #f2f2f2;
  margin-top: 2rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.single-store .store-hours h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.single-store .store-hours h3 .fa-clock {
  color: #00529B;
  margin-right: 0.25rem;
}
.single-store .store-hours .hours-table {
  width: 100%;
}
.single-store .store-hours .hours-table td {
  color: #1D1D1D;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
}
.single-store .store-hours .hours-table tr:nth-child(odd) {
  background: #f2f2f2;
}
.single-store .store-hours .hours-table .days {
  text-transform: uppercase;
}
.single-store .delivery-container {
  border: 1px solid #f2f2f2;
  margin-top: 2rem;
  padding: 3.5rem 1.5rem 1.5rem 1.5rem;
  position: relative;
}
.single-store .delivery-container .store-label {
  padding: 0.5rem 1.5rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: left;
}
.single-store .delivery-container .store-label .fa-truck {
  font-size: 1.125rem;
  margin-right: 0.25rem;
}
.single-store .delivery-container .delivery-services {
  gap: 0.5rem;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.single-store .delivery-container .legacy-delivery {
  margin-top: 1rem;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
.single-store .store-overview p {
  font-size: 1.25rem;
}
.single-store .store-map {
  margin-top: 3rem;
}
.single-store .store-map h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.single-store .store-map h3 .fa-map-marker-alt {
  color: #00529B;
  margin-right: 0.25rem;
}
.single-store .store-map .mapplic-element {
  border: 1px solid #f2f2f2;
}
.single-store .store-promotions {
  margin-top: 5rem;
}
.single-store .store-promotions h3 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.single-store .store-promotions h3 .fa-tag {
  color: #00529B;
  margin-right: 0.25rem;
}
.single-store .store-promotions a {
  text-decoration: none;
}
.single-store .store-promotions ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.single-store .store-promotions .promotion {
  margin-bottom: 3rem;
}
.single-store .store-promotions .promotion:hover h4 {
  text-decoration-color: #00529B;
}
.single-store .store-promotions .promotion > a {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  grid-template-columns: 1fr 2fr;
}
.single-store .store-promotions .promotion img {
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 320px;
}
.single-store .store-promotions .promotion-info {
  margin-top: -0.35rem;
}
.single-store .store-promotions .promotion-store-name {
  background: #DB3D53;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
}
.single-store .store-promotions h4 {
  color: #00529B;
  margin-bottom: 0.25rem;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 2px;
  transition: all 0.35s ease-out;
}
.single-store .store-promotions .promotion-dates {
  color: #1D1D1D;
  font-size: 1rem;
  font-weight: 700;
}
.single-store .store-promotions .promotion-excerpt {
  color: #1D1D1D;
  font-size: 1rem;
  margin-top: 1rem;
}
.single-store .store-promotions .promotion-excerpt p {
  font-size: 1rem;
}

.pagename-sales-and-savings .promotions-content {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.pagename-sales-and-savings .promotions-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.pagename-sales-and-savings .promotion {
  margin-bottom: 3rem;
}
.pagename-sales-and-savings .promotion:hover h2 {
  text-decoration-color: #00529B;
}
.pagename-sales-and-savings .promotion > a {
  display: grid;
  gap: 1.5rem;
  text-decoration: none;
}
@media (min-width: 580px) {
  .pagename-sales-and-savings .promotion > a {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
  }
}
.pagename-sales-and-savings .promotion img {
  aspect-ratio: 8/5;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.pagename-sales-and-savings .promotion img.wp-post-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.pagename-sales-and-savings .promotion-image {
  border: 1px solid #f2f2f2;
  padding: 2rem;
}
.pagename-sales-and-savings .promotion-image:has(.wp-post-image) {
  padding: 0;
}
.pagename-sales-and-savings .promotion-info {
  margin-top: -0.35rem;
  max-width: 640px;
}
.pagename-sales-and-savings .promotion-store-name {
  background: #DB3D53;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
}
.pagename-sales-and-savings h2 {
  color: #00529B;
  margin-bottom: 0.25rem;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 2px;
  transition: all 0.35s ease-out;
}
.pagename-sales-and-savings .promotion-dates {
  color: #1D1D1D;
  font-size: 1rem;
  font-weight: 700;
}
.pagename-sales-and-savings .promotion-excerpt {
  color: #1D1D1D;
  font-size: 1rem;
  margin-top: 1rem;
}
.pagename-sales-and-savings .promotion-excerpt p {
  font-size: 1rem;
}

.single-promotion .promotion-layout {
  display: grid;
  gap: 3rem;
  margin-bottom: 5rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .single-promotion .promotion-layout {
    grid-template-columns: 2fr 1fr;
  }
}
.single-promotion .promotion-layout > * {
  min-width: 0;
}
.single-promotion .promotion-dates {
  color: #1D1D1D;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-promotion .promotion-sidebar h3 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.single-promotion .promotion-sidebar h3 .fa-bag-shopping {
  color: #00529B;
  margin-right: 0.25rem;
}
.single-promotion .promotion-store {
  aspect-ratio: 1;
  border: 1px solid #f2f2f2;
  display: block;
  padding: 2rem;
  transition: all 0.35s ease-out;
}
.single-promotion .promotion-store:hover {
  border: 1px solid #00529B;
}
.single-promotion .promotion-store img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.pagename-jobs h2 {
  color: #00529B;
  margin-top: 2rem;
}
.pagename-jobs .job-listings {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 3rem;
}
.pagename-jobs .job-listings li {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 580px) {
  .pagename-jobs .job-listings li {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
  }
}
.pagename-jobs .job-store .job-store-label {
  background: #f2f2f2;
  display: inline-block;
  font-family: "Oswald", Helvetica, Calibri, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
}
.pagename-jobs .job-store-logo {
  aspect-ratio: 1;
  border: 1px solid #f2f2f2;
  display: block;
  padding: 2rem;
  transition: all 0.35s ease-out;
}
.pagename-jobs .job-store-logo:hover {
  border: 1px solid #00529B;
}
.pagename-jobs .job-store-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}

.single-tribe_events .tribe-events-pg-template {
  display: grid;
  gap: 1.5rem;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding-bottom: 5rem !important;
  padding-top: 1rem !important;
  width: 100% !important;
}
.single-tribe_events .back-link {
  color: #00529B !important;
  font-family: "Lato", Helvetica, Calibri, Arial, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 1px;
  margin: 2.5rem 0;
  text-decoration: none;
  text-transform: uppercase;
}
.single-tribe_events .back-link .fa-caret-left {
  margin-right: 0.25rem;
  transition: all 0.35s ease-out;
}
.single-tribe_events .back-link:hover .fa-caret-left {
  transform: translateX(-0.25rem);
}
.single-tribe_events .event-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.single-tribe_events .event-date-time {
  background: #f2f2f2;
  color: #00529B;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
}
.single-tribe_events .social-sharing-label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
