@charset "UTF-8";
/* Theme.json variables
**************************************************************/
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
/* Grouping content
	========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-inner {
  padding: var(--wp--custom--layout--block-gap-large) 0 0;
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 959px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 960px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: var(--wp--style--block-gap);
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

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

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 782px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--foreground);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
  filter: grayscale(1);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
  border-radius: none;
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

input[type=checkbox],
input[type=submit] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--preset--color--foreground);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Pullquote
--------------------------------------------- */
.wp-block-pullquote {
  margin: var(--wp--style--block-gap) auto 0 !important;
  padding: 0 !important;
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--foreground);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

.wp-block-search__button {
  flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

/* Details / accordions
--------------------------------------------- */
details summary::-webkit-details-marker,
details ::marker {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  details {
    interpolate-size: allow-keywords;
  }
}
details::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition: content-visibility 0.3s allow-discrete, opacity 0.3s, block-size 0.3s;
}
details[open]::details-content {
  opacity: 1;
  block-size: auto;
}

.wp-block-details {
  background-color: var(--wp--preset--color--background);
  border: 1px solid var(--wp--custom--color--neutral-500);
  border-radius: var(--wp--custom--border-radius--medium);
  padding: 0 !important;
  margin-top: var(--wp--custom--layout--block-gap);
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--wp--custom--border-radius--medium);
  color: var(--wp--preset--color--primary);
  display: grid;
  grid-template-columns: 1fr 2.5rem;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 400;
  list-style-type: none;
  justify-content: space-between;
  padding: var(--wp--preset--spacing--medium);
  position: relative;
  transition: all 0.15s ease-in;
}
.wp-block-details summary:after {
  content: "";
  background-color: var(--wp--preset--color--primary);
  height: 2rem;
  justify-self: end;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  transition: 0.1s transform ease;
  width: 2rem;
}
.wp-block-details summary:hover, .wp-block-details summary:focus {
  border: 1px solid var(--wp--preset--color--primary);
}
.wp-block-details summary + * {
  margin-top: 0;
  padding-top: var(--wp--custom--layout--block-gap) !important;
}
.wp-block-details summary ~ *:not(.wp-block-list) {
  padding: 0 var(--wp--preset--spacing--large) 0 var(--wp--preset--spacing--large);
}
.wp-block-details summary ~ *:last-child {
  padding-bottom: var(--wp--preset--spacing--large);
}
.wp-block-details[open] summary {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.wp-block-details[open] summary:after {
  background-color: var(--wp--preset--color--white);
  transform: rotate(45deg);
}
.wp-block-details[open] summary:before {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-details + .wp-block-details {
  margin-top: 1rem;
}
.wp-block-details:last-of-type {
  margin-bottom: calc(2 * var(--wp--custom--layout--block-gap));
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--foreground);
}

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}

/* Fixes
--------------------------------------------- */
.wp-block-group .wp-block-button__link {
  white-space: nowrap;
}

@media (max-width: 599px) {
  .is-nowrap {
    flex-wrap: wrap !important;
  }
}

.wp-block-media-text.has-background {
  padding: 0 !important;
}

.wp-block-cover.alignfull img {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  width: 100%;
}

.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
  position: relative;
}

.wp-block-file {
  text-align: center;
}
.wp-block-file .wp-block-file__button {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  margin-top: var(--wp--preset--spacing--medium);
}

@media (max-width: 959px) {
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-direction: column !important;
  }
}

@media (max-width: 959px) {
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
}

@media (max-width: 959px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile.is-image-fill-element > .wp-block-media-text__media {
    min-height: 250px !important;
    grid-column: 1 !important;
    height: auto !important;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right > .wp-block-media-text__content {
    grid-row: 2 !important;
  }
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/* Gutenslide
\**************************/
.wp-block-gutsliders-testimonial-slider .gutslider-testimonial-wrapper {
  background-color: var(--wp--preset--color--background) !important;
  height: auto !important;
}
.wp-block-gutsliders-testimonial-slider .swiper-button-next,
.wp-block-gutsliders-testimonial-slider .swiper-button-prev {
  background-color: transparent !important;
  color: var(--wp--preset--color--link-bright);
}
.wp-block-gutsliders-testimonial-slider .swiper-button-next:hover, .wp-block-gutsliders-testimonial-slider .swiper-button-next:focus,
.wp-block-gutsliders-testimonial-slider .swiper-button-prev:hover,
.wp-block-gutsliders-testimonial-slider .swiper-button-prev:focus {
  background-color: var(--wp--custom--color--neutral-500) !important;
}
.wp-block-gutsliders-testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--link-bright) !important;
}

