/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/roboto-slab-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/roboto-slab-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
:root {
  --wfc-blue-900: #003d63;
  --wfc-blue-800: #005d8f;
  --wfc-blue-700: #2176ae;
  --wfc-blue-300: #58b8ff;
  --wfc-ink: #161c27;
  --wfc-muted: #40474f;
  --wfc-line: #c0c7d1;
  --wfc-surface: #f8fbff;
  --wfc-surface-blue: #e6f2fb;
  --wfc-surface-blue-strong: #cfe4f3;
  --wfc-white: #ffffff;
  --wfc-radius-sm: 0.5rem;
  --wfc-radius-md: 0.75rem;
  --wfc-radius-lg: 1rem;
  --wfc-shadow-tight: 0 6px 8px rgb(0 93 143 / 10%);
  --wfc-max: 1180px;
  --wfc-header-height: 77px;
  --wfc-admin-bar-offset: 0px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--wfc-header-height) + var(--wfc-admin-bar-offset) + 1rem);
}
:where(.wfc-page-hero, .wfc-section)[id] {
  scroll-margin-top: 1rem;
}
body.wfc-site,
body {
  background: var(--wfc-surface);
  color: var(--wfc-ink);
  font-family: Lato, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
}
:root:has(body.admin-bar) {
  --wfc-admin-bar-offset: 32px;
}
a {
  color: var(--wfc-blue-800);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}
