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

* {
  margin: 0;
}

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

body {
  -webkit-font-smoothing: antialiased;
}

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

input, button, textarea, select {
  font: inherit;
}

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

#root, #__next {
  isolation: isolate;
}

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

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

::selection {
  background: #0089BA;
  color: #000;
  text-shadow: none;
}

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

body {
  font-display: swap;
}

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

ul li::marker {
  color: var(--wp--preset--color--orange-50);
}

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

.facetwp-type-fselect .fs-wrap {
  width: 100%;
}
.facetwp-type-fselect .fs-label-wrap .fs-label {
  padding: 0.75rem 22px 0.75rem 8px;
}

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

.facetwp-load-more {
  background: #007099;
  color: #fff;
  border: 2px solid #007099;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  margin: 1rem auto;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
}
.facetwp-load-more:hover, .facetwp-load-more:focus {
  background: transparent;
  color: #007099;
}

.facetwp-pager {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  margin: 2rem 0 3rem 0;
}
.facetwp-pager .facetwp-page {
  background: #F2F2F2;
  border-radius: 20px;
  color: #000;
  display: block;
  align-self: start;
  margin: 0;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.facetwp-pager .facetwp-page:hover, .facetwp-pager .facetwp-page:focus {
  background: #0089BA;
  color: #fff;
  outline: none;
}
.facetwp-pager .facetwp-page.active {
  background: #007099;
  color: #fff;
  font-weight: 700;
}

.yoast-breadcrumbs, .default-page-breadcrumbs {
  color: #78828D;
}
.yoast-breadcrumbs .fa-chevron-right, .default-page-breadcrumbs .fa-chevron-right {
  font-size: 0.8125rem;
  color: #0089BA;
  margin: 0 0.125rem;
}
.yoast-breadcrumbs p, .default-page-breadcrumbs p {
  margin-bottom: 0;
}
.yoast-breadcrumbs a, .default-page-breadcrumbs a {
  color: #78828D;
  transition: all 0.25s ease-out;
}
.yoast-breadcrumbs a:hover, .default-page-breadcrumbs a:hover {
  color: #0089BA;
}

form.give-form input:not([type=checkbox]):not([type=radio]), form.give-form button, form.give-form select.give-recurring-donors-choice-period, form.give-form div.input, form.give-form select {
  height: 44px;
  border: 2px solid #D9D9D9;
  background-color: transparent;
  padding-left: 0.75rem;
  border-radius: 0;
}
form.give-form input:not([type=checkbox]):not([type=radio]) > div, form.give-form button > div, form.give-form select.give-recurring-donors-choice-period > div, form.give-form div.input > div, form.give-form select > div {
  transform: translateY(4px);
}
form.give-form button, form.give-form input[type=submit].give-btn {
  border: 0;
  color: var(--wp--preset--color---white, #FFF);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  background-color: #0089BA;
  transition: all 0.25s ease-in-out;
}
form.give-form button.give-default-level, form.give-form input[type=submit].give-btn.give-default-level {
  background-color: #E85000;
}
form.give-form button.give-default-level:hover, form.give-form input[type=submit].give-btn.give-default-level:hover {
  background-color: #0089BA;
}
form.give-form button:hover, form.give-form input[type=submit].give-btn:hover {
  background-color: #005A7A;
}

.gform_confirmation_wrapper, .gform_validation_errors {
  background-color: #042A38 !important;
  padding: 1rem 1.25rem 1rem 3rem !important;
  border: 0 !important;
  border-bottom: 4px solid #EF6E38 !important;
  color: #fff !important;
}
.gform_confirmation_wrapper span, .gform_validation_errors span {
  color: #EF6E38 !important;
  border-color: #fff !important;
}
.gform_confirmation_wrapper h2, .gform_validation_errors h2 {
  color: #fff !important;
}
.gform_confirmation_wrapper:focus, .gform_validation_errors:focus {
  outline-color: #f2f2f2 !important;
}
.gform_confirmation_wrapper ol a.gform_validation_error_link, .gform_confirmation_wrapper li:has(.gform_validation_error_link), .gform_validation_errors ol a.gform_validation_error_link, .gform_validation_errors li:has(.gform_validation_error_link) {
  color: #fff;
}

.gform_wrapper:not(#gform_wrapper_21) .gform_required_legend {
  display: none;
}
.gform_wrapper:not(#gform_wrapper_21) .gform_heading + form {
  margin-top: 1.875rem;
}
.gform_wrapper:not(#gform_wrapper_21) form .gform_fields {
  gap: 1.5rem 1rem;
}
.gform_wrapper:not(#gform_wrapper_21) form .gfield_description {
  color: #000;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container label.gform-field-label, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container label.gfield_label, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container legend, .gform_wrapper:not(#gform_wrapper_21) form .gfield label.gform-field-label, .gform_wrapper:not(#gform_wrapper_21) form .gfield label.gfield_label, .gform_wrapper:not(#gform_wrapper_21) form .gfield legend {
  color: #0089BA;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container label.gform-field-label.gform-field-label--type-sub, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container label.gform-field-label.gform-field-label--type-inline, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container label.gfield_label.gform-field-label--type-sub, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container label.gfield_label.gform-field-label--type-inline, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container legend.gform-field-label--type-sub, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container legend.gform-field-label--type-inline, .gform_wrapper:not(#gform_wrapper_21) form .gfield label.gform-field-label.gform-field-label--type-sub, .gform_wrapper:not(#gform_wrapper_21) form .gfield label.gform-field-label.gform-field-label--type-inline, .gform_wrapper:not(#gform_wrapper_21) form .gfield label.gfield_label.gform-field-label--type-sub, .gform_wrapper:not(#gform_wrapper_21) form .gfield label.gfield_label.gform-field-label--type-inline, .gform_wrapper:not(#gform_wrapper_21) form .gfield legend.gform-field-label--type-sub, .gform_wrapper:not(#gform_wrapper_21) form .gfield legend.gform-field-label--type-inline {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container input, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container textarea, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container select, .gform_wrapper:not(#gform_wrapper_21) form .gfield input, .gform_wrapper:not(#gform_wrapper_21) form .gfield textarea, .gform_wrapper:not(#gform_wrapper_21) form .gfield select {
  border-radius: 0;
  border: 1px solid #D9D9D9;
  box-shadow: 0 0 0 0 transparent;
  outline: 2px solid transparent;
  transition: all 0.25s ease-in-out;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container input:not([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .ginput_container textarea:not([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .ginput_container select:not([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .gfield input:not([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .gfield textarea:not([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .gfield select:not([type=checkbox]) {
  margin-top: 0.4375rem;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container input::placeholder, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container textarea::placeholder, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container select::placeholder, .gform_wrapper:not(#gform_wrapper_21) form .gfield input::placeholder, .gform_wrapper:not(#gform_wrapper_21) form .gfield textarea::placeholder, .gform_wrapper:not(#gform_wrapper_21) form .gfield select::placeholder {
  font-weight: 300;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container input:focus, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container textarea:focus, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container select:focus, .gform_wrapper:not(#gform_wrapper_21) form .gfield input:focus, .gform_wrapper:not(#gform_wrapper_21) form .gfield textarea:focus, .gform_wrapper:not(#gform_wrapper_21) form .gfield select:focus {
  outline: 2px solid #D9D9D9;
  outline-offset: 1px;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_radio, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_checkbox, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container:has([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_radio, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_checkbox, .gform_wrapper:not(#gform_wrapper_21) form .gfield:has([type=checkbox]) {
  gap: 1rem 3.75rem;
  margin-top: 1rem;
}
@media (min-width: 580px) {
  .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_radio, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_checkbox, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container:has([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_radio, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_checkbox, .gform_wrapper:not(#gform_wrapper_21) form .gfield:has([type=checkbox]) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    flex-wrap: wrap;
    align-items: center;
    justify-items: start;
  }
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_radio .gchoice, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_radio .ginput_container_consent, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_checkbox .gchoice, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_checkbox .ginput_container_consent, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container:has([type=checkbox]) .gchoice, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container:has([type=checkbox]) .ginput_container_consent, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_radio .gchoice, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_radio .ginput_container_consent, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_checkbox .gchoice, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_checkbox .ginput_container_consent, .gform_wrapper:not(#gform_wrapper_21) form .gfield:has([type=checkbox]) .gchoice, .gform_wrapper:not(#gform_wrapper_21) form .gfield:has([type=checkbox]) .ginput_container_consent {
  display: flex !important;
  align-items: start !important;
  align-content: center !important;
  gap: 0.5rem !important;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_radio .gchoice input, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_radio .ginput_container_consent input, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_checkbox .gchoice input, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_checkbox .ginput_container_consent input, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container:has([type=checkbox]) .gchoice input, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container:has([type=checkbox]) .ginput_container_consent input, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_radio .gchoice input, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_radio .ginput_container_consent input, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_checkbox .gchoice input, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_checkbox .ginput_container_consent input, .gform_wrapper:not(#gform_wrapper_21) form .gfield:has([type=checkbox]) .gchoice input, .gform_wrapper:not(#gform_wrapper_21) form .gfield:has([type=checkbox]) .ginput_container_consent input {
  margin: 0;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_radio input, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_checkbox input, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container:has([type=checkbox]) input, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_radio input, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_checkbox input, .gform_wrapper:not(#gform_wrapper_21) form .gfield:has([type=checkbox]) input {
  margin: 0;
  aspect-ratio: 1;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_radio input:not([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_checkbox input:not([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .ginput_container:has([type=checkbox]) input:not([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_radio input:not([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_checkbox input:not([type=checkbox]), .gform_wrapper:not(#gform_wrapper_21) form .gfield:has([type=checkbox]) input:not([type=checkbox]) {
  border-radius: 100%;
  cursor: pointer;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_radio input:not([type=checkbox]):before, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_checkbox input:not([type=checkbox]):before, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container:has([type=checkbox]) input:not([type=checkbox]):before, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_radio input:not([type=checkbox]):before, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_checkbox input:not([type=checkbox]):before, .gform_wrapper:not(#gform_wrapper_21) form .gfield:has([type=checkbox]) input:not([type=checkbox]):before {
  background-color: #ccc;
}
.gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_radio label, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container .gfield_checkbox label, .gform_wrapper:not(#gform_wrapper_21) form .ginput_container:has([type=checkbox]) label, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_radio label, .gform_wrapper:not(#gform_wrapper_21) form .gfield .gfield_checkbox label, .gform_wrapper:not(#gform_wrapper_21) form .gfield:has([type=checkbox]) label {
  font-weight: 300;
  font-size: 0.9375rem;
}
.gform_wrapper:not(#gform_wrapper_21) form .gform-footer {
  margin-bottom: clamp(50px, 4.5vw, 72px);
}
.gform_wrapper:not(#gform_wrapper_21) form .gform-footer input.gform_button[type=submit] {
  border: 2px solid #0089BA;
  cursor: pointer;
  color: #fff;
  background-color: #0089BA !important;
  border-radius: 0px !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  letter-spacing: 2.8px !important;
  padding: 0.625rem 2.5rem 0.5rem !important;
  text-transform: uppercase !important;
  transition: all 0.33s ease-in-out !important;
}
.gform_wrapper:not(#gform_wrapper_21) form .gform-footer input.gform_button[type=submit]:hover {
  transition-delay: ease-in;
  color: #007099;
  background-color: transparent !important;
}
.gform_wrapper:not(#gform_wrapper_21) form .gform-footer input.gform_button[type=submit]:focus {
  outline-color: #f2f2f2 !important;
}

.wp-block-cb-carousel-v2 {
  position: relative;
  width: 100%;
  margin-top: 60px !important;
}
.wp-block-cb-carousel-v2:before {
  content: "conference at a glance";
  position: absolute;
  bottom: calc(100% + 1.25rem);
  left: 3.5rem;
  color: #D15721;
  font-size: 20px;
  font-weight: 700;
}
.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination {
  top: -40px;
  left: 50%;
  transform: translateX(-1.5rem);
}
.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination span {
  border-radius: 0;
}
.wp-block-cb-carousel-v2 .cb-pagination.swiper-pagination span[aria-current=true] {
  background-color: #EF6E38;
}
.wp-block-cb-carousel-v2 .cb-button-prev,
.wp-block-cb-carousel-v2 .cb-button-next {
  top: -36px;
}
.wp-block-cb-carousel-v2 .cb-button-prev:after,
.wp-block-cb-carousel-v2 .cb-button-next:after {
  font-size: 1rem;
  font-weight: 600;
  color: #E85000;
}
.wp-block-cb-carousel-v2 .cb-button-prev[aria-disabled=true]:after,
.wp-block-cb-carousel-v2 .cb-button-next[aria-disabled=true]:after {
  color: #767676;
}
.wp-block-cb-carousel-v2 .cb-button-prev {
  left: 0;
}
.wp-block-cb-carousel-v2 .cb-button-next {
  display: flex;
  flex-wrap: no-wrap;
  left: 2rem;
}

.tribe-events section.tribe-common-l-container,
.tribe-events .tribe-events-l-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: clamp(75px, 7vw, 114px) !important;
  margin-right: 0;
  margin-left: 0;
  max-width: 1440px;
}
.tribe-events section.tribe-common-l-container > header,
.tribe-events .tribe-events-l-container > header {
  padding-bottom: clamp(24px, 5.5vw, 85px);
}
.tribe-events section.tribe-common-l-container > header .tribe-events-header__events-bar,
.tribe-events .tribe-events-l-container > header .tribe-events-header__events-bar {
  transition: all 0.25s ease-in-out;
}
@media (min-width: 816px) {
  .tribe-events section.tribe-common-l-container > header .tribe-events-header__events-bar,
  .tribe-events .tribe-events-l-container > header .tribe-events-header__events-bar {
    border: 1px solid var(--wp--preset--color---Blue-50, #0089BA);
  }
  .tribe-events section.tribe-common-l-container > header .tribe-events-header__events-bar:focus-within,
  .tribe-events .tribe-events-l-container > header .tribe-events-header__events-bar:focus-within {
    background-color: #E5F3F8;
  }
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-container,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-container {
  margin: 0 1.25rem;
}
@media (max-width: 816px) {
  .tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-container,
  .tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-container {
    border: 1px solid var(--wp--preset--color---Blue-50, #0089BA);
    transition: all 0.25s ease-in-out;
  }
  .tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-container:focus-within,
  .tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-container:focus-within {
    border-width: 2px;
  }
}
@media (min-width: 816px) {
  .tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-container,
  .tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-container {
    background-color: transparent;
  }
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-container input,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-container input {
  border: 0 !important;
  background-color: transparent;
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-container input:focus,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-container input:focus {
  outline: 0;
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-container svg.tribe-common-c-svgicon--search,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-container svg.tribe-common-c-svgicon--search {
  color: #EF6E38;
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-container button,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-container button {
  background-color: #0089BA;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-container button:hover,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-container button:hover {
  background-color: #007099;
}
.tribe-events section.tribe-common-l-container > header button time,
.tribe-events .tribe-events-l-container > header button time {
  color: var(--wp--preset--color---Black, #000);
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 300;
  line-height: 34px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tribe-events section.tribe-common-l-container > header button time:after,
.tribe-events .tribe-events-l-container > header button time:after {
  font: var(--fa-font-solid);
  content: "\f0d7";
  display: none;
}
.tribe-events section.tribe-common-l-container > header button svg,
.tribe-events .tribe-events-l-container > header button svg {
  font-size: 20px;
}
.tribe-events section.tribe-common-l-container > header button svg.tribe-events-c-top-bar__datepicker-button-icon-svg,
.tribe-events .tribe-events-l-container > header button svg.tribe-events-c-top-bar__datepicker-button-icon-svg {
  display: none;
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-button:active, .tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-button:focus,
.tribe-events section.tribe-common-l-container > header .tribe-events-c-view-selector__button:active,
.tribe-events section.tribe-common-l-container > header .tribe-events-c-view-selector__button:focus,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-button:active,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-button:focus,
.tribe-events .tribe-events-l-container > header .tribe-events-c-view-selector__button:active,
.tribe-events .tribe-events-l-container > header .tribe-events-c-view-selector__button:focus {
  outline: 0;
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-button svg path,
.tribe-events section.tribe-common-l-container > header .tribe-events-c-view-selector__button svg path,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-button svg path,
.tribe-events .tribe-events-l-container > header .tribe-events-c-view-selector__button svg path {
  fill: #0089BA;
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-button:hover,
.tribe-events section.tribe-common-l-container > header .tribe-events-c-view-selector__button:hover,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-button:hover,
.tribe-events .tribe-events-l-container > header .tribe-events-c-view-selector__button:hover {
  opacity: 1;
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-events-bar__search-button:hover svg path,
.tribe-events section.tribe-common-l-container > header .tribe-events-c-view-selector__button:hover svg path,
.tribe-events .tribe-events-l-container > header .tribe-events-c-events-bar__search-button:hover svg path,
.tribe-events .tribe-events-l-container > header .tribe-events-c-view-selector__button:hover svg path {
  outline: none;
}
@media (min-width: 816px) {
  .tribe-events section.tribe-common-l-container > header .tribe-events-c-view-selector__content,
  .tribe-events .tribe-events-l-container > header .tribe-events-c-view-selector__content {
    background-color: transparent;
  }
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li.tribe-events-c-view-selector__list-item:hover,
.tribe-events .tribe-events-l-container > header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li.tribe-events-c-view-selector__list-item:hover {
  background-color: transparent;
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li.tribe-events-c-view-selector__list-item:hover .tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-l-container > header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li.tribe-events-c-view-selector__list-item:hover .tribe-events-c-view-selector__list-item-text {
  color: #0089BA;
}
.tribe-events section.tribe-common-l-container > header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li.tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-l-container > header .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li.tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-text {
  transition: all 0.25s ease-in-out;
}
.tribe-events section.tribe-common-l-container .tribe-common-c-btn-icon--caret-left,
.tribe-events .tribe-events-l-container .tribe-common-c-btn-icon--caret-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tribe-events section.tribe-common-l-container .tribe-common-c-btn-icon--caret-left:before,
.tribe-events .tribe-events-l-container .tribe-common-c-btn-icon--caret-left:before {
  font: var(--fa-font-solid);
  content: "\f0d9";
  display: none;
}
.tribe-events section.tribe-common-l-container .tribe-common-c-btn-icon--caret-left svg,
.tribe-events .tribe-events-l-container .tribe-common-c-btn-icon--caret-left svg {
  font-size: 1.5rem;
}
.tribe-events section.tribe-common-l-container .tribe-common-c-btn-icon--caret-left .tribe-common-c-svgicon,
.tribe-events .tribe-events-l-container .tribe-common-c-btn-icon--caret-left .tribe-common-c-svgicon {
  display: none;
}
.tribe-events section.tribe-common-l-container .tribe-common-c-btn-icon--caret-right,
.tribe-events .tribe-events-l-container .tribe-common-c-btn-icon--caret-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tribe-events section.tribe-common-l-container .tribe-common-c-btn-icon--caret-right:after,
.tribe-events .tribe-events-l-container .tribe-common-c-btn-icon--caret-right:after {
  font: var(--fa-font-solid);
  content: "\f0da";
  display: none;
}
.tribe-events section.tribe-common-l-container .tribe-common-c-btn-icon--caret-right svg,
.tribe-events .tribe-events-l-container .tribe-common-c-btn-icon--caret-right svg {
  font-size: 1.5rem;
}
.tribe-events section.tribe-common-l-container .tribe-common-c-btn-icon--caret-right .tribe-common-c-svgicon,
.tribe-events .tribe-events-l-container .tribe-common-c-btn-icon--caret-right .tribe-common-c-svgicon {
  display: none;
}
.tribe-events section.tribe-common-l-container .tribe-events-c-top-bar__nav-list-item,
.tribe-events .tribe-events-l-container .tribe-events-c-top-bar__nav-list-item {
  padding: 0;
}
.tribe-events .tribe-events-c-top-bar {
  gap: 1.5rem;
}
.tribe-events .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button {
  background-color: #EF6E38;
  border-radius: 100px;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.65px;
  line-height: 24px;
  padding: 14px 50px !important;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.tribe-events .tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button:hover {
  background-color: #E85000;
  color: #fff;
}

.body--wrapper:has(.tribe-events) {
  padding-top: clamp(84px, 9.6vw, 155px) !important;
}
@media (min-width: 768px) {
  .body--wrapper:has(.tribe-events) {
    padding-top: clamp(84px, 9.6vw, 155px) !important;
  }
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list h3 time {
  font-size: 13px;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
  color: #78828D;
  font-size: 15px;
  font-weight: 400;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag-datetime span.tribe-events-calendar-list__event-date-tag-daynum {
  margin-top: 2px;
  color: #EF6E38;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row article {
  margin: unset;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row article .tribe-events-calendar-list__event-featured-image-wrapper {
  margin: 0;
  padding: 0;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row article .tribe-events-calendar-list__event-details {
  background-color: #F5F5F5;
  padding: clamp(16px, 2.6vw, 42px) !important;
  margin: 0;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-datetime-wrapper {
  display: grid;
  gap: 0.25rem 0;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row time {
  color: #EF6E38;
  font-size: clamp(11px, 2vw, 14px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-series-archive__container {
  margin-top: 14px;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-series-archive__container .tribe-events-calendar-series-archive__link {
  display: inline-flex;
  border-radius: 40px;
  border: 1px solid #EF6E38;
  gap: clamp(4px, 2vw, 10px);
  padding: 2px clamp(4px, 2vw, 10px);
  transition: all 0.25s ease-in-out;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-series-archive__container .tribe-events-calendar-series-archive__link:hover {
  background-color: rgba(239, 108, 54, 0.1058823529);
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-series-archive__container .tribe-events-calendar-series-archive__link:hover svg {
  color: #000;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-series-archive__container .tribe-events-calendar-series-archive__link span {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: clamp(10px, 2vw, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  text-align: left;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-series-archive__container .tribe-events-calendar-series-archive__link svg {
  height: clamp(9px, 2vw, 11px);
  margin-top: 1px;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row header h4 {
  color: var(--wp--preset--color---Blue-50, #0089BA);
  font-family: Montserrat;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  margin-top: 14px;
}
.body--wrapper:has(.tribe-events) .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-description {
  margin-top: 40px;
}
.body--wrapper:has(.tribe-events) nav a.tribe-events-c-nav__prev {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.body--wrapper:has(.tribe-events) .tribe-events-c-subscribe-dropdown__button {
  background: #EF6E38;
  color: #fff;
  border: 0;
  borderr-radius: 0;
}
.body--wrapper:has(.tribe-events) .tribe-events-c-subscribe-dropdown__button:hover {
  background: #E85000;
}
.body--wrapper:has(.tribe-events) .tribe-events-c-subscribe-dropdown__button button {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.65px;
}

.single-tribe_event_series .title-wrapper {
  background: linear-gradient(270deg, var(--wp--preset--color---Blue-90, #005A7A) 36.15%, var(--wp--preset--color---Blue-95, #072C3A) 100%);
  padding-bottom: 3rem;
  padding-top: 6rem;
  position: relative;
}
.single-tribe_event_series .title-wrapper::before {
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20fill%3D%22transparent%22%2F%3E%3Cg%20opacity%3D%220.5%22%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%222%22%20fill%3D%22%2302C3DB%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-tribe_event_series .title-wrapper h1 {
  color: #fff;
  z-index: 100;
  position: relative;
}
.single-tribe_event_series aside {
  display: none;
}
.single-tribe_event_series ul.tribe-events-pro-summary li.tribe-common-g-row {
  margin: initial;
}
.single-tribe_event_series ul.tribe-events-pro-summary li.tribe-common-g-row article {
  flex: initial;
}
.single-tribe_event_series ul.tribe-events-pro-summary h2.tribe-events-pro-summary__month-separator time {
  font-size: 13px;
}
.single-tribe_event_series ul.tribe-events-pro-summary .tribe-events-pro-summary__event-date-tag-datetime .tribe-events-pro-summary__event-date-tag-weekday {
  color: #78828D;
  font-size: 15px;
  font-weight: 400;
}
.single-tribe_event_series ul.tribe-events-pro-summary .tribe-events-pro-summary__event-date-tag-datetime span.tribe-events-pro-summary__event-date-tag-daynum {
  margin-top: 2px;
  color: #EF6E38;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
}
.single-tribe_event_series .about-the-author {
  display: none;
}

.tribe-events .datepicker table {
  width: 100%;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected {
  background-color: #E5F3F8;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #D9D9D9;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #0089BA;
}
.tribe-events article,
.tribe-events .tribe-events-pro-summary__event:only-child {
  margin-top: 0.25rem;
}
.tribe-events header.tribe-events-pro-summary__event-header {
  display: grid !important;
}
.tribe-events header.tribe-events-pro-summary__event-header time {
  color: #EF6E38;
  font-size: clamp(11px, 2vw, 14px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tribe-events header.tribe-events-pro-summary__event-header h4.tribe-events-pro-summary__event-title {
  color: var(--wp--preset--color---Blue-50, #0089BA);
  font-size: 24px;
  font-weight: 900;
}

.tribe-events-single > .tribe_events {
  overflow: visible;
}

#tribe-events-pg-template {
  padding: 0;
  max-width: 1440px;
  margin-top: clamp(35px, 4.5vw, 70px);
  display: block;
}
@media (min-width: 768px) {
  #tribe-events-pg-template {
    margin-top: clamp(70px, 4.5vw, 130px);
  }
}
#tribe-events-pg-template .tribe-events-back a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#tribe-events-pg-template .tribe-events-schedule {
  display: none;
}
#tribe-events-pg-template h1 {
  color: var(--wp--preset--color---blue-50, #0089BA);
  font-size: clamp(30px, 2.75vw, 44px);
  font-weight: 900;
  line-height: 1.2;
  max-width: 860px;
  margin-bottom: 1.875rem;
}
#tribe-events-pg-template .tribe-events-series-relationship-single-marker {
  display: inline-flex;
  border-radius: 40px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 14px;
  border: 1px solid #EF6E38;
  gap: clamp(4px, 2vw, 10px);
  padding: 2px clamp(4px, 2vw, 10px);
  transition: all 0.25s ease-in-out;
}
#tribe-events-pg-template .tribe-events-series-relationship-single-marker:hover {
  background-color: rgba(239, 108, 54, 0.1058823529);
  border: 0;
}
#tribe-events-pg-template .tribe-events-series-relationship-single-marker:hover svg {
  color: #000;
}
#tribe-events-pg-template .tribe-events-series-relationship-single-marker .tribe-events-series-relationship-single-marker__prefix {
  display: none;
}
#tribe-events-pg-template .tribe-events-series-relationship-single-marker span {
  font-weight: 600;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #tribe-events-pg-template .type-tribe_events {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem 6.8rem;
    align-items: start;
  }
  #tribe-events-pg-template .type-tribe_events .tribe-events-single-event-description,
  #tribe-events-pg-template .type-tribe_events .tribe-events {
    grid-column: 1;
  }
}
#tribe-events-pg-template .type-tribe_events .tribe-events-single-section {
  grid-row: 1/3;
  grid-column: 2;
  background: #F5F5F5;
  padding: 2rem;
}
#tribe-events-pg-template .type-tribe_events .tribe-events-single-section .tribe-events-meta-group {
  padding: 0;
}
#tribe-events-pg-template .type-tribe_events .tribe-events-single-section h2 {
  margin: 0;
  color: var(--wp--preset--color---blue-50, #0089BA);
  font-size: 20px;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 1rem;
}
#tribe-events-pg-template .type-tribe_events .tribe-events-single-section .tribe-events-meta-list {
  display: grid;
  gap: 0.5rem;
}
#tribe-events-pg-template .type-tribe_events .tribe-events-single-section .tribe-events-meta-list .tec-events-pro-series-meta-detail--label {
  margin: 0;
  font-weight: 700;
}
#tribe-events-pg-template .type-tribe_events .tribe-events-single-section .wp-block-button .wp-block-button__link {
  background: #E85000 !important;
  border: 2px solid #E85000 !important;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 1rem;
  padding: 0.65rem 2rem;
  text-transform: uppercase;
}
#tribe-events-pg-template .type-tribe_events .tribe-events-single-section .wp-block-button .wp-block-button__link:hover {
  color: #E85000 !important;
  background: transparent !important;
}
#tribe-events-pg-template .type-tribe_events .tribe-events-event-meta::before {
  display: none;
}
#tribe-events-pg-template .tribe-events-content p {
  font-size: 1rem !important;
}
#tribe-events-pg-template .tribe-events-c-subscribe-dropdown__button {
  background: #EF6E38;
  color: #fff;
  border: 0;
  border-radius: 0;
}
#tribe-events-pg-template .tribe-events-c-subscribe-dropdown__button:hover {
  background: #E85000;
}
#tribe-events-pg-template .tribe-events-c-subscribe-dropdown__button button {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.65px;
}
#tribe-events-pg-template .tribe-events-sub-nav {
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  #tribe-events-pg-template .tribe-events-sub-nav {
    grid-template-columns: 1fr 1fr;
  }
}
#tribe-events-pg-template .tribe-events-sub-nav li a {
  display: flex;
}
@media (min-width: 768px) {
  #tribe-events-pg-template .tribe-events-sub-nav li a {
    gap: 0.5rem;
  }
}
#tribe-events-pg-template .tribe-events-sub-nav li a:before, #tribe-events-pg-template .tribe-events-sub-nav li a:after {
  transform: translateY(2px);
}
@media (min-width: 768px) {
  #tribe-events-pg-template .tribe-events-sub-nav li a:before, #tribe-events-pg-template .tribe-events-sub-nav li a:after {
    transform: translateY(5px);
  }
}
@media (max-width: 767px) {
  #tribe-events-pg-template .tribe-events-sub-nav li:last-child {
    border-top: 1px solid #F2F2F2;
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  #tribe-events-pg-template .tribe-events-sub-nav li:last-child {
    border-left: 1px solid #F2F2F2;
    padding-left: 1.5rem;
  }
}
#tribe-events-pg-template .tribe-events-sub-nav li:last-child a {
  justify-content: flex-end;
}

body.login {
  background: #007099;
}
body.login div#login h1 a {
  background: url("../img/wp-login-logo-ristretto.png") no-repeat 0 0;
  background-size: contain;
  margin: 0 0 0 23px;
  width: 274px;
}
body.login #nav a, body.login #backtoblog a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.25s ease-out;
}
body.login #nav a:hover, body.login #backtoblog a:hover {
  color: #fff;
  text-decoration-color: #fff;
}

.menu-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
@media (min-width: 768px) {
  .menu-button {
    top: 2.25rem;
  }
}
@media (min-width: 1320px) {
  .menu-button {
    display: none;
  }
}
.menu-button .menu-toggle {
  background: transparent;
  border: none;
  display: block;
  height: 48px;
  padding-left: 14px;
  position: relative;
  text-align: left;
  top: -8px;
  transition: all 0.25s ease-out;
  width: 48px;
  z-index: 100;
}
.menu-button .menu-toggle:hover, .menu-button .menu-toggle:active, .menu-button .menu-toggle:focus {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  outline: none;
}
.menu-button .menu-toggle .menu-button {
  transform: translateY(-1px);
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  background: #000;
  content: "";
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}
.menu-button .menu-toggle .menu-button:before {
  top: -7px;
}
.menu-button .menu-toggle .menu-button:after {
  bottom: -7px;
}
.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  transition: all 0.25s ease-out;
}
.menu-button .menu-toggle.active .menu-button {
  background-color: transparent;
}
.menu-button .menu-toggle.active .menu-button:before, .menu-button .menu-toggle.active .menu-button:after {
  top: 0;
}
.menu-button .menu-toggle.active .menu-button:before {
  transform: rotate(45deg);
}
.menu-button .menu-toggle.active .menu-button:after {
  transform: rotate(-45deg);
}

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

form.searchform {
  transition: all 250ms ease-in-out;
  position: relative;
  z-index: 10;
}
@media (min-width: 1320px) {
  form.searchform {
    background: #F5F5F5;
    right: 0;
    left: 0;
    top: 40px;
    padding-left: calc(var(--wp--style--root--padding-right) * 2);
    padding-right: 3rem;
    width: 100%;
    align-items: center;
    border: none;
    display: flex;
    gap: 1.5rem;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    max-height: 0;
  }
  form.searchform.search-open {
    height: 134px;
    max-height: 134px;
    opacity: 1;
  }
}
form.searchform:focus-within {
  background: #66D7DE;
}
form.searchform:focus-within:before {
  left: 0.5rem;
}
@media (min-width: 1320px) {
  form.searchform:focus-within:before {
    color: #66D7DE;
    left: 3rem;
  }
}
form.searchform::before {
  content: "\f002";
  font: var(--fa-font-solid);
  display: none;
}
form.searchform svg {
  position: absolute;
  left: 0.5rem;
  top: 0.6875rem;
  font-size: 0.875rem;
  pointer-events: none;
  transition: 0.25s ease-out;
}
@media (min-width: 1320px) {
  form.searchform svg {
    color: #007099;
    font-size: 1.5rem;
    left: 3rem;
    top: 2.25em;
    z-index: 10;
  }
}
form.searchform input[type=submit] {
  background: #007099;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  height: 100%;
  visibility: hidden;
}
form.searchform input.search-input {
  transition: all 250ms ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 0.7px;
  padding: 0.25rem 1.25rem;
  width: 100%;
}
@media (min-width: 1320px) {
  form.searchform input.search-input {
    border: none;
    font-size: 1.25rem;
    padding: 1rem 0 1rem 2.5rem;
    position: relative;
    background-color: transparent;
    width: 100%;
  }
}
form.searchform input.search-input::placeholder {
  font-style: italic;
}
form.searchform input.search-input:focus {
  background: #F2F2F2;
  border: 1px solid #0089BA;
  color: #000;
  padding-left: 1.75rem;
  outline: 0;
}
@media (min-width: 1320px) {
  form.searchform input.search-input:focus {
    background: transparent;
    border: none;
    padding-left: 2.5rem;
  }
}
form.searchform #search-close {
  display: none;
}
form.searchform #search-close svg {
  position: static;
}
@media (min-width: 1320px) {
  form.searchform #search-close {
    color: #007099;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 5rem;
    top: calc(50% - 1.25rem);
    width: 1.5rem;
    z-index: 20;
  }
}

.social-sharing {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}
.social-sharing p {
  color: #78828D;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 1rem;
  text-transform: uppercase;
}
.social-sharing a {
  color: #78828D;
  font-size: 1.1875rem;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.social-sharing a:hover {
  margin-top: -2px;
}
.social-sharing a path {
  color: #78828D;
}

.breadcrumbs-social-bar {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.breadcrumbs-social-bar .inner {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  justify-content: space-between;
}
.breadcrumbs-social-bar .default-page-breadcrumbs {
  color: #78828D;
}
.breadcrumbs-social-bar .default-page-breadcrumbs .fa-chevron-right {
  font-size: 0.8125rem;
  color: #0089BA;
  margin: 0 0.125rem;
}
.breadcrumbs-social-bar .default-page-breadcrumbs p {
  margin-bottom: 0;
}
.breadcrumbs-social-bar .default-page-breadcrumbs a {
  color: #78828D;
  transition: all 0.25s ease-out;
}
.breadcrumbs-social-bar .default-page-breadcrumbs a:hover {
  color: #0089BA;
}
.breadcrumbs-social-bar .breadcrumb_last {
  display: inline-block;
  max-width: 52rem;
  vertical-align: top;
}

.awardee-preview {
  position: relative;
}
.awardee-preview:hover .awardee-preview-image img {
  transform: scale(1.05);
}
.awardee-preview::before {
  background: linear-gradient(0deg, var(--wp--preset--color---Blue-90, #005A7A) 0%, rgba(0, 90, 122, 0) 100%);
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.awardee-preview .awardee-preview-image {
  aspect-ratio: 5/7;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.awardee-preview .awardee-preview-image img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.awardee-preview .awardee-preview-info {
  bottom: 0;
  color: #fff;
  font-weight: 700;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.awardee-preview .awardee-preview-info h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
}
.awardee-preview .awardee-preview-info .awardee-preview-meta {
  border-top: 1px solid #fff;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
}
.awardee-preview .awardee-preview-info .awardee-preview-meta p {
  font-size: 0.8125rem;
  line-height: 1.25;
}

.back-to-top-button {
  align-content: center;
  background: rgba(240, 240, 240, 0.9);
  border-radius: 48px;
  bottom: 1.5rem;
  color: #EF6E38;
  display: flex;
  gap: 0.5rem;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0;
  padding: 0.5rem 1rem;
  pointer-events: none;
  position: fixed;
  right: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(100px);
  transition: all 0.25s ease-out;
  z-index: 900;
}
.back-to-top-button:hover {
  background: #EF6E38;
  color: #fff;
}
.back-to-top-button:hover .fa-arrow-up {
  color: #fff;
}
.back-to-top-button .fa-arrow-up {
  color: #EF6E38;
  font-size: 16px;
}
.back-to-top-button.btt-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.password-protected-wrapper {
  background: #E5F3F8;
  padding: 2rem 1.5rem 1rem 1.5rem;
  margin: 3rem 0 1rem;
}
.password-protected-wrapper h3 {
  font-weight: 900;
  margin: 0;
  margin-bottom: 0.5rem;
}
.password-protected-wrapper p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.password-protected-wrapper .post-password-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.password-protected-wrapper .post-password-form label {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.password-protected-wrapper .post-password-form input[type=password] {
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--small);
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 0;
  padding: 0.75rem 1em;
}
.password-protected-wrapper .post-password-form input[type=submit] {
  border: 2px solid #007099;
  background: #007099;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
.password-protected-wrapper .post-password-form input[type=submit]:hover {
  background: transparent;
  color: #007099;
}

.resource-card {
  height: 100%;
}
.resource-card a {
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 1.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.resource-card a:hover {
  border-color: #0089BA;
  background: #F5F5F5;
}
.resource-card a:hover .resource-item-title {
  color: #007099;
}
.resource-card a:hover .resource-item-arrow {
  right: 1rem;
}
.resource-card a.inn-type {
  background: #E5F3F8;
}
.resource-card .resource-item-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.resource-card .resource-item-type {
  color: #EF6E38;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
.resource-card .resource-item-title {
  color: #000;
  font-size: 1.1875rem;
  font-weight: 900;
  margin: 0;
  margin-bottom: 1rem;
}
.resource-card .resource-item-title + .resource-item-date {
  margin-top: -0.75rem;
}
.resource-card .resource-item-date {
  color: #78828D;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.resource-card .resource-item-excerpt {
  color: #000;
  font-size: 0.8125rem;
}
.resource-card .resource-item-footer {
  margin-top: auto;
}
.resource-card .resource-item-tag-wrapper {
  align-items: baseline;
  display: flex;
  gap: 0.25rem;
}
.resource-card .resource-item-topics {
  color: #78828D;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.resource-card .resource-item-arrow {
  color: #EF6E38;
  font-size: 1.25rem;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  transition: all 0.25s ease-out;
}
.resource-card.is-style-white a {
  border: 2px solid #fff;
}
.resource-card.is-style-white a:hover {
  border-color: #0089BA;
  background: rgba(0, 0, 0, 0.25);
}
.resource-card.is-style-white a:hover .resource-item-title {
  color: #E5F3F8;
}
.resource-card.is-style-white a:hover.inn-type {
  background: rgba(0, 0, 0, 0.25);
}
.resource-card.is-style-white a:hover .resource-item-arrow {
  right: 1rem;
}
.resource-card.is-style-white a.inn-type {
  background: transparent;
}
.resource-card.is-style-white .resource-item-type {
  color: #FF8B3E;
}
.resource-card.is-style-white .resource-item-title {
  color: #fff;
}
.resource-card.is-style-white .resource-item-date {
  color: #fff;
}
.resource-card.is-style-white .resource-item-excerpt {
  color: #fff;
}
.resource-card.is-style-white .resource-item-topics {
  color: #fff;
}
.resource-card.is-style-white .resource-item-arrow {
  color: #FF8B3E;
}

.wp-block-accordion .wp-block-accordion-item {
  border-top: 1px solid #000;
  transition: all 0.25s ease-in-out;
}
.wp-block-accordion .wp-block-accordion-item.is-open {
  border-top: 3px solid #66D7DE;
  padding-bottom: 1.5rem;
}
.wp-block-accordion .wp-block-accordion-item.is-open svg {
  transform: rotate(180deg);
}
.wp-block-accordion .wp-block-accordion-item:hover {
  border-color: #0089BA;
}
.wp-block-accordion .wp-block-accordion-item:last-of-type {
  border-bottom: 1px solid #000;
}
.wp-block-accordion .wp-block-accordion-item:not(:first-child) {
  margin: 0;
}
.wp-block-accordion h3.wp-block-accordion-heading {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: unset;
}
.wp-block-accordion h3.wp-block-accordion-heading span.wp-block-accordion-heading__toggle-title {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wp-block-accordion h3.wp-block-accordion-heading span.wp-block-accordion-heading__toggle-title:after {
  font: var(--fa-font-regular);
  content: "\f077";
  display: none;
}
.wp-block-accordion h3.wp-block-accordion-heading span.wp-block-accordion-heading__toggle-icon {
  display: none;
  font-size: 1.5rem;
  color: #0089BA;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.wp-block-accordion h3.wp-block-accordion-heading svg {
  color: #EF6E38;
  transition: all 0.25s ease-in-out;
}

/* Base */
.wp-block-button .wp-block-button__link {
  border: 2px solid var(--button-accent, currentColor);
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

/* Hover (more specific + wins against has-link-color styles) */
.wp-block-button .wp-block-button__link.wp-element-button:hover,
.wp-block-button .wp-block-button__link.wp-element-button:focus-visible {
  background-color: transparent !important;
  color: var(--button-accent, currentColor) !important;
  border-color: var(--button-accent, currentColor) !important;
}

/* Text with Arrow */
/* Strip the button chrome */
.is-style-text-arrow .wp-block-button__link {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
.is-style-text-arrow .wp-block-button__link:hover::after {
  transform: translateX(0.25rem);
}

/* Arrow — FA arrow-right as a mask, defaults to the text color */
.is-style-text-arrow .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 0.875em;
  height: 1em;
  margin-inline-start: 0.4em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask: var(--fa-arrow) no-repeat center/contain;
  mask: var(--fa-arrow) no-repeat center/contain;
  --fa-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  transition: all 0.25s ease-out;
  transform: translateX(0);
}

/* Hide the chosen background color on the button itself... */
.is-style-text-arrow .wp-block-button__link.has-background {
  -webkit-background-clip: text;
  background-clip: text;
}

/* ...and use it as the arrow color instead */
.is-style-text-arrow .wp-block-button__link.has-background::after {
  background-color: var(--button-accent, currentColor);
}

/* Hover (more specific + wins against has-link-color styles) */
.wp-block-button:not(.is-style-text-arrow) .wp-block-button__link.wp-element-button:hover,
.wp-block-button:not(.is-style-text-arrow) .wp-block-button__link.wp-element-button:focus-visible {
  background-color: transparent !important;
  color: var(--button-accent, currentColor) !important;
  border-color: var(--button-accent, currentColor) !important;
}

/* Low-contrast accent (e.g. light button on a light Group/Cover):
 * defer to the container's text color, which the native contrast
 * class has already corrected. Same specificity + !important as
 * your hover rule, but later in the sheet, so it wins. */
.wp-block-button .wp-block-button__link.wp-element-button.has-low-contrast-accent:hover,
.wp-block-button .wp-block-button__link.wp-element-button.has-low-contrast-accent:focus-visible {
  color: inherit !important;
  border-color: currentColor !important;
}

/* Text with Arrow: same situation — fall back to text color
 * instead of the (invisible) background-derived arrow color. */
.is-style-text-arrow .wp-block-button__link.has-low-contrast-accent.has-background::after {
  background-color: currentColor;
}

.wp-block-cover.is-style-hero {
  padding-bottom: 3rem;
}
.wp-block-cover.is-style-hero::before {
  background: linear-gradient(90deg, var(--wp--preset--color---Blue-95, #072C3A) 11.71%, var(--wp--preset--color---Blue-90, #005A7A) 102.08%);
  content: " ";
  height: 2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .wp-block-cover.is-style-hero::before {
    height: 100%;
    width: 30vw;
  }
}
.wp-block-cover.is-style-hero h1 {
  font-size: clamp(32px, 5vw, 44px) !important;
}
@media (min-width: 768px) {
  .wp-block-cover.is-style-hero .wp-block-cover__image-background {
    left: 30vw;
    width: 70vw;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .wp-block-cover.is-style-hero .wp-block-cover__background {
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .wp-block-cover.is-style-hero .wp-block-cover__inner-container {
    z-index: 3;
  }
}
.wp-block-cover.is-style-hero-small {
  background: linear-gradient(270deg, var(--wp--preset--color---Blue-90, #005A7A) 36.15%, var(--wp--preset--color---Blue-95, #072C3A) 100%);
  padding-bottom: 3rem;
  padding-bottom: 3rem;
  padding-top: 6rem;
  position: relative;
}
.wp-block-cover.is-style-hero-small .wp-block-cover__background {
  background-color: transparent !important;
}
.wp-block-cover.is-style-hero-small::before {
  background-color: transparent;
  background-image: url("../img/square-dot-tilable.svg");
  background-position: center 11%;
  background-size: 28px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-cover.is-style-hero-small .inner {
  position: relative;
  z-index: 1;
}
.wp-block-cover.is-style-hero-small h1 {
  color: #fff;
  margin: 0;
}
.wp-block-cover.is-style-card {
  position: relative;
}
.wp-block-cover.is-style-card:hover .wp-block-cover__background {
  opacity: 1;
}
.wp-block-cover.is-style-card .wp-block-cover__background {
  transition: all 0.25s ease;
}
.wp-block-cover.is-style-card h2 a {
  color: inherit;
  text-decoration: none;
}
.wp-block-cover.is-style-card h2 a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.cta-spotlight {
  max-width: 1300px;
  padding: 0;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .cta-spotlight {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 992px) {
  .cta-spotlight {
    margin: 0 15px 5rem 15px;
  }
}
@media (min-width: 1200px) {
  .cta-spotlight {
    max-width: 1100px;
  }
}
@media (min-width: 1300px) {
  .cta-spotlight {
    max-width: 1300px;
  }
}
.cta-spotlight .container.img-container, .cta-spotlight .container.title-container {
  max-width: 1300px;
}
@media (min-width: 768px) {
  .cta-spotlight .container.img-container, .cta-spotlight .container.title-container {
    padding: 0;
  }
}
.cta-spotlight .spotlight-content {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .cta-spotlight .spotlight-content {
    background-color: #007099;
    border-left: 15px solid #fff;
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  .cta-spotlight .spotlight-content {
    border-left: 30px solid #fff;
    margin: 0 -15px;
  }
}
@media (min-width: 1300px) {
  .cta-spotlight .spotlight-content {
    min-height: 690px;
    margin: 0;
  }
}
.cta-spotlight h3 {
  text-align: right;
  margin: 0 0 0.4rem 0;
}
.cta-spotlight p {
  color: #444;
  background: #fff;
  margin: 0 15px;
  padding: 0;
  border-top: 4px solid #EF6E38;
}
.cta-spotlight p span {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 900;
  color: #444;
  background: #fff;
}
@media (min-width: 768px) {
  .cta-spotlight p span {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  .cta-spotlight p span {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .cta-spotlight p {
    border-left: 15px solid #EF6E38;
    border-top: 0;
    margin: 0 0 15px -15px;
  }
}
@media (min-width: 992px) {
  .cta-spotlight p {
    border-left: 30px solid #EF6E38;
    margin: 0 0 30px -30px;
  }
}
.cta-spotlight a.btn {
  margin: 0;
}
@media (min-width: 768px) {
  .cta-spotlight a.btn {
    margin-right: 30px;
    margin-bottom: -35px;
  }
}

.wp-block-details {
  border-top: 1px solid #000;
  transition: all 0.25s ease-in-out;
  padding-top: 1rem;
}
.wp-block-details:last-of-type {
  padding-bottom: 1rem;
}
.wp-block-details[open] {
  border-top: 3px solid #66D7DE;
}
.wp-block-details[open] summary svg {
  transform: rotate(180deg);
}
.wp-block-details[open] > summary ~ * {
  opacity: 1;
  transform: translateY(0);
}
.wp-block-details > summary ~ * {
  opacity: 0;
  transform: translateY(-0.25rem);
  transition: opacity 200ms ease, transform 200ms ease;
}
.wp-block-details summary {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: top;
  justify-content: space-between;
  gap: 0.5rem;
}
.wp-block-details summary:after {
  font: var(--fa-font-regular);
  content: "\f077";
  display: none;
}
.wp-block-details summary svg {
  color: #EF6E38;
  margin-top: 0.5rem;
  transform-origin: center;
  transition: all 0.25s ease-in-out;
}
.wp-block-details.is-style-large {
  padding-top: clamp(18px, 2vw, 30px);
}
.wp-block-details.is-style-large[open] {
  border-top: 5px solid #66D7DE;
}
.wp-block-details.is-style-large:last-of-type {
  padding-bottom: clamp(18px, 2vw, 30px);
}
.wp-block-details.is-style-large summary {
  color: #E85000;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.5;
}

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

.wp-block-post-excerpt p.wp-block-post-excerpt__excerpt {
  font-size: inherit;
}

.home-news {
  margin: 0 auto;
}
.home-news .row {
  clear: both;
}
.home-news h3 {
  margin: 0 0 0.4rem 0;
}
.home-news .main-news-item {
  background: #0089BA;
  color: #fff;
  z-index: 1;
  padding: 0;
  margin: 0;
}
.home-news .main-news-item h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 576px) {
  .home-news .main-news-item h4 {
    font-size: 3.1rem;
  }
}
@media (min-width: 768px) {
  .home-news .main-news-item h4 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .home-news .main-news-item h4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .home-news .main-news-item h4 {
    font-size: 3.1rem;
  }
}
@media (min-width: 768px) {
  .home-news .main-news-item p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .home-news .main-news-item p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.home-news .top-news-item, .home-news .bottom-news-item {
  padding: 1rem;
}
@media (min-width: 992px) {
  .home-news .top-news-item, .home-news .bottom-news-item {
    margin-left: -10rem;
    padding: 0.8rem 1rem 0.8rem 12.8rem;
  }
}
.home-news .top-news-item h5, .home-news .bottom-news-item h5 {
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.1rem;
  padding: 0.2rem;
}
@media (min-width: 768px) {
  .home-news .top-news-item h5, .home-news .bottom-news-item h5 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .home-news .top-news-item h5, .home-news .bottom-news-item h5 {
    font-size: 1.4rem;
    padding-right: 1.8rem;
  }
}
.home-news .top-news-item h5 a, .home-news .bottom-news-item h5 a {
  text-decoration: none;
}
.home-news .top-news-item p, .home-news .bottom-news-item p {
  margin: 0;
  padding: 0;
}
.home-news .top-news-item {
  background: #F2F2F2;
  color: #444;
}
.home-news .top-news-item h5 a {
  color: #444;
}
.home-news .bottom-news-item {
  background: #78828D;
  color: #F2F2F2;
}
.home-news .bottom-news-item h5 a {
  color: #F2F2F2;
}
.home-news .bottom-news-item a.btn.btn-tertiary {
  color: #F2F2F2;
}
.home-news .bottom-news-item a.btn.btn-tertiary:hover, .home-news .bottom-news-item a.btn.btn-tertiary:focus, .home-news .bottom-news-item a.btn.btn-tertiary:active {
  color: #fff !important;
}

.main-news-item .news-item-bg {
  overflow: hidden;
  position: relative;
  flex-basis: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .main-news-item .news-item-bg {
    max-height: 520px;
  }
}

.main-news-item .news-item-bg:after {
  content: "";
  display: block;
  padding-bottom: 150%;
}
@media (min-width: 360px) {
  .main-news-item .news-item-bg:after {
    padding-bottom: 100%;
  }
}

.card-overlay {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}

.card-overlay.desaturate {
  filter: grayscale(100%);
}

.news-item-content {
  left: 0;
  position: absolute;
  top: 0;
  background-color: rgba(0, 137, 187, 0.9);
  height: 100%;
  width: 100%;
}

@media (max-width: 579px) {
  .wp-block-image.alignleft, .wp-block-image.alignright {
    float: unset;
  }
}

.wp-block-gallery.is-style-sponsors figure {
  border: 1px solid #f2f2f2;
  aspect-ratio: 3/2;
  padding: 1.25rem 2.5rem;
}
.wp-block-gallery.is-style-sponsors figure img {
  object-fit: contain;
}

.wp-block-list.is-style-checklist {
  list-style: none;
  padding-left: 0;
}
.wp-block-list.is-style-checklist li {
  position: relative;
  padding-left: 1.25rem;
}
.wp-block-list.is-style-checklist li:before {
  font: var(--fa-font-solid);
  content: "\f14a";
  display: none;
}
.wp-block-list.is-style-checklist li svg {
  color: #EF6E38;
  position: absolute;
  left: 0;
  margin-top: 0.25rem;
}
.wp-block-list.is-style-emph {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  counter-reset: checklist-counter;
}
.wp-block-list.is-style-emph li {
  counter-increment: checklist-counter;
  position: relative;
  padding-left: 2em;
  border-top: 2px solid #0089BA;
  padding-top: 18px;
  margin-top: 18px;
}
.wp-block-list.is-style-emph li::before {
  color: var(--wp--preset--color---orange-50, #EF6E38);
  font-size: 20px;
  font-weight: 700;
  content: counter(checklist-counter) ".";
  position: absolute;
  left: 0;
  top: 1rem;
}
.wp-block-list.is-style-emph li:last-of-type {
  border-bottom: 2px solid #0089BA;
  padding-bottom: 18px;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    margin-bottom: 1.5rem;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-media-text.alignwide.is-style-full-bleed {
  --media-text-bleed-left: max(
  	var(--wp--style--root--padding-left, 0px),
  	calc((100vw - var(--wp--style--global--wide-size, 1200px)) / 2)
  );
  --media-text-bleed-right: max(
  	var(--wp--style--root--padding-right, 0px),
  	calc((100vw - var(--wp--style--global--wide-size, 1200px)) / 2)
  );
}

/* Desktop/tablet only */
@media (min-width: 782px) {
  .wp-block-media-text.alignwide.is-style-full-bleed:not(.has-media-on-the-right) > .wp-block-media-text__media {
    margin-left: calc(-1 * var(--media-text-bleed-left));
    margin-right: 0;
    width: calc(100% + var(--media-text-bleed-left));
    max-width: none;
  }
  .wp-block-media-text.alignwide.is-style-full-bleed.has-media-on-the-right > .wp-block-media-text__media {
    margin-left: 0;
    margin-right: calc(-1 * var(--media-text-bleed-right));
    width: calc(100% + var(--media-text-bleed-right));
    max-width: none;
  }
  /* Media on left → content's right edge is the outer edge */
  .wp-block-media-text.alignwide.is-style-full-bleed:not(.has-media-on-the-right) > .wp-block-media-text__content {
    padding-right: 0;
  }
  /* Media on right → content's left edge is the outer edge */
  .wp-block-media-text.alignwide.is-style-full-bleed.has-media-on-the-right > .wp-block-media-text__content {
    padding-left: 0;
  }
}
/* Mobile only */
@media (max-width: 781px) {
  .wp-block-media-text.alignwide.is-style-full-bleed {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.alignwide.is-style-full-bleed > .wp-block-media-text__media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }
  .wp-block-media-text.alignwide.is-style-full-bleed > .wp-block-media-text__media img {
    width: 100% !important;
    max-width: none !important;
  }
  .wp-block-media-text.alignwide.is-style-full-bleed > .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
}
/* Has Link Styles */
.wp-block-media-text.is-style-has-link {
  position: relative;
}
.wp-block-media-text.is-style-has-link * {
  position: static;
}
.wp-block-media-text.is-style-has-link .wp-block-media-text__content a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.wp-block-pullquote.alignright, .wp-block-pullquote.alignleft {
  max-width: 400px;
  margin: 0;
  padding: 0;
}
.wp-block-pullquote.alignright p, .wp-block-pullquote.alignleft p {
  text-align: left;
}
.wp-block-pullquote.alignright p:after, .wp-block-pullquote.alignleft p:after {
  display: none;
}
.wp-block-pullquote.alignright p:before, .wp-block-pullquote.alignleft p:before {
  display: none;
}
.wp-block-pullquote.alignright {
  float: right;
  border-left: 3px solid #D9D9D9;
  padding-left: 1rem;
}
@media (min-width: 580px) {
  .wp-block-pullquote.alignright {
    margin-left: 2rem;
  }
}
.wp-block-pullquote.alignleft {
  float: left;
  border-left: 3px solid #D9D9D9;
  padding-left: 1rem;
}
@media (min-width: 580px) {
  .wp-block-pullquote.alignleft {
    margin-right: 2rem;
  }
}
.wp-block-pullquote p {
  font-size: clamp(18px, 2vw, 26px);
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.wp-block-pullquote p:after {
  content: "";
  display: block;
  width: 74px;
  height: 61px;
  position: absolute;
  bottom: -1rem;
  right: -32px;
  z-index: 0;
  opacity: 0.15;
  aspect-ratio: 74/61;
  margin-bottom: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74 61'%3E%3Cpath d='M40.6336 13.9855C40.6336 6.42611 46.4921 0.000592747 55.1855 0.000593507C66.7136 0.000594515 73.3281 7.938 73.3281 19.6551C73.3281 39.8766 62.9339 51.5938 44.2243 60.2871L41.2005 54.4285C53.6736 47.814 60.6661 40.8216 62.178 29.2934L57.8313 29.2934C44.0353 29.2934 40.6336 21.167 40.6336 13.9855ZM0.00158333 13.9855C0.00158399 6.42611 5.86014 0.000589195 14.5535 0.000589955C26.0816 0.000590962 32.6961 7.938 32.6961 19.6551C32.6961 39.8766 22.3019 51.5938 3.59231 60.2871L0.568528 54.4285C13.0416 47.814 20.0341 40.8216 21.546 29.2934L17.1993 29.2934C3.40332 29.2934 0.0015827 21.167 0.00158333 13.9855Z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 74 61'%3E%3Cpath d='M40.6336 13.9855C40.6336 6.42611 46.4921 0.000592747 55.1855 0.000593507C66.7136 0.000594515 73.3281 7.938 73.3281 19.6551C73.3281 39.8766 62.9339 51.5938 44.2243 60.2871L41.2005 54.4285C53.6736 47.814 60.6661 40.8216 62.178 29.2934L57.8313 29.2934C44.0353 29.2934 40.6336 21.167 40.6336 13.9855ZM0.00158333 13.9855C0.00158399 6.42611 5.86014 0.000589195 14.5535 0.000589955C26.0816 0.000590962 32.6961 7.938 32.6961 19.6551C32.6961 39.8766 22.3019 51.5938 3.59231 60.2871L0.568528 54.4285C13.0416 47.814 20.0341 40.8216 21.546 29.2934L17.1993 29.2934C3.40332 29.2934 0.0015827 21.167 0.00158333 13.9855Z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.wp-block-pullquote p:before {
  content: "";
  display: block;
  width: 73px;
  height: 60px;
  position: absolute;
  top: -1rem;
  left: -32px;
  z-index: 0;
  opacity: 0.15;
  aspect-ratio: 622/512;
  margin-bottom: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 622 512'%3E%3Cpath d='M274.4 388.6C274.4 452.1 225.2 506 152.3 506 55.5 506 0 439.4 0 341 0 171.3 87.2 73 244.3 0l25.4 49.2C165 104.7 106.3 163.4 93.6 260.1l36.5 0c115.8 0 144.3 68.2 144.3 128.5zm341 0C615.5 452.1 566.3 506 493.3 506 396.6 506 341 439.4 341 341 341 171.3 428.3 73 585.3 0l25.4 49.2C506 104.7 447.3 163.4 434.6 260.1l36.5 0c115.8 0 144.3 68.2 144.3 128.5z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 622 512'%3E%3Cpath d='M274.4 388.6C274.4 452.1 225.2 506 152.3 506 55.5 506 0 439.4 0 341 0 171.3 87.2 73 244.3 0l25.4 49.2C165 104.7 106.3 163.4 93.6 260.1l36.5 0c115.8 0 144.3 68.2 144.3 128.5zm341 0C615.5 452.1 566.3 506 493.3 506 396.6 506 341 439.4 341 341 341 171.3 428.3 73 585.3 0l25.4 49.2C506 104.7 447.3 163.4 434.6 260.1l36.5 0c115.8 0 144.3 68.2 144.3 128.5z'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (min-width: 580px) {
  .wp-block-pullquote p:before {
    left: -40px;
  }
}
.wp-block-pullquote cite {
  margin-top: 1.4375rem;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  color: inherit;
}
.wp-block-pullquote cite:before {
  content: "—";
}

.wp-block-query .wp-block-post {
  position: relative;
}
.wp-block-query .wp-block-post:hover figure img {
  transform: scale(1.025);
}
.wp-block-query .wp-block-post .wp-block-post-featured-image {
  overflow: hidden;
}
.wp-block-query .wp-block-post .wp-block-post-featured-image a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.wp-block-query .wp-block-post .wp-block-post-featured-image a img {
  transition: all 0.33s ease-in-out;
}

.wp-block-separator.is-style-default {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}
.wp-block-separator.aligncenter {
  width: 40px;
  border-width: 3px;
}

.is-style-small-left-border {
  border-left: 8px solid #EF6E38;
  display: inline-block;
  float: right;
  font-size: 30px;
  max-width: none;
  padding-left: 15px;
}
.is-style-small-left-border + * {
  clear: both;
}

.is-style-small-h2 {
  border-left: none !important;
  color: #0089BA;
  font-size: 32px;
  font-weight: 900;
  padding-left: 0;
}

.wp-block-group.is-style-section {
  padding: 3rem 1rem 5rem 1rem;
}
@media screen and (min-width: 900px) {
  .wp-block-group.is-style-section {
    padding: 3rem 0 5rem 0;
  }
}
.wp-block-group.is-style-section .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 1300px;
}

.wp-block-group.is-style-card {
  padding: 3rem 2rem;
}
.wp-block-group.is-style-card figure {
  margin: 0;
}
.wp-block-group.is-style-card h4 {
  color: #505050;
  margin: 0;
}
.wp-block-group.is-style-card h4 + p {
  margin-top: -1rem;
}
.wp-block-group.is-style-card p {
  color: #505050;
}
.wp-block-group.is-style-card .wp-block-separator {
  border-color: #0089BB;
  border-top: 2px solid #0089BB;
  margin: 2rem 0;
  max-width: 100%;
  width: 100% !important;
}

.wp-block-media-text.is-style-white-bg-left-border {
  background: #fff;
  border-left: 17px solid #EF6E38;
}
.wp-block-media-text.is-style-white-bg-left-border .wp-block-media-text__content {
  padding-bottom: 2rem;
}
.wp-block-media-text.is-style-white-bg-left-border .wp-block-media-text__content h4 {
  font-size: clamp(24px, 5vw, 42px) !important;
  margin-bottom: 1rem;
}
.wp-block-media-text.is-style-white-bg-left-border .wp-block-media-text__content p {
  font-size: 16px;
  margin-bottom: 1rem;
}
.wp-block-media-text.is-style-white-bg-left-border .wp-block-media-text__content .wp-block-button__link {
  background: #333 !important;
  border: 3px solid #333 !important;
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: 1px;
}
.wp-block-media-text.is-style-white-bg-left-border .wp-block-media-text__content .wp-block-button__link:hover {
  background: #fff !important;
  border: 3px solid #EF6E38 !important;
}
.wp-block-media-text.is-style-white-bg-left-border .wp-block-media-text__content .wp-block-button__link:hover::after {
  opacity: 0 !important;
}

/* Default View Transitions */
@view-transition {
  navigation: auto;
}
:root {
  interpolate-size: allow-keywords;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  scroll-margin-top: 140px;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/* Better Font Smoothing */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.body--wrapper {
  padding-top: 85px;
}
@media (min-width: 768px) {
  .body--wrapper {
    padding-top: 125px;
  }
}
@media (min-width: 1320px) {
  .body--wrapper {
    padding-top: 165px;
  }
}

.has-parallax [id^=jarallax-container] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.has-parallax.jarallax-ready [id^=jarallax-container] {
  opacity: 1;
}

.wp-caption-text {
  font-size: 0.8125rem;
  fon-style: italic;
  line-height: 1.5;
}

.wp-caption img {
  margin-bottom: 1rem;
}
.wp-caption.alignnone {
  max-width: 100%;
}

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

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

.alignfull + .alignfull {
  margin-block-start: 0;
}

.is-position-sticky {
  top: 200px !important;
}

h2, h3, h4, h5, h6 {
  scroll-margin-top: 180px;
}

.date + h2, .date + h3 {
  margin-bottom: 0;
  margin-top: 0;
}

.is-style-reverse-mobile {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 782px) {
  .is-style-reverse-mobile {
    display: flex;
    flex-direction: row;
  }
}

.has-26-font-size {
  line-height: 1.4;
}

.kh-ty-master-typography.kh-ty-has-native-typo .kh-ty-text-content {
  font-size: clamp(52px, 8vw, 84px) !important;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home-tagline {
  font-size: clamp(24px, 5vw, 32px) !important;
}
.home-tagline mark {
  padding-left: 1rem;
  padding-right: 1rem;
}

footer.body--footer {
  background-color: #005A7A;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22%23005A7A%22%2F%3E%3Cg%20opacity%3D%220.5%22%3E%3Cpath%20d%3D%22M%200%200%20H%2022%20M%200%200%20V%2022%22%20stroke%3D%22%23007099%22%20stroke-width%3D%221.5%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  color: #fff;
  padding-top: 3rem;
  margin-top: auto;
  /* Flatten wrappers */
  /* Name field spans both columns */
  /* Name field internals: First + Last */
  /* Email field sits below First Name only */
  /* Submit sits below Last Name */
  /* Make email input and button fill their grid cells */
}
footer.body--footer::after {
  clear: both;
  content: "";
  display: block;
}
footer.body--footer .footer-grid {
  display: grid;
  gap: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  footer.body--footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
footer.body--footer .footer-logo {
  display: block;
  margin-left: 0 !important;
  margin-bottom: 3rem;
  max-width: 310px;
}
footer.body--footer .footer-details-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
footer.body--footer .footer-contact a {
  color: var(--wp--preset--color--white);
  transition: 0.25s all ease-out;
}
footer.body--footer .footer-contact a:hover {
  color: var(--wp--preset--color--blue-30);
}
footer.body--footer .footer-contact .contact-info {
  margin-bottom: 1rem;
}
footer.body--footer .footer-contact .footer-contact-separator {
  color: var(--wp--preset--color--blue-50);
  margin: 0 0.5rem;
}
footer.body--footer .footer-contact .social-icons {
  display: flex;
  gap: 2rem;
}
footer.body--footer .footer-contact .social-icons a {
  font-size: 1.25rem;
  color: var(--wp--preset--color--blue-30);
  transition: 0.25s all ease-out;
}
footer.body--footer .footer-contact .social-icons a:hover {
  color: var(--wp--preset--color--white);
}
footer.body--footer .contact-address {
  margin-bottom: 0.25rem;
}
footer.body--footer .gform_wrapper .gform_heading h2 {
  color: var(--wp--preset--color--blue-30);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
footer.body--footer .gform_wrapper .gform_required_legend {
  display: none;
}
footer.body--footer .gform_wrapper .gfield_label {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
footer.body--footer .gform_wrapper .gfield_label .gfield_required {
  color: var(--wp--preset--color--blue-30);
}
footer.body--footer .gform_wrapper .gfield input[type=text], footer.body--footer .gform_wrapper .gfield input[type=email] {
  background: var(--wp--preset--color--blue-90);
  border: 2px solid var(--wp--preset--color--white);
  border-radius: 0;
  color: var(--wp--preset--color--white);
  font-size: 0.875rem;
  padding: 0.5rem;
  width: 100%;
}
footer.body--footer .gform_wrapper .gform_button {
  border: 2px solid var(--wp--preset--color--blue-30);
  background: var(--wp--preset--color--blue-30);
  color: var(--wp--preset--color--black);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 1.75rem;
  padding: 0.4rem 1rem;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
footer.body--footer .gform_wrapper .gform_button:hover {
  background: transparent;
  color: var(--wp--preset--color--blue-30);
}
footer.body--footer #gform_21 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  row-gap: 1rem;
}
footer.body--footer #gform_21 .gform_body,
footer.body--footer #gform_21 .gform_fields {
  display: contents;
}
footer.body--footer #gform_21 .gfield--type-name {
  grid-column: 1/-1;
  grid-row: 1;
}
footer.body--footer #gform_21 .gfield--type-name .ginput_complex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
}
footer.body--footer #gform_21 .gfield--type-email {
  grid-column: 1/2 !important;
  grid-row: 2;
  width: auto !important;
  max-width: none !important;
}
footer.body--footer #gform_21 .gform_footer {
  grid-column: 2/3;
  grid-row: 2;
  margin: 0;
  padding: 0;
  align-self: end;
}
footer.body--footer #gform_21 .gfield--type-email input,
footer.body--footer #gform_21 .gform_footer input[type=submit],
footer.body--footer #gform_21 .gform_footer button {
  width: 100%;
}
footer.body--footer .super-footer {
  background: #005A7A;
  border-top: 1px solid #0089BA;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  footer.body--footer .super-footer > div {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
  }
}
footer.body--footer .super-footer .copyright {
  margin: 0;
}
footer.body--footer .super-footer #menu-primary-footer-menu {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  footer.body--footer .super-footer #menu-primary-footer-menu {
    margin: 0;
  }
}
footer.body--footer .super-footer #menu-primary-footer-menu li {
  list-style-type: none;
}
footer.body--footer .super-footer #menu-primary-footer-menu li a {
  color: #fff;
  text-decoration: none;
}
footer.body--footer .super-footer #menu-primary-footer-menu li a:hover {
  text-decoration: underline;
}

header.body--header {
  background: #fff;
  left: 0;
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0);
  transition: all 0.25s ease-out;
  width: 100%;
  z-index: 1000;
  border-bottom: 2px solid #F2F2F2;
}
header.body--header::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 1320px) {
  header.body--header.stuck nav.nav--secondary ul.menu li a {
    font-size: 0.75rem;
  }
  header.body--header.stuck .header-inner {
    padding-top: 1.25rem;
  }
  header.body--header.stuck .logo a {
    max-width: 190px;
  }
}
header.body--header .header-inner {
  margin-block-start: 0;
  transition: all 0.25s ease-out;
}
@media (min-width: 1320px) {
  header.body--header .header-inner {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
    width: 100%;
  }
}
header.body--header .logo {
  padding-top: 1.5rem;
}
@media (min-width: 1320px) {
  header.body--header .logo {
    margin-block-start: 0;
    margin-left: 0 !important;
    padding-top: 0;
    position: relative;
    top: 6px;
  }
}
header.body--header .logo a {
  display: block;
  max-width: 190px;
  transition: all 0.25s ease-out;
}
@media (min-width: 1320px) {
  header.body--header .logo a {
    max-width: 270px;
  }
}
@media (max-width: 1319px) {
  header.body--header .main-menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-out;
  }
}
@media (min-width: 1320px) {
  header.body--header .main-menu {
    border: none;
    grid-area: menu;
    justify-self: end;
    margin-block-start: 0;
    padding-bottom: 0;
  }
}
header.body--header .main-menu.open {
  max-height: 700px;
}
@media (min-width: 768px) {
  header.body--header .main-menu.open {
    padding-bottom: 0;
  }
}
header.body--header nav.nav--secondary {
  background: #0089BA;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  header.body--header nav.nav--secondary {
    grid-area: header;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
header.body--header nav.nav--secondary ul.menu {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  header.body--header nav.nav--secondary ul.menu {
    gap: 1.75rem;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
header.body--header nav.nav--secondary ul.menu li {
  width: 50%;
}
@media (min-width: 768px) {
  header.body--header nav.nav--secondary ul.menu li {
    width: auto;
  }
}
header.body--header nav.nav--secondary ul.menu li.nav-donate a {
  background: #66D7DE;
  color: #000;
  display: block;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
header.body--header nav.nav--secondary ul.menu li.nav-donate a:hover {
  background: #005A7A;
  color: #fff;
}
header.body--header nav.nav--secondary ul.menu li.nav-donate a:hover .fa-gift {
  color: #fff;
}
header.body--header nav.nav--secondary ul.menu li.nav-donate .fa-gift {
  color: #007099;
  margin-right: 0.25rem;
}
header.body--header nav.nav--secondary ul.menu li a {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.7;
  padding: 0.5rem 0;
  text-decoration-color: transparent;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
header.body--header nav.nav--secondary ul.menu li a:hover, header.body--header nav.nav--secondary ul.menu li a:active {
  text-decoration-color: #fff;
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary {
    display: flex;
    align-items: baseline;
  }
}
header.body--header nav.nav--primary ul.menu {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 0.5rem;
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary ul.menu {
    border: none;
    display: flex;
    gap: 2rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1344px) {
  header.body--header nav.nav--primary ul.menu {
    gap: 1.75rem;
  }
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary ul.menu li {
    position: relative;
  }
}
header.body--header nav.nav--primary ul.menu li a {
  color: #000;
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.25;
  padding: 0.5rem 0;
  text-decoration: none;
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary ul.menu li a {
    font-size: 0.875rem;
  }
}
header.body--header nav.nav--primary ul.menu li a:hover, header.body--header nav.nav--primary ul.menu li a:active {
  color: #007099;
}
header.body--header nav.nav--primary ul.menu > li {
  position: relative;
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary ul.menu > li.current-menu-item > a, header.body--header nav.nav--primary ul.menu > li.current-menu-ancestor > a {
    border-bottom: 4px solid #EF6E38;
  }
}
header.body--header nav.nav--primary ul.menu > li.menu-item-has-children {
  position: relative;
}
@media (max-width: 1319px) {
  header.body--header nav.nav--primary ul.menu > li.menu-item-has-children::before {
    content: "\f105";
    font: var(--fa-font-solid);
    display: none;
  }
}
@media (max-width: 1319px) {
  header.body--header nav.nav--primary ul.menu > li.menu-item-has-children > svg {
    color: #007099;
    display: block;
    font-size: 0.875rem;
    padding: 1rem;
    position: absolute;
    right: -1rem;
    top: 0.125rem;
    transition: all 0.25s ease-out;
  }
  header.body--header nav.nav--primary ul.menu > li.menu-item-has-children > svg.sub-menu-icon-open {
    transform: rotate(90deg);
  }
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary ul.menu > li.menu-item-has-children > svg {
    display: none;
  }
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary ul.menu > li.menu-item-has-children {
    position: relative;
  }
}
header.body--header nav.nav--primary ul.menu > li > a {
  border-top: 1px solid #F2F2F2;
  font-size: 1.25rem;
  padding: 0.75rem 0;
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary ul.menu > li > a {
    border: none;
    border-bottom: 4px solid transparent;
    padding: 0.75rem 0 1.5rem 0;
    transition: all 0.25s ease-out;
  }
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary ul.menu > li > a:hover, header.body--header nav.nav--primary ul.menu > li > a:active {
    border-bottom: 4px solid #0089BA;
  }
}
header.body--header nav.nav--primary ul.menu > li:first-child a {
  border-top: none;
}
header.body--header nav.nav--primary ul.sub-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary ul.sub-menu {
    left: -1.5rem;
    min-width: 150px;
    padding: 1.5rem;
    position: absolute;
    top: 67px;
    width: max-content;
  }
}
@media (max-width: 1319px) {
  header.body--header nav.nav--primary ul.sub-menu.sub-menu-open {
    visibility: visible;
    height: auto;
    margin-top: -0.5rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1320px) {
  header.body--header nav.nav--primary ul.sub-menu.sub-menu-hover {
    background: #fff;
    box-shadow: 1px 2px 3px rgba(120, 130, 141, 0.5);
    height: auto;
    visibility: visible;
    z-index: 999;
  }
}
header.body--header #search-button {
  display: none;
}
@media (min-width: 1320px) {
  header.body--header #search-button {
    display: block;
    margin-left: 2rem;
  }
  header.body--header #search-button .fa-search {
    font-size: 1.375rem;
  }
}

body.error404 {
  position: relative;
}
body.error404 .error-header {
  background: linear-gradient(270deg, var(--wp--preset--color---Blue-90, #005A7A) 36.15%, var(--wp--preset--color---Blue-95, #072C3A) 100%);
  padding-bottom: 3rem;
  position: relative;
}
body.error404 .error-header::before {
  background-color: transparent;
  background-image: url("../img/square-dot-tilable.svg");
  background-position: center 11%;
  background-size: 28px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.error404 .error-header .inner {
  position: relative;
  z-index: 1;
}
body.error404 .error-header h1 {
  color: #fff;
  padding: 100px 0 40px;
  margin-bottom: 1rem;
}
body.error404 .error-search {
  margin-bottom: 10.3125rem;
}
body.error404 .error-search h2 {
  color: #000;
  margin-top: 6.25rem;
}
body.error404 .error-search .message {
  margin-top: 34px;
  font-size: 1.25rem;
}
body.error404 .error-search form.searchform {
  border-bottom: 3px solid #0089BA;
  max-width: 560px;
  margin-top: 1.5rem;
  margin-left: 0 !important;
}
body.error404 .error-search form.searchform:focus-within {
  border-bottom: 3px solid #005A7A;
}
body.error404 .error-search form.searchform:before {
  display: none;
}
@media (min-width: 1344px) {
  body.error404 .error-search form.searchform {
    max-height: 44px;
    position: relative;
    opacity: 1;
    padding-left: revert;
    background-color: revert;
  }
  body.error404 .error-search form.searchform input {
    color: #444;
    margin-left: 1rem;
  }
  body.error404 .error-search form.searchform input::placeholder {
    color: #767676;
  }
}
body.error404 .error-search form.searchform > svg {
  color: #EF6E38;
  display: revert;
  top: 0.66rem;
  left: 0.5rem;
  position: absolute;
}
body.error404 .error-search form.searchform #search-close {
  display: none;
}

body.page-template-default .default-page-header .default-page-hero, body.single-resource .default-page-header .default-page-hero {
  background: linear-gradient(270deg, var(--wp--preset--color---Blue-90, #005A7A) 36.15%, var(--wp--preset--color---Blue-95, #072C3A) 100%);
  padding-bottom: 3rem;
  padding-top: 6rem;
  position: relative;
}
body.page-template-default .default-page-header .default-page-hero::before, body.single-resource .default-page-header .default-page-hero::before {
  background-color: transparent;
  background-image: url("../img/square-dot-tilable.svg");
  background-position: center 11%;
  background-size: 28px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.page-template-default .default-page-header .default-page-hero .inner, body.single-resource .default-page-header .default-page-hero .inner {
  position: relative;
  z-index: 1;
}
body.page-template-default .default-page-header .default-page-hero h1, body.single-resource .default-page-header .default-page-hero h1 {
  color: #fff;
  margin: 0;
}
body.page-template-default .default-page-header .default-page-top-nav, body.single-resource .default-page-header .default-page-top-nav {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
body.page-template-default .default-page-header .default-page-top-nav .inner, body.single-resource .default-page-header .default-page-top-nav .inner {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  justify-content: space-between;
}
body.page-template-default .page-default-content, body.single-resource .page-default-content {
  padding-bottom: 3rem;
}
body.page-template-default .page-default-content .inner, body.single-resource .page-default-content .inner {
  max-width: 900px;
}
body.page-template-default .page-default-content .content ul, body.single-resource .page-default-content .content ul {
  margin-bottom: 1rem;
  margin-top: 0.75rem;
  padding-left: 1.1em;
}
body.page-template-default .page-default-content .content ul li, body.single-resource .page-default-content .content ul li {
  margin-bottom: 0.25rem;
}
body.page-template-default.give-campaign-page .page-default-content .inner, body.single-resource.give-campaign-page .page-default-content .inner {
  max-width: 1440px;
}

body.home h1 {
  font-size: clamp(36px, 5vw, 72px);
}

body.search .search-header {
  background: linear-gradient(270deg, var(--wp--preset--color---Blue-90, #005A7A) 36.15%, var(--wp--preset--color---Blue-95, #072C3A) 100%);
  padding-bottom: 3rem;
  position: relative;
}
body.search .search-header::before {
  background-color: transparent;
  background-image: url("../img/square-dot-tilable.svg");
  background-position: center 11%;
  background-size: 28px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.search .search-header .inner {
  position: relative;
  z-index: 1;
}
body.search .search-header h1 {
  color: #fff;
  padding: 100px 0 40px;
  margin-bottom: 1rem;
}
body.search .search-results .search-results--search-bar {
  background-color: #F5F5F5;
  padding: 1.5rem;
  max-width: 1100px;
  margin-top: 55px;
}
@media (min-width: 768px) {
  body.search .search-results .search-results--search-bar {
    padding: 2.1875rem 3.125rem 3.125rem;
  }
}
body.search .search-results .search-results--search-bar .search-bar--count {
  color: #0089BA;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
}
body.search .search-results .search-results--search-bar form {
  max-width: 670px;
}
body.search .search-results .search-results--search-bar form label {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  position: relative;
}
body.search .search-results .search-results--search-bar form label:after {
  font: var(--fa-font-solid);
  content: "\f002";
  display: none;
}
body.search .search-results .search-results--search-bar form label svg {
  color: #0089BA;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
body.search .search-results .search-results--search-bar form input {
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 100%;
  padding: 10px 1.5rem;
  outline: 2px solid transparent;
  transition: outline 0.25s ease-in-out;
}
body.search .search-results .search-results--search-bar form input:focus {
  outline: 2px solid #0089BA;
}
body.search .searchwp-revised-search-notice {
  display: none;
}
body.search .search-results--list {
  margin-top: clamp(66px, 6.25vw, 100px);
  max-width: 1100px;
}
body.search .search-results--list .list--result + .list--result {
  border-top: 2px solid #E5F3F8;
  padding-top: 2rem;
  margin-top: 2rem;
}
body.search .search-results--list .list--result {
  position: relative;
}
body.search .search-results--list .list--result .result--type {
  color: #EF6E38;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
body.search .search-results--list .list--result a {
  text-decoration-color: transparent;
  transition: all 0.25s ease-in-out;
}
body.search .search-results--list .list--result a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
body.search .search-results--list .list--result a:hover {
  text-decoration-color: #0089BA;
}
body.search .search-results--list .list--result a:hover h2 {
  color: #007099;
}
body.search .search-results--list .list--result a h2 {
  font-size: 24px;
  font-weight: 900;
  margin-top: 1rem;
  transition: all 0.25s ease-in-out;
}
body.search nav.single-post-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin-bottom: clamp(70px, 8.125vw, 130px);
  margin-top: 103px;
}
body.search nav.single-post-nav a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease-out;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.search nav.single-post-nav a svg {
  transition: all 250ms ease-in-out;
  position: relative;
  right: 0;
  color: #EF6E38;
}
body.search nav.single-post-nav .previous-post {
  margin-block-start: 0 !important;
}
body.search nav.single-post-nav .previous-post a:hover svg {
  right: 2px;
}
body.search nav.single-post-nav .next-post {
  margin-block-start: 0 !important;
}
body.search nav.single-post-nav .next-post a:hover svg {
  right: -2px;
}

body.single-post .body--header .menu > .current-post-ancestor > a, body.single-post .body--header .menu-item-has-children:has(.current-menu-parent) > a {
  border-bottom: 4px solid #EF6E38 !important;
}
body.single-post .body--wrapper {
  padding-top: calc(90px + 3rem);
}
@media (min-width: 768px) {
  body.single-post .body--wrapper {
    padding-top: calc(175px + 5rem);
  }
}
body.single-post h1 {
  font-size: clamp(30px, 5vw, 44px);
  max-width: 940px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  body.single-post .post-wrapper {
    display: grid;
    gap: 3rem;
    grid-template-columns: 3fr 1fr;
    align-items: start;
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 1344px) {
  body.single-post .post-wrapper {
    gap: 8rem;
  }
}
@media (min-width: 768px) {
  body.single-post .post-wrapper main {
    grid-column: 1/2;
    grid-row: 1;
    min-width: 0;
  }
  body.single-post .post-wrapper aside {
    position: sticky;
    top: 12rem;
  }
}
body.single-post main {
  margin-bottom: 3rem;
}
body.single-post .post-details {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #D9D9D9;
  font-size: 0.9375rem;
  margin-bottom: 3rem;
}
body.single-post .post-details li {
  border-top: 1px solid #D9D9D9;
  padding: 1rem 0;
}
body.single-post .post-details li.sharing {
  padding: 0.85rem 0;
}
body.single-post .post-details a {
  text-decoration-color: transparent;
}
body.single-post .post-details a:hover {
  text-decoration-color: #007099;
}
body.single-post .story-content ul {
  margin-bottom: 1rem;
  margin-top: 0.75rem;
  padding-left: 1.1rem;
}
body.single-post .story-content ul li {
  margin-bottom: 0.25rem;
}
body.single-post .story-content figure {
  margin: 2.5rem 0;
}
body.single-post .story-content hr {
  border-top: 1px solid #D9D9D9;
  max-width: 120px;
  margin: 2.5rem auto;
}
body.single-post .story-contenth2:first-child, body.single-post .story-content h3:first-child, body.single-post .story-content h4:first-child {
  margin-top: 0;
}
body.single-post .about-the-author {
  margin-bottom: 3rem;
  margin-top: 5rem;
}
body.single-post .about-the-author h5, body.single-post .about-the-author h6 {
  font-size: clamp(17px, 5vw, 22px);
  font-weight: 900;
  margin: 0;
  margin-bottom: 0.5rem;
  text-transform: none;
}
body.single-post .about-the-author h5 {
  color: #007099;
  margin-bottom: 1rem;
}
body.single-post .about-the-author .about-the-author-content {
  background: #F5F5F5;
  display: flex;
  margin-bottom: 0.5rem;
}
body.single-post .about-the-author .about-the-author-content .wp-post-image {
  aspect-ratio: 1;
  background: #F2F2F2;
  max-width: 200px;
  min-width: 150px;
  width: 100%;
}
body.single-post .about-the-author .about-the-author-content img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.single-post .about-the-author .author-info {
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  body.single-post .about-the-author .author-info {
    padding-left: 2.5rem;
    padding-top: 3rem;
  }
}
body.single-post .more-news {
  background: #F5F5F5;
  padding: 3rem 1.5rem;
}
@media (min-width: 1024px) {
  body.single-post .more-news {
    padding: 3rem 1.5rem 4rem;
  }
}
@media (min-width: 580px) {
  body.single-post .more-news .more-news-header {
    align-items: baseline;
    display: flex;
  }
}
body.single-post .more-news h5 {
  color: #0089BA;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: none;
}
body.single-post .more-news .view-all {
  color: #EF6E38;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: auto;
  text-transform: uppercase;
}
body.single-post .more-news ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 1.5rem 3rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  body.single-post .more-news ul {
    grid-template-columns: 1fr 1fr;
  }
}
body.single-post .more-news li {
  border-top: 1px solid #D9D9D9;
  padding-top: 1rem;
}
body.single-post .more-news .related-date {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
body.single-post .more-news h6 {
  margin: 0;
}
body.single-post .more-news h6 a {
  color: #000;
  display: block;
  font-size: 1.3125rem;
  font-weight: 900;
  text-transform: none;
  text-decoration: none;
}
body.single-post .more-news h6 a:hover {
  color: #005A7A;
}
body.single-post figure.wp-caption {
  margin-bottom: 1rem;
}
body.single-post figure.wp-caption .wp-caption-text {
  border-bottom: 1px solid #D9D9D9;
  color: #767676;
  font-size: 0.875rem;
  font-style: italic;
  padding: 0.75rem 0;
}

body.single-news .body--header .menu > .current-post-ancestor > a, body.single-news .body--header .menu-item-has-children:has(.current-menu-parent) > a {
  border-bottom: 4px solid #EF6E38 !important;
}
body.single-news h1 {
  font-size: clamp(30px, 5vw, 44px);
  max-width: 940px;
  margin-bottom: 3rem;
  margin-top: clamp(3rem, 5vw, 4rem);
}
@media (min-width: 768px) {
  body.single-news .post-wrapper {
    display: grid;
    gap: 3rem;
    grid-template-columns: 3fr 1fr;
    align-items: start;
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 1344px) {
  body.single-news .post-wrapper {
    gap: 8rem;
  }
}
@media (min-width: 768px) {
  body.single-news .post-wrapper main {
    grid-column: 1/2;
    grid-row: 1;
    min-width: 0;
  }
  body.single-news .post-wrapper aside {
    position: sticky;
    top: 12rem;
  }
}
body.single-news main {
  margin-bottom: 3rem;
}
body.single-news .post-details {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #D9D9D9;
  font-size: 0.9375rem;
  margin-bottom: 3rem;
}
body.single-news .post-details li {
  border-top: 1px solid #D9D9D9;
  padding: 1rem 0;
}
body.single-news .post-details li.sharing {
  padding: 0.85rem 0;
}
body.single-news .post-details a {
  text-decoration-color: transparent;
}
body.single-news .post-details a:hover {
  text-decoration-color: #007099;
}
body.single-news .story-content ul {
  margin-bottom: 1rem;
  margin-top: 0.75rem;
  padding-left: 1.1rem;
}
body.single-news .story-content ul li {
  margin-bottom: 0.25rem;
}
body.single-news .story-content figure {
  margin: 2.5rem 0;
}
body.single-news .story-content hr {
  border-top: 1px solid #D9D9D9;
  max-width: 120px;
  margin: 2.5rem auto;
}
body.single-news .story-contenth2:first-child, body.single-news .story-content h3:first-child, body.single-news .story-content h4:first-child {
  margin-top: 0;
}
body.single-news .about-the-author {
  margin-bottom: 3rem;
  margin-top: 5rem;
}
body.single-news .about-the-author h5, body.single-news .about-the-author h6 {
  font-size: clamp(17px, 5vw, 22px);
  font-weight: 900;
  margin: 0;
  margin-bottom: 0.5rem;
  text-transform: none;
}
body.single-news .about-the-author h5 {
  color: #007099;
  margin-bottom: 1rem;
}
body.single-news .about-the-author .about-the-author-content {
  background: #F5F5F5;
  display: flex;
  margin-bottom: 0.5rem;
}
body.single-news .about-the-author .about-the-author-content .wp-post-image {
  aspect-ratio: 1;
  background: #F2F2F2;
  max-width: 200px;
  min-width: 150px;
  width: 100%;
}
body.single-news .about-the-author .about-the-author-content img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.single-news .about-the-author .author-info {
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  body.single-news .about-the-author .author-info {
    padding-left: 2.5rem;
    padding-top: 3rem;
  }
}
body.single-news .more-news {
  background: #F5F5F5;
  padding: 3rem 1.5rem;
}
@media (min-width: 1024px) {
  body.single-news .more-news {
    padding: 3rem 1.5rem 4rem;
  }
}
@media (min-width: 580px) {
  body.single-news .more-news .more-news-header {
    align-items: baseline;
    display: flex;
  }
}
body.single-news .more-news h5 {
  color: #0089BA;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: none;
}
body.single-news .more-news .view-all {
  color: #E85000;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: auto;
  text-transform: uppercase;
}
body.single-news .more-news ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 1.5rem 3rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  body.single-news .more-news ul {
    grid-template-columns: 1fr 1fr;
  }
}
body.single-news .more-news li {
  border-top: 1px solid #D9D9D9;
  padding-top: 1rem;
}
body.single-news .more-news .related-date {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
body.single-news .more-news h6 {
  margin: 0;
}
body.single-news .more-news h6 a {
  color: #000;
  display: block;
  font-size: 1.3125rem;
  font-weight: 900;
  text-transform: none;
  text-decoration: none;
}
body.single-news .more-news h6 a:hover {
  color: #005A7A;
}
body.single-news figure.wp-caption {
  margin-bottom: 1rem;
}
body.single-news figure.wp-caption .wp-caption-text {
  border-bottom: 1px solid #D9D9D9;
  color: #767676;
  font-size: 0.875rem;
  font-style: italic;
  padding: 0.75rem 0;
}

body.archive .all-insights {
  color: #E85000;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-decoration-color: transparent;
  text-transform: uppercase;
}
body.archive .all-insights:hover {
  text-decoration-color: #E85000;
}
body.archive h1 {
  margin-bottom: 1rem;
}
body.archive .archive-description p {
  font-size: 1rem;
  max-width: 48rem;
}
body.archive .archive-latest-story {
  padding: 3rem 0;
  padding-bottom: 2rem;
}
body.archive .archive-latest-story .latest-post {
  position: relative;
}
@media (min-width: 768px) {
  body.archive .archive-latest-story .latest-post {
    align-items: center;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}
body.archive .archive-latest-story h2 {
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
body.archive .archive-latest-story .news-thumbnail {
  aspect-ratio: 3/2;
  background: #F5F5F5;
  border: 1px solid #F2F2F2;
  height: auto;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  body.archive .archive-latest-story .news-thumbnail {
    aspect-ratio: 1;
  }
}
@media (min-width: 1024px) {
  body.archive .archive-latest-story .news-thumbnail {
    aspect-ratio: 3/2;
  }
}
body.archive .archive-latest-story .news-thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
body.archive .archive-latest-story .date {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
body.archive .archive-latest-story h3 {
  position: static;
}
body.archive .archive-latest-story h3 a {
  color: #000;
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  text-decoration-color: transparent;
}
body.archive .archive-latest-story h3 a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
body.archive .archive-latest-story h3 a:hover {
  color: #007099;
  text-decoration-color: #007099;
}
body.archive .archive-latest-story .byline {
  color: #005A7A;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
body.archive .archive-latest-story .excerpt {
  font-size: 1rem;
  margin-bottom: 1rem;
}
body.archive .archive-latest-story .latest-info {
  position: static;
}
@media (min-width: 768px) {
  body.archive .archive-latest-story .latest-info {
    padding: 2rem;
  }
}
body.archive .filter-title {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
body.archive .facetwp-facet-innsights_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 2.5rem;
}
body.archive .archive-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  body.archive .archive-grid {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  body.archive .archive-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
body.archive .post-preview {
  position: relative;
}
body.archive .post-preview .news-thumbnail {
  aspect-ratio: 3/2;
  background: #F5F5F5;
  border: 1px solid #F2F2F2;
  height: auto;
  margin-bottom: 1rem;
  width: 100%;
}
body.archive .post-preview .news-thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
body.archive .post-preview .date {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
body.archive .post-preview h3 a {
  color: #000;
  display: block;
  font-size: 1.3125rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  text-decoration-color: transparent;
}
body.archive .post-preview h3 a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
body.archive .post-preview h3 a:hover {
  color: #007099;
  text-decoration-color: #007099;
}
body.archive .post-preview .byline {
  color: #005A7A;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
body.archive .post-preview .excerpt {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
body.archive .post-preview .cat-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
}
body.archive .post-preview .cat-label {
  border-radius: 36px;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
body.archive .post-preview .cat-label .fa-square {
  color: #007099;
  margin-right: 0.25rem;
}
body.archive .post-preview .cat-label.cat-trends-and-data .fa-square {
  color: #EF6E38;
}
body.archive .post-preview .cat-label.cat-perspectives .fa-square {
  color: #78828D;
}
body.archive .post-preview .cat-label.cat-business-strategies .fa-square {
  color: #005A7A;
}

body.term-in-the-press .press-grid {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  body.term-in-the-press .press-grid {
    display: grid;
    gap: 1rem 3rem;
    grid-template-columns: 1fr 1fr;
  }
}
body.term-in-the-press .post-preview {
  border-top: 1px solid #F2F2F2;
  padding-top: 1rem;
}
body.term-in-the-press .date {
  font-size: 0.875rem;
}
body.term-in-the-press .source {
  color: #005A7A;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.single-awardee .single-awardee-wrapper {
  display: grid;
  gap: 1.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  body.single-awardee .single-awardee-wrapper {
    gap: 5rem;
    grid-template-columns: 3fr 2fr;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  body.single-awardee .single-awardee-content {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
body.single-awardee .single-award-meta {
  margin: 2rem 0;
}
body.single-awardee .single-award-meta .award {
  color: #0089BA;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0rem;
}
body.single-awardee .single-award-meta .awardee-year-division {
  display: flex;
}
body.single-awardee .single-award-meta .awardee-year-division p {
  color: #78828D;
  font-size: clamp(22px, 5vw, 26px);
}
body.single-awardee h1 {
  color: #000;
  font-size: clamp(28px, 5vw, 36px);
  margin-bottom: 1rem;
}
body.single-awardee .wp-block-heading.is-style-project-title {
  /* Project Title styles */
  color: #000;
  font-size: clamp(22px, 5vw, 26px);
  font-weight: 400;
  margin-bottom: 0.5rem;
}
body.single-awardee .wp-block-paragraph.is-style-project-byline {
  /* Project Byline styles */
  color: #78828D;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

body.tax-award-year .body--wrapper {
  padding-top: 70px;
}
@media (min-width: 768px) {
  body.tax-award-year .body--wrapper {
    padding-top: 110px;
  }
}
@media (min-width: 1320px) {
  body.tax-award-year .body--wrapper {
    padding-top: 168px;
  }
}
body.tax-award-year .award-year-hero {
  position: relative;
}
body.tax-award-year .award-year-hero::before {
  background: linear-gradient(270deg, rgba(0, 137, 186, 0.3) 0%, #005270 100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
body.tax-award-year .award-year-hero .award-year-hero-image {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  z-index: 0;
}
body.tax-award-year .award-year-hero .award-year-hero-inner {
  margin-top: 0;
  padding-top: 16rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}
body.tax-award-year .award-year-hero .award-year-title {
  color: #fff;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 900;
}
body.tax-award-year .award-year-intro {
  display: grid;
  gap: 1.5rem;
  padding-bottom: clamp(1.5rem, 5vw, 5rem);
  padding-top: clamp(1.5rem, 5vw, 3rem);
}
@media (min-width: 768px) {
  body.tax-award-year .award-year-intro {
    gap: 5rem;
    grid-template-columns: 3fr 2fr;
  }
}
body.tax-award-year .award-year-intro p {
  font-size: 1.25rem;
}
body.tax-award-year .award-year-intro .wp-block-button {
  margin-top: 2rem;
}
body.tax-award-year .award-year-intro .wp-block-button__link {
  background: transparent;
  border: 2px solid #007099;
  color: #007099;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.65rem 2rem 0.65rem 2rem;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
body.tax-award-year .award-year-intro .wp-block-button__link:hover {
  background: #007099;
  color: #fff;
}
body.tax-award-year .award-year-results {
  background: #F5F5F5;
  padding-bottom: clamp(3rem, 5vw, 5rem);
  padding-top: clamp(3rem, 5vw, 5rem);
}
body.tax-award-year .award-facets {
  display: grid;
  gap: 1rem 1.5rem;
  padding-bottom: clamp(1.5rem, 5vw, 3rem);
  padding-top: clamp(1.5rem, 5vw, 3rem);
}
@media (min-width: 768px) {
  body.tax-award-year .award-facets {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  body.tax-award-year .award-facets {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  body.tax-award-year .award-facets .facet-search {
    grid-column: 1/3;
  }
}
@media (min-width: 1024px) {
  body.tax-award-year .award-facets .facet-search {
    grid-column: 3/5;
  }
}
body.tax-award-year .award-facets .filter-label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.tax-award-year .award-facets p + .facetwp-facet {
  margin-top: 0.5rem;
}
body.tax-award-year .awardee-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  body.tax-award-year .awardee-grid {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  body.tax-award-year .awardee-grid {
    gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

body.tax-award .body--wrapper {
  padding-top: 70px;
}
@media (min-width: 768px) {
  body.tax-award .body--wrapper {
    padding-top: 110px;
  }
}
@media (min-width: 1320px) {
  body.tax-award .body--wrapper {
    padding-top: 168px;
  }
}
body.tax-award .award-hero {
  position: relative;
}
body.tax-award .award-hero::before {
  background: linear-gradient(270deg, rgba(0, 137, 186, 0.3) 0%, #005270 100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
body.tax-award .award-hero .award-hero-image {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  z-index: 0;
}
body.tax-award .award-hero .award-hero-inner {
  margin-top: 0;
  padding-top: 16rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
}
body.tax-award .award-hero .award-title {
  color: #fff;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 900;
}
body.tax-award .award-intro {
  display: grid;
  gap: 1.5rem;
  padding-bottom: clamp(1.5rem, 5vw, 5rem);
  padding-top: clamp(1.5rem, 5vw, 3rem);
}
@media (min-width: 768px) {
  body.tax-award .award-intro {
    gap: 5rem;
    grid-template-columns: 3fr 2fr;
  }
}
body.tax-award .award-intro p {
  font-size: 1.25rem;
}
body.tax-award .award-intro h2 {
  color: #C79B6E;
  margin-bottom: 0;
}
body.tax-award .award-intro h3 {
  margin-bottom: 0.25rem;
  margin-top: 1.5rem;
}
body.tax-award .award-intro .wp-block-button {
  margin-top: 2rem;
}
body.tax-award .award-intro .wp-block-button__link {
  background: transparent;
  border: 2px solid #007099;
  color: #007099;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.65rem 2rem 0.65rem 2rem;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
body.tax-award .award-intro .wp-block-button__link:hover {
  background: #007099;
  color: #fff;
}
body.tax-award .award-sidebar .award-list {
  background: #F5F5F5;
  padding: 1rem 1.5rem;
}
body.tax-award .award-sidebar .award-list .wp-block-details {
  border-top: none;
}
body.tax-award .award-sidebar .award-list .wp-block-details summary {
  cursor: pointer;
}
body.tax-award .award-sidebar .award-list .wp-block-details::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transition: block-size 300ms ease, content-visibility 300ms allow-discrete, opacity 250ms ease;
}
body.tax-award .award-sidebar .award-list .wp-block-details[open]::details-content {
  block-size: auto;
  opacity: 1;
}
body.tax-award .award-sidebar .award-list h3 {
  color: #0089BA;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0;
  margin-bottom: 0.5rem;
}
body.tax-award .award-sidebar .award-list ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-top: 0.5rem;
}
body.tax-award .award-sidebar .award-list ul li {
  margin-bottom: 0.5rem;
}
body.tax-award .award-sidebar .award-list ul a {
  color: #000;
  text-decoration-color: #767676;
  text-underline-offset: 2px;
}
body.tax-award .award-sidebar .award-list ul li.current-cat a {
  color: #0089BA;
}
body.tax-award .award-results {
  background: #F5F5F5;
  padding-bottom: clamp(3rem, 5vw, 5rem);
  padding-top: clamp(3rem, 5vw, 5rem);
}
body.tax-award .award-facets {
  display: grid;
  gap: 1rem 1.5rem;
  padding-bottom: clamp(1.5rem, 5vw, 3rem);
  padding-top: clamp(1.5rem, 5vw, 3rem);
}
@media (min-width: 768px) {
  body.tax-award .award-facets {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  body.tax-award .award-facets {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  body.tax-award .award-facets .facet-search {
    grid-column: 1/3;
  }
}
@media (min-width: 1024px) {
  body.tax-award .award-facets .facet-search {
    grid-column: 3/5;
  }
}
body.tax-award .award-facets .filter-label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.tax-award .award-facets p + .facetwp-facet {
  margin-top: 0.5rem;
}
body.tax-award .awardee-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  body.tax-award .awardee-grid {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  body.tax-award .awardee-grid {
    gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

body.pagename-nonprofit-news-awards .innys-awards-grid {
  border-top: 2px solid #C79B6E;
}
body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term-template {
  grid-template-columns: 1fr;
}
@media (min-width: 580px) {
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term-template {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term-template {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term-template {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term {
  border-bottom: 2px solid #C79B6E;
  padding: 1.5rem 0;
  position: relative;
}
@media (min-width: 580px) {
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term {
    border-right: 2px solid #C79B6E;
    padding: 1.5rem;
  }
}
body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:hover {
  background: #F5F5F5;
}
body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:hover a svg {
  transform: translateX(0.5rem);
}
@media (min-width: 580px) {
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(1) {
    padding-left: 0;
  }
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(2n+1) {
    padding-left: 0;
  }
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(2n) {
    border-right: 2px solid #C79B6E;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(3n+2) {
    border-right: 2px solid #C79B6E;
    padding-left: 1.5rem;
  }
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 1.5rem;
  }
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(3n) {
    border-right: none;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(1) {
    padding-left: 0;
  }
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(3n+1) {
    padding-left: 1.5rem;
  }
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(4n+1) {
    padding-left: 0;
  }
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(3n) {
    border-right: 2px solid #C79B6E;
  }
  body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term:nth-child(4n) {
    border-right: none;
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term-name {
  font-weight: 900;
  font-size: 1.375rem;
  color: #0089BA;
  line-height: 1.25;
  padding-right: 2rem;
}
body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term-name a {
  align-items: center;
  color: #0089BA;
  display: flex;
  gap: 0.5rem;
  position: relative;
  text-decoration: none;
}
body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term-name a::after {
  content: "\f061";
  display: none;
  font-family: "Font Awesome 6 Free";
  font-size: 1.25rem;
}
body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term-name a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term-name svg {
  position: absolute;
  color: #007099;
  right: -1.5rem;
  transform: translateX(0);
  transition: all 0.25s ease;
}
body.pagename-nonprofit-news-awards .innys-awards-grid .wp-block-term-description {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.resource-filters .facetwp-type-radio {
  display: flex;
  gap: 1.5rem;
}

body.single-resource .related-resources {
  background: #005270;
  padding-bottom: clamp(3rem, 4vw, 5rem);
  padding-top: clamp(3rem, 4vw, 5rem);
}
body.single-resource .related-resources h2 {
  color: #fff;
  margin-top: 0;
}
body.single-resource .related-resource-cards {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
@media (min-width: 580px) {
  body.single-resource .related-resource-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  body.single-resource .related-resource-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.wp-block-query .wp-block-post.inn_profiles .wp-block-post-content * {
  font-size: 0.8125rem !important;
}