/* Micromodal
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 700px;
  max-width: 90%;
  max-height: 100vh;
  border-radius: var(--wp--custom--border-radius--medium);
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--extra-large);
  line-height: 1.25;
  color: var(--wp--preset--color--foreground);
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content,
.modal__content p {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400 !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.4;
  color: var(--wp--preset--color--foreground);
}

.modal__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/*
.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
*/
/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.can_embed #can_embed_form {
  background-color: transparent !important;
  border: 0 none !important;
  color: var(--wp--preset--color--foreground) !important;
  font-family: var(--wp--preset--font-family--sans-serif) !important;
}
.can_embed #can_embed_form #can_embed_form_inner * {
  font-family: var(--wp--preset--font-family--sans-serif) !important;
}
.can_embed #can_embed_form #can_embed_form_inner > h2,
.can_embed #can_embed_form #can_embed_form_inner > h4,
.can_embed #can_embed_form #can_embed_form_inner > #logo_wrap,
.can_embed #can_embed_form #can_embed_form_inner > #action_info {
  display: none !important;
}
.can_embed #can_embed_form #can_embed_form_inner #form_col1,
.can_embed #can_embed_form #can_embed_form_inner #form_col2 {
  float: none !important;
  width: 100% !important;
}
.can_embed #can_embed_form .international_link {
  color: var(--wp--preset--color--background) !important;
  text-decoration: underline !important;
}
.can_embed #can_embed_form .international_link:hover, .can_embed #can_embed_form .international_link:focus {
  text-decoration: none !important;
}
.can_embed #can_embed_form form input {
  border: 2px solid var(--wp--preset--color--background) !important;
  border-radius: var(--wp--custom--border-radius--small) !important;
  font-family: var(--wp--preset--font-family--sans-serif) !important;
  font-size: var(--wp--preset--font-size--tiny) !important;
}
.can_embed #can_embed_form form input:focus {
  border: 2px solid var(--wp--preset--color--link-bright) !important;
}
.can_embed #can_embed_form form input[type=submit] {
  background-color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--background) !important;
  font-weight: 500 !important;
  font-size: var(--wp--preset--font-size--medium-large) !important;
  letter-spacing: unset !important;
  text-transform: unset !important;
}
.can_embed #can_embed_form form input[type=submit]:hover, .can_embed #can_embed_form form input[type=submit]:focus {
  color: var(--wp--preset--color--primary) !important;
  background-color: var(--wp--preset--color--background) !important;
}
.can_embed #can_embed_form form .floatlabel-wrapper .floatlabel-label.floatlabel-label-active {
  background-color: var(--wp--preset--color--highlight) !important;
  border-radius: 2px !important;
  color: var(--wp--preset--color--foreground) !important;
}
.can_embed #can_embed_form form .floatlabel-wrapper .floatlabel-label.floatlabel-label-active:after {
  background-color: var(--wp--preset--color--highlight) !important;
}
.can_embed #can_embed_form #d_sharing label {
  color: var(--wp--preset--color--background) !important;
}

.archive .search-filter-base {
  margin-bottom: var(--wp--preset--spacing--large);
}
.archive .search-filter-base .search-filter-component-combobox-base {
  min-width: 200px;
}
.archive .search-filter-base ul {
  background-color: var(--wp--preset--color--background) !important;
}

.wp-block-gutsliders-content-slider.sixteen-nine .swiper-slide {
  aspect-ratio: 16/9 !important;
}

/* Woocommerce
\**************************/
.single .type-product .woocommerce-tabs,
.single .type-product .entry-meta,
.single .type-product .product_meta {
  display: none;
}

.single .woocommerce .type-product .variations select {
  height: auto !important;
  line-height: 1.2 !important;
}

.single .type-product .product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--wp--preset--spacing--extra-large);
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--background);
  position: relative;
  /* Clips nav extras
  @include media("<=mobile_menu") {
  	max-height: 100vh;
  	overflow-y: auto;
  	overscroll-behavior-y: contain;
  }
  */
}
.site-header .wrap {
  align-items: center;
  display: grid;
  gap: var(--wp--custom--layout--padding);
  grid-template-columns: 100px auto max-content;
  max-width: 100%;
}
@media (min-width: 480px) {
  .site-header .wrap {
    grid-template-columns: 140px auto max-content;
  }
}
@media (min-width: 961px) {
  .site-header .wrap {
    grid-template-columns: 160px 1fr 160px;
  }
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 961px) {
  .site-header__toggles {
    display: none;
  }
}