a:hover {
  color: var(--wfc-blue-900);
}
img {
  height: auto;
  max-width: 100%;
}
.wfc-main {
  background: var(--wfc-surface);
}
.wfc-shell {
  margin-inline: auto;
  max-width: var(--wfc-max);
  padding-inline: 1.5rem;
}
.wfc-section {
  padding-inline: max(1.5rem, calc((100vw - var(--wfc-max)) / 2 + 1.5rem));
  padding-block: 4.5rem;
}
.wfc-section-compact {
  padding-block: 3rem;
}
.wfc-section.wfc-section-tight {
  padding-block: 2rem;
}
.wfc-section-blue {
  background: var(--wfc-surface-blue);
  border-block: 1px solid var(--wfc-line);
}
.wfc-section-white {
  background: var(--wfc-white);
}
.wp-site-blocks > .wp-block-template-part:has(.wfc-header) {
  position: sticky;
  top: var(--wfc-admin-bar-offset);
  z-index: 20;
}
.wfc-header {
  background: var(--wfc-white);
  border-bottom: 1px solid var(--wfc-line);
  position: relative;
}
.wfc-header-inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--wfc-max);
  min-height: 76px;
  padding: 0.85rem 1.5rem;
}
.wfc-brand {
  align-items: center;
  color: var(--wfc-ink);
  display: inline-flex;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  gap: 0.7rem;
  line-height: 1.1;
  text-decoration: none;
}
.wfc-brand img {
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 999px;
  height: 48px;
  width: 48px;
}
.wfc-brand span {
  display: block;
  max-width: 12rem;
}
.wfc-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: flex-end;
}
.wfc-nav a,
.wfc-nav summary {
  border-radius: var(--wfc-radius-sm);
  color: var(--wfc-muted);
  cursor: pointer;
  display: inline-flex;
  gap: 0.35rem;
  font-size: 0.94rem;
  font-weight: 700;
  padding: 0.55rem 0.7rem;
  text-decoration: none;
}
.wfc-nav a:hover,
.wfc-nav a:focus-visible,
.wfc-nav a[aria-current="page"],
.wfc-nav summary:hover,
.wfc-nav summary:focus-visible,
.wfc-nav-dropdown[open] > summary,
.wfc-nav-dropdown.is-current > summary {
  background: var(--wfc-surface-blue);
  color: var(--wfc-blue-900);
}
.wfc-nav a:focus-visible,
.wfc-nav summary:focus-visible {
  box-shadow: 0 0 0 2px var(--wfc-blue-700);
  outline: none;
}
.wfc-nav-dropdown {
  position: relative;
}
.wfc-nav-dropdown summary {
  align-items: center;
  list-style: none;
}
.wfc-nav-dropdown summary::-webkit-details-marker {
  display: none;
}
.wfc-nav-dropdown summary::after {
  border-inline: 0.25rem solid transparent;
  border-top: 0.3rem solid currentcolor;
  content: "";
  margin-top: 0.12rem;
  transition: transform 180ms ease;
}
.wfc-nav-dropdown[open] > summary::after {
  transform: rotate(180deg);
}
.wfc-nav-dropdown-menu {
  background: var(--wfc-white);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-md);
  box-shadow: 0 8px 24px rgb(0 93 143 / 10%);
  display: grid;
  gap: 0.2rem;
  min-width: 15rem;
  padding: 0.45rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.45rem);
  z-index: 30;
}
.wfc-nav-dropdown:not([open]) .wfc-nav-dropdown-menu {
  display: none;
}
.wfc-nav-dropdown-menu a {
  display: block;
  padding: 0.65rem 0.75rem;
}
.wfc-nav .wfc-nav-cta {
  background: var(--wfc-blue-800);
  color: var(--wfc-white);
  margin-left: 0.35rem;
}
.wfc-nav .wfc-nav-cta:hover,
.wfc-nav .wfc-nav-cta:focus-visible {
  background: var(--wfc-blue-900);
  color: var(--wfc-white);
}
.wfc-nav-toggle {
  align-items: center;
  background: none;
  border: none;
  border-radius: var(--wfc-radius-sm);
  color: var(--wfc-ink);
  cursor: pointer;
  display: none;
  min-height: 44px;
  min-width: 44px;
  padding: 0.55rem 0.6rem;
}
.wfc-nav-toggle:hover {
  background: var(--wfc-surface-blue);
  color: var(--wfc-blue-900);
}
.wfc-nav-toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--wfc-blue-700);
  outline: none;
}
.wfc-nav-toggle[aria-expanded="true"] .wfc-icon-menu {
  display: none;
}
.wfc-nav-toggle:not([aria-expanded="true"]) .wfc-icon-close {
  display: none;
}
.wfc-hero {
  background: linear-gradient(90deg, rgb(230 242 251 / 0%) 0%, var(--wfc-surface-blue) 100%),
    var(--wfc-white);
  border-bottom: 1px solid var(--wfc-line);
}
.wfc-hero-inner {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  margin: 0 auto;
  max-width: var(--wfc-max);
  min-height: 620px;
  padding: 4rem 1.5rem;
}
.wfc-hero h1,
.wfc-page-hero h1 {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  max-width: 12ch;
  text-wrap: balance;
}
.wfc-hero p,
.wfc-page-hero p {
  color: var(--wfc-muted);
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 1.25rem 0 0;
  max-width: 58ch;
  text-wrap: pretty;
}
.wfc-hero-actions,
.wfc-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}
.wfc-actions > * {
  margin-block-start: 0;
}
.wfc-actions.wp-block-group-is-layout-flow > * + * {
  margin-block-start: 0;
}
.wfc-button,
.wp-block-button__link {
  align-items: center;
  border-radius: var(--wfc-radius-sm);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 46px;
  padding: 0.78rem 1.05rem;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.wfc-button:hover,
.wp-block-button__link:hover {
  transform: translateY(-1px);
}
.wfc-button-primary,
.wp-block-button__link {
  background: var(--wfc-blue-800);
  color: var(--wfc-white);
}
.wfc-button-primary:hover,
.wp-block-button__link:hover {
  background: var(--wfc-blue-900);
  color: var(--wfc-white);
}
.wfc-button-secondary {
  background: var(--wfc-white);
  border: 1px solid var(--wfc-blue-700);
  color: var(--wfc-blue-900);
}
.wfc-button-secondary:hover {
  background: var(--wfc-surface-blue);
  color: var(--wfc-blue-900);
}
.wfc-media-frame {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-lg);
  box-shadow: var(--wfc-shadow-tight);
  margin: 0;
  overflow: hidden;
}
.wfc-media-frame picture {
  display: contents;
}
.wfc-media-frame img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.wfc-tagline {
  color: var(--wfc-blue-900);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(1.08rem, 0.45vw + 1rem, 1.32rem);
  font-weight: 700;
  line-height: 1.22;
  margin: 0;
  max-width: 36ch;
  text-wrap: balance;
}
.wfc-tagline strong {
  color: inherit;
}
.wfc-hero .wfc-tagline {
  color: var(--wfc-blue-900);
  font-size: clamp(1.18rem, 0.7vw + 1rem, 1.52rem);
  margin-top: 1.1rem;
}
.wfc-section .wfc-tagline,
.wfc-card .wfc-tagline {
  margin-top: 0.35rem;
}
.wfc-page-hero .wfc-tagline {
  margin-top: 1.1rem;
}
.wfc-page-hero {
  background: linear-gradient(90deg, rgb(255 255 255 / 92%) 0%, rgb(230 242 251 / 92%) 100%),
    var(--wfc-surface-blue);
  border-bottom: 1px solid var(--wfc-line);
  overflow: hidden;
  padding-block: clamp(3.25rem, 5vw, 4.75rem);
  position: relative;
}
.wfc-page-hero::after {
  background: url("../images/wfc-logo.webp") center / contain no-repeat;
  bottom: -4rem;
  content: "";
  opacity: 0.07;
  pointer-events: none;
  position: absolute;
  right: max(1.5rem, calc((100vw - var(--wfc-max)) / 2 + 1.5rem));
  top: 1.75rem;
  width: clamp(11rem, 20vw, 18rem);
}
.wfc-page-hero .wfc-shell {
  max-width: var(--wfc-max);
  position: relative;
  z-index: 1;
}
.wfc-page-hero .wfc-shell::before {
  background: var(--wfc-blue-800);
  border-radius: 999px;
  content: "";
  display: block;
  height: 0.32rem;
  margin-bottom: 1.2rem;
  width: 4.25rem;
}
.wfc-section-header {
  align-items: end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.wfc-section-header-stacked {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.7rem;
}
.wfc-section-header h2,
.wfc-section h2,
.wfc-card h3,
.wfc-featured-event h3,
.wfc-sponsor-level h3 {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
  text-wrap: balance;
}
.wfc-section-header h2,
.wfc-section h2 {
  font-size: 2.1rem;
}
.wfc-section-header p {
  color: var(--wfc-muted);
  margin: 0;
  max-width: 46ch;
}
.wfc-sponsor-cta {
  text-align: center;
}
.wfc-sponsor-cta .wfc-section-header {
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.wfc-sponsor-cta .wfc-actions {
  justify-content: center;
}
.wfc-section > :where(h2, h3) + :where(p, ul, ol) {
  margin-top: 0.95rem;
}
.wfc-section > :where(p, ul, ol) {
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 72ch;
}
.wfc-section > :where(p, ul, ol) + :where(.wfc-embed, .wfc-card, .wfc-grid, .wfc-grid-2) {
  margin-top: 1.75rem;
}
.wfc-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.wfc-grid-2 {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wfc-empty > * {
  min-width: 0;
}
.wfc-card,
.wfc-featured-event,
.wfc-empty,
.wfc-admin-note,
.wfc-form-wrap,
.wfc-setup-card {
  align-content: start;
  background: var(--wfc-white);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-md);
  display: grid;
  gap: 0.9rem;
  padding: 1.4rem;
}
.wfc-featured-event {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: clamp(1.25rem, 3vw, 2rem);
}
.wfc-featured-event__body {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
}
.wfc-featured-event--empty {
  grid-template-columns: 1fr;
}
.wfc-card h3,
.wfc-featured-event h3,
.wfc-setup-card h3 {
  font-size: 1.35rem;
}
.wfc-featured-event h3 {
  font-size: clamp(1.45rem, 2.35vw, 2rem);
  line-height: 1.13;
  max-width: 20ch;
}
.wfc-card > :where(h2, h3, h4, p, ul, ol),
.wfc-featured-event__body > :where(h2, h3, h4, p, ul, ol),
.wfc-setup-card > :where(h2, h3, h4, p, ul, ol) {
  margin-block: 0;
}
.wfc-card p,
.wfc-featured-event p,
.wfc-setup-card p {
  color: var(--wfc-muted);
  line-height: 1.58;
  margin-bottom: 0;
}
.wfc-card .wfc-tagline,
.wfc-featured-event .wfc-tagline,
.wfc-setup-card .wfc-tagline {
  color: var(--wfc-blue-900);
}
.wfc-label,
.wfc-event-meta {
  color: var(--wfc-blue-900);
  font-size: 0.95rem;
  font-weight: 700;
}
.wfc-featured-event .wfc-label {
  margin: 0;
}
.wfc-featured-event h3 a {
  color: var(--wfc-ink);
  text-decoration: none;
}
.wfc-featured-event__action {
  margin-top: 0.65rem;
}
.wfc-featured-event--spotlight {
  align-items: stretch;
  gap: 0;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.75fr);
  overflow: hidden;
  padding: 0;
}
.wfc-featured-event--spotlight.wfc-featured-event--no-media {
  grid-template-columns: minmax(0, 1fr);
}
.wfc-calendar-details {
  margin-block: 1.5rem;
  scroll-margin-top: 1rem;
}
.wfc-calendar-notice {
  border-left: 3px solid var(--wfc-blue-700, #005d8f);
  padding: 0.75rem 1rem;
  background: var(--wfc-surface-blue);
}
.wfc-calendar-notes {
  overflow-wrap: anywhere;
}
.wfc-featured-event--spotlight .wfc-featured-event__body {
  align-content: center;
  gap: 0.75rem;
  padding: clamp(1.35rem, 2.7vw, 2rem);
}
.wfc-featured-event__topline {
  align-items: center;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: auto minmax(0, 1fr);
}
.wfc-featured-event--spotlight .wfc-label {
  margin: 0 0 0.15rem;
}
.wfc-featured-event--spotlight .wfc-event-kind {
  color: var(--wfc-blue-900);
  font-size: 0.82rem;
  margin: 0;
}
.wfc-featured-event--spotlight h3 {
  font-size: clamp(1.75rem, 2.25vw, 2.45rem);
  line-height: 1.08;
  max-width: 19ch;
}
.wfc-featured-event--spotlight .wfc-event-date {
  min-width: 4.4rem;
  padding: 0.5rem 0.6rem 0.45rem;
}
.wfc-featured-event--spotlight .wfc-event-date__day {
  font-size: 1.6rem;
}
.wfc-featured-event__facts {
  display: grid;
  gap: 0.65rem 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0.1rem 0 0;
}
.wfc-featured-event__facts div {
  display: grid;
  gap: 0.15rem;
}
.wfc-featured-event__facts dt {
  color: var(--wfc-blue-900);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
}
.wfc-featured-event__facts dd {
  color: var(--wfc-muted);
  line-height: 1.4;
  margin: 0;
}
.wfc-featured-event__media {
  background: var(--wfc-surface-blue);
  border-left: 1px solid var(--wfc-line);
  display: block;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}
.wfc-featured-event__media picture {
  display: block;
  height: 100%;
}
.wfc-featured-event__image {
  display: block;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.wfc-setup-card {
  background: linear-gradient(135deg, rgb(255 255 255 / 88%), rgb(230 242 251 / 86%)),
    var(--wfc-white);
  display: grid;
  gap: 0.6rem;
}
.wfc-setup-card--compact {
  padding: 1rem 1.1rem;
}
.wfc-setup-card .wfc-label {
  margin: 0;
}
.wfc-setup-card h3 {
  font-family: "Roboto Slab", Georgia, serif;
  line-height: 1.16;
  margin: 0;
}
.wfc-form-wrap {
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.4rem);
}
.wfc-card .wfc-form-wrap {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.wfc-form-wrap form {
  margin: 0;
  min-width: 0;
  width: 100%;
}
.wfc-form-wrap .ff-el-group {
  margin-bottom: 1rem;
}
.wfc-form-wrap .ff-el-form-check-label {
  align-items: start;
  cursor: pointer;
  display: inline-grid;
  gap: 0;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  column-gap: 0.65rem;
  max-width: 100%;
  min-height: 44px;
  padding-block: 0.55rem;
}
.wfc-form-wrap input[type="checkbox"],
.wfc-form-wrap input[type="radio"] {
  height: 1.15rem;
  margin: 0.25rem 0 0;
  width: 1.15rem;
}
.wfc-form-wrap .ff-el-form-check-label > span {
  min-width: 0;
}
.wfc-form-wrap .ff-el-input--label label,
.wfc-form-wrap label {
  color: var(--wfc-blue-900);
  font-weight: 700;
}
.wfc-form-wrap input:not([type="checkbox"]):not([type="radio"]),
.wfc-form-wrap textarea,
.wfc-form-wrap select {
  background: var(--wfc-surface);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-sm);
  color: var(--wfc-ink);
  font-family: Lato, Arial, sans-serif;
  font-size: 1rem;
  min-height: 44px;
  min-width: 0;
  width: 100%;
}
.wfc-form-wrap textarea {
  min-height: 120px;
}
.wfc-form-wrap input:focus,
.wfc-form-wrap textarea:focus,
.wfc-form-wrap select:focus {
  border-color: var(--wfc-blue-700);
  box-shadow: 0 0 0 3px rgb(33 118 174 / 14%);
  outline: none;
}
.wfc-form-wrap .ff-btn-submit,
.wfc-form-wrap button[type="submit"] {
  background: var(--wfc-blue-800);
  border: 0;
  border-radius: var(--wfc-radius-sm);
  color: var(--wfc-white);
  cursor: pointer;
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  min-height: 46px;
  padding: 0.78rem 1.05rem;
}
.wfc-form-wrap .ff-btn-submit:hover,
.wfc-form-wrap button[type="submit"]:hover {
  background: var(--wfc-blue-900);
}
.wfc-section-aside {
  flex-shrink: 0;
  margin: 0;
}
.wfc-section-aside a {
  color: var(--wfc-blue-800);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.wfc-section-aside a:hover {
  color: var(--wfc-blue-900);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.wp-block-post-template.wfc-grid {
  list-style: none;
  padding-left: 0;
}
.wp-block-query.wfc-section > .wp-block-post-template.wfc-grid,
.wfc-section .wp-block-query > .wp-block-post-template.wfc-grid {
  max-width: none !important;
  width: 100%;
}
.wp-block-post-template.wfc-grid > li {
  display: grid;
  margin: 0;
}
.wfc-grid > .wfc-news-card,
.wp-block-post-template.wfc-grid > li > .wfc-news-card {
  height: 100%;
}
.wfc-news-card {
  align-content: stretch;
  border-color: rgb(33 118 174 / 24%);
  cursor: pointer;
  gap: 0;
  grid-template-rows: auto auto auto 1fr auto;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.wfc-news-card::before {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgb(255 255 255 / 90%), rgb(207 228 243 / 88%)),
    var(--wfc-surface-blue) url("../images/wfc-logo.webp") center / min(42%, 12rem) no-repeat;
  border-bottom: 1px solid rgb(33 118 174 / 18%);
  content: "";
  display: block;
  opacity: 0.92;
  width: 100%;
}
.wfc-news-card:has(.wfc-news-card__media)::before {
  display: none;
}
.wfc-news-card:hover,
.wfc-news-card:focus-within {
  border-color: rgb(33 118 174 / 58%);
  box-shadow: var(--wfc-shadow-tight);
  transform: translateY(-2px);
}
.wfc-news-card__media {
  aspect-ratio: 16 / 9;
  background: var(--wfc-surface-blue);
  border-bottom: 1px solid rgb(33 118 174 / 18%);
  display: block;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.wfc-news-card__media img,
.wfc-news-card .wp-block-post-featured-image img {
  display: block;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
  width: 100%;
}
.wfc-news-card:hover .wfc-news-card__media img,
.wfc-news-card:focus-within .wfc-news-card__media img,
.wfc-news-card:hover .wp-block-post-featured-image img,
.wfc-news-card:focus-within .wp-block-post-featured-image img {
  transform: none;
}
.wfc-news-card .wp-block-post-date {
  align-self: start;
  background: var(--wfc-surface-blue);
  border: 1px solid rgb(33 118 174 / 20%);
  border-radius: 999px;
  color: var(--wfc-blue-900);
  font-size: 0.82rem;
  font-weight: 700;
  justify-self: start;
  line-height: 1.2;
  margin: 1rem 1.2rem 0;
  padding: 0.34rem 0.62rem;
}
.wfc-news-card .wp-block-post-title {
  font-size: clamp(1.22rem, 0.45vw + 1.05rem, 1.45rem);
  line-height: 1.18;
  margin: 0.82rem 1.2rem 0;
  min-height: calc(1.18em * 2);
  text-wrap: balance;
}
.wfc-news-card .wp-block-post-title a {
  color: var(--wfc-ink);
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.wfc-news-card .wp-block-post-title a::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.wfc-news-card .wp-block-post-title a:hover {
  color: var(--wfc-blue-900);
}
.wfc-news-card .wp-block-post-title a:focus-visible,
.wfc-news-card .wp-block-read-more:focus-visible,
.wfc-news-card .wp-block-post-excerpt__more-link:focus-visible {
  outline: none;
}
.wfc-news-card:focus-within {
  box-shadow: 0 0 0 3px rgb(33 118 174 / 18%), var(--wfc-shadow-tight);
}
.wfc-news-card .wp-block-post-excerpt {
  margin: 0.55rem 1.2rem 0;
}
.wfc-news-card .wp-block-post-excerpt__excerpt {
  color: var(--wfc-muted);
  display: -webkit-box;
  font-size: 0.95rem;
  line-height: 1.62;
  margin: 0;
  min-height: calc(1.62em * 3);
  overflow: hidden;
  text-wrap: pretty;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.wfc-news-card .wp-block-read-more,
.wfc-news-card .wp-block-post-excerpt__more-link {
  align-items: center;
  align-self: end;
  color: var(--wfc-blue-800);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.45rem;
  justify-self: start;
  margin: 1.1rem 1.2rem 1.2rem;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
.wfc-news-card .wp-block-read-more::after,
.wfc-news-card .wp-block-post-excerpt__more-link::after {
  border-bottom: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  content: "";
  height: 0.42rem;
  transform: rotate(-45deg);
  transition: transform 160ms ease;
  width: 0.42rem;
}
.wfc-news-card .wp-block-read-more:hover,
.wfc-news-card .wp-block-post-excerpt__more-link:hover {
  color: var(--wfc-blue-900);
}
.wfc-news-card .wp-block-read-more:hover::after,
.wfc-news-card .wp-block-post-excerpt__more-link:hover::after {
  transform: translateX(0.18rem) rotate(-45deg);
}
.wfc-news-empty {
  color: var(--wfc-muted);
  font-size: 0.95rem;
  margin: 0;
}
.wfc-impact-breakdown {
  background: var(--wfc-white);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-lg);
  display: grid;
  gap: 0;
  overflow: hidden;
}
.wfc-impact-breakdown :where(h3, p, ul) {
  margin: 0;
}
.wfc-impact-breakdown__intro {
  background: linear-gradient(90deg, rgb(230 242 251 / 88%), rgb(255 255 255 / 92%)),
    var(--wfc-surface-blue);
  border-bottom: 1px solid var(--wfc-line);
  display: grid;
  gap: 0.45rem;
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
}
.wfc-impact-breakdown__intro h3 {
  font-size: clamp(1.35rem, 1.4vw + 1rem, 1.9rem);
  line-height: 1.14;
  max-width: 18ch;
}
.wfc-impact-breakdown__intro p:not(.wfc-label) {
  color: var(--wfc-muted);
  line-height: 1.55;
  max-width: 56ch;
}
.wfc-impact-breakdown__rows {
  display: grid;
  gap: 0;
}
.wfc-impact-breakdown__row {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  grid-template-columns: minmax(12rem, 0.36fr) minmax(0, 1fr);
  padding: clamp(1.15rem, 2.4vw, 1.65rem);
}
.wfc-impact-breakdown__row + .wfc-impact-breakdown__row {
  border-top: 1px solid var(--wfc-line);
}
.wfc-impact-breakdown__row-header {
  align-content: start;
  display: grid;
  gap: 0.45rem;
}
.wfc-impact-breakdown__row-header h3 {
  font-size: clamp(1.12rem, 0.7vw + 0.98rem, 1.42rem);
  line-height: 1.18;
}
.wfc-impact-breakdown__amount {
  color: var(--wfc-blue-900);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(1.45rem, 1.2vw + 1.05rem, 2rem);
  font-weight: 700;
  line-height: 1;
}
.wfc-impact-breakdown__items {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  list-style: none;
  padding: 0;
}
.wfc-impact-breakdown__items li {
  background: var(--wfc-surface);
  border: 1px solid rgb(33 118 174 / 14%);
  border-radius: var(--wfc-radius-sm);
  color: var(--wfc-ink);
  font-size: 0.96rem;
  line-height: 1.38;
  padding: 0.58rem 0.7rem;
}
@media (max-width: 700px) {
  .wfc-impact-breakdown__row {
    grid-template-columns: 1fr;
  }
}
.wfc-detail-list {
  display: grid;
  gap: 1rem;
  margin: 0;
}
.wfc-card > .wfc-detail-list {
  margin-top: 0.35rem;
}
.wfc-detail-list div {
  border-bottom: 1px solid var(--wfc-line);
  display: grid;
  gap: 0.35rem;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  padding-bottom: 1rem;
}
.wfc-detail-list dt {
  color: var(--wfc-blue-900);
  font-weight: 700;
}
.wfc-detail-list dd {
  color: var(--wfc-muted);
  margin: 0;
}
.wfc-store-section {
  background: var(--wfc-surface-blue);
  border-bottom: 1px solid var(--wfc-line);
  margin-block-start: 0;
  padding-block: clamp(2.75rem, 6vw, 4.75rem);
}
.wfc-store-layout {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1.28fr);
}
.wfc-store-info,
.wfc-store-embed {
  min-width: 0;
}
.wfc-store-info {
  display: grid;
  gap: 1.5rem;
}
.wfc-store-poster {
  align-content: center;
  aspect-ratio: 4 / 3.6;
  background: linear-gradient(135deg, var(--wfc-white), var(--wfc-surface-blue));
  border: 1px solid rgb(33 118 174 / 28%);
  border-radius: var(--wfc-radius-md);
  display: grid;
  justify-self: start;
  justify-items: center;
  max-width: 20rem;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.5rem);
  position: relative;
  text-align: center;
  width: min(100%, 20rem);
}
.wfc-store-poster::before {
  background: url("../images/wfc-logo.webp") center / min(42%, 180px) no-repeat;
  content: "";
  inset: 0;
  opacity: 0.1;
  position: absolute;
}
.wfc-store-poster img,
.wfc-store-poster p,
.wfc-store-poster strong {
  position: relative;
  z-index: 1;
}
.wfc-store-poster img {
  filter: drop-shadow(0 8px 12px rgb(0 61 99 / 16%));
  margin-bottom: 0.8rem;
  width: min(34%, 130px);
}
.wfc-store-poster p {
  color: var(--wfc-blue-900);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
  max-width: 16ch;
  text-transform: uppercase;
}
.wfc-store-poster strong {
  background: var(--wfc-blue-900);
  color: var(--wfc-white);
  display: inline-block;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(1.05rem, 1.3vw, 1.45rem);
  letter-spacing: 0.14em;
  line-height: 1;
  margin-top: 0.65rem;
  padding: 0.42rem 1rem;
  text-transform: uppercase;
}
.wfc-store-about {
  display: grid;
  gap: 0.75rem;
}
.wfc-store-about h2 {
  color: var(--wfc-muted);
  font-family: Lato, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.wfc-store-about p {
  color: var(--wfc-blue-900);
  font-size: clamp(1rem, 0.35vw + 0.96rem, 1.12rem);
  line-height: 1.62;
  margin: 0;
  max-width: 35ch;
}
.wfc-store-direct {
  border-top: 1px solid rgb(33 118 174 / 24%);
  display: grid;
  gap: 0.35rem;
  margin-top: 0.15rem;
  max-width: 35ch;
  padding-top: 1rem;
}
.wfc-store-direct p {
  color: var(--wfc-muted);
  font-size: 0.96rem;
  line-height: 1.45;
  margin: 0;
}
.wfc-store-direct a {
  color: var(--wfc-blue-800);
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}
.wfc-store-direct a:hover {
  color: var(--wfc-blue-900);
}
.wfc-event-registration {
  background: var(--wfc-surface-blue);
  border-bottom: 1px solid var(--wfc-line);
  padding-block: clamp(2.75rem, 6vw, 4.75rem);
}
.wfc-event-registration__grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr);
  margin-inline: auto;
  max-width: 76ch;
}
.wfc-event-registration__grid:has(.wfc-event-registration__embed) {
  max-width: none;
}
@media (min-width: 901px) {
  .wfc-event-registration__grid:has(.wfc-event-registration__embed) {
    grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  }
}
.wfc-event-registration__copy,
.wfc-event-registration__embed {
  min-width: 0;
}
.wfc-event-registration__copy {
  display: grid;
  gap: 1.25rem;
  padding-top: 0.4rem;
}
.wfc-event-registration__copy h2,
.wfc-event-registration__embed h2 {
  margin: 0;
}
.wfc-event-registration__embed > p {
  color: var(--wfc-muted);
  margin: 0.65rem 0 1.25rem;
  max-width: 56ch;
}
.wfc-event-overview {
  display: grid;
  gap: 1.25rem;
}
.wfc-event-overview__lede {
  color: var(--wfc-ink);
  font-size: clamp(1.08rem, 0.45vw + 1rem, 1.24rem);
  line-height: 1.66;
  margin: 0;
  max-width: 58ch;
  text-wrap: pretty;
}
.wfc-detail-list--event-overview {
  gap: 0.9rem;
}
.wfc-detail-list--event-overview div {
  grid-template-columns: 1fr;
}
.wfc-event-overview__action {
  margin: 0;
}
.wfc-event-story {
  padding-block-start: clamp(3.25rem, 7vw, 5rem);
}
.wfc-section.wfc-news-story > .wp-block-post-content,
.wfc-section.wfc-event-story > .wp-block-post-content {
  margin-inline: auto;
  max-width: min(100%, 74ch);
  text-align: left;
}
.wfc-section.wfc-news-story > .wp-block-post-content > :where(p, ul, ol, figure, blockquote, h2, h3, h4, .wp-block-group, .wfc-card, .wfc-grid, .wfc-grid-2, .wfc-actions),
.wfc-section.wfc-event-story > .wp-block-post-content > :where(p, ul, ol, figure, blockquote, h2, h3, h4, .wfc-photo-slider) {
  margin-inline: 0;
  max-width: none;
}
.wfc-section.wfc-news-story > .wp-block-post-content > :where(h2, h3, h4),
.wfc-section.wfc-event-story > .wp-block-post-content > :where(h2, h3, h4) {
  text-align: left;
}
.wfc-section.wfc-event-story > .wp-block-post-content > :where(ul, ol) {
  list-style: none;
  padding-left: 0;
}
.wfc-section.wfc-event-story > .wp-block-post-content > .wfc-expect-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}
.wfc-expect-list li {
  align-items: start;
  border-top: 1px solid var(--wfc-line);
  color: var(--wfc-muted);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 0.48rem minmax(11rem, 14rem) minmax(0, 1fr);
  padding-top: 0.75rem;
}
.wfc-expect-list li:first-child {
  border-top: 0;
  padding-top: 0;
}
.wfc-expect-list li::before {
  background: var(--wfc-blue-700);
  border-radius: 999px;
  content: "";
  grid-column: 1;
  grid-row: 1;
  height: 0.48rem;
  margin-top: 0.58rem;
  width: 0.48rem;
}
.wfc-expect-list strong {
  color: var(--wfc-blue-900);
  grid-column: 2;
}
.wfc-expect-list span {
  grid-column: 3;
}
.wfc-photo-slider {
  background: var(--wfc-surface-blue);
  border: 1px solid rgb(33 118 174 / 24%);
  border-radius: var(--wfc-radius-lg);
  display: grid;
  gap: 1rem;
  margin-top: clamp(1.5rem, 3vw, 2rem);
  overflow: hidden;
  padding: clamp(1rem, 2.5vw, 1.35rem);
}
.wfc-photo-slider__header {
  display: grid;
  gap: 0.45rem;
}
.wfc-photo-slider__header h3 {
  font-size: clamp(1.3rem, 0.8vw + 1rem, 1.65rem);
  line-height: 1.18;
  margin: 0;
  max-width: 28ch;
  text-wrap: balance;
}
.wfc-photo-slider__header p {
  color: var(--wfc-muted);
  margin: 0;
  max-width: 64ch;
}
.wfc-photo-slider__viewport {
  border-radius: var(--wfc-radius-md);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.wfc-photo-slider__viewport::-webkit-scrollbar {
  display: none;
}
.wfc-photo-slider__viewport:focus-visible {
  outline: 3px solid var(--wfc-blue-300);
  outline-offset: 3px;
}
.wfc-photo-slider__track {
  display: flex;
}
.wfc-photo-slider__slide {
  display: grid;
  flex: 0 0 100%;
  gap: 0.65rem;
  margin: 0;
  min-width: 0;
  scroll-snap-align: start;
}
.wfc-photo-slider__slide img {
  aspect-ratio: 16 / 9;
  background: var(--wfc-white);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-md);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.wfc-photo-slider__slide figcaption {
  color: var(--wfc-muted);
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
}
.wfc-photo-slider__footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}
.wfc-photo-slider__controls {
  display: flex;
  gap: 0.5rem;
}
.wfc-photo-slider__control {
  align-items: center;
  background: var(--wfc-white);
  border: 1px solid var(--wfc-line);
  border-radius: 999px;
  color: var(--wfc-blue-900);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  min-height: 2.75rem;
  justify-content: center;
  line-height: 1.2;
  padding: 0.65rem 0.9rem;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.wfc-photo-slider__control:hover:not(:disabled),
.wfc-photo-slider__control:focus-visible {
  background: var(--wfc-blue-800);
  border-color: var(--wfc-blue-800);
  color: var(--wfc-white);
}
.wfc-photo-slider__control:focus-visible {
  outline: 3px solid var(--wfc-blue-300);
  outline-offset: 2px;
}
.wfc-photo-slider__control:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}
.wfc-photo-slider__status {
  color: var(--wfc-blue-900);
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 600px) {
  .wfc-expect-list li {
    gap: 0.25rem 0.65rem;
    grid-template-columns: 0.48rem minmax(0, 1fr);
  }
  .wfc-expect-list strong,
  .wfc-expect-list span {
    grid-column: 2;
  }
  .wfc-photo-slider {
    border-radius: var(--wfc-radius-md);
    padding: 0.85rem;
  }
  .wfc-photo-slider__slide figcaption {
    font-size: 0.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wfc-photo-slider__control {
    transition: none;
  }
}
.wfc-embed {
  background: var(--wfc-white);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-md);
  overflow: hidden;
}
.wfc-embed iframe {
  border: 0;
  display: block;
  min-height: 680px;
  width: 100%;
}
.wfc-zeffy-embed {
  background: transparent;
  border: 0;
  border-radius: 0;
  isolation: isolate;
  overflow: visible;
  position: relative;
}
.wfc-zeffy-embed iframe {
  background: transparent;
  min-height: 0;
}
.wfc-calendar-embed iframe {
  min-height: 720px;
}
.wfc-calendar-embed iframe[hidden],
.wfc-calendar-copy [hidden] {
  display: none;
}
.wfc-calendar-direct {
  margin: 0.75rem 0 0;
}
.wfc-calendar-direct a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}
.wfc-events-calendar .wfc-actions {
  justify-content: flex-end;
  margin-top: 0;
}
.wfc-events-calendar .wfc-calendar-embed iframe {
  min-height: 620px;
}
.wfc-calendar-help {
  border-top: 1px solid var(--wfc-line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.wfc-calendar-help h3 {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.wfc-calendar-help p {
  color: var(--wfc-muted);
  margin: 0;
  max-width: 50ch;
}
.wfc-calendar-help ul {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wfc-calendar-help li {
  border-top: 1px solid var(--wfc-line);
  color: var(--wfc-muted);
  padding-top: 0.7rem;
}
.wfc-calendar-help li:first-child {
  border-top: 0;
  padding-top: 0;
}
.wfc-calendar-subscription {
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.wfc-calendar-subscription > :where(h3, p) {
  margin: 0;
}
.wfc-events-calendar .wfc-calendar-subscription .wfc-actions {
  justify-content: flex-start;
}
.wfc-calendar-subscription .wfc-button {
  min-height: 44px;
}
.wfc-calendar-instructions {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wfc-calendar-instructions details {
  border-block: 1px solid var(--wfc-line);
  min-width: 0;
}
.wfc-calendar-instructions summary {
  color: var(--wfc-blue-900);
  cursor: pointer;
  font-weight: 700;
  min-height: 44px;
  padding-block: 0.75rem;
}
.wfc-calendar-instructions :where(p, ol) {
  margin-block: 0.5rem 1rem;
}
.wfc-calendar-instructions ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
.wfc-calendar-instructions li {
  border: 0;
  padding-top: 0.5rem;
}
.wfc-calendar-copy {
  min-width: 0;
}
.wfc-calendar-copy label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.wfc-calendar-copy__controls {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 40rem) auto;
  justify-content: start;
}
.wfc-calendar-copy input {
  background: var(--wfc-surface);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-sm);
  color: var(--wfc-muted);
  font: inherit;
  font-size: 1rem;
  min-height: 44px;
  min-width: 0;
  padding: 0.65rem;
  width: 100%;
}
.wfc-calendar-copy__status:not(:empty) {
  margin-top: 0.5rem;
}
.wfc-event-meta > span {
  display: block;
}
.wfc-event-meta > span + span {
  margin-top: 0.2rem;
}
.wfc-sponsor-list {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}
.wfc-event-controls {
  align-items: center;
  background: var(--wfc-white);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-md);
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.25rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
}
.wfc-event-control-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.wfc-event-control-label {
  color: var(--wfc-muted);
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}
.wfc-event-segments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.wfc-event-filter-link {
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-sm);
  color: var(--wfc-blue-900);
  font-weight: 700;
  line-height: 1.2;
  padding: 0.55rem 0.7rem;
  text-decoration: none;
}
.wfc-event-filter-link:hover,
.wfc-event-filter-link:focus-visible {
  background: var(--wfc-surface-blue);
  border-color: var(--wfc-blue-700);
}
.wfc-event-filter-link.is-active {
  background: var(--wfc-blue-800);
  border-color: var(--wfc-blue-800);
  color: var(--wfc-white);
}
.wfc-event-list {
  display: grid;
  gap: 0.75rem;
}
.wfc-event-date {
  align-self: start;
  background: var(--wfc-surface-blue);
  border: 1px solid rgb(33 118 174 / 24%);
  border-radius: var(--wfc-radius-sm);
  color: var(--wfc-blue-900);
  display: grid;
  min-width: 5.25rem;
  padding: 0.7rem 0.75rem 0.65rem;
  text-align: center;
}
.wfc-event-date time {
  color: inherit;
  display: grid;
}
.wfc-event-date__month,
.wfc-event-date__weekday {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.wfc-event-date__day {
  color: var(--wfc-ink);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-block: 0.12rem 0.18rem;
}
.wfc-event-date__weekday {
  color: var(--wfc-muted);
}
.wfc-event-kind {
  color: var(--wfc-blue-900);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.25rem;
}
.wfc-event-row {
  align-items: center;
  background: var(--wfc-white);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-md);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 0.95rem 1rem;
}
.wfc-event-row--fundraiser,
.wfc-event-row--ticketed {
  border-color: rgb(33 118 174 / 36%);
}
.wfc-event-row--fundraiser .wfc-event-date,
.wfc-event-row--ticketed .wfc-event-date {
  background: var(--wfc-blue-800);
  border-color: var(--wfc-blue-800);
  color: var(--wfc-white);
}
.wfc-event-row--fundraiser .wfc-event-date__day,
.wfc-event-row--ticketed .wfc-event-date__day,
.wfc-event-row--fundraiser .wfc-event-date__weekday,
.wfc-event-row--ticketed .wfc-event-date__weekday {
  color: var(--wfc-white);
}
.wfc-event-row__body {
  min-width: 0;
}
.wfc-event-row__action {
  justify-self: end;
}
.wfc-event-row h3 {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.25;
  margin: 0;
  text-wrap: balance;
}
.wfc-event-row h3 a {
  color: var(--wfc-ink);
  text-decoration: none;
}
.wfc-event-row p {
  color: var(--wfc-muted);
  margin: 0.35rem 0 0;
}
.wfc-event-row .wfc-event-kind {
  margin-top: 0;
}
.wfc-event-row .wfc-event-meta {
  color: var(--wfc-blue-900);
  font-size: 0.94rem;
}
.wfc-event-summary {
  max-width: 70ch;
}
.wfc-sponsor-level {
  display: grid;
  gap: 1rem;
}
.wfc-sponsor-level + .wfc-sponsor-level {
  border-top: 1px solid var(--wfc-line);
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
}
.wfc-sponsor-level h3 {
  color: var(--wfc-blue-900);
  font-size: clamp(1.25rem, 1.2vw + 1rem, 1.65rem);
  margin: 0;
}
.wfc-sponsor-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.wfc-sponsor-card {
  background: var(--wfc-white);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-md);
  min-width: 0;
  transition: border-color 140ms ease, transform 140ms ease;
}
.wfc-sponsor-card:has(a:hover),
.wfc-sponsor-card:has(a:focus-visible) {
  border-color: rgb(33 118 174 / 48%);
  transform: translateY(-1px);
}
.wfc-sponsor-card__body {
  color: inherit;
  display: grid;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}
.wfc-sponsor-card__body:focus-visible {
  box-shadow: 0 0 0 3px rgb(33 118 174 / 18%);
  outline: 2px solid var(--wfc-blue-700);
  outline-offset: 3px;
}
.wfc-sponsor-card--name-only .wfc-sponsor-card__body {
  align-content: center;
  min-height: 8.25rem;
}
.wfc-sponsor-logo-frame {
  align-items: center;
  background: var(--wfc-surface-blue);
  border: 1px solid rgb(33 118 174 / 16%);
  border-radius: var(--wfc-radius-sm);
  display: flex;
  justify-content: center;
  min-height: 6.5rem;
  padding: 0.9rem;
}
.wfc-sponsor-logo {
  display: block;
  max-height: 4.75rem;
  max-width: min(100%, 10rem);
  object-fit: contain;
}
.wfc-sponsor-name {
  color: var(--wfc-blue-900);
  font-weight: 700;
  line-height: 1.28;
}
.wfc-sponsor-card--name-only .wfc-sponsor-name {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.12rem;
}
.wfc-sponsor-donate-side {
  display: grid;
  gap: 1.25rem;
}
.wfc-sponsor-levels-mini {
  background: var(--wfc-white);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-md);
  padding: clamp(1.1rem, 2vw, 1.4rem);
}
.wfc-sponsor-levels-mini h3 {
  font-size: 1.3rem;
  margin: 0 0 0.8rem;
}
.wfc-sponsor-levels-mini .wfc-list strong {
  color: var(--wfc-blue-900);
}
.wfc-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wfc-list li {
  border-bottom: 1px solid var(--wfc-line);
  padding: 1rem 0;
}
.wfc-list li:first-child {
  border-top: 1px solid var(--wfc-line);
}
.wfc-steps {
  display: grid;
  gap: 1.75rem 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  max-width: none;
  padding: 0;
}
.wfc-step {
  display: grid;
  gap: 0.9rem;
  position: relative;
}
.wfc-step__num {
  align-items: center;
  background: var(--wfc-blue-800);
  border-radius: 999px;
  color: var(--wfc-white);
  display: inline-flex;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
  z-index: 1;
}
.wfc-step:not(:last-child)::after {
  background: var(--wfc-line);
  content: "";
  height: 2px;
  left: 3.4rem;
  position: absolute;
  right: -1.5rem;
  top: 1.375rem;
}
.wfc-step__body {
  display: grid;
  gap: 0.45rem;
}
.wfc-step h3 {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.wfc-step p {
  color: var(--wfc-muted);
  line-height: 1.58;
  margin: 0;
}
.wfc-step__link {
  align-items: center;
  color: var(--wfc-blue-800);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 700;
  gap: 0.4rem;
  margin-top: 0.15rem;
  text-decoration: none;
  width: fit-content;
}
.wfc-step__link::after {
  border-bottom: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  content: "";
  height: 0.42rem;
  transform: rotate(-45deg);
  transition: transform 160ms ease;
  width: 0.42rem;
}
.wfc-step__link:hover {
  color: var(--wfc-blue-900);
}
.wfc-step__link:hover::after {
  transform: translateX(0.18rem) rotate(-45deg);
}
.wfc-role-list {
  display: grid;
  list-style: none;
  margin: 0;
  max-width: none;
  padding: 0;
}
.wfc-role-list li {
  border-bottom: 1px solid var(--wfc-line);
  display: grid;
  gap: 0.3rem 1.75rem;
  grid-template-columns: minmax(12rem, 16rem) minmax(0, 1fr);
  padding: 1.15rem 0;
}
.wfc-role-list li:first-child {
  border-top: 1px solid var(--wfc-line);
}
.wfc-role-list strong {
  color: var(--wfc-blue-900);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}
.wfc-role-list span {
  color: var(--wfc-muted);
  line-height: 1.55;
  max-width: 62ch;
}
.wfc-lead-list {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
.wfc-lead-list__lede {
  display: grid;
  gap: 0.9rem;
}
.wfc-lead-list__lede h2 {
  margin: 0;
}
.wfc-lead-list__lede p {
  color: var(--wfc-muted);
  line-height: 1.6;
  margin: 0;
  max-width: 40ch;
}
.wfc-lead-list__items {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wfc-lead-list__items li {
  border-top: 1px solid var(--wfc-line);
  display: grid;
  gap: 0.3rem;
  padding: 1.1rem 0;
}
.wfc-lead-list__items li:last-child {
  padding-bottom: 0;
}
.wfc-lead-list__items strong {
  color: var(--wfc-blue-900);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
}
.wfc-lead-list__items span {
  color: var(--wfc-muted);
  line-height: 1.55;
}
@media (max-width: 900px) {
  .wfc-lead-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .wfc-steps {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  .wfc-step {
    align-items: start;
    column-gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr);
  }
  .wfc-step:not(:last-child)::after {
    bottom: -1.5rem;
    height: auto;
    left: 1.375rem;
    right: auto;
    top: 3rem;
    width: 2px;
  }
}
@media (max-width: 600px) {
  .wfc-role-list li {
    gap: 0.2rem;
    grid-template-columns: 1fr;
  }
}
.wfc-footer {
  background: var(--wfc-blue-900);
  color: var(--wfc-white);
  padding-block: 3.5rem 3rem;
}
.wfc-footer a {
  color: var(--wfc-white);
}
.wfc-footer-inner {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: var(--wfc-max);
  padding-inline: 1.5rem;
}
.wfc-footer-brand {
  align-content: start;
  display: grid;
  gap: 0.85rem;
}
.wfc-footer-social {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.35rem;
}
.wfc-footer-social-link {
  align-items: center;
  background: rgb(255 255 255 / 10%);
  border-radius: var(--wfc-radius-sm);
  color: rgb(255 255 255 / 72%);
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  transition: background 140ms ease, color 140ms ease;
}
.wfc-footer-social-link:hover,
.wfc-footer-social-link:focus-visible {
  background: rgb(255 255 255 / 20%);
  color: var(--wfc-white);
}
.wfc-footer-social-link svg {
  display: block;
}
.wfc-footer .wfc-brand {
  color: var(--wfc-white);
  font-size: 0.98rem;
}
.wfc-footer .wfc-brand img {
  height: 40px;
  width: 40px;
}
.wfc-footer p {
  color: rgb(255 255 255 / 68%);
  margin: 0;
}
.wfc-footer .wfc-tagline {
  color: var(--wfc-white);
}
.wfc-footer-nav {
  align-content: start;
  display: grid;
  gap: 0.1rem;
  justify-items: end;
}
.wfc-footer-nav-label {
  color: rgb(255 255 255 / 72%);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}
.wfc-footer-nav a {
  color: rgb(255 255 255 / 72%);
  font-size: 0.94rem;
  font-weight: 700;
  padding: 0.3rem 0;
  text-decoration: none;
  transition: color 120ms ease;
}
.wfc-footer-nav a:hover,
.wfc-footer-nav a:focus-visible,
.wfc-footer-nav a[aria-current="page"] {
  color: var(--wfc-white);
}
.wfc-footer .wfc-footer-tagline {
  border-top: 1px solid rgb(255 255 255 / 15%);
  font-size: clamp(1.35rem, 1.8vw + 1rem, 2.15rem);
  margin: 2.5rem auto 0;
  max-width: var(--wfc-max);
  padding-block-start: 1.5rem;
  padding-inline: 1.5rem;
  text-align: center;
}
.wfc-footer .wfc-footer-copy {
  color: rgb(255 255 255 / 68%);
  font-size: 0.82rem;
  margin: 1rem auto 0;
  max-width: var(--wfc-max);
  padding-inline: 1.5rem;
  text-align: center;
}
.wfc-admin-note {
  border-color: var(--wfc-blue-700);
  color: var(--wfc-blue-900);
  margin-block: 1rem;
}
.wp-site-blocks {
  min-height: 100vh;
}
.wp-site-blocks > .wfc-main {
  margin-block-start: 0;
}
.wfc-main > :where(.wfc-hero, .wfc-page-hero, .wfc-section) {
  margin-block-start: 0;
}
.wfc-main .wp-block-post-content > .wfc-section-tight,
.wfc-main .wp-block-post-content > .wfc-section-tight + .wfc-section {
  margin-block-start: 0;
}
.wp-site-blocks > .wfc-main + .wp-block-template-part {
  margin-block-start: 0;
}
.wp-block-post-title a {
  color: var(--wfc-ink);
  text-decoration: none;
}
.wfc-section > .wp-block-post-content {
  color: var(--wfc-ink);
  font-size: clamp(1.03rem, 0.55vw + 0.92rem, 1.15rem);
  line-height: 1.72;
  max-width: 76ch;
}
.wfc-section > .wp-block-post-content > :where(p, ul, ol, figure, blockquote) {
  margin-block: 0;
}
.wfc-section > .wp-block-post-content > :where(figure, blockquote, .wp-block-group, .wfc-card, .wfc-grid, .wfc-grid-2, .wfc-impact-breakdown, .wfc-actions) {
  margin-block: 0;
}
.wfc-section > .wp-block-post-content > :where(h2, h3, h4) {
  font-family: "Roboto Slab", Georgia, serif;
  letter-spacing: 0;
  line-height: 1.15;
  margin-block: 0;
  max-width: 24ch;
  text-wrap: balance;
}
.wfc-section > .wp-block-post-content > :where(p, ul, ol) + :where(p, ul, ol) {
  margin-top: 1.15rem;
}
.wfc-section > .wp-block-post-content > :where(h2, h3, h4) + :where(p, ul, ol) {
  margin-top: 1.05rem;
}
.wfc-section > .wp-block-post-content > :where(h2, h3, h4) + :where(figure, blockquote, .wp-block-group, .wfc-card, .wfc-grid, .wfc-grid-2, .wfc-impact-breakdown, .wfc-actions) {
  margin-top: clamp(1.15rem, 2.4vw, 1.45rem);
}
.wfc-section > .wp-block-post-content > :where(p, ul, ol) + :where(figure, blockquote, .wp-block-group, .wfc-card, .wfc-grid, .wfc-grid-2, .wfc-impact-breakdown, .wfc-actions) {
  margin-top: clamp(1.35rem, 2.8vw, 1.8rem);
}
.wfc-section > .wp-block-post-content > :where(figure, blockquote, .wp-block-group, .wfc-card, .wfc-grid, .wfc-grid-2, .wfc-impact-breakdown, .wfc-actions) + :where(p, ul, ol) {
  margin-top: clamp(1.35rem, 2.8vw, 1.8rem);
}
.wfc-section > .wp-block-post-content > :where(p, ul, ol, figure, blockquote, .wp-block-group, .wfc-card, .wfc-grid, .wfc-grid-2, .wfc-impact-breakdown, .wfc-actions, .wfc-photo-slider) + :where(h2, h3, h4) {
  margin-top: clamp(2.25rem, 4vw, 3rem);
}
.wfc-section > .wp-block-post-content > :where(ul, ol) {
  padding-left: 1.35rem;
}
.wfc-section > .wp-block-post-content li + li {
  margin-top: 0.45rem;
}
.wfc-back-link {
  align-items: center;
  color: var(--wfc-blue-800);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.3rem;
  margin-bottom: 1.1rem;
  text-decoration: none;
}
.wfc-back-link:hover {
  color: var(--wfc-blue-900);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.wfc-page-hero .wp-block-post-date {
  color: var(--wfc-blue-900);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}
.wfc-page-hero .wp-block-post-excerpt {
  margin-top: 1.1rem;
}
.wfc-page-hero .wp-block-post-excerpt__more-link {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.6rem;
}
.wfc-main .wp-block-post-featured-image:not(.wfc-news-card__media) {
  margin: 0 auto 2.75rem;
  max-width: 820px;
}
.wfc-main .wp-block-post-featured-image:not(.wfc-news-card__media) img {
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-lg);
  box-shadow: var(--wfc-shadow-tight);
  display: block;
  width: 100%;
}
.wfc-main .wfc-news-featured-image {
  aspect-ratio: 16 / 9;
  background: var(--wfc-surface-blue);
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-lg);
  box-shadow: var(--wfc-shadow-tight);
  overflow: hidden;
}
.wfc-main .wfc-news-featured-image img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}
.wp-block-post-content .wp-block-image img,
.wp-block-post-content .wp-block-gallery img {
  border: 1px solid var(--wfc-line);
  border-radius: var(--wfc-radius-md);
}
.wp-block-post-content .wfc-news-spotlight-image {
  margin-left: auto;
  margin-right: auto;
  max-width: min(26rem, 82vw) !important;
  width: min(26rem, 82vw) !important;
}
.wp-block-post-content .wfc-news-spotlight-image img {
  display: block;
  width: 100%;
}
.single-post .wp-block-post-content .wp-block-gallery a {
  cursor: zoom-in;
}
body.wfc-lightbox-open {
  overflow: hidden;
}
.wfc-lightbox {
  align-items: center;
  background: rgba(22, 28, 39, 0.9);
  color: #ffffff;
  display: grid;
  inset: 0;
  justify-items: center;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: fixed;
  transition: opacity 160ms ease;
  z-index: 10000;
}
.wfc-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.wfc-lightbox__dialog {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  max-height: calc(100vh - 2rem);
  max-width: min(1100px, 100%);
  position: relative;
  width: 100%;
}
.wfc-lightbox__figure {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  margin: 0;
  max-width: 100%;
}
.wfc-lightbox__image {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--wfc-radius-lg);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  display: block;
  max-height: calc(100vh - 9rem);
  max-width: 100%;
  object-fit: contain;
}
.wfc-lightbox__caption,
.wfc-lightbox__status {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
  max-width: 760px;
  text-align: center;
}
.wfc-lightbox__caption[hidden],
.wfc-lightbox__nav[hidden] {
  display: none;
}
.wfc-lightbox__close,
.wfc-lightbox__nav {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
  color: var(--wfc-blue-800);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--wp--preset--font-family--lato);
  font-size: 1.5rem;
  font-weight: 800;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  width: 3rem;
}
.wfc-lightbox__close {
  font-size: 1rem;
  right: 0;
  top: 0;
  z-index: 2;
}
.wfc-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.wfc-lightbox__nav--previous {
  left: 0;
}
.wfc-lightbox__nav--next {
  right: 0;
}
.wfc-lightbox__close:hover,
.wfc-lightbox__nav:hover {
  background: var(--wfc-surface-blue);
  border-color: var(--wfc-blue-300);
}
.wfc-lightbox__close:focus-visible,
.wfc-lightbox__nav:focus-visible {
  outline: 3px solid var(--wfc-blue-300);
  outline-offset: 3px;
}
.wp-block-query-pagination {
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.wp-block-query-pagination a,
.wp-block-query-pagination .current {
  align-items: center;
  border-radius: var(--wfc-radius-sm);
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0.55rem 0.75rem;
}
.wp-block-query-pagination a {
  border: 1px solid var(--wfc-line);
  text-decoration: none;
}
.wp-block-query-pagination a:hover,
.wp-block-query-pagination a:focus-visible,
.wp-block-query-pagination .current {
  background: var(--wfc-surface-blue);
  border-color: var(--wfc-blue-700);
  color: var(--wfc-blue-900);
}
@media (max-width: 900px) {
  .wfc-header-inner {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) 44px;
  }
  .wfc-header .wfc-brand {
    min-width: 0;
  }
  .wfc-header .wfc-brand span {
    min-width: 0;
  }
  .wfc-nav-toggle {
    display: none;
  }
  .wfc-nav {
    align-items: flex-start;
    border-top: 1px solid var(--wfc-line);
    display: flex;
    flex-direction: column;
    grid-column: 1 / -1;
    padding-bottom: 0.75rem;
    padding-top: 0.5rem;
    width: 100%;
  }
  .wfc-js .wfc-nav-toggle {
    display: flex;
  }
  .wfc-js .wfc-nav {
    background: var(--wfc-white);
    box-shadow: 0 8px 16px rgb(0 93 143 / 10%);
    display: none;
    left: 0;
    max-height: calc(100dvh - var(--wfc-header-height) - var(--wfc-admin-bar-offset));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.75rem 1.5rem 1rem;
    position: absolute;
    top: 100%;
  }
  .wfc-js .wfc-nav.is-open {
    display: flex;
  }
  .wfc-nav .wfc-nav-cta {
    margin-left: 0;
  }
  .wfc-nav-dropdown {
    width: 100%;
  }
  .wfc-nav-dropdown-menu {
    box-shadow: none;
    margin-top: 0.3rem;
    min-width: min(100%, 18rem);
    position: static;
  }
  html:not(.wfc-js) .wp-site-blocks > .wp-block-template-part:has(.wfc-header) {
    position: static;
  }
  .wfc-hero-inner,
  .wfc-grid-2,
  .wfc-store-layout,
  .wfc-event-registration__grid,
  .wfc-footer-inner {
    grid-template-columns: 1fr;
  }
  .wfc-featured-event--spotlight {
    grid-template-columns: 1fr;
  }
  .wfc-featured-event--spotlight .wfc-featured-event__media {
    aspect-ratio: 2 / 1;
    border-bottom: 1px solid var(--wfc-line);
    border-left: 0;
    max-height: 18rem;
    min-height: 0;
    order: -1;
  }
  .wfc-store-poster {
    justify-self: center;
  }
  .wfc-store-about,
  .wfc-store-direct {
    justify-self: center;
    text-align: center;
  }
  .wfc-store-about p {
    margin-inline: auto;
  }
  .wfc-event-registration__copy {
    padding-top: 0;
  }
  .wfc-hero-inner {
    min-height: auto;
    padding-block: 3rem;
  }
  .wfc-page-hero::after {
    display: none;
  }
  .wfc-hero h1,
  .wfc-page-hero h1 {
    font-size: 2.6rem;
  }
  .wfc-hero h1 {
    max-width: 100%;
  }
  .wfc-section-header {
    align-items: start;
    flex-direction: column;
  }
  .wfc-events-calendar .wfc-actions {
    justify-content: flex-start;
  }
  .wfc-event-controls {
    align-items: flex-start;
    flex-direction: column;
  }
  .wfc-calendar-help {
    grid-template-columns: 1fr;
  }
  .wfc-footer-nav {
    justify-items: start;
  }
}
@media (max-width: 782px) {
  :root:has(body.admin-bar) {
    --wfc-admin-bar-offset: 46px;
  }
}
@media (max-width: 600px) {
  :root:has(body.admin-bar) {
    --wfc-admin-bar-offset: 0px;
  }
  .wfc-header-inner {
    min-height: 68px;
    padding-block: 0.7rem;
  }
  .wfc-header .wfc-brand {
    font-size: 1rem;
    gap: 0.5rem;
  }
  .wfc-header .wfc-brand img {
    height: 40px;
    width: 40px;
  }
  .wfc-js .wfc-nav {
    padding-inline: 1rem;
  }
  .wfc-card:has(.wfc-form-wrap) {
    padding: 1rem;
  }
  .wfc-calendar-instructions,
  .wfc-calendar-copy__controls {
    grid-template-columns: minmax(0, 1fr);
  }
  .wfc-calendar-subscription .wfc-actions,
  .wfc-calendar-subscription .wfc-button {
    width: 100%;
  }
  .wfc-shell,
  .wfc-section,
  .wfc-header-inner,
  .wfc-footer-inner,
  .wfc-footer-tagline,
  .wfc-footer-copy {
    padding-inline: 1rem;
  }
  .wfc-section {
    padding-block: 3rem;
  }
  .wfc-hero h1,
  .wfc-page-hero h1 {
    font-size: 2.15rem;
    max-width: 100%;
  }
  .wfc-hero p,
  .wfc-page-hero p {
    font-size: 1.05rem;
  }
  .wfc-events-calendar .wfc-calendar-embed iframe {
    min-height: 520px;
  }
  .wfc-event-registration__grid {
    gap: 2rem;
  }
  .wfc-event-registration__embed > p {
    margin-bottom: 1rem;
  }
  .wfc-detail-list div {
    grid-template-columns: 1fr;
  }
  .wfc-featured-event--card,
  .wfc-event-row {
    align-items: start;
    gap: 0.75rem;
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 1rem;
  }
  .wfc-featured-event .wfc-event-date,
  .wfc-event-row .wfc-event-date {
    min-width: 0;
    padding: 0.5rem 0.25rem;
    width: 60px;
  }
  .wfc-featured-event .wfc-event-date__day,
  .wfc-event-row .wfc-event-date__day {
    font-size: 1.6rem;
  }
  .wfc-featured-event--card h3 {
    font-size: 1.3rem;
  }
  .wfc-featured-event__body,
  .wfc-event-row__body {
    overflow-wrap: anywhere;
  }
  .wfc-featured-event--spotlight .wfc-featured-event__body {
    padding: 1.25rem;
  }
  .wfc-featured-event--spotlight h3 {
    font-size: clamp(1.7rem, 8vw, 2.25rem);
    max-width: 100%;
  }
  .wfc-featured-event__facts {
    grid-template-columns: 1fr;
  }
  .wfc-featured-event__topline {
    align-items: start;
  }
  .wfc-event-row__action {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
  .wfc-featured-event--spotlight .wfc-featured-event__action .wfc-button,
  .wfc-featured-event--card .wfc-featured-event__action .wfc-button,
  .wfc-event-row__action .wfc-button {
    min-height: 44px;
    width: 100%;
  }
  .wfc-event-control-group,
  .wfc-event-segments {
    width: 100%;
  }
  .wfc-event-filter-link {
    flex: 1 1 auto;
    text-align: center;
  }
  .wfc-nav a,
  .wfc-nav summary {
    padding-inline: 0.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}
