@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;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

#root, #__next {
  isolation: isolate;
}

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

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

::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 button.facetwp-load-more.facetwpwp-hidden {
  display: none !important;
}
div.facetwp-facet.facetwp-type-pager .facetwp-input-wrap {
  display: block;
  width: 100%;
  position: relative;
}
div.facetwp-facet.facetwp-facet-search {
  position: relative;
}
div.facetwp-facet.facetwp-facet-search span.facetwp-input-wrap {
  width: 100%;
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon {
  position: absolute;
  right: 1rem;
  top: 0.66rem;
  opacity: 1;
  font-size: 1.125rem;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon.f-loading:before {
  animation: rotation 2s infinite linear !important;
  content: "\f110";
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon:before {
  transition: all 250ms ease-in-out;
  content: "\f002";
  font: var(--fa-font-solid);
  display: none;
}
div.facetwp-facet.facetwp-facet-search .facetwp-icon svg {
  color: #0089BA;
}
div.facetwp-facet.facetwp-facet-search input {
  border-radius: 24px;
}
div.facetwp-facet.facetwp-type-dropdown {
  -webkit-font-smoothing: antialiased;
  position: relative;
}
div.facetwp-facet.facetwp-type-dropdown:after {
  transition: all 250ms ease-in-out;
  color: #767676;
  content: "\f0d7";
  font: var(--fa-font-solid);
  display: none;
}
div.facetwp-facet.facetwp-type-dropdown svg {
  color: #767676;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  pointer-events: none;
}

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

.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;
}

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;
}

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

.wp-block-pullquote p {
  font-size: 1.625rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
.wp-block-pullquote cite {
  color: #000;
  font-size: 1rem;
}

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

/* Base */
.wp-block-button .wp-block-button__link {
  border: 2px solid var(--button-accent, currentColor);
  border-radius: 0;
  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 {
  margin-inline-start: 0.6em;
}

/* 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;
}

/* 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: inherit;
}

.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;
  }
}

.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%;
}

.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;
}

.wp-block-cover.is-style-hero::before {
  background-color: #042A38;
  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;
  }
}
@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-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;
}

@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-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-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;
}

/* Default View Transitions */
@view-transition {
  navigation: auto;
}
/* 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;
  }
}

.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;
}

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

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

.above-footer {
  margin-bottom: 0 !important;
}

.fyn .wp-block-button__link {
  border-color: #66D7DE;
  transition: all 0.25s ease-out;
}
.fyn .wp-block-button__link:hover {
  background: transparent !important;
  color: #66D7DE !important;
}
.fyn .wp-block-group.is-layout-grid {
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .fyn .wp-block-group.is-layout-grid {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

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 0.75rem;
  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 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: radial-gradient(circle, rgba(255, 255, 255, 0.35) 2px, transparent 2.1px), linear-gradient(-90deg, var(--Blue-50, #0089BA) 36.15%, var(--Blue-90, #005A7A) 100%);
  background-size: 24px 24px, auto;
}
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::placeholder {
    color: #767676;
  }
}
body.error404 .error-search form.searchform > svg {
  color: #EF6E38;
  display: revert;
  top: 0.66rem;
  left: 0.5rem;
  position: absolute;
}

body.page-template-default .default-page-header .default-page-hero, body.single-inn_resources .default-page-header .default-page-hero {
  background: linear-gradient(-90deg, var(--Blue-50, #0089BA) 36.15%, var(--Blue-90, #005A7A) 100%);
  padding-bottom: 3rem;
  padding-top: 6rem;
  position: relative;
}
body.page-template-default .default-page-header .default-page-hero::before, body.single-inn_resources .default-page-header .default-page-hero::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%;
}
body.page-template-default .default-page-header .default-page-hero .inner, body.single-inn_resources .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-inn_resources .default-page-header .default-page-hero h1 {
  color: #fff;
  margin: 0;
}
body.page-template-default .default-page-header .default-page-top-nav, body.single-inn_resources .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-inn_resources .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 .inner, body.single-inn_resources .page-default-content .inner {
  max-width: 900px;
}
body.page-template-default .page-default-content .content ul, body.single-inn_resources .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-inn_resources .page-default-content .content ul li {
  margin-bottom: 0.25rem;
}

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

body.search .search-header {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 2px, transparent 2.1px), linear-gradient(-90deg, var(--Blue-50, #0089BA) 36.15%, var(--Blue-90, #005A7A) 100%);
  background-size: 24px 24px, auto;
}
body.search .search-header h1 {
  color: #fff;
  padding: 100px 0 40px;
  margin-bottom: 1rem;
}
body.search .search-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
}
body.search .search-nav .nav--breadcrumbs {
  color: #78828D;
  font-size: 16.457px;
  font-weight: 500;
  line-height: 30.857px; /* 187.5% */
}
body.search .search-nav .nav--breadcrumbs a {
  color: inherit;
  text-decoration-color: transparent;
  transition: all 0.25s ease-in-out;
}
body.search .search-nav .nav--breadcrumbs a:hover {
  text-decoration-color: #0089BA;
  text-underline-offset: 2px;
}
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.archive .body--wrapper {
  padding-top: calc(90px + 3rem);
}
@media (min-width: 768px) {
  body.archive .body--wrapper {
    padding-top: calc(175px + 5rem);
  }
}
body.archive .all-insights {
  color: #EF6E38;
  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: #EF6E38;
}
body.archive h1 {
  margin-bottom: 1rem;
}
body.archive .archive-description p {
  font-size: 1rem;
}
body.archive .archive-latest-story {
  padding: 3rem 0;
}
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 .wp-post-image {
  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 .wp-post-image {
    aspect-ratio: 1;
  }
}
@media (min-width: 1024px) {
  body.archive .archive-latest-story .wp-post-image {
    aspect-ratio: 3/2;
  }
}
body.archive .archive-latest-story .wp-post-image 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;
}
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 .wp-post-image {
  aspect-ratio: 3/2;
  background: #F5F5F5;
  border: 1px solid #F2F2F2;
  height: auto;
  margin-bottom: 1rem;
  width: 100%;
}
body.archive .post-preview .wp-post-image 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;
}
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.category-in-the-press .press-grid {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  body.category-in-the-press .press-grid {
    display: grid;
    gap: 1rem 3rem;
    grid-template-columns: 1fr 1fr;
  }
}
body.category-in-the-press .post-preview {
  border-top: 1px solid #F2F2F2;
  padding-top: 1rem;
}
body.category-in-the-press .date {
  font-size: 0.875rem;
}
body.category-in-the-press .source {
  color: #005A7A;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