.header-overlap .site-header {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.custom-logo-link img {
  margin: var(--wp--preset--spacing--small) 0;
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: var(--wp--preset--color--link-dark);
  border: 2px solid var(--wp--preset--color--link-dark);
  border-radius: var(--wp--custom--border-radius--small);
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .search-toggle,
.menu-toggle,
.favorite-toggle {
    width: 32px;
    height: 32px;
  }
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
  fill: var(--wp--preset--color--background);
}
@media (max-width: 479px) {
  .search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
    width: 20px;
    height: 20px;
  }
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active,
.menu-toggle.active,
.favorite-toggle.active {
  background-color: var(--wp--preset--color--link-dark);
}
.search-toggle.active svg,
.menu-toggle.active svg,
.favorite-toggle.active svg {
  fill: var(--wp--preset--color--background);
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

@media (max-width: 960px) {
  .nav-menu {
    order: 999;
  }
}

/* Top bar
--------------------------------------------- */
.topbar {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--tiny);
}
.topbar a {
  color: var(--wp--preset--color--background);
}
.topbar a svg {
  fill: var(--wp--preset--color--background);
}
.topbar a svg:hover, .topbar a svg:focus {
  opacity: 0.7;
}
.topbar .wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--wp--preset--spacing--small);
  max-width: 100vw;
  padding: 0 0 0 var(--wp--preset--spacing--medium);
}
.topbar .alert {
  padding: var(--wp--preset--spacing--tiny) 0;
  margin: 0;
}
.topbar .alert a {
  display: inline-flex;
}
.topbar .alert a svg {
  height: 1.3em !important;
  position: relative;
  left: var(--wp--preset--spacing--tiny);
  top: var(--wp--preset--spacing--tiny);
  width: 1.3em !important;
}
.topbar .nav-menu-members .nav-secondary .menu,
.topbar .nav-menu-members .nav-secondary .menu-item {
  font-size: var(--wp--preset--font-size--tiny);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.topbar .nav-menu-members .nav-secondary .menu .sub-menu,
.topbar .nav-menu-members .nav-secondary .menu-item .sub-menu {
  padding-left: 0;
  right: 0;
  width: 150px;
  z-index: 101;
}
@media (min-width: 783px) {
  .topbar .nav-menu-members .nav-secondary .menu .sub-menu,
.topbar .nav-menu-members .nav-secondary .menu-item .sub-menu {
    width: 100%;
  }
}
.topbar .nav-menu-members .nav-secondary .menu .sub-menu a,
.topbar .nav-menu-members .nav-secondary .menu-item .sub-menu a {
  background-color: var(--wp--custom--color--neutral-800);
  display: block;
  padding: 12px 16px;
  text-decoration: none;
}
.topbar .nav-menu-members .nav-secondary .menu .sub-menu a:hover, .topbar .nav-menu-members .nav-secondary .menu .sub-menu a:focus,
.topbar .nav-menu-members .nav-secondary .menu-item .sub-menu a:hover,
.topbar .nav-menu-members .nav-secondary .menu-item .sub-menu a:focus {
  background-color: var(--wp--custom--color--neutral-200);
  color: var(--wp--preset--color--foreground);
}
.topbar .nav-menu-members .nav-secondary .menu .sub-menu[aria-hidden=true],
.topbar .nav-menu-members .nav-secondary .menu-item .sub-menu[aria-hidden=true] {
  display: none;
}
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > a,
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: var(--wp--preset--color--background) !important;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  font-size: var(--wp--preset--font-size--tiny);
  gap: var(--wp--preset--spacing--tiny);
  height: 100%;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--small);
  text-decoration: none !important;
}
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > a:after,
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > button:after {
  content: none;
}
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > a:hover, .topbar .nav-menu-members .nav-secondary .menu > .menu-item > a:focus,
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > button:hover,
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > button:focus {
  opacity: 0.7;
}
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > a span,
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > button span {
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: 0.025em;
}
@media (max-width: 599px) {
  .topbar .nav-menu-members .nav-secondary .menu > .menu-item > a span,
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > button span {
    display: none;
  }
}
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > a svg,
.topbar .nav-menu-members .nav-secondary .menu > .menu-item > button svg {
  height: 1.25em;
  width: 1.25em;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    margin-top: 32px; /* For desktop view */
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu {
  background-color: var(--wp--preset--color--custom-background);
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a,
.nav-menu .menu-item button {
  background-color: transparent;
  border: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
}
@media (min-width: 1281px) {
  .nav-menu .menu-item a,
.nav-menu .menu-item button {
    font-size: var(--wp--preset--font-size--medium);
  }
}
.nav-menu .menu-item.menu-item-has-children > a, .nav-menu .menu-item.menu-item-has-children > button {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item.menu-item-has-children > button {
  align-items: center;
  display: flex;
}
@media (max-width: 960px) {
  .nav-menu .menu-item.menu-item-has-children > button {
    justify-content: space-between;
  }
}
.nav-menu .menu-item.menu-item-has-children > button:after {
  background-color: var(--wp--custom--color--neutral-800);
  content: "";
  height: 1rem;
  margin-left: var(--wp--preset--spacing--extra-small);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.351,4.351C1.523,4.179 1.757,4.082 2,4.082C2.243,4.082 2.477,4.179 2.649,4.351L8,9.704L13.351,4.351C13.523,4.179 13.757,4.083 14,4.083C14.503,4.083 14.917,4.497 14.917,5C14.917,5.243 14.821,5.477 14.649,5.649L8.649,11.648C8.477,11.821 8.243,11.918 8,11.918C7.757,11.918 7.523,11.821 7.351,11.649L1.352,5.649C1.179,5.477 1.082,5.243 1.082,5C1.082,4.757 1.179,4.523 1.351,4.351Z'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.351,4.351C1.523,4.179 1.757,4.082 2,4.082C2.243,4.082 2.477,4.179 2.649,4.351L8,9.704L13.351,4.351C13.523,4.179 13.757,4.083 14,4.083C14.503,4.083 14.917,4.497 14.917,5C14.917,5.243 14.821,5.477 14.649,5.649L8.649,11.648C8.477,11.821 8.243,11.918 8,11.918C7.757,11.918 7.523,11.821 7.351,11.649L1.352,5.649C1.179,5.477 1.082,5.243 1.082,5C1.082,4.757 1.179,4.523 1.351,4.351Z'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  transition: all 0.15s ease-in;
  width: 1rem;
}
.nav-menu .menu-item.menu-item-has-children > button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 961px) {
  .nav-menu {
    background: transparent;
    justify-self: center;
    /*
    .menu-item {

    	&:hover,
    	&:focus-within {

    		& > .sub-menu {
    			left: auto;
    			opacity: 1;
    		}
    	}
    }

    .menu > .menu-item-has-children:hover > a {
    	color: var(--wp--preset--color--foreground);
    }
    */
  }
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--custom-background);
    left: -9999px;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item a {
    font-size: var(--wp--preset--font-size--tiny);
  }
  .nav-menu .sub-menu .menu-item a:hover, .nav-menu .sub-menu .menu-item a:focus {
    background-color: var(--wp--preset--color--secondary-light);
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 960px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    grid-column: 1/-1;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
  .nav-menu .sub-menu[aria-hidden=false] {
    display: block;
    position: relative;
  }
}

.nav-extras {
  align-items: center;
  justify-content: end;
  display: flex;
}

.donate-button {
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid var(--wp--preset--color--secondary);
}
.donate-button:hover, .donate-button:focus {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  filter: brightness(100%) !important;
}
@media (max-width: 479px) {
  .donate-button {
    font-size: var(--wp--preset--font-size--min);
    padding: 6px 12px;
  }
}

.nav-menu .menu-item.menu-item-has-children > button {
  align-items: center;
  display: flex;
}

.search-toggle {
  background: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--border-radius--large);
  border: 2px solid var(--wp--preset--color--primary);
  margin-left: var(--wp--preset--spacing--medium);
  transition: all 0.15s ease-in;
}
.search-toggle svg {
  fill: var(--wp--preset--color--primary);
  transition: all 0.15s ease-in;
}
.search-toggle:hover, .search-toggle:focus {
  background-color: var(--wp--preset--color--primary);
}
.search-toggle:hover svg, .search-toggle:focus svg {
  fill: var(--wp--preset--color--background);
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75); /* DARK OVERLAY */
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
}

