*, :after, :before {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

:after, :before {
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(:root) {
  cursor: default;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
}

:where(body) {
  margin: 0;
}

:where(hr) {
  color: inherit;
  height: 0;
}

:where(nav) :where(ol, ul) {
  padding: 0;
  list-style-type: none;
}

:where(pre) {
  font-family: monospace;
  font-size: 1em;
  overflow: auto;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  appearance: button;
}

:where(textarea) {
  resize: vertical;
  margin: 0;
}

:where([type="search" i]) {
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

::placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

:where(details > summary:first-of-type) {
  display: list-item;
}

:where([aria-busy="true" i]) {
  cursor: progress;
}

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0,0,0,0);
  position: absolute;
}

@media (prefers-reduced-motion: reduce) {
  *, :after, :before {
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    animation-delay: -1ms !important;
  }
}

*, :after, :before, html {
  box-sizing: border-box;
}

img {
  box-sizing: content-box;
}

.image-background > img, .image-background > img[width][height] {
  object-fit: cover;
}

.image-background {
  position: relative;
  overflow: hidden;
}

.image-background-layer, .image-background > img, .image-background > img[width][height] {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --breakpoint-nav: 1029px;
}

@media (width <= 1590px) {
  :root {
    --wp--custom--spacing--container-padding-inline: 4rem;
  }
}

@media (width <= 700px) {
  :root {
    --wp--custom--spacing--container-padding-inline: 1.25rem;
  }
}

@media (width <= 1030px) {
  :root {
    --wp--custom--spacing--site-header-padding-block: 1.25rem;
  }
}

@media (width <= 1024px) {
  :root {
    --wp--custom--spacing--grid-gap: 2rem;
  }
}

@media (width <= 768px) {
  :root {
    --wp--custom--spacing--grid-gap: var(--wp--custom--spacing--container-padding-inline);
    --wp--custom--spacing--container-padding-block: 3.125rem;
  }
}

@media (width <= 600px) {
  :root {
    --wp--custom--spacing--content-padding-block: 3.75rem;
    --wp--custom--spacing--container-padding-block: 2.5rem;
  }
}

:root {
  --shadow-xs: 0 1px 6px #1f3a5f0f;
  --shadow-sm: 0 3px 14px #1f3a5f17;
  --shadow-md: 0 8px 32px #1f3a5f1f;
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 28px;
  --ease: cubic-bezier(.4,0,.2,1);
  --border: #1f3a5f1a;
  --border-warm: #d4883a33;
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  opacity: 0;
}

.screen-reader-text:focus-visible {
  background-color: var(--wp--preset--color--white);
  clip: auto;
  clip-path: none;
  font-size: 1.0625rem;
  font-weight: var(--wp--custom--typography--weight-bold);
  opacity: 1;
  z-index: 100000;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: .9375rem 1.4375rem .875rem;
  line-height: normal;
  text-decoration: none;
  display: block;
  top: .3125rem;
  left: .3125rem;
  box-shadow: 0 0 2px 2px #17171799;
}

.skip-link {
  margin: .3125rem;
}

a:focus, button:focus, div[tabindex]:focus, input:focus, select:focus, textarea:focus {
  opacity: 1;
  outline-offset: .3125rem;
}

@media (prefers-reduced-motion: no-preference) {
  :focus {
    transition: outline-offset .25s;
  }
}

.external-link-icon {
  margin-left: .4375rem;
  margin-right: 2px;
}

@media (width <= 600px) {
  .external-link-icon {
    width: .75rem;
    height: .75rem;
    margin-left: 4px;
    transform: translateY(1px);
  }
}

.btn {
  border-radius: var(--r-sm);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--main);
  letter-spacing: .06em;
  transition: all .25s var(--ease);
  white-space: nowrap;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  gap: .4375rem;
  padding: .8125rem 1.625rem;
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.btn--primary {
  background: var(--wp--preset--color--amber);
  color: #fff !important;
}

.btn--primary:hover {
  background: #c07a31;
  color: #fff !important;
}

.btn--navy {
  background: var(--wp--preset--color--navy);
  color: #fff !important;
}

.btn--navy:hover {
  background: var(--wp--preset--color--navy-light);
  color: #fff !important;
}

.btn--outline {
  border-color: var(--border);
  background: none;
  color: var(--wp--preset--color--navy) !important;
}

.btn--outline:hover {
  background: var(--wp--preset--color--navy-pale);
  border-color: var(--wp--preset--color--navy);
}

.btn--outline-white {
  background: none;
  border-color: #ffffff80;
  color: #fff !important;
}

.btn--outline-white:hover {
  background: #ffffff1f;
  border-color: #fff;
}

.btn--sm {
  padding: .5625rem 1.125rem;
  font-size: .78rem;
}

.hamburger {
  --hamburger-layer-height: 2px;
  --hamburger-width: 2rem;
  --hamburger-color: var(--wp--preset--color--black);
  --hamburger-color-active: var(--wp--preset--color--white);
  flex-shrink: 0;
  position: relative;
}

.hamburger, .hamburger:after, .hamburger:before {
  background-color: var(--hamburger-color);
  height: var(--hamburger-layer-height);
  width: var(--hamburger-width);
  transition: all .2s;
}

.hamburger:after, .hamburger:before {
  content: "";
  display: block;
  position: absolute;
}

.hamburger:before {
  top: -.5625rem;
}

.hamburger:after {
  bottom: -.5625rem;
}

body:not(.js-nav-active) .nav-toggle .hamburger:after, body:not(.js-nav-active) .nav-toggle:focus .hamburger:after {
  width: 80%;
}

body:not(.js-nav-active) .nav-toggle:hover .hamburger:after {
  width: 100%;
}

.js-nav-active .hamburger:after, .js-nav-active .hamburger:before {
  background-color: var(--hamburger-color-active);
  top: 0;
  left: 0;
}

.js-nav-active .hamburger:before {
  transform: rotate(-45deg);
}

.js-nav-active .hamburger:after {
  transform: rotate(45deg);
}

.js-nav-active .hamburger, .nav-toggle {
  background-color: #0000;
}

.nav-toggle {
  cursor: pointer;
  font-weight: var(--wp--custom--typography--weight-semibold);
  opacity: 1;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99999;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: -.5rem -1rem 0 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  right: 0;
  overflow: visible;
}

:root {
  --color-background-nav-mobile-header: var(--wp--preset--color--white);
  --color-background-nav-mobile-header-active: var(--wp--preset--color--black);
  --width-navigation: 100vw;
  --color-background-menu-items: var(--wp--custom--color--main);
  --color-background-menu-items-active: var(--wp--custom--color--main);
  --color-separator-nav-mobile: #ffffff1a;
  --color-current-menu-item: var(--wp--preset--color--white);
  --color-dropdown-toggle-mobile: var(--wp--preset--color--white);
  --typography-size-main-level-mobile: .9375rem;
  --typography-weight-main-level-mobile: 600;
  --padding-main-level-vertical-mobile: .75rem;
  --color-main-level-menu-item-hover-focus-mobile: var(--wp--preset--color--white);
  --color-main-level-menu-item-mobile: var(--wp--preset--color--white);
  --typography-size-sub-menu-mobile: .9375rem;
  --typography-weight-sub-menu-mobile: 600;
  --margin-left-sub-menu: .625rem;
  --padding-sub-menu-vertical-mobile: .5rem;
  --padding-sub-menu-horizontal-mobile: var(--wp--custom--spacing--container-padding-inline);
  --color-sub-menu-mobile: #fffc;
}

@media only screen and (width <= 1030px) {
  .menu-items ul {
    display: none;
  }

  ul .sub-menu.toggled-on {
    display: block;
  }
}

@media screen and (width <= 1029px) {
  .site-header {
    background-color: var(--color-background-nav-mobile-header);
  }

  .nav-primary {
    align-self: center;
  }

  .site-header a, .site-header li, .site-header ul {
    position: relative;
  }

  .disable-scroll {
    overflow: hidden;
  }

  .menu-items-wrapper {
    backface-visibility: hidden;
    background-color: var(--color-background-menu-items);
    pointer-events: none;
    visibility: hidden;
    height: calc(100vh - 7.2rem);
    width: var(--width-navigation);
    z-index: 5;
    padding-bottom: 7.5rem;
    transition: opacity .18s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    transform: translate3d(100%, 0, 0);
  }

  .menu-items {
    margin: 16px 0 0;
  }

  .menu-item a {
    border-top: 1px solid var(--color-separator-nav-mobile);
    color: var(--color-main-level-menu-item-mobile);
    font-size: var(--typography-size-main-level-mobile);
    font-weight: var(--typography-weight-main-level-mobile);
    padding: var(--padding-main-level-vertical-mobile) var(--padding-sub-menu-horizontal-mobile);
    z-index: 0;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .sub-menu a {
    color: var(--color-sub-menu-mobile);
    font-size: var(--typography-size-sub-menu-mobile);
    font-weight: var(--typography-weight-sub-menu-mobile);
    padding-bottom: var(--padding-sub-menu-vertical-mobile);
    padding-left: calc(var(--padding-sub-menu-horizontal-mobile) + var(--margin-left-sub-menu));
    padding-top: var(--padding-sub-menu-vertical-mobile);
  }

  .sub-menu {
    margin-left: 0;
    padding-left: 0;
  }

  .sub-menu .sub-menu a {
    padding-left: calc(var(--padding-sub-menu-horizontal-mobile) + var(--margin-left-sub-menu) + var(--margin-left-sub-menu));
  }

  .menu-item a:focus, .menu-item a:hover {
    color: var(--color-main-level-menu-item-hover-focus-mobile);
  }

  .menu-item.current-menu-item > a, .menu-item.current-menu-parent > a {
    color: var(--color-current-menu-item);
  }

  .dropdown-toggle {
    --dropdown-toggle-size: .75rem;
    color: var(--color-dropdown-toggle-mobile);
    height: 100%;
    padding: var(--padding-sub-menu-vertical-mobile) calc(var(--padding-sub-menu-horizontal-mobile) - var(--dropdown-toggle-size)/2) var(--padding-sub-menu-vertical-mobile) var(--padding-sub-menu-horizontal-mobile);
    z-index: 100;
    background-color: #0000;
    border: 0;
    align-items: center;
    margin-top: 0;
    display: inline-flex;
    position: absolute;
    top: 2px;
    left: auto;
    right: 0;
    overflow: hidden;
  }

  .dropdown-toggle svg {
    height: var(--dropdown-toggle-size);
    pointer-events: none;
    width: var(--dropdown-toggle-size);
    z-index: -1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' style='width:var(--dropdown-toggle-size);height:var(--dropdown-toggle-size)' viewBox='0 0 10 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 1.5v7M1.5 5h7'/%3E%3C/svg%3E");
    background-size: 100%;
    transition: all .15s;
    position: relative;
    transform: rotate(0);
  }

  .dropdown-toggle svg path {
    display: none;
  }

  .dropdown-toggle.toggled-on svg {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' style='width:var(--dropdown-toggle-size);height:var(--dropdown-toggle-size)' viewBox='0 0 10 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M1.5 5h7'/%3E%3C/svg%3E");
    transform: rotate(-180deg);
  }

  .dropdown-toggle:hover {
    cursor: pointer;
  }

  .dropdown-toggle:focus {
    cursor: pointer;
    z-index: 100;
  }

  .sub-menu .dropdown-toggle {
    color: var(--color-sub-menu-mobile);
  }

  .js-nav-active {
    overflow: hidden;
  }

  .js-nav-active .menu-items-wrapper {
    background-color: var(--color-background-menu-items-active);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    width: var(--width-navigation);
    transform: translateZ(0);
  }
}

@media screen and (width <= 782px) {
  .logged-in.admin-bar .menu-items-wrapper {
    margin-top: 46px;
  }
}

.site-header ul {
  --color-current: var(--wp--preset--color--black);
  --color-current-dropdown: var(--wp--preset--color--white);
  --dropdown-toggle-size: .75rem;
  --typography-size-main-level: var(--wp--preset--font-size--16);
  --typography-weight-main-level: var(--wp--custom--typography--weight-semibold);
  --padding-main-level-horizontal: 0;
  --padding-main-level-vertical: .375rem;
  --color-main-level: var(--wp--preset--color--black);
  --color-hover-main-level: var(--wp--custom--color--link-text);
  --gap-between-dropdown-toggle: .9375rem;
  --gap-main-level-horizontal: 1.5625rem;
  --typography-size-sub-menu: var(--wp--preset--font-size--16);
  --typography-weight-sub-menu: var(--wp--custom--typography--weight-semibold);
  --padding-sub-menu-vertical: .625rem;
  --padding-sub-menu-link-vertical: .5rem;
  --padding-sub-menu-link-horizontal: 1.25rem;
  --width-sub-menu: 12.5rem;
  --color-sub-menu: var(--wp--preset--color--white);
  --color-hover-sub-menu: var(--wp--preset--color--white);
  --color-background-sub-menu: var(--wp--preset--color--black);
  --gap-dropdown: 1.6rem;
  width: unset;
  list-style: none;
}

@media only screen and (width >= 1030px) {
  .nav-toggle {
    display: none;
  }

  .nav-primary {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
  }

  .menu-items {
    align-items: center;
    column-gap: var(--gap-main-level-horizontal);
    background-color: #0000;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: .625rem;
    padding: 0;
    display: flex;
  }

  .menu-item, .menu-items {
    margin: 0;
    position: relative;
  }

  .menu-item-clickable, .menu-item > a {
    color: var(--color-main-level);
    font-size: var(--typography-size-main-level);
    font-weight: var(--typography-weight-main-level);
    padding: var(--padding-main-level-vertical) var(--padding-main-level-horizontal);
    white-space: nowrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .menu-item .sub-menu a {
    font-size: var(--typography-size-sub-menu);
    font-weight: var(--typography-weight-sub-menu);
    padding: var(--padding-sub-menu-link-vertical) var(--padding-sub-menu-link-horizontal);
    white-space: normal;
    align-items: center;
    width: 100%;
    line-height: 1.5;
    display: inline-flex;
  }

  .menu-item .sub-menu a, .menu-item .sub-menu button {
    color: var(--color-sub-menu);
  }

  .menu-item .sub-menu {
    --color-current: var(--color-current-dropdown);
    width: var(--width-sub-menu);
  }

  .menu-item.current-menu-item > a, .menu-item.current-menu-parent > a {
    color: var(--color-current);
  }

  .sub-menu .menu-item.current-menu-item > a {
    text-decoration: underline 2px;
  }

  .menu-item.menu-item-has-children a {
    transition: background-color .2s cubic-bezier(.19, 1, .22, 1);
  }

  .menu-item > a:focus, .menu-item > a:hover {
    color: var(--color-hover-main-level);
  }

  .menu-item .sub-menu a:focus, .menu-item .sub-menu a:hover {
    color: var(--color-hover-sub-menu);
    text-decoration: underline 2px;
  }

  .menu-item.menu-item-has-children.hover-intent .sub-menu a, .menu-item.menu-item-has-children:focus .sub-menu a {
    padding-bottom: var(--padding-sub-menu-link-vertical);
    padding-top: var(--padding-sub-menu-link-vertical);
  }

  .menu-item.menu-item-has-children.hover-intent .sub-menu, .menu-item.menu-item-has-children:focus .sub-menu {
    padding-bottom: var(--padding-sub-menu-vertical);
    padding-top: var(--padding-sub-menu-vertical);
  }

  .nav-primary > ul:first-of-type > .menu-item-has-children:focus:before, .nav-primary > ul:first-of-type > .menu-item-has-children:hover:before {
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    transform: scale(1);
  }

  .no-js .sub-menu {
    left: unset;
    display: none;
    right: 0;
  }

  .no-js .sub-menu .sub-menu {
    left: unset;
    right: 100%;
  }

  .no-js .menu-item-has-children:focus-within > .sub-menu, .no-js .menu-item-has-children:focus > .sub-menu, .no-js .menu-item-has-children:hover > .sub-menu {
    display: block;
  }

  .js .sub-menu {
    margin-top: var(--gap-dropdown);
    opacity: 0;
    visibility: hidden;
  }

  .js .sub-menu .sub-menu {
    margin-top: calc(var(--padding-sub-menu-vertical)*-1);
  }

  .sub-menu {
    background-color: var(--color-background-sub-menu);
    border: 1px solid var(--wp--preset--color--black);
    width: var(--width-sub-menu);
    z-index: 9;
    margin-left: 0;
    padding: 0;
    transition: all .2s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    top: 100%;
    left: 0;
  }

  .sub-menu.is-out-of-viewport {
    left: unset;
    right: 0;
  }

  .sub-menu .sub-menu.is-out-of-viewport, .sub-menu.is-out-of-viewport .sub-menu {
    left: unset;
    right: 100%;
  }

  .sub-menu .sub-menu {
    margin-left: 0;
    top: 0;
    left: 100%;
  }

  .sub-menu li {
    padding: 0;
  }

  .menu-item-has-children.hover-intent > .sub-menu, .menu-item-has-children:focus > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 12;
    transform: translateY(0);
  }

  .menu-item-has-children.hover-intent .sub-menu .sub-menu, .menu-item-has-children:focus .sub-menu .sub-menu {
    margin-top: calc(var(--padding-sub-menu-vertical)*-1);
    z-index: 10;
    top: 0;
  }

  .menu-item.menu-item-has-children {
    align-items: center;
    gap: var(--gap-between-dropdown-toggle);
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .menu-item.menu-item-has-children:after {
    content: "";
    height: var(--gap-dropdown);
    max-width: var(--width-sub-menu);
    visibility: hidden;
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
  }

  .menu-item.menu-item-has-children.hover-intent:after {
    visibility: visible;
    z-index: 100;
  }

  .dropdown-toggle svg {
    height: var(--dropdown-toggle-size);
    width: var(--dropdown-toggle-size);
    transition: all .35s cubic-bezier(.19, 1, .22, 1);
  }

  .hover-intent > .dropdown-toggle svg {
    transform: rotateX(180deg);
  }

  .dropdown-toggle {
    pointer-events: none;
    background-color: #0000;
    border: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: inline-flex;
  }

  .sub-menu .dropdown-toggle {
    width: 1.875rem;
  }

  .sub-menu .dropdown-toggle svg {
    transform: rotate(-90deg)rotateX(0);
  }

  .sub-menu .hover-intent > .dropdown-toggle > svg {
    transform: rotate(-90deg)rotateX(180deg);
  }

  .sub-menu .menu-item-has-children:after {
    display: none;
  }

  .menu-item.menu-item-has-children.hover-intent > .dropdown-toggle svg, .menu-item.menu-item-has-children:focus > .dropdown-toggle svg {
    transform: translateY(0)rotate(180deg);
  }

  .menu-item.menu-item-has-children .menu-item.menu-item-has-children.hover-intent > .dropdown-toggle svg, .menu-item.menu-item-has-children .menu-item.menu-item-has-children:focus > .dropdown-toggle svg {
    transform: translateY(0)rotate(90deg);
  }
}

@media only screen and (width >= 1030px) and (width <= 1030px) {
  ul li:focus > ul, ul li:hover > ul {
    display: block;
  }
}

.is-root-container, body:not(.wp-admin) {
  color: var(--wp--custom--color--paragraph);
  font-family: var(--wp--preset--font-family--main);
  font-size: var(--wp--preset--font-size--18);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: var(--wp--custom--typography--weight-paragraph);
  line-height: var(--wp--custom--typography--paragraph-line-height);
  text-rendering: geometricprecision;
}

.block {
  background-color: var(--wp--preset--color--white);
  margin: 0 auto;
  position: relative;
}

.global-link {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.site {
  max-width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: var(--wp--custom--grid-base);
  padding: var(--wp--custom--spacing--container-padding-block) var(--wp--custom--spacing--container-padding-inline);
  margin: 0 auto;
}

.edit-link, .edit-link:last-child {
  --color-link-edit-border: #ddd;
  --color-link-edit-text: #555;
  --color-link-edit-text-hover: #fff;
  --color-link-edit-background-hover: #aaa;
  --color-link-edit-border-hover: #aaa;
  max-width: var(--wp--custom--grid-base);
  text-align: left;
  width: 100%;
  min-width: 0;
  margin: 1.25rem auto;
  transition: all .15s;
  display: block;
  overflow: hidden;
}

.edit-link a, .edit-link:last-child a {
  background-color: var(--wp--preset--color--white);
  border: 2px dashed var(--color-link-edit-border);
  clear: both;
  color: var(--color-link-edit-text);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-align: center;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 1rem;
  text-decoration: none;
  transition: all .15s;
  display: block;
}

.edit-link a:hover, .edit-link:focus, .edit-link:last-child a:hover, .edit-link:last-child:focus {
  background-color: var(--color-link-edit-background-hover);
  border-color: var(--color-link-edit-border-hover);
  color: var(--color-link-edit-text-hover);
}

.post-inner {
  max-width: var(--wp--style--global--content-size);
  padding: var(--wp--preset--spacing--30) var(--wp--custom--spacing--container-padding-inline);
  margin-left: auto;
  margin-right: auto;
}

@media print {
  .side-nav, .site-footer, .site-header {
    display: none;
  }
}

.is-root-container, body {
  color: var(--wp--custom--color--paragraph);
  font-family: var(--wp--preset--font-family--main);
  font-size: var(--wp--preset--font-size--18);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: var(--wp--custom--typography--weight-paragraph);
  line-height: var(--wp--custom--typography--paragraph-line-height);
  text-rendering: geometricprecision;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--wp--custom--color--heading);
  font-family: var(--wp--preset--font-family--display);
  font-weight: var(--wp--custom--typography--weight-heading);
  margin-bottom: var(--wp--custom--spacing--paragraphs-margin-block);
  margin-top: var(--wp--custom--spacing--paragraphs-margin-block);
}

h2, h3, h4, h5, h6 {
  line-height: var(--wp--custom--typography--heading-line-height);
}

h1 {
  font-size: var(--wp--preset--font-size--h-1);
}

h2 {
  font-size: var(--wp--preset--font-size--h-2);
}

h3 {
  font-size: var(--wp--preset--font-size--h-3);
}

h4 {
  font-size: var(--wp--preset--font-size--h-4);
}

h5 {
  font-size: var(--wp--preset--font-size--h-5);
}

h6 {
  font-size: var(--wp--preset--font-size--h-6);
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

b, strong {
  font-weight: var(--wp--custom--typography--weight-bold);
}

em, i {
  font-style: italic;
}

p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

p:last-child {
  margin-bottom: 0;
}

.wysiwyg li {
  margin-top: .6rem;
  margin-bottom: .6rem;
}

.wysiwyg li:first-child {
  margin-top: 0;
}

.wysiwyg li:last-child {
  margin-bottom: 0;
}

blockquote.wysiwyg {
  border-left: 2px solid var(--wp--custom--color--main);
  margin: 2.9rem 1rem;
  padding: .5rem 0 .5rem 1.5rem;
}

blockquote.wysiwyg > :first-child {
  margin-top: 0;
}

blockquote.wysiwyg > :last-child {
  margin-bottom: 0;
}

.site-header ul {
  --color-main-level: var(--wp--preset--color--navy);
  --color-hover-main-level: var(--wp--preset--color--navy-light);
  --color-current: var(--wp--preset--color--navy);
  --color-background-sub-menu: var(--wp--preset--color--white);
  --color-sub-menu: var(--wp--preset--color--text-mid);
  --color-hover-sub-menu: var(--wp--preset--color--navy);
  --color-current-dropdown: var(--wp--preset--color--navy);
  --width-sub-menu: 16rem;
}

.site-header {
  background-color: var(--wp--preset--color--white);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
  z-index: 100;
  position: sticky;
  top: 0;
}

@media screen and (width <= 1030px) {
  .site-header {
    background-color: var(--color-background-nav-mobile-header);
  }
}

.js-nav-active .site-header {
  background-color: var(--color-background-nav-mobile-header-active);
}

.site-header-inner {
  align-items: center;
  column-gap: var(--wp--custom--spacing--grid-gap);
  max-width: var(--wp--custom--grid-base);
  padding-block: .875rem;
  padding-left: var(--wp--custom--spacing--container-padding-inline);
  padding-right: var(--wp--custom--spacing--container-padding-inline);
  z-index: 15;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.site-header-actions {
  align-items: center;
  gap: 1.25rem;
  display: flex;
}

.site-title {
  margin: 0;
  line-height: 0;
}

.site-title svg {
  width: auto;
  max-height: 80px;
}

.site-title a {
  color: var(--wp--preset--color--navy);
  align-items: center;
  display: flex;
}

.site-header .cta.menu-item > a {
  background: var(--wp--preset--color--amber);
  border-radius: var(--r-sm);
  color: #fff;
  letter-spacing: .06em;
  transition: background .25s var(--ease);
  white-space: nowrap;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.125rem;
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.site-header .cta.menu-item > a:focus-visible, .site-header .cta.menu-item > a:hover {
  color: #fff;
  background: #c07a31;
}

@media only screen and (width >= 1030px) {
  .site-header .sub-menu {
    border-color: var(--border);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-md);
  }

  .site-header .sub-menu a {
    text-decoration: none;
  }

  .site-header .menu-items > .menu-item.current-menu-ancestor > a, .site-header .menu-items > .menu-item.current-menu-item > a {
    padding-bottom: calc(var(--padding-main-level-vertical) - 2px);
  }

  .site-header .sub-menu .menu-item.current-menu-item > a {
    border-left: 3px solid var(--wp--preset--color--amber);
    color: var(--wp--preset--color--navy);
    padding-left: calc(var(--padding-sub-menu-link-horizontal) - 3px);
    font-weight: 700;
  }

  .site-header .sub-menu a:focus, .site-header .sub-menu a:hover {
    background-color: var(--wp--preset--color--navy-pale);
    color: var(--wp--preset--color--navy);
  }
}

.site-header-social {
  align-items: center;
  gap: .375rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media screen and (width <= 1029px) {
  .site-header-social {
    display: none;
  }
}

.site-header-social__link {
  border: 1px solid var(--border);
  color: var(--wp--preset--color--navy);
  height: 2.25rem;
  transition: background-color .2s var(--ease),border-color .2s var(--ease),color .2s var(--ease);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  display: flex;
}

.site-header-social__link svg {
  fill: currentColor;
}

.site-header-social__link:focus-visible, .site-header-social__link:hover {
  background-color: var(--wp--preset--color--amber);
  border-color: var(--wp--preset--color--amber);
  color: var(--wp--preset--color--white);
}

.site-footer {
  background-color: var(--wp--preset--color--navy);
  color: #ffffff80;
}

.site-footer__banner, .site-footer__bottom, .site-footer__inner {
  max-width: var(--wp--custom--grid-base);
  padding-left: var(--wp--custom--spacing--container-padding-inline);
  padding-right: var(--wp--custom--spacing--container-padding-inline);
  margin-left: auto;
  margin-right: auto;
}

.site-footer__banner {
  border-bottom: 1px solid #ffffff1f;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  display: flex;
}

@media screen and (width >= 768px) {
  .site-footer__banner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .site-footer__subscribe {
    flex: 1;
    max-width: 30rem;
  }
}

.site-footer__subscribe-desc {
  color: #ffffff80;
  margin: 0 0 1.25rem;
  font-size: .875rem;
  line-height: 1.7;
}

.site-footer__subscribe-form .gform_wrapper {
  margin: 0;
}

.site-footer__subscribe-form form {
  align-items: center;
  display: flex;
}

.site-footer__subscribe-form .gform_body {
  flex: 1;
  margin: 0;
}

.site-footer__subscribe-form .gform_wrapper.gravity-theme .gform_fields {
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__subscribe-form .gfield, .site-footer__subscribe-form .ginput_container {
  margin: 0;
}

.site-footer__subscribe-form .gfield_label {
  color: #fff9;
  font-size: .8125rem;
  font-weight: 500;
}

.site-footer__subscribe-form input[type="email"], .site-footer__subscribe-form input[type="text"] {
  border-radius: var(--r-sm) 0 0 var(--r-sm);
  color: var(--wp--preset--color--white);
  height: 2.75rem;
  transition: border-color .2s var(--ease);
  background-color: #ffffff12;
  border: 1px solid #ffffff26;
  border-right: 0;
  width: 100%;
  padding: .625rem .875rem;
  font-size: .875rem;
}

.site-footer__subscribe-form input[type="email"]::placeholder, .site-footer__subscribe-form input[type="text"]::placeholder {
  color: #ffffff4d;
}

.site-footer__subscribe-form input[type="email"]:focus, .site-footer__subscribe-form input[type="text"]:focus {
  border-color: var(--wp--preset--color--amber);
  outline: none;
}

.site-footer__subscribe-form .gform_footer, .site-footer__subscribe-form .gform_page_footer {
  margin: 0;
  padding: 0;
  display: flex;
}

.site-footer__subscribe-form .gform_button, .site-footer__subscribe-form input[type="submit"] {
  background-color: var(--wp--preset--color--amber);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  height: 2.75rem;
  transition: background-color .2s var(--ease);
  white-space: nowrap;
  border: 0;
  width: auto;
  padding: 0 1.25rem;
  font-size: .875rem;
  font-weight: 600;
}

.site-footer__subscribe-form .gform_button:focus-visible, .site-footer__subscribe-form .gform_button:hover, .site-footer__subscribe-form input[type="submit"]:focus-visible, .site-footer__subscribe-form input[type="submit"]:hover {
  background-color: var(--wp--preset--color--amber-light);
}

.site-footer__subscribe-form .gform_confirmation_message {
  color: var(--wp--preset--color--amber-light);
  font-size: .875rem;
}

.site-footer__subscribe-form .gfield_description.validation_message, .site-footer__subscribe-form .validation_error {
  color: #f08080;
  font-size: .8125rem;
}

.site-footer__social {
  flex-shrink: 0;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.site-footer__social-link {
  border-radius: var(--r-sm);
  color: #ffffff80;
  height: 2.5rem;
  transition: background-color .2s var(--ease),border-color .2s var(--ease),color .2s var(--ease);
  background-color: #ffffff12;
  border: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.site-footer__social-link svg {
  fill: currentColor;
}

.site-footer__social-link:focus-visible, .site-footer__social-link:hover {
  background-color: var(--wp--preset--color--amber);
  border-color: var(--wp--preset--color--amber);
  color: var(--wp--preset--color--white);
}

.site-footer__inner {
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

@media screen and (width >= 600px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (width >= 1024px) {
  .site-footer__inner {
    grid-template-columns: 2fr 1.5fr 1fr;
    gap: 2.75rem;
  }
}

.site-footer__inner {
  border-bottom: 1px solid #ffffff14;
}

.site-footer__col-heading {
  color: var(--wp--preset--color--amber-light);
  font-family: var(--wp--preset--font-family--main);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  font-size: .6875rem;
  font-weight: 700;
}

.site-footer__logo-link {
  color: var(--wp--preset--color--white);
  opacity: .9;
  transition: opacity .2s var(--ease);
  margin-bottom: 1rem;
  line-height: 0;
  display: inline-block;
}

.site-footer__logo-link:focus-visible, .site-footer__logo-link:hover {
  opacity: 1;
}

.site-footer__logo-link svg {
  width: auto;
  height: 2.25rem;
}

.site-footer__parish-name {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--display);
  font-size: var(--wp--preset--font-size--20);
  margin: 0 0 .75rem;
  font-weight: 600;
  line-height: 1.2;
}

.site-footer__address {
  font-size: .8125rem;
  font-style: normal;
  line-height: 1.9;
}

.site-footer__address a {
  color: var(--wp--preset--color--amber-light);
  transition: color .2s var(--ease);
}

.site-footer__address a:focus-visible, .site-footer__address a:hover {
  color: var(--wp--preset--color--white);
}

.site-footer__office-hours {
  color: #ffffff59;
  margin-top: .75rem;
  font-size: .75rem;
  display: block;
}

.footer-menu {
  text-align: left;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-menu > .menu-item-has-children {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-menu > .menu-item-has-children > a {
  color: var(--wp--preset--color--amber-light);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .6875rem;
  font-weight: 700;
}

.footer-menu > .menu-item:not(.menu-item-has-children) > a {
  color: #ffffffe0;
  transition: color .18s var(--ease);
  font-size: .875rem;
  font-weight: 600;
}

.footer-menu > .menu-item:not(.menu-item-has-children) > a:focus-visible, .footer-menu > .menu-item:not(.menu-item-has-children) > a:hover {
  color: var(--wp--preset--color--amber-light);
}

.footer-menu .footer-sub-menu {
  flex-direction: column;
  gap: .125rem;
  margin: .5rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-menu .footer-sub-menu a {
  color: #ffffff8c;
  transition: color .18s var(--ease),padding-left .18s var(--ease);
  padding-left: 0;
  font-size: .875rem;
}

.footer-menu .footer-sub-menu a:focus-visible, .footer-menu .footer-sub-menu a:hover {
  color: #ffffffe0;
  padding-left: .25rem;
}

.site-footer__service-list {
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.site-footer__service-item {
  border-bottom: 1px solid #ffffff0f;
  justify-content: space-between;
  align-items: baseline;
  gap: .625rem;
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  display: flex;
}

.site-footer__service-item:first-child {
  padding-top: 0;
}

.site-footer__service-label {
  color: #ffffff8c;
  flex-direction: column;
  gap: .125rem;
  font-size: .8125rem;
  display: flex;
}

.site-footer__service-day {
  color: #ffffff59;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .6875rem;
  font-weight: 600;
}

.site-footer__service-time {
  color: var(--wp--preset--color--amber-light);
  text-align: right;
  flex-shrink: 0;
  font-size: .8125rem;
  font-weight: 600;
}

.site-footer__service-note {
  color: #ffffff4d;
  padding-bottom: .375rem;
  font-size: .75rem;
  font-style: italic;
  list-style: none;
}

.site-footer__bottom {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.site-footer__bottom-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .625rem;
  display: flex;
}

.site-footer__copy {
  color: #ffffff47;
  margin: 0;
  font-size: .75rem;
}

:root {
  --color-border-sticky: #d7e4f2;
  --color-bypostauthor: #2a2d3e80;
}

.sticky .post-inner {
  border: 2px dashed var(--color-border-sticky);
  margin-bottom: var(--wp--custom--spacing--container-padding-inline);
  padding: var(--wp--custom--spacing--container-padding-inline);
}

.bypostauthor, .comment-list li.bypostauthor {
  border: 1px dashed var(--color-bypostauthor);
  padding: var(--wp--custom--spacing--container-padding-inline);
}

.blog article:first-of-type {
  margin-top: var(--wp--preset--spacing--30);
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  margin: 0 auto;
  display: block;
}

.wp-caption .wp-caption-text {
  text-align: left;
  margin-bottom: 1.25rem;
  padding: .625rem 0;
  font-style: italic;
}

.top {
  --color-background-top: var(--wp--preset--color--black);
  --color-background-top-hover: var(--wp--preset--color--white);
  background-color: var(--color-background-top);
  border: 1px solid var(--wp--preset--color--black);
  bottom: var(--wp--custom--spacing--container-padding-inline);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--16);
  opacity: 0;
  height: 1.875rem;
  right: var(--wp--custom--spacing--container-padding-inline);
  text-align: center;
  visibility: hidden;
  z-index: 1;
  border-radius: 0;
  width: 1.875rem;
  line-height: 1.875rem;
  text-decoration: none;
  transition: opacity .5s;
  position: fixed;
}

.top:hover {
  background-color: var(--color-background-top-hover);
}

.top:focus {
  background-color: var(--color-background-top);
}

.top.is-visible {
  opacity: 1;
  visibility: visible;
}

.gallery {
  grid-gap: 1.5em;
  margin-bottom: 1.5em;
  display: grid;
}

.gallery-item {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.navigation:not(.post-navigation) .nav-links {
  font-family: var(--wp--preset--font-family--main);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.5rem;
  font-size: .875rem;
  display: flex;
  overflow: hidden;
}

.navigation:not(.post-navigation) .nav-links a {
  text-decoration: none;
}

.page-numbers {
  --color-pagination-border: #ece6f2;
  --color-pagination-text: #2a2d3e;
  --color-pagination-background-hover: #2a2d3e;
  --color-pagination-border-hover: #2a2d3e;
  --color-pagination-text-hover: #2a2d3e;
  --color-pagination-background-current: #2a2d3e;
  --color-pagination-border-current: #2a2d3e;
  --color-pagination-text-current: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
  border-bottom: 2px solid var(--color-pagination-border);
  border-left: 1px solid var(--color-pagination-border);
  border-right: 1px solid var(--color-pagination-border);
  border-top: 2px solid var(--color-pagination-border);
  color: var(--color-pagination-text);
  font-weight: var(--wp--custom--typography--weight-medium);
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-left: 0;
  margin-right: 0;
  transition: all .15s;
  display: flex;
}

.page-numbers:last-child {
  border-radius: 0 4px 4px 0;
}

.page-numbers:first-child {
  border-radius: 4px 0 0 4px;
}

@media (width <= 600px) {
  .page-numbers {
    width: 1.625rem;
    height: 1.625rem;
  }
}

a.page-numbers:focus, a.page-numbers:hover {
  background-color: var(--color-pagination-background-hover);
  border-color: var(--color-pagination-border-hover);
  color: var(--color-pagination-text-hover);
}

.page-numbers.current {
  background-color: var(--color-pagination-background-current);
  border-color: var(--color-pagination-border-current);
  color: var(--color-pagination-text-current);
}

.page-numbers.next, .page-numbers.prev {
  width: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (width <= 600px) {
  .page-numbers.next, .page-numbers.prev {
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

.block-search, .block-search-results {
  background-color: var(--wp--preset--color--white);
}

.block-search form {
  grid-gap: .625rem;
  grid-template-columns: 9fr 1fr;
  display: grid;
}

.block-search form input, .block-search form label {
  width: 100%;
}

.block-search-results > .container {
  padding-top: 0;
}

@media (width >= 1024px) {
  .block-search-results > .container {
    display: grid;
  }
}

.block-search-results .row-result {
  border-top: 2px solid var(--wp--preset--color--black);
  padding: 1.25rem 0;
}

.block-search-results .row-result:last-of-type {
  border-bottom: 2px solid var(--wp--preset--color--black);
}

.block-search-results h3 {
  font-size: var(--wp--preset--font-size--h-4);
  margin-bottom: .625rem;
}

.block-search-results p {
  margin-top: .625rem;
}

@media (width >= 600px) {
  .block-error-404 .container {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.block-error-404 .content {
  text-align: center;
}

.block-error-404 h1 {
  font-size: clamp(60px, 24px + 6vw, 120px);
  line-height: var(--wp--custom--typography--heading-core-line-height);
  margin-bottom: 1.25rem;
}

.categories, .entry-content .categories, .entry-content .tags, .tags {
  flex-wrap: wrap;
  padding-inline-start: 0;
  list-style: none;
  display: flex;
}

.categories, .entry-content .categories {
  gap: .75rem;
}

.categories a {
  font-size: var(--wp--preset--font-size--14);
  border-radius: 0;
  margin: 0;
  padding: .3125rem .9375rem;
  transition: all .15s;
  display: inline-block;
}

.categories a, .categories a:focus, .categories a:hover {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

.entry-content .tags, .tags {
  margin-bottom: var(--wp--custom--spacing--text-margin-block);
  flex-wrap: wrap;
  gap: .3125rem;
  margin-top: 0;
  display: flex;
}

.entry-content .tags a, .tags a {
  border: 1px solid var(--wp--preset--color--black);
  box-shadow: none;
  color: var(--wp--custom--color--paragraph);
  font-size: var(--wp--preset--font-size--12);
  white-space: nowrap;
  background-color: #0000;
  border-radius: 0;
  margin-right: 4px;
  padding: .0625rem .5rem;
  transition: all .15s;
  display: inline-block;
}

.entry-content .tags a:focus, .entry-content .tags a:hover, .tags a:focus, .tags a:hover {
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

.post-navigation .nav-links {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.ministry-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ministry-hero__img {
  aspect-ratio: 21 / 7;
  object-fit: cover;
  width: 100%;
  min-height: 200px;
  display: block;
}

.ministry-hero__overlay {
  pointer-events: none;
  background: linear-gradient(#1f3a5f59 0, #1f3a5f99);
  position: absolute;
  inset: 0;
}

.ministry-layout {
  box-sizing: border-box;
  max-width: var(--wp--custom--grid-base);
  width: 100%;
  margin-inline: auto;
  padding-block: 3rem;
  padding-inline: 1.25rem;
}

@media (width >= 1024px) {
  .ministry-layout {
    grid-template-columns: 220px 1fr;
    align-items: start;
    column-gap: 3rem;
    padding-block: 4rem;
    padding-inline: 2rem;
    display: grid;
  }
}

.ministry-layout__sidebar {
  margin-bottom: 2.5rem;
}

@media (width >= 1024px) {
  .ministry-layout__sidebar {
    margin-bottom: 0;
    position: sticky;
    top: 5rem;
  }
}

.ministry-layout__content {
  min-width: 0;
}

.ministry-layout__body {
  flex-direction: column;
  gap: 2.5rem;
  display: flex;
}

.ministry-layout__title {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin-block: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
}

.ministry-layout__entry {
  color: var(--wp--preset--color--text-dark);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.ministry-layout__entry > * + * {
  margin-top: 1.25em;
}

.ministry-sidebar-nav__title {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-block: 0 .75rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.ministry-sidebar-nav__list {
  border-left: 2px solid var(--border);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ministry-sidebar-nav__item {
  margin: 0;
}

.ministry-sidebar-nav__link {
  color: var(--wp--preset--color--text-mid);
  transition: color .2s var(--ease),border-color .2s var(--ease);
  padding: .4rem 0 .4rem .875rem;
  font-size: .9375rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.ministry-sidebar-nav__link:focus, .ministry-sidebar-nav__link:hover {
  color: var(--wp--preset--color--navy);
}

.ministry-sidebar-nav__link.is-active {
  border-left: 2px solid var(--wp--preset--color--amber);
  color: var(--wp--preset--color--navy);
  margin-left: -2px;
  font-weight: 500;
}

.ministry-schedule__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin-block: 0 1rem;
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 600;
}

.ministry-schedule__list {
  background-color: var(--wp--preset--color--navy-pale);
  border-radius: var(--r-md);
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow: hidden;
}

.ministry-schedule__row {
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
  align-items: baseline;
  gap: .25rem 1rem;
  padding: .875rem 1.25rem;
  display: flex;
}

.ministry-schedule__row:last-child {
  border-bottom: none;
}

.ministry-schedule__day {
  color: var(--wp--preset--color--navy);
  min-width: 100px;
  font-size: .9375rem;
  font-weight: 600;
}

.ministry-schedule__time {
  color: var(--wp--preset--color--amber);
  font-size: .9375rem;
  font-weight: 500;
}

.ministry-schedule__location {
  color: var(--wp--preset--color--text-mid);
  font-size: .875rem;
}

.ministry-schedule__notes {
  color: var(--wp--preset--color--text-soft);
  flex-basis: 100%;
  font-size: .8125rem;
  font-style: italic;
}

.ministry-leadership__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin-block: 0 1rem;
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 600;
}

.ministry-leadership__card {
  background-color: var(--wp--preset--color--sand);
  border-radius: var(--r-lg);
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem;
  display: flex;
}

@media (width >= 600px) {
  .ministry-leadership__card {
    flex-direction: row;
  }
}

.ministry-leadership__photo-wrap {
  flex-shrink: 0;
}

.ministry-leadership__photo {
  object-fit: cover;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: block;
}

.ministry-leadership__info {
  flex-direction: column;
  gap: .2rem;
  display: flex;
}

.ministry-leadership__name {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.ministry-leadership__title {
  color: var(--wp--preset--color--text-mid);
  margin: 0;
  font-size: .9rem;
}

.ministry-leadership__contact {
  color: var(--wp--preset--color--amber);
  transition: color .2s var(--ease);
  margin-top: .25rem;
  font-size: .9rem;
  text-decoration: none;
  display: inline-block;
}

.ministry-form__heading, .ministry-leadership__contact:focus, .ministry-leadership__contact:hover {
  color: var(--wp--preset--color--navy);
}

.ministry-form__heading {
  font-family: var(--wp--preset--font-family--display);
  margin-block: 0 1rem;
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 600;
}

.ministry-form__body {
  background-color: var(--wp--preset--color--navy-pale);
  border-radius: var(--r-md);
  padding: 1.5rem;
}

.faith-archive__card-topic, .faith-hero__topic, .faith-related__card-topic {
  color: var(--wp--preset--color--amber);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.faith-archive__card-topic:hover, .faith-hero__topic:hover, .faith-related__card-topic:hover {
  color: var(--wp--preset--color--navy);
}

.faith-hero {
  background: var(--wp--preset--color--navy);
  color: #fff;
  position: relative;
}

.faith-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.faith-hero__bg-img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.faith-hero__overlay {
  background: linear-gradient(#1f3a5f8c 0, #1f3a5fd1);
  position: absolute;
  inset: 0;
}

.faith-hero__inner {
  max-width: var(--wp--custom--content-size);
  z-index: 1;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  position: relative;
}

@media (width >= 768px) {
  .faith-hero__inner {
    padding: 5rem 1.5rem;
  }
}

.faith-hero__meta {
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.faith-hero__topic {
  color: var(--wp--preset--color--amber-light);
}

.faith-hero__topic:hover {
  color: #fff;
}

.faith-hero__read-time {
  color: #ffffffa6;
  align-items: center;
  gap: .3rem;
  font-size: .8125rem;
  display: inline-flex;
}

.faith-hero__read-time svg {
  flex-shrink: 0;
}

.faith-hero__title {
  color: #fff;
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 .75rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.15;
}

.faith-hero__subtitle {
  color: #ffffffc7;
  max-width: 600px;
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.6;
}

.faith-content {
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .faith-content {
    padding: 5rem 1.5rem;
  }
}

.faith-content__inner {
  max-width: var(--wp--custom--content-size);
  margin: 0 auto;
}

.faith-content__body {
  margin-bottom: 3rem;
}

.faith-scripture {
  background: var(--wp--preset--color--navy-pale);
  border-left: 4px solid var(--wp--preset--color--amber);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  margin-top: 3rem;
  padding: 2rem 2rem 2rem 1.75rem;
}

.faith-scripture__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  align-items: center;
  gap: .5rem;
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
}

.faith-scripture__heading svg {
  color: var(--wp--preset--color--amber);
  flex-shrink: 0;
}

.faith-scripture__list {
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.faith-scripture__item {
  flex-direction: column;
  gap: .375rem;
  display: flex;
}

.faith-scripture__ref {
  color: var(--wp--preset--color--navy);
  letter-spacing: .02em;
  font-size: .875rem;
  font-weight: 700;
}

.faith-scripture__passage {
  color: var(--wp--preset--color--text-mid);
  border: 0;
  margin: 0;
  padding: 0;
  font-size: .9375rem;
  font-style: italic;
  line-height: 1.65;
}

.faith-related {
  background: var(--wp--preset--color--sand);
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .faith-related {
    padding: 5rem 1.5rem;
  }
}

.faith-related__inner {
  max-width: var(--wp--custom--grid-base);
  margin: 0 auto;
}

.faith-related__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 2rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
}

.faith-related__grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

@media (width >= 600px) {
  .faith-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 900px) {
  .faith-related__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.faith-related__card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  transition: box-shadow .2s var(--ease),transform .2s var(--ease);
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.faith-related__card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}

.faith-related__card-link {
  display: block;
}

.faith-related__card-img-wrap {
  aspect-ratio: 16 / 9;
  background: var(--wp--preset--color--navy-pale);
  overflow: hidden;
}

.faith-related__card-img {
  object-fit: cover;
  height: 100%;
  transition: transform .4s var(--ease);
  width: 100%;
}

.faith-related__card:hover .faith-related__card-img {
  transform: scale(1.04);
}

.faith-related__card-img-placeholder {
  background: var(--wp--preset--color--navy-pale);
  width: 100%;
  height: 100%;
}

.faith-related__card-body {
  flex-direction: column;
  flex: 1;
  gap: .25rem;
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
}

.faith-related__card-title {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
}

.faith-related__card-title a {
  color: inherit;
  text-decoration: none;
}

.faith-related__card-title a:hover {
  color: var(--wp--preset--color--amber);
}

.faith-related__card-read-time {
  color: var(--wp--preset--color--text-soft);
  margin-top: auto;
  padding-top: .25rem;
  font-size: .75rem;
}

.faith-archive {
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .faith-archive {
    padding: 5rem 1.5rem;
  }
}

.faith-archive__inner {
  max-width: var(--wp--custom--grid-base);
  margin: 0 auto;
}

.faith-archive__header {
  text-align: center;
  margin-bottom: 3rem;
}

.faith-archive__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 .5rem;
  font-size: .72rem;
  font-weight: 700;
}

.faith-archive__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 .75rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
}

.faith-archive__description {
  color: var(--wp--preset--color--text-mid);
  max-width: 600px;
  margin: 0 auto 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.faith-archive__topics {
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-top: 1.5rem;
  display: flex;
}

.faith-archive__topic-link {
  border: 1px solid var(--border);
  color: var(--wp--preset--color--text-mid);
  border-radius: 999px;
  padding: .35rem 1rem;
  font-size: .8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
  display: inline-block;
}

.faith-archive__topic-link.is-active, .faith-archive__topic-link:hover {
  background: var(--wp--preset--color--navy);
  border-color: var(--wp--preset--color--navy);
  color: #fff;
}

.faith-archive__grid {
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

@media (width >= 600px) {
  .faith-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 900px) {
  .faith-archive__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.faith-archive__card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  transition: box-shadow .25s var(--ease),transform .25s var(--ease);
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.faith-archive__card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}

.faith-archive__card-img-wrap {
  aspect-ratio: 16 / 9;
  background: var(--wp--preset--color--navy-pale);
  overflow: hidden;
}

.faith-archive__card-img {
  object-fit: cover;
  height: 100%;
  transition: transform .4s var(--ease);
  width: 100%;
}

.faith-archive__card:hover .faith-archive__card-img {
  transform: scale(1.04);
}

.faith-archive__card-img-placeholder {
  width: 100%;
  height: 100%;
}

.faith-archive__card-body {
  flex-direction: column;
  flex: 1;
  gap: .375rem;
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
}

.faith-archive__card-meta {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.faith-archive__card-read-time {
  color: var(--wp--preset--color--text-soft);
  font-size: .75rem;
}

.faith-archive__card-title {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 600;
  line-height: 1.25;
}

.faith-archive__card-title a {
  color: inherit;
  text-decoration: none;
}

.faith-archive__card-title a:hover {
  color: var(--wp--preset--color--amber);
}

.faith-archive__card-subtitle {
  color: var(--wp--preset--color--text-mid);
  flex: 1;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.55;
}

.faith-archive__empty {
  color: var(--wp--preset--color--text-soft);
  text-align: center;
  padding: 3rem 0;
}

.tribe-events-l-container {
  max-width: var(--wp--custom--grid-base);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tribe-events-header__top-bar {
  background: var(--wp--preset--color--sand);
  border-bottom: 1px solid var(--border);
}

.tribe-events-c-search__button {
  background: var(--wp--preset--color--amber);
  border-radius: var(--r-sm);
  color: #fff;
}

.tribe-events-c-search__button:focus, .tribe-events-c-search__button:hover {
  background: var(--wp--preset--color--navy);
}

.tribe-events-calendar-list {
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tribe-events-calendar-list__event-row {
  display: block;
}

.tribe-month-separator {
  padding: 1.5rem 0 .5rem;
}

.tribe-month-separator__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  align-items: center;
  gap: .75rem;
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  display: flex;
}

.tribe-month-separator__heading:before {
  background: var(--wp--preset--color--amber);
  content: "";
  border-radius: 2px;
  flex-shrink: 0;
  width: 28px;
  height: 3px;
  display: block;
}

.tribe-month-separator__text {
  font-style: normal;
}

.tribe-event-card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-xs);
  transition: box-shadow .25s var(--ease),transform .25s var(--ease);
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.tribe-event-card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}

.tribe-event-card__image-wrap {
  aspect-ratio: 16 / 9;
  background: var(--wp--preset--color--sand-mid);
  position: relative;
  overflow: hidden;
}

.tribe-event-card__image-wrap .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}

.tribe-event-card__image-wrap .tribe-events-calendar-list__event-featured-image {
  object-fit: cover;
  height: 100%;
  transition: transform .4s var(--ease);
  width: 100%;
}

.tribe-event-card:hover .tribe-event-card__image-wrap .tribe-events-calendar-list__event-featured-image {
  transform: scale(1.04);
}

.tribe-event-card__date-badge {
  background: var(--wp--preset--color--amber);
  border-radius: var(--r-sm);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 2.75rem;
  padding: .35rem .6rem;
  font-style: normal;
  line-height: 1;
  display: flex;
  position: absolute;
  bottom: .75rem;
  left: .75rem;
}

.tribe-event-card__date-badge-day {
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}

.tribe-event-card__date-badge-month {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 700;
  display: block;
}

.tribe-event-card__body {
  flex-direction: column;
  flex: 1;
  gap: .375rem;
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
}

.tribe-event-card .tribe-events-calendar-list__event-title {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 .25rem;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.25;
}

.tribe-event-card .tribe-events-calendar-list__event-title a {
  color: inherit;
  text-decoration: none;
}

.tribe-event-card .tribe-events-calendar-list__event-title a:hover {
  color: var(--wp--preset--color--amber);
}

.tribe-event-card .tribe-events-calendar-list__event-datetime-wrapper {
  color: var(--wp--preset--color--amber);
  margin: 0;
  font-size: .8125rem;
  font-weight: 600;
}

.tribe-event-card .tribe-events-calendar-list__venue-title {
  color: var(--wp--preset--color--text-mid);
  margin: 0;
  font-size: .8125rem;
}

.tribe-event-card .tribe-events-calendar-list__event-description {
  color: var(--wp--preset--color--text-mid);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: .25rem 0 0;
  font-size: .9rem;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

.tribe-events-c-nav__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tribe-events-c-nav__list-item-link, .tribe-events-c-nav__today {
  border: 2px solid var(--wp--preset--color--navy);
  border-radius: var(--r-sm);
  color: var(--wp--preset--color--navy);
  transition: background .2s var(--ease),color .2s var(--ease);
  justify-content: center;
  align-items: center;
  padding: .55rem 1.1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tribe-events-c-nav__list-item-link:focus, .tribe-events-c-nav__list-item-link:hover, .tribe-events-c-nav__today:focus, .tribe-events-c-nav__today:hover {
  background: var(--wp--preset--color--navy);
  color: #fff;
}

.comments-area {
  --color-comment-text: var(--wp--custom--color--paragraph);
  --color-comment-author-text: var(--wp--custom--color--paragraph);
  --color-link-comment: var(--wp--custom--color--accent);
  --color-link-comment-time-anchor: var(--wp--custom--color--paragraph);
  margin-top: 3.125rem;
  margin-bottom: 0;
  overflow: visible;
}

.comment-list {
  margin: 0;
  padding: 0;
}

.comment-list, .comment-list .children {
  list-style: none;
}

.comment-list li {
  margin-top: 0;
  margin-bottom: 4.375rem;
  padding: 0;
}

.comment-list li, .comment-list p {
  font-size: var(--wp--preset--font-size--14);
}

.comment-list p {
  color: var(--color-comment-text);
}

.comment-list .avatar {
  float: right;
  border-radius: 50%;
}

.comment-list .comment-author {
  color: var(--color-comment-author-text);
  font-size: var(--wp--preset--font-size--h-4);
  margin-top: 0;
  margin-bottom: .625rem;
  padding: 0;
}

.comment-list .comments-link a, .comment-list a {
  box-shadow: none;
  color: var(--color-link-comment);
}

.comment-list .comment-author a {
  color: var(--wp--custom--color--paragraph);
}

.comment-list .comment-time {
  font-size: var(--wp--preset--font-size--14);
  margin: 0;
  padding: 0;
}

.comment-list .comment-time a {
  color: var(--color-link-comment-time-anchor);
}

.comment-list .comment-time:focus, .comment-list .comment-time:hover {
  opacity: 1;
}

.comment-list .comment-time svg {
  fill: var(--color-link-comment-time-anchor);
  margin-right: .3125rem;
  position: relative;
  top: 2px;
}

.comments-link {
  font-size: var(--wp--preset--font-size--14);
  text-align: right;
  align-items: center;
  display: inline-flex;
}

.comments-link a {
  color: var(--color-link-comment);
}

.comments-link a:focus, .comments-link a:hover, .comments-link:focus, .comments-link:hover {
  color: var(--wp--preset--color--black);
}

.comments-link svg {
  margin-right: .4375rem;
  position: relative;
  top: -1px;
}

@media (width >= 600px) {
  .comment-form {
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: grid;
  }

  .comment-form .comment-form-comment, .comment-form .comment-notes, .comment-form .form-submit {
    grid-column: 1 / span 2;
  }
}

.comment-respond {
  margin-bottom: 0;
  overflow: visible;
}

@media (width <= 600px) {
  .comment-respond input {
    width: 100%;
  }
}

.comment-respond .comment-form-author {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.comment-respond .comment-form-author input {
  border-width: 1px;
  width: 100%;
  padding: 1.5rem;
}

.comment-respond .comment-form-email {
  clear: right;
  margin-top: 0;
  margin-bottom: 1.25rem;
  margin-right: 0;
}

.comment-respond .comment-form-email input {
  border-width: 1px;
  width: 100%;
  padding: .9375rem;
}

.comment-respond .comment-form-url {
  margin-top: 0;
  margin-bottom: 1.875rem;
  position: relative;
}

.comment-respond .comment-form-url input {
  border-width: 1px;
  width: 100%;
  padding: .9375rem;
}

.comment-respond .form-submit {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.comment-respond .comment-form-comment {
  margin-bottom: 1.25rem;
}

.comment-respond textarea {
  width: 100%;
}

.wp-block-media-text {
  gap: var(--wp--custom--spacing--grid-gap);
  padding-inline: var(--wp--custom--spacing--container-padding-inline);
}

.wp-block-media-text.has-background {
  background-color: #0000;
  position: relative;
}

.wp-block-media-text.has-background:before {
  background-color: var(--wp--preset--color--light);
  content: "";
  z-index: 0;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-media-text.has-background > * {
  z-index: 1;
  position: relative;
}

.wp-block-media-text .wp-block-heading {
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__media {
  aspect-ratio: 4 / 3;
  background-color: var(--color-placeholder, #f0f0f0);
}

.wp-block-media-text .wp-block-media-text__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-media-text .wp-block-media-text__media:has(img), .wp-block-media-text .wp-block-media-text__media:has(video) {
  background-color: #0000;
}

.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  height: auto;
  min-height: 0;
}

.wp-block-media-text .editor-media-container__resizer {
  aspect-ratio: 4 / 3;
}

.wp-block-media-text .editor-media-container__resizer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 2rem;
}

.wp-block-media-text .wp-block-media-text__content > :first-child {
  margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content > :last-child {
  margin-bottom: 0;
}

.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media:empty, .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media:has(.block-editor-media-placeholder) {
  background-color: var(--color-placeholder, #f0f0f0);
  min-height: 18.75rem;
}

[class*="wp-block"].is-style-has-m-padding {
  padding-bottom: var(--wp--preset--spacing--30);
  padding-top: var(--wp--preset--spacing--30);
}

[class*="wp-block"].is-style-has-l-padding {
  padding-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40);
}

[class*="wp-block"].is-style-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-buttons {
  justify-content: flex-start;
}

.wp-block-button {
  text-align: left;
}

.wp-block-button__link {
  appearance: none;
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--main);
  font-size: var(--wp--preset--font-size--16);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-overflow: ellipsis;
  border-radius: 0;
  width: auto;
  max-width: 230px;
  margin-bottom: 0;
  padding: 14px 21px;
  line-height: 1.39;
  text-decoration: none;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
  white-space: nowrap !important;
}

.wp-block-button__link.focus, .wp-block-button__link:focus, .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}

.wp-block-button__link {
  text-align: center;
  display: inline-block;
}

.button {
  appearance: none;
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--main);
  font-size: var(--wp--preset--font-size--16);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-overflow: ellipsis;
  border-radius: 0;
  width: auto;
  max-width: 230px;
  margin-bottom: 0;
  padding: 14px 21px;
  line-height: 1.39;
  text-decoration: none;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap !important;
}

.button.focus, .button:focus, .button:hover {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}

.button-small {
  appearance: none;
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--main);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-overflow: ellipsis;
  border-radius: 0;
  width: auto;
  max-width: 230px;
  margin-bottom: 0;
  padding: 14px 21px;
  line-height: 1.39;
  text-decoration: none;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap !important;
}

.button-small.focus, .button-small:focus, .button-small:hover {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}

.button-small {
  padding: 8px 19px;
  line-height: 20.9091px;
}

.button-large, .button-small {
  font-size: var(--wp--preset--font-size--16);
}

.button-large {
  appearance: none;
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--main);
  font-weight: var(--wp--custom--typography--weight-semibold);
  text-overflow: ellipsis;
  border-radius: 0;
  width: auto;
  max-width: 230px;
  margin-bottom: 0;
  padding: 14px 21px;
  line-height: 1.39;
  text-decoration: none;
  transition: all .15s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap !important;
}

.button-large.focus, .button-large:focus, .button-large:hover {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}

.button-large {
  font-size: var(--wp--preset--font-size--18);
  padding: 15px 19px;
  line-height: 1.66;
}

.block-hero {
  background-color: var(--wp--preset--color--navy);
  flex-direction: column;
  justify-content: flex-end;
  min-height: 80svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-hero__bg {
  position: absolute;
  inset: 0;
}

.block-hero__bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-hero__overlay {
  background: linear-gradient(#1f3a5f59 0, #1f3a5f26 40%, #1f3a5fc7);
  position: absolute;
  inset: 0;
}

.block-hero__content {
  text-align: center;
  z-index: 10;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 4rem 1.5rem 4.5rem;
  position: relative;
}

.block-hero__eyebrow {
  color: var(--wp--preset--color--amber-light);
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-hero__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-hero__heading {
  color: #fff;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -.01em;
  margin-bottom: .375rem;
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  font-weight: 300;
  line-height: 1.1;
}

.block-hero__heading em {
  color: var(--wp--preset--color--amber-light);
  font-style: italic;
  font-weight: 400;
}

.block-hero__tagline {
  color: #ffffffc7;
  font-family: var(--wp--preset--font-family--display);
  max-width: 540px;
  margin: 1.375rem auto 2.125rem;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
}

.block-hero__ctas {
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  display: flex;
}

.block-page-banner {
  background-color: var(--wp--preset--color--navy);
  text-align: center;
  padding: 4rem 1.5rem;
  position: relative;
  overflow: hidden;
}

@media (width >= 768px) {
  .block-page-banner {
    padding: 5rem 1.5rem;
  }
}

.block-page-banner__bg {
  position: absolute;
  inset: 0;
}

.block-page-banner__bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-page-banner__overlay {
  background: #1f3a5fa6;
  position: absolute;
  inset: 0;
}

.block-page-banner__content {
  z-index: 2;
  position: relative;
}

.block-page-banner__heading {
  color: #fff;
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.15;
}

.block-section-header {
  padding: 3rem 1.5rem 1.5rem;
}

@media (width >= 768px) {
  .block-section-header {
    padding: 4rem 1.5rem 2rem;
  }
}

.block-section-header__inner {
  max-width: var(--wp--custom--grid-base);
  margin: 0 auto;
}

.block-section-header--align-center {
  text-align: center;
}

.block-section-header--align-center .block-section-header__eyebrow {
  justify-content: center;
}

.block-section-header--align-center .block-section-header__subheading {
  margin-left: auto;
  margin-right: auto;
}

.block-section-header__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-section-header__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-section-header__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-section-header__subheading {
  color: var(--wp--preset--color--text-mid);
  max-width: 640px;
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.block-text-image {
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .block-text-image {
    padding: 5rem 1.5rem;
  }
}

.block-text-image__inner {
  max-width: var(--wp--custom--grid-base);
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 auto;
  display: flex;
}

@media (width >= 768px) {
  .block-text-image__inner {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  .block-text-image--image-left .block-text-image__inner {
    flex-direction: row-reverse;
  }
}

.block-text-image__text {
  flex: 1;
}

.block-text-image__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-text-image__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-text-image__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 1.25rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-text-image__content {
  color: var(--wp--preset--color--text-mid);
  margin-bottom: 1.75rem;
}

.block-text-image__media {
  flex: 1;
}

.block-text-image__img {
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  width: 100%;
}

.block-icon-cards {
  background-color: var(--wp--preset--color--sand);
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .block-icon-cards {
    padding: 5rem 1.5rem;
  }
}

.block-icon-cards__inner {
  max-width: var(--wp--custom--grid-base);
  margin: 0 auto;
}

.block-icon-cards__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.block-icon-cards__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-icon-cards__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-icon-cards__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-icon-cards__grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  list-style: none;
  display: grid;
}

@media (width >= 600px) {
  .block-icon-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 900px) {
  .block-icon-cards--cols-3 .block-icon-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .block-icon-cards--cols-4 .block-icon-cards__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.block-icon-cards__card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-xs);
  transition: box-shadow .25s var(--ease),transform .25s var(--ease);
  background: #fff;
  padding: 2rem 1.5rem;
}

.block-icon-cards__card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.block-icon-cards__icon {
  margin-bottom: 1.25rem;
}

.block-icon-cards__icon img {
  object-fit: contain;
  width: 48px;
  height: 48px;
}

.block-icon-cards__card-heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 .625rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.block-icon-cards__card-content {
  color: var(--wp--preset--color--text-mid);
  margin: 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.block-icon-cards__card-link {
  color: var(--wp--preset--color--amber);
  transition: gap .2s var(--ease);
  align-items: center;
  gap: .375rem;
  margin-top: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.block-icon-cards__card-link:hover {
  gap: .625rem;
}

.block-cta-banner {
  text-align: center;
  padding: 4.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}

@media (width >= 768px) {
  .block-cta-banner {
    padding: 6rem 1.5rem;
  }
}

.block-cta-banner--navy {
  background-color: var(--wp--preset--color--navy);
}

.block-cta-banner--amber {
  background-color: var(--wp--preset--color--amber);
}

.block-cta-banner--sand {
  background-color: var(--wp--preset--color--sand);
}

.block-cta-banner__bg {
  position: absolute;
  inset: 0;
}

.block-cta-banner__bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block-cta-banner__overlay {
  background: #1f3a5fb8;
  position: absolute;
  inset: 0;
}

.block-cta-banner__inner {
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}

.block-cta-banner__eyebrow {
  letter-spacing: .16em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .875rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-cta-banner__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-cta-banner--image .block-cta-banner__eyebrow, .block-cta-banner--navy .block-cta-banner__eyebrow {
  color: var(--wp--preset--color--amber-light);
}

.block-cta-banner--sand .block-cta-banner__eyebrow {
  color: var(--wp--preset--color--amber);
}

.block-cta-banner--amber .block-cta-banner__eyebrow {
  color: #fff;
}

.block-cta-banner__heading {
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
}

.block-cta-banner--image .block-cta-banner__heading, .block-cta-banner--navy .block-cta-banner__heading {
  color: #fff;
}

.block-cta-banner--sand .block-cta-banner__heading {
  color: var(--wp--preset--color--navy);
}

.block-cta-banner--amber .block-cta-banner__heading {
  color: #fff;
}

.block-cta-banner__content {
  margin: 0 0 2rem;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.block-cta-banner--image .block-cta-banner__content, .block-cta-banner--navy .block-cta-banner__content {
  color: #ffffffc7;
}

.block-cta-banner--sand .block-cta-banner__content {
  color: var(--wp--preset--color--text-mid);
}

.block-cta-banner--amber .block-cta-banner__content {
  color: #ffffffe6;
}

.block-cta-banner__ctas {
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  display: flex;
}

.block-clergy-profiles {
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .block-clergy-profiles {
    padding: 5rem 1.5rem;
  }
}

.block-clergy-profiles__inner {
  max-width: calc(var(--wp--custom--grid-base)*.75);
  margin: 0 auto;
}

.block-clergy-profiles__header {
  text-align: center;
  margin-bottom: 3rem;
}

.block-clergy-profiles__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-clergy-profiles__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-clergy-profiles__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-clergy-profiles__grid {
  grid-template-columns: 1fr;
  gap: 2rem;
  display: grid;
}

@media (width >= 600px) {
  .block-clergy-profiles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 900px) {
  .block-clergy-profiles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width >= 768px) {
  .block-clergy-profiles--featured .block-clergy-profiles__grid {
    grid-template-columns: 1fr 1fr;
  }

  .block-clergy-profiles--featured .block-clergy-profiles__grid .block-clergy-profiles__card:first-child {
    flex-direction: row;
    grid-column: 1 / -1;
    align-items: center;
    gap: 2.5rem;
    display: flex;
  }

  .block-clergy-profiles--featured .block-clergy-profiles__grid .block-clergy-profiles__card:first-child .block-clergy-profiles__photo-wrap {
    flex: 0 0 280px;
  }

  .block-clergy-profiles--featured .block-clergy-profiles__grid .block-clergy-profiles__card:first-child .block-clergy-profiles__info {
    flex: 1;
  }

  .block-clergy-profiles--featured .block-clergy-profiles__grid .block-clergy-profiles__card:first-child .block-clergy-profiles__photo {
    border-radius: var(--r-md);
  }
}

.block-clergy-profiles__card {
  background: var(--wp--preset--color--navy-pale);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
}

.block-clergy-profiles__photo-wrap {
  aspect-ratio: 1;
  overflow: hidden;
}

.block-clergy-profiles__photo {
  object-fit: cover;
  height: 100%;
  transition: transform .4s var(--ease);
  width: 100%;
}

.block-clergy-profiles__info {
  padding: 1.5rem;
}

.block-clergy-profiles__name {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 .25rem;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
}

.block-clergy-profiles__title {
  color: var(--wp--preset--color--amber);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 .875rem;
  font-size: .8125rem;
  font-weight: 600;
}

.block-clergy-profiles__bio {
  color: var(--wp--preset--color--text-mid);
  margin: 0 0 1rem;
  font-size: .9375rem;
  line-height: 1.65;
}

.block-clergy-profiles__email {
  color: var(--wp--preset--color--navy);
  text-underline-offset: 2px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: underline;
}

.block-clergy-profiles__email:hover {
  color: var(--wp--preset--color--amber);
}

.block-service-schedule {
  background-color: var(--wp--preset--color--navy-pale);
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .block-service-schedule {
    padding: 5rem 1.5rem;
  }
}

.block-service-schedule__inner {
  max-width: 760px;
  margin: 0 auto;
}

.block-service-schedule__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.block-service-schedule__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-service-schedule__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-service-schedule__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 .75rem;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-service-schedule__intro {
  color: var(--wp--preset--color--text-mid);
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

.block-service-schedule__list {
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  background: #fff;
  overflow: hidden;
}

.block-service-schedule__section-label {
  background: var(--wp--preset--color--navy);
  color: #fff;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0;
  padding: .625rem 1.5rem;
  font-size: .72rem;
  font-weight: 600;
}

.block-service-schedule__row {
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
  align-items: baseline;
  gap: .25rem 1rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.block-service-schedule__row:last-child {
  border-bottom: none;
}

.block-service-schedule__name {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  flex: auto;
  font-size: 1.1rem;
  font-weight: 500;
}

.block-service-schedule__meta {
  flex-shrink: 0;
  align-items: center;
  gap: .625rem;
  display: flex;
}

.block-service-schedule__day {
  color: var(--wp--preset--color--text-mid);
  font-size: .875rem;
}

.block-service-schedule__time {
  color: var(--wp--preset--color--amber);
  font-size: .9375rem;
  font-weight: 600;
}

.block-service-schedule__notes {
  color: var(--wp--preset--color--text-soft);
  flex: 100%;
  font-size: .8125rem;
  font-style: italic;
}

@media (width >= 600px) {
  .block-service-schedule__notes {
    flex: auto;
  }
}

.block-ministry-cards {
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .block-ministry-cards {
    padding: 5rem 1.5rem;
  }
}

.block-ministry-cards__inner {
  max-width: var(--wp--custom--grid-base);
  margin: 0 auto;
}

.block-ministry-cards__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.block-ministry-cards__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-ministry-cards__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-ministry-cards__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-ministry-cards__grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  display: grid;
}

@media (width >= 600px) {
  .block-ministry-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 900px) {
  .block-ministry-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.block-ministry-cards__card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-xs);
  transition: box-shadow .25s var(--ease),transform .25s var(--ease);
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.block-ministry-cards__card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}

.block-ministry-cards__img-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.block-ministry-cards__img {
  object-fit: cover;
  height: 100%;
  transition: transform .4s var(--ease);
  width: 100%;
}

.block-ministry-cards__card:hover .block-ministry-cards__img {
  transform: scale(1.04);
}

.block-ministry-cards__body {
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
  display: flex;
}

.block-ministry-cards__name {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 .625rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.block-ministry-cards__meeting-time {
  color: var(--wp--preset--color--amber);
  align-items: center;
  gap: .35rem;
  margin: 0 0 .5rem;
  font-size: .8125rem;
  font-weight: 600;
  display: flex;
}

.block-ministry-cards__meeting-time svg {
  color: currentColor;
  flex-shrink: 0;
}

.block-ministry-cards__description {
  color: var(--wp--preset--color--text-mid);
  flex: 1;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.block-ministry-cards__actions {
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  margin-top: 1.25rem;
  display: flex;
}

.block-ministry-cards__action-link {
  color: var(--wp--preset--color--amber);
  text-underline-offset: 2px;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: underline;
}

.block-ministry-cards__action-link:hover {
  color: var(--wp--preset--color--navy);
}

.block-announcement-bar {
  max-height: 200px;
  transition: max-height .3s, opacity .3s;
  overflow: hidden;
}

.block-announcement-bar.is-dismissed {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}

.block-announcement-bar--sky {
  background-color: var(--wp--preset--color--sky);
}

.block-announcement-bar--navy {
  background-color: var(--wp--preset--color--navy);
}

.block-announcement-bar--amber {
  background-color: var(--wp--preset--color--amber);
}

.block-announcement-bar__inner {
  max-width: var(--wp--custom--grid-base);
  justify-content: center;
  align-items: center;
  gap: .75rem;
  margin: 0 auto;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

.block-announcement-bar__message {
  color: #fff;
  text-align: center;
  flex: 1;
  margin: 0;
  padding-right: 2rem;
  font-size: .8375rem;
  line-height: 1.45;
}

@media (width >= 600px) {
  .block-announcement-bar__message {
    padding-right: 0;
  }
}

.block-announcement-bar__link {
  color: #fff;
  opacity: .9;
  text-underline-offset: 2px;
  white-space: nowrap;
  margin-left: .375rem;
  font-weight: 700;
  text-decoration: underline;
}

.block-announcement-bar__link:hover {
  opacity: 1;
}

.block-announcement-bar__close {
  appearance: none;
  border-radius: var(--r-sm);
  color: #fff;
  cursor: pointer;
  opacity: .7;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  transition: opacity .2s, background .2s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

.block-announcement-bar__close:hover {
  opacity: 1;
  background: #ffffff26;
}

.block-announcement-bar__close:focus-visible {
  opacity: 1;
  outline-offset: 2px;
  outline: 2px solid #fff;
}

.block-events-feed {
  background: var(--wp--preset--color--sand);
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .block-events-feed {
    padding: 5rem 1.5rem;
  }
}

.block-events-feed__inner {
  max-width: var(--wp--custom--grid-base);
  margin: 0 auto;
}

.block-events-feed__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.block-events-feed__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-events-feed__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-events-feed__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-events-feed__grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

@media (width >= 600px) {
  .block-events-feed__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 900px) {
  .block-events-feed__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.block-events-feed--list .block-events-feed__grid {
  grid-template-columns: 1fr;
}

.block-events-feed__card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-xs);
  transition: box-shadow .25s var(--ease),transform .25s var(--ease);
  background: #fff;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.block-events-feed__card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}

.block-events-feed--list .block-events-feed__card {
  flex-direction: row;
}

@media (width >= 600px) {
  .block-events-feed--list .block-events-feed__card .block-events-feed__card-image-wrap {
    aspect-ratio: auto;
    flex-shrink: 0;
    width: 240px;
  }
}

.block-events-feed__card-image-wrap {
  aspect-ratio: 16 / 9;
  background: var(--wp--preset--color--sand-mid);
  position: relative;
  overflow: hidden;
}

.block-events-feed__card-image {
  object-fit: cover;
  height: 100%;
  transition: transform .4s var(--ease);
  width: 100%;
}

.block-events-feed__card:hover .block-events-feed__card-image {
  transform: scale(1.04);
}

.block-events-feed__card-date-badge {
  background: var(--wp--preset--color--amber);
  border-radius: var(--r-sm);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 2.75rem;
  padding: .35rem .6rem;
  font-style: normal;
  line-height: 1;
  display: flex;
  position: absolute;
  bottom: .75rem;
  left: .75rem;
}

.block-events-feed__card-date-day {
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}

.block-events-feed__card-date-month {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 700;
  display: block;
}

.block-events-feed__card-body {
  flex-direction: column;
  flex: 1;
  gap: .25rem;
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
}

.block-events-feed__card-title {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 .25rem;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 600;
  line-height: 1.25;
}

.block-events-feed__card-title a {
  color: inherit;
  text-decoration: none;
}

.block-events-feed__card-title a:hover {
  color: var(--wp--preset--color--amber);
}

.block-events-feed__card-datetime {
  color: var(--wp--preset--color--amber);
  margin: 0;
  font-size: .8125rem;
  font-weight: 600;
}

.block-events-feed__card-venue {
  color: var(--wp--preset--color--text-mid);
  margin: 0;
  font-size: .8125rem;
}

.block-events-feed__card-footer {
  margin-top: auto;
  padding-top: .875rem;
}

.block-events-feed__card-link {
  color: var(--wp--preset--color--amber);
  text-underline-offset: 2px;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: underline;
}

.block-events-feed__card-link:hover {
  color: var(--wp--preset--color--navy);
}

.block-events-feed__footer {
  text-align: center;
  margin-top: 2.5rem;
}

.glightbox-container {
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999999 !important;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.glightbox-container .gslider {
  height: 100%;
  transition: transform .4s;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateZ(0);
  display: flex !important;
}

.glightbox-container .gslide, .glightbox-container .gslider {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.glightbox-container .gslide {
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  position: absolute;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  position: relative;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
  border: none;
  min-height: 165px;
  outline: none !important;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  float: none;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  width: auto;
  min-width: 200px;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  margin: auto;
  padding: 0;
  display: block;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  transition: none;
  cursor: grabbing !important;
}

.gslide-video {
  max-width: 100vh;
  position: relative;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video:before {
  content: "";
  background: #ff000057;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.gslide-video.playing:before {
  display: none;
}

.gslide-video.fullscreen {
  min-width: 100%;
  height: 75vh;
  max-width: 100% !important;
}

.gslide-video.fullscreen video {
  width: 100% !important;
  max-width: 100% !important;
}

.gslide-inline {
  text-align: left;
  background: #fff;
  max-width: 100%;
  max-height: calc(100vh - 40px);
  margin: auto;
  overflow: auto;
}

.gslide-inline .ginlined-content {
  width: 100%;
  padding: 20px;
}

.gslide-inline .dragging {
  transition: none;
  cursor: grabbing !important;
}

.ginlined-content {
  opacity: 1;
  overflow: auto;
  display: block !important;
}

.gslide-external {
  background: #fff;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 75vh;
  padding: 0;
  overflow: auto;
}

.gslide-external, .gslide-media {
  display: flex;
}

.gslide-media {
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  flex-direction: column;
  margin: 0 auto;
}

.gslide-description {
  flex: 1 0 100%;
  position: relative;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  width: 100%;
  margin: 0 auto;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.glightbox-button-hidden, .zoomed .gslide-description {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  background: linear-gradient(#0000 0, #000000bf);
  width: 100%;
  max-height: 78vh;
  padding: 19px 11px 50px;
  transition: opacity .3s linear;
  position: absolute;
  bottom: 0;
  order: 2 !important;
  max-width: 100vw !important;
  height: auto !important;
  overflow: auto !important;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

.gdesc-open .gslide-media {
  opacity: .4;
  transition: opacity .5s;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  opacity: 1;
  transition: opacity .5s;
}

.greset {
  transition: all .3s;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  z-index: 9999;
  border: 2px solid #fff;
  border-right-color: #0000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  animation: .8s linear infinite a;
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
}

.goverlay {
  will-change: opacity;
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
}

.glightbox-mobile .goverlay, .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  cursor: pointer;
  z-index: 99999;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 44px;
  display: flex;
}

.gclose svg, .gnext svg, .gprev svg {
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: .1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  color: #000;
  margin-bottom: 19px;
  font-family: arial;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  margin-bottom: 0;
  font-family: arial;
  font-size: .86em;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: #000000bf;
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  left: 30px;
}

.glightbox-clean .gnext, .glightbox-clean .gprev {
  width: 40px;
  height: 50px;
  position: absolute;
  top: -100%;
}

.glightbox-clean .gnext {
  right: 30px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 10px;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: .5s b;
}

.gfadeOut {
  animation: .5s c;
}

.gslideOutLeft {
  animation: .3s e;
}

.gslideInLeft {
  animation: .3s d;
}

.gslideOutRight {
  animation: .3s g;
}

.gslideInRight {
  animation: .3s f;
}

.gzoomIn {
  animation: .5s h;
}

.gzoomOut {
  animation: .5s i;
}

@keyframes a {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes b {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes c {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes d {
  0% {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}

@keyframes e {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-60%, 0, 0);
  }
}

@keyframes f {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes g {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }

  to {
    opacity: 0;
    transform: translate3d(60%, 0, 0);
  }
}

@keyframes h {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@keyframes i {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@media (width >= 769px) {
  .glightbox-container .ginner-container {
    flex-direction: row;
    width: auto;
    height: auto;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }

  .gslide-image img {
    max-width: 100%;
    max-height: 97vh;
  }

  .gslide-image img.zoomable {
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: #000000eb;
  }

  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px #000000a6;
  }

  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    height: 100%;
    position: absolute;
    overflow-y: auto;
  }

  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: #00000052;
  }

  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: #000000b3;
  }

  .glightbox-clean .gnext, .glightbox-clean .gprev {
    top: 45%;
  }
}

@media (width >= 992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px;
  }
}

@media screen and (height <= 420px) {
  .goverlay {
    background: #000;
  }
}

.block-media-gallery {
  padding: 3rem 1.5rem;
}

@media (width >= 768px) {
  .block-media-gallery {
    padding: 4.5rem 1.5rem;
  }
}

.block-media-gallery--bg-white {
  background-color: #fff;
}

.block-media-gallery--bg-sand {
  background-color: var(--wp--preset--color--sand);
}

.block-media-gallery--bg-navy {
  background-color: var(--wp--preset--color--navy);
}

.block-media-gallery__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.block-media-gallery__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
  display: grid;
}

@media (width >= 600px) {
  .block-media-gallery__grid {
    gap: 1rem;
  }

  .block-media-gallery--cols-2 .block-media-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .block-media-gallery--cols-3 .block-media-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .block-media-gallery--cols-4 .block-media-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 900px) {
  .block-media-gallery--cols-4 .block-media-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.block-media-gallery__item {
  aspect-ratio: 4 / 3;
  background: var(--wp--preset--color--sand-mid);
  border-radius: var(--r-sm, 6px);
  margin: 0;
  position: relative;
  overflow: hidden;
}

.block-media-gallery__item.has-caption {
  aspect-ratio: auto;
}

.block-media-gallery__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.block-media-gallery__link:focus-visible .block-media-gallery__zoom, .block-media-gallery__link:hover .block-media-gallery__zoom {
  opacity: 1;
}

.block-media-gallery__link:focus-visible .block-media-gallery__img, .block-media-gallery__link:hover .block-media-gallery__img {
  transform: scale(1.04);
}

.block-media-gallery__img {
  object-fit: cover;
  height: 100%;
  transition: transform .35s var(--ease, ease);
  width: 100%;
  display: block;
}

.block-media-gallery__item:not(.has-caption) .block-media-gallery__img {
  position: absolute;
  inset: 0;
}

.block-media-gallery__zoom {
  color: #fff;
  opacity: 0;
  transition: opacity .25s var(--ease, ease);
  background: #1f3a5f6b;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.block-media-gallery__caption {
  color: var(--wp--preset--color--text-mid);
  padding: .5rem .625rem;
  font-size: .8125rem;
  line-height: 1.4;
}

.block-media-gallery--bg-navy .block-media-gallery__caption {
  color: #ffffffb3;
}

.block-video-feature {
  padding: 3rem 1.5rem;
}

@media (width >= 768px) {
  .block-video-feature {
    padding: 4.5rem 1.5rem;
  }
}

.block-video-feature--bg-white {
  background-color: #fff;
}

.block-video-feature--bg-sand {
  background-color: var(--wp--preset--color--sand);
}

.block-video-feature--bg-navy {
  background-color: var(--wp--preset--color--navy);
}

.block-video-feature__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.block-video-feature--full .block-video-feature__inner {
  max-width: 900px;
}

.block-video-feature--with-text .block-video-feature__inner {
  align-items: center;
  gap: 3rem;
  display: grid;
}

@media (width >= 900px) {
  .block-video-feature--with-text .block-video-feature__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.block-video-feature__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  margin-bottom: .875rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-video-feature__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-video-feature--bg-navy .block-video-feature__eyebrow {
  color: var(--wp--preset--color--amber-light);
}

.block-video-feature__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-video-feature--bg-navy .block-video-feature__heading {
  color: #fff;
}

.block-video-feature__content {
  color: var(--wp--preset--color--text-mid);
}

.block-video-feature--bg-navy .block-video-feature__content {
  color: #ffffffc7;
}

.block-video-feature__media {
  width: 100%;
}

.block-video-feature__embed {
  border-radius: var(--r-md, 10px);
  box-shadow: var(--shadow-lg, 0 8px 32px #00000029);
  background: #000;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.block-video-feature__embed embed, .block-video-feature__embed iframe, .block-video-feature__embed object {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.block-video-feature__placeholder {
  background: var(--wp--preset--color--sand);
  border-radius: var(--r-md, 10px);
  color: var(--wp--preset--color--text-soft);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  min-height: 200px;
  display: flex;
}

.block-video-feature__placeholder p {
  font-size: .9rem;
}

.block-video-feature__no-embed {
  color: var(--wp--preset--color--text-soft);
  text-align: center;
  padding: 1rem;
}

.block-email-subscribe {
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .block-email-subscribe {
    padding: 5.5rem 1.5rem;
  }
}

.block-email-subscribe--bg-white {
  background-color: #fff;
}

.block-email-subscribe--bg-sand {
  background-color: var(--wp--preset--color--sand);
}

.block-email-subscribe--bg-navy {
  background-color: var(--wp--preset--color--navy);
}

.block-email-subscribe--bg-amber {
  background-color: var(--wp--preset--color--amber);
}

.block-email-subscribe__inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.block-email-subscribe__header {
  margin-bottom: 2rem;
}

.block-email-subscribe__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 .75rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-email-subscribe--bg-amber .block-email-subscribe__heading, .block-email-subscribe--bg-navy .block-email-subscribe__heading {
  color: #fff;
}

.block-email-subscribe__subheading {
  color: var(--wp--preset--color--text-mid);
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.block-email-subscribe--bg-navy .block-email-subscribe__subheading {
  color: #ffffffbf;
}

.block-email-subscribe--bg-amber .block-email-subscribe__subheading {
  color: #ffffffe0;
}

.block-email-subscribe__form .gform_wrapper form {
  flex-flow: column wrap;
  justify-content: center;
  gap: .5rem;
  display: flex;
}

.block-email-subscribe__form .gfield {
  text-align: left;
  flex: 260px;
  margin-bottom: 0;
}

.block-email-subscribe__form input[type="email"], .block-email-subscribe__form input[type="text"] {
  width: 100%;
}

.block-email-subscribe__form .gform_footer, .block-email-subscribe__form .gform_page_footer {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.block-email-subscribe__preview-form {
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  display: flex;
}

.block-email-subscribe__preview-form input {
  border: 1px solid var(--wp--preset--color--sand-mid);
  border-radius: var(--r-sm, 6px);
  background: #fff;
  flex: 260px;
  padding: .75rem 1rem;
  font-size: 1rem;
}

.block-email-subscribe__preview-form input::placeholder {
  color: var(--wp--preset--color--text-soft);
}

.block-email-subscribe__preview-form .btn {
  flex-shrink: 0;
}

.block-email-subscribe__notice {
  color: var(--wp--preset--color--text-soft);
  opacity: .8;
  margin-top: .75rem;
  font-size: .8125rem;
}

.block-form-block {
  padding: 3.5rem 1.5rem;
}

@media (width >= 768px) {
  .block-form-block {
    padding: 5rem 1.5rem;
  }
}

.block-form-block--bg-white {
  background-color: #fff;
}

.block-form-block--bg-sand {
  background-color: var(--wp--preset--color--sand);
}

.block-form-block--bg-navy {
  background-color: var(--wp--preset--color--navy);
}

.block-form-block--centered .block-form-block__inner {
  max-width: 700px;
  margin: 0 auto;
}

.block-form-block--centered .block-form-block__header {
  text-align: center;
  margin-bottom: 2rem;
}

.block-form-block--two-column .block-form-block__inner {
  align-items: start;
  gap: 3rem;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
}

@media (width >= 900px) {
  .block-form-block--two-column .block-form-block__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.block-form-block__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  margin-bottom: .875rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-form-block__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-form-block--bg-navy .block-form-block__eyebrow {
  color: var(--wp--preset--color--amber-light);
}

.block-form-block__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-form-block--bg-navy .block-form-block__heading {
  color: #fff;
}

.block-form-block__content {
  color: var(--wp--preset--color--text-mid);
  line-height: 1.7;
}

.block-form-block--bg-navy .block-form-block__content {
  color: #ffffffc7;
}

.block-form-block__placeholder {
  background: var(--wp--preset--color--sand);
  border-radius: var(--r-md, 10px);
  color: var(--wp--preset--color--text-soft);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  min-height: 200px;
  display: flex;
}

.block-form-block__placeholder p {
  font-size: .9rem;
}

.block-content-block {
  padding: 3rem 1.5rem;
}

@media (width >= 768px) {
  .block-content-block {
    padding: 4.5rem 1.5rem;
  }
}

.block-content-block--bg-white {
  background-color: #fff;
}

.block-content-block--bg-sand {
  background-color: var(--wp--preset--color--sand);
}

.block-content-block--bg-navy {
  background-color: var(--wp--preset--color--navy);
}

.block-content-block--bg-navy .block-content-block__content {
  color: #ffffffe0;
}

.block-content-block--bg-navy .block-content-block__content h1, .block-content-block--bg-navy .block-content-block__content h2, .block-content-block--bg-navy .block-content-block__content h3, .block-content-block--bg-navy .block-content-block__content h4, .block-content-block--bg-navy .block-content-block__content h5, .block-content-block--bg-navy .block-content-block__content h6 {
  color: #fff;
}

.block-content-block--bg-navy .block-content-block__content a {
  color: var(--wp--preset--color--amber-light);
}

.block-content-block--bg-navy .block-content-block__content blockquote {
  border-left-color: var(--wp--preset--color--amber);
  color: #ffffffb8;
}

.block-content-block--bg-amber {
  background-color: var(--wp--preset--color--amber);
}

.block-content-block--bg-amber .block-content-block__content {
  color: #ffffffeb;
}

.block-content-block--bg-amber .block-content-block__content h1, .block-content-block--bg-amber .block-content-block__content h2, .block-content-block--bg-amber .block-content-block__content h3, .block-content-block--bg-amber .block-content-block__content h4, .block-content-block--bg-amber .block-content-block__content h5, .block-content-block--bg-amber .block-content-block__content h6 {
  color: #fff;
}

.block-content-block__inner {
  margin: 0 auto;
}

.block-content-block--width-narrow .block-content-block__inner {
  max-width: 640px;
}

.block-content-block--width-content .block-content-block__inner {
  max-width: 800px;
}

.block-content-block--width-wide .block-content-block__inner {
  max-width: 1180px;
}

.block-content-block--align-center .block-content-block__inner {
  text-align: center;
}

.block-content-block__content {
  color: var(--wp--preset--color--text-dark);
}

.block-accordion {
  padding: 3.5rem 1.5rem;
}

@media (width >= 768px) {
  .block-accordion {
    padding: 5rem 1.5rem;
  }
}

.block-accordion--bg-white {
  background-color: #fff;
}

.block-accordion--bg-sand {
  background-color: var(--wp--preset--color--sand);
}

.block-accordion--bg-navy {
  background-color: var(--wp--preset--color--navy);
}

.block-accordion__inner {
  max-width: 760px;
  margin: 0 auto;
}

.block-accordion__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.block-accordion__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-accordion__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-accordion--bg-navy .block-accordion__eyebrow {
  color: var(--wp--preset--color--amber-light);
}

.block-accordion__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-accordion--bg-navy .block-accordion__heading {
  color: #fff;
}

.block-accordion__list {
  border-top: 1px solid var(--border, #1f3a5f1f);
}

.block-accordion--bg-navy .block-accordion__list {
  border-top-color: #ffffff26;
}

.block-accordion__item {
  border-bottom: 1px solid var(--border, #1f3a5f1f);
}

.block-accordion--bg-navy .block-accordion__item {
  border-bottom-color: #ffffff26;
}

.block-accordion__trigger {
  appearance: none;
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 0;
  display: flex;
}

.block-accordion__trigger:focus-visible .block-accordion__question, .block-accordion__trigger:hover .block-accordion__question {
  color: var(--wp--preset--color--amber);
}

.block-accordion__trigger[aria-expanded="true"] .block-accordion__icon {
  transform: rotate(180deg);
}

.block-accordion__question {
  color: var(--wp--preset--color--navy);
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color .2s;
}

.block-accordion--bg-navy .block-accordion__question {
  color: #fff;
}

.block-accordion__icon {
  color: var(--wp--preset--color--amber);
  flex-shrink: 0;
  transition: transform .25s;
}

.block-accordion--bg-navy .block-accordion__icon {
  color: var(--wp--preset--color--amber-light);
}

.block-accordion__panel {
  overflow: hidden;
}

.block-accordion__panel[hidden] {
  display: none;
}

.block-accordion__answer {
  color: var(--wp--preset--color--text-mid);
  padding-bottom: 1.25rem;
  line-height: 1.7;
}

.block-accordion--bg-navy .block-accordion__answer {
  color: #ffffffbf;
}

.block-giving-cta {
  text-align: center;
  padding: 4.5rem 1.5rem;
}

@media (width >= 768px) {
  .block-giving-cta {
    padding: 6rem 1.5rem;
  }
}

.block-giving-cta--bg-white {
  background-color: #fff;
}

.block-giving-cta--bg-sand {
  background-color: var(--wp--preset--color--sand);
}

.block-giving-cta--bg-navy {
  background-color: var(--wp--preset--color--navy);
}

.block-giving-cta--bg-amber {
  background-color: var(--wp--preset--color--amber);
}

.block-giving-cta__inner {
  max-width: 680px;
  margin: 0 auto;
}

.block-giving-cta__eyebrow {
  letter-spacing: .16em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .875rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-giving-cta__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-giving-cta--bg-navy .block-giving-cta__eyebrow {
  color: var(--wp--preset--color--amber-light);
}

.block-giving-cta--bg-sand .block-giving-cta__eyebrow, .block-giving-cta--bg-white .block-giving-cta__eyebrow {
  color: var(--wp--preset--color--amber);
}

.block-giving-cta--bg-amber .block-giving-cta__eyebrow {
  color: #ffffffd9;
}

.block-giving-cta__heading {
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
}

.block-giving-cta--bg-amber .block-giving-cta__heading, .block-giving-cta--bg-navy .block-giving-cta__heading {
  color: #fff;
}

.block-giving-cta--bg-sand .block-giving-cta__heading, .block-giving-cta--bg-white .block-giving-cta__heading {
  color: var(--wp--preset--color--navy);
}

.block-giving-cta__content {
  margin: 0 0 2rem;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.block-giving-cta--bg-navy .block-giving-cta__content {
  color: #ffffffc7;
}

.block-giving-cta--bg-amber .block-giving-cta__content {
  color: #ffffffe0;
}

.block-giving-cta--bg-sand .block-giving-cta__content, .block-giving-cta--bg-white .block-giving-cta__content {
  color: var(--wp--preset--color--text-mid);
}

.block-giving-cta__amounts {
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-bottom: 2rem;
  display: flex;
}

.block-giving-cta__amount {
  border-radius: var(--r-sm, 6px);
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  padding: .75rem 1.5rem;
  display: flex;
}

.block-giving-cta--bg-navy .block-giving-cta__amount {
  background: #ffffff1a;
  border: 1px solid #fff3;
}

.block-giving-cta--bg-sand .block-giving-cta__amount, .block-giving-cta--bg-white .block-giving-cta__amount {
  background: var(--wp--preset--color--navy-pale);
  border: 1px solid #1f3a5f1f;
}

.block-giving-cta--bg-amber .block-giving-cta__amount {
  background: #ffffff26;
  border: 1px solid #ffffff40;
}

.block-giving-cta__amount-value {
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.block-giving-cta--bg-amber .block-giving-cta__amount-value, .block-giving-cta--bg-navy .block-giving-cta__amount-value {
  color: #fff;
}

.block-giving-cta--bg-sand .block-giving-cta__amount-value, .block-giving-cta--bg-white .block-giving-cta__amount-value {
  color: var(--wp--preset--color--navy);
}

.block-giving-cta__amount-label {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .75rem;
}

.block-giving-cta--bg-navy .block-giving-cta__amount-label {
  color: #fff9;
}

.block-giving-cta--bg-sand .block-giving-cta__amount-label, .block-giving-cta--bg-white .block-giving-cta__amount-label {
  color: var(--wp--preset--color--text-soft);
}

.block-giving-cta--bg-amber .block-giving-cta__amount-label {
  color: #ffffffb8;
}

.block-giving-cta__ctas {
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.block-giving-cta__note {
  margin: 0;
  font-size: .8125rem;
}

.block-giving-cta--bg-amber .block-giving-cta__note, .block-giving-cta--bg-navy .block-giving-cta__note {
  color: #ffffff80;
}

.block-giving-cta--bg-sand .block-giving-cta__note, .block-giving-cta--bg-white .block-giving-cta__note {
  color: var(--wp--preset--color--text-soft);
}

.block-map-directions {
  padding: 0;
}

.block-map-directions--full .block-map-directions__inner {
  max-width: 100%;
}

.block-map-directions--with-text {
  padding: 3.5rem 1.5rem;
}

@media (width >= 768px) {
  .block-map-directions--with-text {
    padding: 5rem 1.5rem;
  }
}

.block-map-directions--with-text .block-map-directions__inner {
  align-items: start;
  gap: 3rem;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
}

@media (width >= 900px) {
  .block-map-directions--with-text .block-map-directions__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.block-map-directions--bg-white {
  background-color: #fff;
}

.block-map-directions--bg-sand {
  background-color: var(--wp--preset--color--sand);
}

.block-map-directions--bg-navy {
  background-color: var(--wp--preset--color--navy);
}

.block-map-directions__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-map-directions--bg-navy .block-map-directions__heading {
  color: #fff;
}

.block-map-directions__address {
  color: var(--wp--preset--color--text-mid);
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
}

.block-map-directions--bg-navy .block-map-directions__address {
  color: #ffffffc7;
}

.block-map-directions__content {
  color: var(--wp--preset--color--text-mid);
  margin-bottom: 1.75rem;
  line-height: 1.7;
}

.block-map-directions--bg-navy .block-map-directions__content {
  color: #ffffffbf;
}

.block-map-directions__map {
  background: var(--wp--preset--color--sand-mid);
  border-radius: var(--r-md, 10px);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.block-map-directions--full .block-map-directions__map {
  border-radius: 0;
}

.block-map-directions--height-small .block-map-directions__iframe {
  height: 300px;
}

.block-map-directions--height-medium .block-map-directions__iframe {
  height: 450px;
}

.block-map-directions--height-large .block-map-directions__iframe {
  height: 600px;
}

.block-map-directions--with-text .block-map-directions__iframe {
  height: 100%;
  min-height: 360px;
}

.block-map-directions__iframe {
  border: 0;
  width: 100%;
  display: block;
}

.block-map-directions__placeholder {
  color: var(--wp--preset--color--text-soft);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  min-height: 300px;
  display: flex;
}

.block-map-directions__placeholder p {
  font-size: .9rem;
}

.block-tabbed-content {
  padding: 3.5rem 1.5rem;
}

@media (width >= 768px) {
  .block-tabbed-content {
    padding: 5rem 1.5rem;
  }
}

.block-tabbed-content--bg-white {
  background-color: #fff;
}

.block-tabbed-content--bg-sand {
  background-color: var(--wp--preset--color--sand);
}

.block-tabbed-content--bg-navy {
  background-color: var(--wp--preset--color--navy);
}

.block-tabbed-content__inner {
  max-width: 900px;
  margin: 0 auto;
}

.block-tabbed-content--tabs-center .block-tabbed-content__tablist-wrap {
  text-align: center;
}

.block-tabbed-content--tabs-right .block-tabbed-content__tablist-wrap {
  text-align: right;
}

.block-tabbed-content__tablist-wrap {
  border-bottom: 2px solid var(--border, #1f3a5f1f);
  margin-bottom: 0;
}

.block-tabbed-content--bg-navy .block-tabbed-content__tablist-wrap {
  border-bottom-color: #ffffff26;
}

.block-tabbed-content__tablist {
  flex-wrap: wrap;
  gap: 0;
  display: inline-flex;
  position: relative;
}

.block-tabbed-content__tab {
  appearance: none;
  color: var(--wp--preset--color--text-soft);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--main);
  letter-spacing: .02em;
  white-space: nowrap;
  background: none;
  border: 0;
  border-bottom: 2px solid #0000;
  margin-bottom: -2px;
  padding: .875rem 1.25rem;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, border-color .2s;
  position: relative;
}

.block-tabbed-content__tab:focus-visible, .block-tabbed-content__tab:hover {
  color: var(--wp--preset--color--navy);
  outline: none;
}

.block-tabbed-content__tab[aria-selected="true"] {
  border-bottom-color: var(--wp--preset--color--amber);
  color: var(--wp--preset--color--navy);
}

.block-tabbed-content--bg-navy .block-tabbed-content__tab {
  color: #ffffff8c;
}

.block-tabbed-content--bg-navy .block-tabbed-content__tab:focus-visible, .block-tabbed-content--bg-navy .block-tabbed-content__tab:hover {
  color: #fff;
}

.block-tabbed-content--bg-navy .block-tabbed-content__tab[aria-selected="true"] {
  border-bottom-color: var(--wp--preset--color--amber);
  color: #fff;
}

.block-tabbed-content__panels {
  padding-top: 2rem;
}

.block-tabbed-content__panel {
  outline: none;
}

.block-tabbed-content__panel[hidden] {
  display: none;
}

body:not(.js) .block-tabbed-content__panel {
  border-top: 1px solid var(--border, #1f3a5f1f);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  display: block;
}

body:not(.js) .block-tabbed-content__panel:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.block-tabbed-content__panel-content {
  color: var(--wp--preset--color--text-dark);
  line-height: 1.75;
}

.block-tabbed-content--bg-navy .block-tabbed-content__panel-content {
  color: #ffffffd1;
}

.block-tabbed-content--bg-navy .block-tabbed-content__panel-content h1, .block-tabbed-content--bg-navy .block-tabbed-content__panel-content h2, .block-tabbed-content--bg-navy .block-tabbed-content__panel-content h3, .block-tabbed-content--bg-navy .block-tabbed-content__panel-content h4, .block-tabbed-content--bg-navy .block-tabbed-content__panel-content h5, .block-tabbed-content--bg-navy .block-tabbed-content__panel-content h6 {
  color: #fff;
}

.block-tabbed-content--bg-navy .block-tabbed-content__panel-content a {
  color: var(--wp--preset--color--amber-light);
}

.block-divider--spacing-sm {
  padding: 1rem 1.5rem;
}

.block-divider--spacing-md {
  padding: 2.5rem 1.5rem;
}

.block-divider--spacing-lg {
  padding: 4rem 1.5rem;
}

.block-divider--spacing-xl {
  padding: 6rem 1.5rem;
}

.block-divider__inner {
  margin: 0 auto;
}

.block-divider--width-narrow .block-divider__inner {
  max-width: 400px;
}

.block-divider--width-content .block-divider__inner {
  max-width: 800px;
}

.block-divider--width-wide .block-divider__inner {
  max-width: 1180px;
}

.block-divider--width-full .block-divider__inner {
  max-width: none;
}

.block-divider--color-sand-mid {
  color: var(--wp--preset--color--sand-mid);
}

.block-divider--color-amber {
  color: var(--wp--preset--color--amber);
}

.block-divider--color-navy {
  color: var(--wp--preset--color--navy);
}

.block-divider--color-light {
  color: #1f3a5f26;
}

.block-divider--style-double-line .block-divider__inner, .block-divider--style-line .block-divider__inner {
  align-items: center;
  display: flex;
}

.block-divider__line {
  background: currentColor;
  flex: 1;
  height: 1px;
  display: block;
}

.block-divider__line--double {
  box-shadow: 0 3px;
}

.block-divider--style-dots .block-divider__inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-divider__dots {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.block-divider__dot {
  background: currentColor;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
}

.block-divider--style-cross .block-divider__inner, .block-divider--style-ornament .block-divider__inner, .block-divider__ornament {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.block-divider__ornament {
  flex: 1;
}

.block-divider__line-seg {
  background: currentColor;
  flex: 1;
  height: 1px;
  display: block;
}

.block-divider__cross, .block-divider__fleur {
  opacity: .85;
  flex-shrink: 0;
}

.block-service-times-bar {
  width: 100%;
  padding: 0;
}

.block-service-times-bar--bg-navy {
  background-color: var(--wp--preset--color--navy);
}

.block-service-times-bar--bg-navy-light {
  background-color: var(--wp--preset--color--navy-light);
}

.block-service-times-bar--bg-sand {
  background-color: var(--wp--preset--color--sand);
}

.block-service-times-bar--bg-white {
  border-bottom: 1px solid var(--border, #1f3a5f1a);
  border-top: 1px solid var(--border, #1f3a5f1a);
  background-color: #fff;
}

.block-service-times-bar--bg-amber {
  background-color: var(--wp--preset--color--amber);
}

.block-service-times-bar__inner {
  scrollbar-width: none;
  -ms-overflow-style: none;
  align-items: center;
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  overflow-x: auto;
}

.block-service-times-bar__inner::-webkit-scrollbar {
  display: none;
}

.block-service-times-bar__label {
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  padding: .9rem 1.25rem .9rem 0;
  font-size: .65rem;
  font-weight: 700;
}

.block-service-times-bar--bg-amber .block-service-times-bar__label, .block-service-times-bar--bg-navy .block-service-times-bar__label, .block-service-times-bar--bg-navy-light .block-service-times-bar__label {
  color: #ffffff8c;
}

.block-service-times-bar--bg-sand .block-service-times-bar__label, .block-service-times-bar--bg-white .block-service-times-bar__label {
  color: var(--wp--preset--color--text-soft);
}

.block-service-times-bar__sep {
  flex-shrink: 0;
  width: 1px;
  height: 2rem;
  margin-right: 0;
  display: block;
}

.block-service-times-bar--bg-navy .block-service-times-bar__sep, .block-service-times-bar--bg-navy-light .block-service-times-bar__sep {
  background: #ffffff26;
}

.block-service-times-bar--bg-sand .block-service-times-bar__sep, .block-service-times-bar--bg-white .block-service-times-bar__sep {
  background: #1f3a5f1f;
}

.block-service-times-bar--bg-amber .block-service-times-bar__sep {
  background: #ffffff40;
}

.block-service-times-bar__list {
  flex: 1;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.block-service-times-bar__item {
  white-space: nowrap;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  gap: .1rem;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
}

.block-service-times-bar__item + .block-service-times-bar__item:before {
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.block-service-times-bar--bg-navy .block-service-times-bar__item + .block-service-times-bar__item:before, .block-service-times-bar--bg-navy-light .block-service-times-bar__item + .block-service-times-bar__item:before {
  background: #ffffff26;
}

.block-service-times-bar--bg-sand .block-service-times-bar__item + .block-service-times-bar__item:before, .block-service-times-bar--bg-white .block-service-times-bar__item + .block-service-times-bar__item:before {
  background: #1f3a5f1f;
}

.block-service-times-bar--bg-amber .block-service-times-bar__item + .block-service-times-bar__item:before {
  background: #ffffff40;
}

.block-service-times-bar__service {
  align-items: baseline;
  gap: .35rem;
  display: flex;
}

.block-service-times-bar__day {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 700;
}

.block-service-times-bar--bg-navy .block-service-times-bar__day, .block-service-times-bar--bg-navy-light .block-service-times-bar__day {
  color: var(--wp--preset--color--amber-light);
}

.block-service-times-bar--bg-sand .block-service-times-bar__day, .block-service-times-bar--bg-white .block-service-times-bar__day {
  color: var(--wp--preset--color--amber);
}

.block-service-times-bar--bg-amber .block-service-times-bar__day {
  color: #ffffffb3;
}

.block-service-times-bar__name {
  letter-spacing: .02em;
  font-size: .72rem;
  font-weight: 500;
}

.block-service-times-bar--bg-navy .block-service-times-bar__name, .block-service-times-bar--bg-navy-light .block-service-times-bar__name {
  color: #ffffffa6;
}

.block-service-times-bar--bg-sand .block-service-times-bar__name, .block-service-times-bar--bg-white .block-service-times-bar__name {
  color: var(--wp--preset--color--text-mid);
}

.block-service-times-bar--bg-amber .block-service-times-bar__name {
  color: #ffffffc7;
}

.block-service-times-bar__time {
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: .01em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}

.block-service-times-bar--bg-navy .block-service-times-bar__time, .block-service-times-bar--bg-navy-light .block-service-times-bar__time {
  color: #fff;
}

.block-service-times-bar--bg-sand .block-service-times-bar__time, .block-service-times-bar--bg-white .block-service-times-bar__time {
  color: var(--wp--preset--color--navy);
}

.block-service-times-bar--bg-amber .block-service-times-bar__time {
  color: #fff;
}

.block-service-times-bar__note {
  letter-spacing: .04em;
  margin-top: .05rem;
  font-size: .6875rem;
}

.block-service-times-bar--bg-navy .block-service-times-bar__note, .block-service-times-bar--bg-navy-light .block-service-times-bar__note {
  color: #ffffff61;
}

.block-service-times-bar--bg-sand .block-service-times-bar__note, .block-service-times-bar--bg-white .block-service-times-bar__note {
  color: var(--wp--preset--color--text-soft);
}

.block-service-times-bar--bg-amber .block-service-times-bar__note {
  color: #ffffff8c;
}

.block-service-times-bar__empty {
  opacity: .5;
  padding: 1rem 0;
  font-size: .875rem;
}

.block-service-times-bar__notes {
  border-left: 1px solid #ffffff26;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0 0 0 1.5rem;
  list-style: none;
  display: flex;
}

.block-service-times-bar--bg-sand .block-service-times-bar__notes, .block-service-times-bar--bg-white .block-service-times-bar__notes {
  border-color: #1f3a5f1f;
}

.block-service-times-bar__note-item {
  letter-spacing: .02em;
  white-space: nowrap;
  font-size: .72rem;
}

.block-service-times-bar--bg-navy .block-service-times-bar__note-item, .block-service-times-bar--bg-navy-light .block-service-times-bar__note-item {
  color: #ffffff80;
}

.block-service-times-bar--bg-sand .block-service-times-bar__note-item, .block-service-times-bar--bg-white .block-service-times-bar__note-item {
  color: var(--wp--preset--color--text-soft);
}

.block-service-times-bar--bg-amber .block-service-times-bar__note-item {
  color: #ffffffa6;
}

.block-recurring-events {
  background: #fff;
  padding: 4rem 1.5rem;
}

@media (width >= 768px) {
  .block-recurring-events {
    padding: 5rem 1.5rem;
  }
}

.block-recurring-events--bg-sand {
  background: var(--wp--preset--color--sand);
}

.block-recurring-events--bg-navy {
  background: var(--wp--preset--color--navy);
}

.block-recurring-events--bg-navy .block-recurring-events__eyebrow {
  color: var(--wp--preset--color--amber-light);
}

.block-recurring-events--bg-navy .block-recurring-events__heading, .block-recurring-events--bg-navy .block-recurring-events__title {
  color: #fff;
}

.block-recurring-events--bg-navy .block-recurring-events__time {
  color: var(--wp--preset--color--amber-light);
}

.block-recurring-events--bg-navy .block-recurring-events__excerpt, .block-recurring-events--bg-navy .block-recurring-events__location {
  color: var(--wp--preset--color--sky-light);
}

.block-recurring-events--bg-navy .block-recurring-events__item {
  background: var(--wp--preset--color--navy-light);
  border-color: #ffffff14;
}

.block-recurring-events--bg-navy .block-recurring-events__date {
  background: var(--wp--preset--color--amber);
  color: #fff;
}

.block-recurring-events--bg-navy .block-recurring-events__note {
  color: var(--wp--preset--color--sky-light);
}

.block-recurring-events__inner {
  max-width: var(--wp--custom--grid-base);
  margin: 0 auto;
}

.block-recurring-events__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.block-recurring-events__eyebrow {
  color: var(--wp--preset--color--amber);
  letter-spacing: .16em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-recurring-events__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-recurring-events__heading {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
}

.block-recurring-events__list {
  flex-direction: column;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.block-recurring-events__item {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  transition: box-shadow .2s var(--ease);
  background: #fff;
  grid-template-columns: 3.5rem 1fr auto;
  align-items: start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  display: grid;
}

@media (width >= 600px) {
  .block-recurring-events__item {
    grid-template-columns: 4rem 1fr auto;
    gap: 1.25rem;
    padding: 1.125rem 1.5rem;
  }
}

.block-recurring-events__item:hover {
  box-shadow: var(--shadow-xs);
}

.block-recurring-events__item.is-cancelled {
  opacity: .6;
}

.block-recurring-events__date {
  background: var(--wp--preset--color--navy-pale);
  border-radius: var(--r-sm);
  color: var(--wp--preset--color--navy);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  padding: .4rem .25rem;
  font-style: normal;
  line-height: 1;
  display: flex;
}

.block-recurring-events__date-day {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .1rem;
  font-size: .6rem;
  font-weight: 700;
  display: block;
}

.block-recurring-events__date-num {
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.block-recurring-events__date-month {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: .1rem;
  font-size: .6rem;
  font-weight: 700;
  display: block;
}

.block-recurring-events__details {
  flex-direction: column;
  gap: .2rem;
  display: flex;
}

.block-recurring-events__title {
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 600;
  line-height: 1.25;
}

.block-recurring-events__time {
  color: var(--wp--preset--color--amber);
  margin: 0;
  font-size: .8125rem;
  font-weight: 600;
}

.block-recurring-events__location {
  color: var(--wp--preset--color--text-mid);
  margin: 0;
  font-size: .8125rem;
}

.block-recurring-events__excerpt {
  color: var(--wp--preset--color--text-soft);
  margin: .2rem 0 0;
  font-size: .8125rem;
  line-height: 1.5;
}

.block-recurring-events__meta {
  flex-direction: column;
  align-items: flex-end;
  gap: .375rem;
  min-width: 0;
  padding-top: .125rem;
  display: flex;
}

.block-recurring-events__badge {
  border-radius: var(--r-sm);
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: .25rem .5rem;
  font-size: .65rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.block-recurring-events__badge--cancelled {
  color: #b91c1c;
  background: #fee2e2;
}

.block-recurring-events__badge--rescheduled {
  background: var(--wp--preset--color--amber-pale);
  color: #92400e;
}

.block-recurring-events__note {
  color: var(--wp--preset--color--text-soft);
  text-align: right;
  max-width: 14rem;
  margin: 0;
  font-size: .75rem;
  font-style: italic;
}

.block-subpage-hero {
  padding: 2rem 1.5rem;
}

@media (width >= 768px) {
  .block-subpage-hero {
    padding: 2.5rem 1.5rem;
  }
}

.block-subpage-hero__inner {
  border-radius: var(--r-lg, 1rem);
  max-width: var(--wp--custom--grid-base);
  margin: 0 auto;
  overflow: hidden;
}

.block-subpage-hero--centered .block-subpage-hero__inner {
  background-image: var(--sh-bg-image, none);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding: 5rem 2rem;
  display: flex;
  position: relative;
}

@media (width >= 768px) {
  .block-subpage-hero--centered .block-subpage-hero__inner {
    min-height: 420px;
    padding: 6rem 3rem;
  }
}

.block-subpage-hero__overlay {
  pointer-events: none;
  background: #00000080;
  position: absolute;
  inset: 0;
}

.block-subpage-hero--overlay-light .block-subpage-hero__overlay {
  background: #0000004d;
}

.block-subpage-hero--overlay-medium .block-subpage-hero__overlay {
  background: #00000085;
}

.block-subpage-hero--overlay-dark .block-subpage-hero__overlay {
  background: #000000b8;
}

.block-subpage-hero--centered .block-subpage-hero__content {
  color: #fff;
  text-align: center;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 680px;
  display: flex;
  position: relative;
}

.block-subpage-hero--split .block-subpage-hero__inner {
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 3rem 2rem;
  display: grid;
}

@media (width >= 768px) {
  .block-subpage-hero--split .block-subpage-hero__inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
    padding: 4rem 3rem;
  }
}

.block-subpage-hero--bg-white .block-subpage-hero__inner {
  border: 1px solid var(--border);
  background: #fff;
}

.block-subpage-hero--bg-sand .block-subpage-hero__inner {
  background: var(--wp--preset--color--sand);
}

.block-subpage-hero--bg-navy-pale .block-subpage-hero__inner {
  background: var(--wp--preset--color--navy-pale);
}

.block-subpage-hero--bg-navy .block-subpage-hero__inner {
  background: var(--wp--preset--color--navy);
}

@media (width >= 768px) {
  .block-subpage-hero--media-left .block-subpage-hero__media {
    order: -1;
  }
}

.block-subpage-hero__text {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.block-subpage-hero__media {
  border-radius: var(--r-md);
  position: relative;
  overflow: hidden;
}

.block-subpage-hero__img {
  border-radius: var(--r-md);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.block-subpage-hero__embed {
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  position: relative;
  overflow: hidden;
}

.block-subpage-hero__embed iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.block-subpage-hero__media-placeholder {
  aspect-ratio: 16 / 9;
  background: var(--wp--preset--color--navy-pale);
  border-radius: var(--r-md);
  color: var(--wp--preset--color--text-soft);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.block-subpage-hero__media-placeholder p {
  margin: 0;
  font-size: .875rem;
}

.block-subpage-hero__eyebrow {
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  margin: 0;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.block-subpage-hero__eyebrow:before {
  content: "";
  background: currentColor;
  border-radius: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  display: block;
}

.block-subpage-hero--bg-navy .block-subpage-hero__eyebrow, .block-subpage-hero--centered .block-subpage-hero__eyebrow {
  color: var(--wp--preset--color--amber-light);
}

.block-subpage-hero--bg-navy-pale .block-subpage-hero__eyebrow, .block-subpage-hero--bg-sand .block-subpage-hero__eyebrow, .block-subpage-hero--bg-white .block-subpage-hero__eyebrow {
  color: var(--wp--preset--color--amber);
}

.block-subpage-hero__heading {
  font-family: var(--wp--preset--font-family--display);
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
}

.block-subpage-hero--bg-navy .block-subpage-hero__heading, .block-subpage-hero--centered .block-subpage-hero__heading {
  color: #fff;
}

.block-subpage-hero--bg-navy-pale .block-subpage-hero__heading, .block-subpage-hero--bg-sand .block-subpage-hero__heading, .block-subpage-hero--bg-white .block-subpage-hero__heading {
  color: var(--wp--preset--color--navy);
}

.block-subpage-hero__text, .block-subpage-hero__text-body {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.block-subpage-hero--bg-navy .block-subpage-hero__text, .block-subpage-hero--bg-navy .block-subpage-hero__text-body, .block-subpage-hero--centered .block-subpage-hero__text, .block-subpage-hero--centered .block-subpage-hero__text-body {
  color: #ffffffd1;
}

.block-subpage-hero--bg-navy-pale .block-subpage-hero__text, .block-subpage-hero--bg-navy-pale .block-subpage-hero__text-body, .block-subpage-hero--bg-sand .block-subpage-hero__text, .block-subpage-hero--bg-sand .block-subpage-hero__text-body, .block-subpage-hero--bg-white .block-subpage-hero__text, .block-subpage-hero--bg-white .block-subpage-hero__text-body {
  color: var(--wp--preset--color--text-mid);
}

.alignwide {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: none;
}

img {
  max-width: 100%;
}

img[width][height] {
  height: auto;
}

a {
  color: var(--wp--custom--color--link-text);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--custom--color--link-text);
  text-decoration-color: var(--wp--custom--color--link-text);
  text-underline-offset: .375rem;
  transition: all .15s;
}

a:focus, a:hover {
  color: var(--wp--custom--color--link-text-hover);
  -webkit-text-decoration-color: var(--wp--custom--color--link-text-hover);
  text-decoration-color: var(--wp--custom--color--link-text-hover);
}

.entry-footer a, .site-footer a, .site-header a {
  text-decoration: none;
}

p {
  color: var(--wp--custom--color--paragraph);
  line-height: var(--wp--custom--typography--paragraph-line-height);
}