.search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* Modal panel */
.search-overlay__inner {
  width: 100%;
  max-width: calc(100% - 32px);
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  transform: translateY(16px);
  transition: transform 250ms ease;
}
@media (min-width: 601px) {
  .search-overlay__inner {
    max-width: 480px;
  }
}

.search-overlay.is-open .search-overlay__inner {
  transform: translateY(0);
}

/* Close button */
.search-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  background: none;
  border: 0;
  color: #fff;
}

/* Lock background scroll */
body.search-open {
  overflow: hidden;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .search-overlay,
.search-overlay__inner {
    transition: none;
  }
}
/**
 * Clicky Menus v1.5.0
 */
/**
 * Initial state, hidden off screen
 */
.clicky-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden; /*[1]*/
}

/* Contain position of submenu to parent list item. This is probably the 80% of the 80/20 use case */
.clicky-menu > li {
  position: relative;
}

/**
 * No JS fallback
 *
 * Triggers menus on hover rather than click. Supports keyboard navigation in modern browsers.
 */
.clicky-menu.no-js li:hover > ul {
  visibility: visible;
}

.clicky-menu.no-js li:focus-within > ul { /*[2]*/
  visibility: visible;
}

/**
 * Open/Close Menu Behavior with JS
 */
.clicky-menu ul[aria-hidden=false] {
  visibility: visible;
}

/* custom theme override */
.clicky-menu ul.sub-menu[aria-hidden=false] {
  left: 0;
}

/* Prevent offscreen-submenus */
.clicky-menu .sub-menu--right {
  left: auto !important;
  right: 0 !important;
}

/**
 * Footnotes
 *
 * [1] Using visibility instead of display allows for easier transitions and animation of submenus
 * [2] Must be a separate ruleset so that hover works in non-modern browsers
 */
/* Custom */
.clicky-menu button {
  -webkit-appearance: none;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--background);
  padding: var(--wp--preset--spacing--medium) 0;
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
}

.archive-header h1 {
  margin-top: 0;
  color: var(--wp--preset--color--primary);
  text-align: center;
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Post Listing
--------------------------------------------- */
.archive .site-main {
  max-width: var(--wp--custom--layout--page);
  margin-inline: auto;
}
.featured-grid > *:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.featured-grid > *:first-child p {
  display: block;
}

.post-summary__content {
  display: grid;
  gap: 4px;
  padding-top: 12px;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-date,
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--custom--color--neutral-500);
}
.post-summary .entry-date a,
.post-summary .entry-category a {
  color: var(--wp--custom--color--neutral-500);
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--medium);
}
@media (min-width: 783px) {
  .post-summary__title {
    font-size: var(--wp--preset--font-size--large);
  }
}
@media (min-width: 961px) {
  .post-summary__title {
    font-size: var(--wp--preset--font-size--extra-large);
  }
}
.post-summary__title a {
  color: var(--wp--preset--color--link-dark);
  text-decoration: none;
}
.post-summary__title a:hover, .post-summary__title a:focus {
  color: var(--wp--preset--color--link-bright);
}
.post-summary__title a:after {
  border-bottom: 2px solid transparent;
  content: "";
  display: block;
  transition: all 0.15s ease-in;
}
.post-summary__title a:hover:after, .post-summary__title a:focus:after {
  border-bottom: 2px solid currentcolor;
}
.post-summary .post-summary__image {
  transition: all 0.15s ease-in;
}
.post-summary .post-summary__image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--wp--custom--border-radius--small);
}
.post-summary .post-summary__image:hover {
  opacity: 0.8;
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--small);
}
.post-summary p {
  display: none;
}
.post-summary.post-type-resources .post-summary__image img {
  background-color: var(--wp--custom--color--neutral-200);
  object-fit: contain;
}

.type-resources.post-summary .post-summary__image img {
  object-fit: contain;
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--link-bright);
  border: var(--wp--custom--border-width--small) solid var(--wp--preset--color--link-bright);
  border-radius: var(--wp--custom--border-radius--large);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--custom--color--neutral-200);
  color: var(--wp--custom--color--neutral-800);
  fill: var(--wp--custom--color--neutral-800);
}

.archive .search-filter-field--id-1 {
  justify-content: end;
}
.archive .search-filter-field--id-1 .search-filter-component-combobox-base {
  margin-left: auto;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.home .site-inner {
  padding-top: 0;
}
.home .site-inner .entry-content {
  padding-top: 0;
}

.entry-content {
  padding-top: var(--wp--custom--layout--block-gap);
}
.entry-content a:hover, .entry-content a:focus {
  text-decoration: none;
}

.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
  /*
  @include media("<tablet") {
  	&.alignwide {
  		margin-left: calc( -1 * var(--wp--custom--layout--padding) );
  		margin-right: calc( -1 * var(--wp--custom--layout--padding) );
  		max-width: 100vw;
  	}
  }
  */
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--page);
}
@media (min-width: 961px) {
  .entry-content > *.alignwide,
.block-area > *.alignwide {
    max-width: var(--wp--custom--layout--wide);
  }
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.entry-content:not(:has(> div:last-child.alignfull)) {
  padding-bottom: 4rem;
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.page .entry-header {
  max-width: var(--wp--custom--layout--wide);
}
.page .entry-header h1 {
  font-size: var(--wp--preset--font-size--jumbo);
}

.single .entry-meta {
  color: var(--wp--custom--color--neutral-500);
  font-size: var(--wp--preset--font-size--small);
  margin-top: var(--wp--preset--spacing--medium);
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin: 32px 0;
}

/* Titles
--------------------------------------------- */
.page .entry-header h1 {
  color: var(--wp--preset--color--primary);
  margin-top: 0;
  text-align: center;
}

.single .entry-header {
  padding-bottom: var(--wp--preset--spacing--large);
}
.single .entry-header h1 {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--huge);
  box-decoration-break: clone;
  background: var(--wp--preset--color--highlight);
  box-shadow: 12px 0 0 var(--wp--preset--color--highlight), -12px 0 0 var(--wp--preset--color--highlight);
  display: inline;
  line-height: 1.1;
}

/* Comments
--------------------------------------------- */
.entry-comments h2, .entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 32px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 782px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

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

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.site-footer {
  background: var(--wp--preset--color--custom-background);
  border-top: 6px solid var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--small);
  padding: 40px 0;
  position: relative;
  text-align: center;
}

.social {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.social .social-icon {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0 8px;
  width: 40px;
}
.social .social-icon a {
  background-color: var(--wp--preset--color--link-dark);
  border-radius: var(--wp--custom--border-radius--tiny);
  display: block;
  height: 100%;
  padding: 4px;
  width: 100%;
}
.social .social-icon a svg {
  fill: #fff;
}
.social .social-icon a:hover, .social .social-icon a:focus {
  background-color: var(--wp--preset--color--link-bright);
}

@media (min-width: 961px) {
  .org-info {
    text-align: left;
  }
}

@media (min-width: 961px) {
  .subscribe {
    text-align: right;
  }
}

/* Grid system
**************************************************************/
.grid-row {
  display: grid;
  gap: var(--wp--preset--spacing--large);
  margin-inline: auto;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.grid-row.column-count__1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 601px) {
  .grid-row.column-count__1__sm {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 783px) {
  .grid-row.column-count__1__tb {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 961px) {
  .grid-row.column-count__1__md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1281px) {
  .grid-row.column-count__1__lg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid-row.column-count__2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 601px) {
  .grid-row.column-count__2__sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 783px) {
  .grid-row.column-count__2__tb {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 961px) {
  .grid-row.column-count__2__md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1281px) {
  .grid-row.column-count__2__lg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid-row.column-count__3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 601px) {
  .grid-row.column-count__3__sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 783px) {
  .grid-row.column-count__3__tb {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 961px) {
  .grid-row.column-count__3__md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1281px) {
  .grid-row.column-count__3__lg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid-row.column-count__4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 601px) {
  .grid-row.column-count__4__sm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 783px) {
  .grid-row.column-count__4__tb {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 961px) {
  .grid-row.column-count__4__md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1281px) {
  .grid-row.column-count__4__lg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.grid-row.column-count__5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 601px) {
  .grid-row.column-count__5__sm {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 783px) {
  .grid-row.column-count__5__tb {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 961px) {
  .grid-row.column-count__5__md {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1281px) {
  .grid-row.column-count__5__lg {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.grid-row.column-count__6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (min-width: 601px) {
  .grid-row.column-count__6__sm {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 783px) {
  .grid-row.column-count__6__tb {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 961px) {
  .grid-row.column-count__6__md {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1281px) {
  .grid-row.column-count__6__lg {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.grid-row.align__center {
  align-items: center;
}
.grid-row.align__end {
  align-items: end;
}
.grid-row.align__start {
  align-items: start;
}
.grid-row.justify__center {
  justify-content: center;
}
.grid-row.justify__end {
  justify-content: end;
}
.grid-row.justify__end {
  justify-content: start;
}
.grid-row.justify__between {
  justify-content: between;
}

.flex-row {
  display: flex;
  gap: var(--wp--preset--spacing--large);
  flex-wrap: wrap;
}
.flex-row.column-count > * {
  flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
}
@media (min-width: 601px) {
  .flex-row.column-count__2__sm > * {
    --columns: 2;
  }
}
@media (min-width: 783px) {
  .flex-row.column-count__2__tb > * {
    --columns: 2;
  }
}
@media (min-width: 961px) {
  .flex-row.column-count__2__md > * {
    --columns: 2;
  }
}
@media (min-width: 1281px) {
  .flex-row.column-count__2__lg > * {
    --columns: 2;
  }
}
.flex-row.column-count__2 > * {
  --columns: 2;
  flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
}
@media (min-width: 601px) {
  .flex-row.column-count__3__sm > * {
    --columns: 3;
    flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
  }
}
@media (min-width: 783px) {
  .flex-row.column-count__3__tb > * {
    --columns: 3;
    flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
  }
}
@media (min-width: 961px) {
  .flex-row.column-count__3__md > * {
    --columns: 3;
    flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
  }
}
@media (min-width: 1281px) {
  .flex-row.column-count__3__lg > * {
    --columns: 3;
    flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
  }
}
.flex-row.column-count__3 > * {
  --columns: 3;
  flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
}
@media (min-width: 601px) {
  .flex-row.column-count__4__sm > * {
    --columns: 4;
    flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
  }
}
@media (min-width: 783px) {
  .flex-row.column-count__4__tb > * {
    --columns: 4;
    flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
  }
}
@media (min-width: 961px) {
  .flex-row.column-count__4__md > * {
    --columns: 4;
    flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
  }
}
@media (min-width: 1281px) {
  .flex-row.column-count__4__lg > * {
    --columns: 4;
    flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
  }
}
.flex-row.column-count__4 > * {
  --columns: 4;
  flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
}
.flex-row.column-count__5 > * {
  --columns: 5;
  flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
}
.flex-row.column-count__6 > * {
  --columns: 6;
  flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap, 1.5rem)) / var(--columns));
}
.flex-row.align__center {
  align-items: center;
}
.flex-row.align__end {
  align-items: end;
}
.flex-row.align__start {
  align-items: start;
}
.flex-row.justify__center {
  justify-content: center;
}
.flex-row.justify__end {
  justify-content: end;
}
.flex-row.justify__end {
  justify-content: start;
}
.flex-row.justify__between {
  justify-content: between;
}

a:hover, a:focus {
  transition: all 0.2s ease-in;
}

.stretched-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.balance {
  text-wrap: balance;
}

.has-rounded-image img {
  border-radius: var(--wp--custom--border-radius--medium);
}

/* Helpers 
**************************************************************/
.has-highlight {
  box-decoration-break: clone;
  background: var(--wp--preset--color--highlight);
  box-shadow: 12px 0 0 var(--wp--preset--color--highlight), -12px 0 0 var(--wp--preset--color--highlight);
  display: inline;
  line-height: 1.15;
}
.has-highlight.highlight-white {
  background: var(--wp--preset--color--background);
  box-shadow: 12px 0 0 var(--wp--preset--color--background), -12px 0 0 var(--wp--preset--color--background);
}
.has-highlight.highlight-clay {
  background: var(--wp--preset--color--custom-background);
  box-shadow: 12px 0 0 var(--wp--preset--color--custom-background), -12px 0 0 var(--wp--preset--color--custom-background);
}

/* Custom blocks
**************************************************************/
.stats .stat-heading {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--big);
}
@media (min-width: 1281px) {
  .stats .stat-heading {
    font-size: var(--wp--preset--font-size--huge);
  }
}
.stats p {
  margin: 0;
}

.latest-posts .featured-grid > *:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.latest-posts .text-color-light .post-summary__meta,
.latest-posts .text-color-light .entry-date,
.latest-posts .text-color-light .post-summary__title a,
.latest-posts .text-color-light p {
  color: var(--wp--preset--color--background);
}

.page-grid .page-item {
  align-items: end;
  aspect-ratio: 4/3;
  background-position: 50%;
  border-radius: var(--wp--custom--border-radius--small);
  box-sizing: border-box;
  color: var(--wp--preset--color--primary);
  display: flex;
  height: 100%;
  justify-content: start;
  overflow: hidden;
  overflow: clip;
  padding: var(--wp--preset--spacing--small);
  position: relative;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
@media (min-width: 961px) {
  .page-grid .page-item {
    padding: var(--wp--preset--spacing--large);
  }
}
.page-grid .page-item > img {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-in;
  width: 100%;
}
.page-grid .page-item > h3 {
  font-size: var(--wp--preset--font-size--medium);
  margin: 0 var(--wp--preset--spacing--small);
  position: relative;
  text-wrap: balance;
  width: 100%;
}
@media (min-width: 783px) {
  .page-grid .page-item > h3 {
    font-size: var(--wp--preset--font-size--large);
  }
}
@media (min-width: 961px) {
  .page-grid .page-item > h3 {
    font-size: var(--wp--preset--font-size--large);
  }
}
.page-grid .page-item span {
  transition: all 0.15s ease-in;
}
.page-grid .page-item:hover img, .page-grid .page-item:focus img {
  filter: brightness(25%);
  opacity: 0.8;
}
.page-grid .page-item:hover span, .page-grid .page-item:focus span {
  background: var(--wp--preset--color--background);
  box-shadow: 12px 0 0 var(--wp--preset--color--background), -12px 0 0 var(--wp--preset--color--background);
  color: var(--wp--preset--color--link-bright);
}
.page-grid .featured-grid > *:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.media-row {
  border-bottom: 1px solid var(--wp--custom--color--neutral-500);
  gap: var(--wp--preset--spacing--tiny);
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--medium);
  margin-bottom: 0;
  padding: var(--wp--preset--spacing--large) var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium) var(--wp--preset--spacing--small);
  position: relative;
}
@media (min-width: 961px) {
  .media-row {
    gap: var(--wp--preset--spacing--medium);
    grid-template-columns: 3fr 1fr 1fr 2fr;
  }
}
.media-row:nth-of-type(odd) {
  background-color: var(--wp--custom--color--neutral-200);
}
.media-row__title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
}
.media-row__title a {
  color: var(--wp--preset--color--link-dark);
  text-decoration: none;
}
.media-row__title a:hover, .media-row__title a:focus {
  color: var(--wp--preset--color--link-bright);
}
.media-row__publication {
  font-style: italic;
}

.members .member {
  border: 2px solid var(--wp--preset--color--background);
  border-radius: var(--wp--custom--border-radius--medium);
  display: flex;
  flex-direction: column;
  padding: var(--wp--preset--spacing--medium);
  position: relative;
  transition: all 0.15 ease-in;
}
.members .member:hover {
  border: 2px solid var(--wp--preset--color--link-bright);
}
.members .member:hover img {
  opacity: 0.6;
}
.members .member__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
@media (min-width: 961px) {
  .members .member__logo {
    height: 200px;
  }
}
.members .member__logo img {
  height: auto;
  justify-self: center;
  max-height: 100%;
  max-width: 75%;
  transition: all 0.15s ease-in;
  width: auto;
}
.members .member__content p {
  line-height: var(--wp--custom--line-height--small);
  margin: var(--wp--preset--spacing--tiny) 0;
  font-weight: 600;
  text-align: center;
}
.members .member__content p a {
  text-decoration: none;
}
.members .member__content p a:hover, .members .member__content p a:focus {
  color: var(--wp--preset--color--foreground);
}
.members .modal__footer {
  flex-direction: column;
}
@media (min-width: 961px) {
  .members .modal__footer {
    flex-direction: row;
  }
}
.members .modal__footer .wp-block-button {
  justify-content: center;
}
@media (min-width: 961px) {
  .members .modal__footer .wp-block-button {
    justify-content: start;
  }
}
.members .modal__footer .wp-block-button .wp-block-button__link {
  border-radius: var(--wp--custom--border-radius--small);
  font-size: var(--wp--preset--font-size--small);
  padding: 6px 16px;
}
@media (min-width: 961px) {
  .members .modal__footer .social {
    justify-content: end;
    margin-right: 0;
    margin-left: auto;
  }
}
.members .modal__footer .social .social-icon {
  height: 36px;
  width: 36px;
}

.list-in-columns {
  list-style: none;
  padding: 0;
}
.list-in-columns li {
  column-span: none;
  break-inside: avoid-column;
  page-break-inside: avoid;
  margin-bottom: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--small);
  text-align: center;
}
@media (min-width: 961px) {
  .list-in-columns {
    column-count: 3;
    column-gap: var(--wp--preset--spacing--medium);
  }
}

.people .person {
  position: relative;
}
.people .person:hover img {
  opacity: 0.8;
}
.people .person__image img {
  aspect-ratio: 1/1;
  border-radius: var(--wp--custom--border-radius--small);
  object-fit: cover;
  transition: all 0.15s ease-in;
}
.people .person__content {
  margin: var(--wp--preset--spacing--small) 0;
  text-align: center;
}
.people .person__content h3 {
  font-size: var(--wp--preset--font-size--medium-large);
  font-weight: 500;
  margin: 0 0 var(--wp--preset--spacing--tiny) 0;
}
.people .person__content h3 a {
  text-decoration: none;
}
.people .person__content h3 a:hover, .people .person__content h3 a:focus {
  color: var(--wp--preset--color--link-bright);
}
.people .person__content p {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
}
.people .person.board .logo__image {
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
}
.people .person.board .logo__image img {
  max-width: 80%;
  height: auto;
}
.people .person.board a, .people .person.board span {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
}
.people .person.board a {
  text-decoration: none;
}
.people .person.board a:hover, .people .person.board a:focus {
  color: var(--wp--preset--color--link-bright);
  text-decoration: none;
}

.home-cta {
  padding-top: 97px;
}
@media (min-width: 481px) {
  .home-cta {
    padding-top: 124px;
  }
}
@media (min-width: 961px) {
  .home-cta {
    padding-top: 138px;
  }
}

.home-cta {
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: clip;
  position: relative;
}
.home-cta img {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.home-cta__headline, .home-cta__content {
  margin-left: 10vw !important;
  position: relative;
  z-index: 5;
}
.home-cta__headline {
  margin-top: 5vh;
  max-width: 100vw !important;
  text-wrap: balance;
}
@media (min-width: 783px) {
  .home-cta__headline {
    max-width: 70vw !important;
  }
}
@media (min-width: 1281px) {
  .home-cta__headline {
    margin-top: 10vh;
    max-width: 50vw !important;
  }
}
.home-cta__headline h1 {
  color: var(--wp--preset--color--primary);
}
@media (max-width: 599px) {
  .home-cta__headline h1 {
    font-size: var(--wp--preset--font-size--jumbo);
  }
}
.home-cta__content {
  align-self: end;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 80vw !important;
  margin-bottom: 5vh;
  margin-top: 3px;
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--large) var(--wp--preset--spacing--extra-large);
}
@media (min-width: 783px) {
  .home-cta__content {
    max-width: 50vw !important;
  }
}
@media (min-width: 1281px) {
  .home-cta__content {
    max-width: 30vw !important;
  }
}

/*# sourceMappingURL=main.css.map */
