@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.page-template-section,
.single,
.category,
.blog {
  --nav-gradient: linear-gradient(to right,Rgb(var(--azure)) 0,Rgb(var(--deluge)) 100%);
  --max-width: 1360px;
  --text-max: 670px;
  --text-max-lg: 753px;
  --breadcrumb-height: 82px;
  --breadcrumb-offset: 12.75em;
  --pad-xs: 1.5rem;
  --pad-sm: 2rem;
  --pad-md: 2.81rem;
  --pad-lg: 3.5rem;
  --transition-short: 0.25s;
  --transition-long: 0.5s;
  --color-link-hover: var(--medium-purple);
}

.page-template-section h1,
.page-template-section main h2,
.page-template-section h3,
.page-template-section h4 {
  font-family: var(--font-primary);
  font-weight: 800;
}
.page-template-section h1 a,
.page-template-section main h2 a,
.page-template-section h3 a,
.page-template-section h4 a {
  text-decoration: none;
}
.page-template-section h1 a:hover,
.page-template-section main h2 a:hover,
.page-template-section h3 a:hover,
.page-template-section h4 a:hover,
.page-template-section .entry__item--paragraph a:hover {
  color: rgb(var(--color-link-hover));
}
.page-template-section .entry__item--heading:last-child h1,
.page-template-section .entry__item--heading:last-child h2,
.page-template-section .entry__item--heading:last-child h3,
.page-template-section .entry__item--heading:last-child h4 {
  margin-bottom: 0;
}
.page-template-section h1 {
  font-size: clamp(2.15rem, 38 / var(--font-switch-width) * 100vw, 2.375rem);
}
.page-template-section main h2, .page-template-section .cta__headline {
  font-size: clamp(1.875rem, 30 / var(--font-switch-width) * 100vw, 2rem);
}
.page-template-section h4 {
  margin-bottom: 0.5em;
}
.page-template-section h4 a {
  font-weight: 800;
}

.category h2:not(.blog-list__title),
.blog h2:not(.blog-list__title) {
  font-size: clamp(1.875rem, 30 / var(--font-switch-width) * 100vw, 2rem);
}
.category h2:not(.blog-list__title) a,
.blog h2:not(.blog-list__title) a {
  font-weight: inherit;
  text-decoration: none;
}
.category h2:not(.blog-list__title) a:hover,
.blog h2:not(.blog-list__title) a:hover {
  color: rgb(var(--color-link-hover));
}
.category main,
.blog main {
  padding-bottom: var(--pad-lg);
}

/***************
  top breadcrumbs
***************/
.page-template-section-child .nav + .breadcrumbs .breadcrumbs__item:nth-last-child(3) .breadcrumbs__link,
.single .nav + .breadcrumbs .breadcrumbs__item:nth-last-child(3) .breadcrumbs__link,
.category .nav + .breadcrumbs .breadcrumbs__item:nth-last-child(3) .breadcrumbs__link {
  color: rgb(var(--slso-red));
}
.page-template-section-child .nav + .breadcrumbs .breadcrumbs__separator:nth-last-child(2),
.page-template-section-child .nav + .breadcrumbs .breadcrumbs__current,
.single .nav + .breadcrumbs .breadcrumbs__separator:nth-last-child(2),
.single .nav + .breadcrumbs .breadcrumbs__current,
.category .nav + .breadcrumbs .breadcrumbs__separator:nth-last-child(2),
.category .nav + .breadcrumbs .breadcrumbs__current {
  display: none;
}

.page-template-section {
  /***************
    top nav and footer
  ***************/
}
.page-template-section .nav + .breadcrumbs {
  position: absolute;
  width: 100%;
  top: calc(var(--nav-height) + var(--offset-height));
  left: 0;
  border-bottom: 0;
  padding: 1em;
  height: var(--breadcrumb-height);
  z-index: 20;
}
.page-template-section .nav--is-active .nav + .breadcrumbs {
  position: fixed;
}
.page-template-section .nav + .breadcrumbs .breadcrumbs__current {
  color: rgb(var(--slso-red));
}
.page-template-section .nav + .breadcrumbs .breadcrumbs__link {
  color: rgb(var(--black));
}
@media screen and (min-width: 50em) {
  .page-template-section .nav + .breadcrumbs {
    position: fixed;
    top: calc(2em + var(--offset-height));
    left: auto;
    right: 1rem;
    z-index: 20;
    width: auto;
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 1360px) {
  .page-template-section .nav + .breadcrumbs {
    right: calc(50% - var(--max-width) / 2 + 1rem);
  }
}
.page-template-section .nav {
  background: rgb(var(--cream));
}
.page-template-section .nav__controls {
  padding-left: 1rem;
  margin: 0 auto;
}
.page-template-section .nav__wrap,
.page-template-section .footer__wrap {
  max-width: var(--max-width);
}
.page-template-section .nav .nav__group {
  display: none;
}
.page-template-section .nav .nav__menu {
  bottom: auto;
  padding-top: calc(var(--nav-height) + var(--breadcrumb-height) + 2.375rem);
}
.page-template-section .nav .nav__menu-link {
  background-image: none;
  padding-right: 0;
  margin-bottom: 0.5em;
}
.page-template-section .nav .nav__menu-item {
  padding-left: 1rem;
  padding-right: 1.25rem;
}
.page-template-section .nav__menu-item--active .nav__menu-link {
  border-color: Rgb(var(--deluge));
}
.page-template-section .floating-cal {
  display: none;
}
.page-template-section .nav__menu-item:last-child .nav__menu-link:hover,
.page-template-section .nav__menu-item:last-child .nav__menu-link:active {
  border-color: transparent;
  background-image: none;
}
@media screen and (min-width: 50em) {
  .page-template-section .footer {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-section .nav .nav__menu {
    margin-top: 0;
    bottom: 0;
    overflow: visible;
    padding-right: 0;
    padding-top: 0;
  }
  .page-template-section .nav__menu-link {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .page-template-section .nav .nav__menu-item {
    padding: 0;
  }
}
@media screen and (min-width: 1360px) {
  .page-template-section .footer__col.footer__col--right {
    flex-basis: calc(var(--max-width) / 2 - 2.625rem - 1rem);
  }
}

.page-template-section .nav .nav__menu-link {
  margin-bottom: 0;
}
.page-template-section .nav .nav__menu-item:last-child {
  margin-top: 2em;
}
.page-template-section .nav .nav__menu-item:last-child .nav__menu-link {
  background: rgb(var(--black));
  color: rgb(var(--white));
  padding: 1em 2em;
  text-align: center;
  border-bottom: 0;
  border-color: transparent;
}
.page-template-section .nav__menu-item .icon--donate {
  display: none;
}
@media screen and (min-width: 50em) {
  .page-template-section .nav .nav__menu-item:last-child {
    position: relative;
    top: -1.15em;
    margin-top: 0;
  }
  .page-template-section .nav + .breadcrumbs {
    right: var(--breadcrumb-offset);
  }
}
@media screen and (min-width: 1360px) {
  .page-template-section .nav + .breadcrumbs {
    right: calc(50% - var(--max-width) / 2 + var(--breadcrumb-offset));
  }
}
.page-template-section .main {
  padding-top: calc(var(--nav-height) + var(--offset-height) + var(--breadcrumb-height));
}

/***************
  blocks
***************/
.page-template-section,
.single,
.category,
.blog {
  /*.wp-block-columns .entry__item--paragraph + .entry__item--paragraph:last-child {
      margin-top: -1em;
  }
  */
  /* override WP block styles */
  /***************
    gallery
  ***************/
  /***************
    pages
  ***************/
}
.page-template-section .entry__item, .page-template-section .wp-block-latest-posts,
.single .entry__item,
.single .wp-block-latest-posts,
.category .entry__item,
.category .wp-block-latest-posts,
.blog .entry__item,
.blog .wp-block-latest-posts {
  margin: 0 auto;
  max-width: var(--max-width);
}
.page-template-section .wp-container-core-group-is-layout-1,
.single .wp-container-core-group-is-layout-1,
.category .wp-container-core-group-is-layout-1,
.blog .wp-container-core-group-is-layout-1 {
  display: flex;
  flex-direction: column-reverse;
  background: var(--nav-gradient);
  color: rgb(var(--white));
}
.page-template-section .wp-container-core-group-is-layout-1 > *,
.single .wp-container-core-group-is-layout-1 > *,
.category .wp-container-core-group-is-layout-1 > *,
.blog .wp-container-core-group-is-layout-1 > * {
  flex: 1;
  margin: 0;
}
.page-template-section .wp-container-core-group-is-layout-1 h1,
.page-template-section .wp-container-core-group-is-layout-1 h2,
.single .wp-container-core-group-is-layout-1 h1,
.single .wp-container-core-group-is-layout-1 h2,
.category .wp-container-core-group-is-layout-1 h1,
.category .wp-container-core-group-is-layout-1 h2,
.blog .wp-container-core-group-is-layout-1 h1,
.blog .wp-container-core-group-is-layout-1 h2 {
  font-family: var(--font-primary);
  font-size: clamp(2.15rem, 38 / var(--font-switch-width) * 100vw, 2.5rem);
  line-height: 1.15;
}
.page-template-section .wp-container-core-group-is-layout-1 h1,
.single .wp-container-core-group-is-layout-1 h1,
.category .wp-container-core-group-is-layout-1 h1,
.blog .wp-container-core-group-is-layout-1 h1 {
  font-weight: 800;
  font-size: clamp(2.3rem, 40 / var(--font-switch-width) * 100vw, 2.65rem);
}
.page-template-section .wp-container-core-group-is-layout-1 h1 + h2,
.single .wp-container-core-group-is-layout-1 h1 + h2,
.category .wp-container-core-group-is-layout-1 h1 + h2,
.blog .wp-container-core-group-is-layout-1 h1 + h2 {
  margin: -0.33em 0 0.75em;
  font-weight: 500;
}
.page-template-section .wp-container-core-group-is-layout-1 .code,
.single .wp-container-core-group-is-layout-1 .code,
.category .wp-container-core-group-is-layout-1 .code,
.blog .wp-container-core-group-is-layout-1 .code {
  background: none;
  padding: 0;
  display: none;
}
.page-template-section .wp-container-core-group-is-layout-1 .code__wrap,
.single .wp-container-core-group-is-layout-1 .code__wrap,
.category .wp-container-core-group-is-layout-1 .code__wrap,
.blog .wp-container-core-group-is-layout-1 .code__wrap {
  max-width: none;
}
.page-template-section .wp-container-core-group-is-layout-1 > .entry__item--image,
.single .wp-container-core-group-is-layout-1 > .entry__item--image,
.category .wp-container-core-group-is-layout-1 > .entry__item--image,
.blog .wp-container-core-group-is-layout-1 > .entry__item--image {
  position: relative;
  margin-bottom: 0;
}
.page-template-section .image--play-youtube,
.single .image--play-youtube,
.category .image--play-youtube,
.blog .image--play-youtube {
  cursor: pointer;
}
.page-template-section .wp-container-core-group-is-layout-1 .wp-embed-aspect-16-9,
.single .wp-container-core-group-is-layout-1 .wp-embed-aspect-16-9,
.category .wp-container-core-group-is-layout-1 .wp-embed-aspect-16-9,
.blog .wp-container-core-group-is-layout-1 .wp-embed-aspect-16-9 {
  background: rgb(var(--black));
}
.page-template-section .image--play-youtube:before,
.single .image--play-youtube:before,
.category .image--play-youtube:before,
.blog .image--play-youtube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: var(--transition-short);
}
.page-template-section .image--play-youtube:hover:before,
.single .image--play-youtube:hover:before,
.category .image--play-youtube:hover:before,
.blog .image--play-youtube:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.page-template-section .image--play-youtube:after,
.single .image--play-youtube:after,
.category .image--play-youtube:after,
.blog .image--play-youtube:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3em;
  margin-top: -3em;
  height: 6em;
  width: 6em;
  border: 0.25em solid rgb(var(--white));
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.25);
  transition: var(--transition-short);
}
.page-template-section .image--play-youtube:hover:after,
.single .image--play-youtube:hover:after,
.category .image--play-youtube:hover:after,
.blog .image--play-youtube:hover:after {
  transform: scale(1.025);
}
.page-template-section .image--play-youtube figure:after,
.single .image--play-youtube figure:after,
.category .image--play-youtube figure:after,
.blog .image--play-youtube figure:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 1.5em 2.5em 1.5em;
  margin-left: -1.25em;
  margin-top: -1.25em;
  border-color: transparent transparent rgb(var(--white)) transparent;
  transform: rotate(90deg);
  transition: var(--transition-short);
}
.page-template-section .image--play-youtube:hover figure:after,
.single .image--play-youtube:hover figure:after,
.category .image--play-youtube:hover figure:after,
.blog .image--play-youtube:hover figure:after {
  transform: rotate(90deg) scale(1.05);
}
@media screen and (min-height: 670px) {
  .page-template-section .wp-container-core-group-is-layout-1 h1,
.single .wp-container-core-group-is-layout-1 h1,
.category .wp-container-core-group-is-layout-1 h1,
.blog .wp-container-core-group-is-layout-1 h1 {
    margin-top: calc(100vh - (var(--nav-height) + var(--offset-height) + var(--breadcrumb-height) + 30vh + 250px + 2rem));
  }
}
@media screen and (min-width: 35em) {
  .page-template-section .wp-container-core-group-is-layout-1 h1,
.single .wp-container-core-group-is-layout-1 h1,
.category .wp-container-core-group-is-layout-1 h1,
.blog .wp-container-core-group-is-layout-1 h1 {
    margin-top: 0;
  }
}
@media screen and (min-width: 50em) {
  .page-template-section .main,
.single .main,
.category .main,
.blog .main {
    padding-top: calc(var(--nav-height) + var(--offset-height));
  }
}
@media screen and (min-width: 55em) {
  .page-template-section .wp-container-core-group-is-layout-1,
.single .wp-container-core-group-is-layout-1,
.category .wp-container-core-group-is-layout-1,
.blog .wp-container-core-group-is-layout-1 {
    flex-direction: row;
    padding: var(--pad-md) 1rem;
    min-height: calc(95vh - var(--nav-height) - var(--offset-height));
  }
  .page-template-section .wp-container-core-group-is-layout-1 .basic-copy__wrap,
.single .wp-container-core-group-is-layout-1 .basic-copy__wrap,
.category .wp-container-core-group-is-layout-1 .basic-copy__wrap,
.blog .wp-container-core-group-is-layout-1 .basic-copy__wrap {
    max-width: calc(var(--max-width) / 2 - 1rem);
    padding-left: 0;
  }
  .page-template-section .wp-container-core-group-is-layout-1 > *,
.page-template-section .wp-container-core-group-is-layout-1 > .entry__item--image,
.page-template-section .wp-container-core-group-is-layout-1 > .entry__item--image:last-child,
.single .wp-container-core-group-is-layout-1 > *,
.single .wp-container-core-group-is-layout-1 > .entry__item--image,
.single .wp-container-core-group-is-layout-1 > .entry__item--image:last-child,
.category .wp-container-core-group-is-layout-1 > *,
.category .wp-container-core-group-is-layout-1 > .entry__item--image,
.category .wp-container-core-group-is-layout-1 > .entry__item--image:last-child,
.blog .wp-container-core-group-is-layout-1 > *,
.blog .wp-container-core-group-is-layout-1 > .entry__item--image,
.blog .wp-container-core-group-is-layout-1 > .entry__item--image:last-child {
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1360px) {
  .page-template-section .wp-container-core-group-is-layout-1,
.single .wp-container-core-group-is-layout-1,
.category .wp-container-core-group-is-layout-1,
.blog .wp-container-core-group-is-layout-1 {
    flex-direction: row;
    padding-right: var(--pad-md);
  }
  .page-template-section .wp-container-core-group-is-layout-1 .basic-copy__wrap,
.single .wp-container-core-group-is-layout-1 .basic-copy__wrap,
.category .wp-container-core-group-is-layout-1 .basic-copy__wrap,
.blog .wp-container-core-group-is-layout-1 .basic-copy__wrap {
    margin-right: var(--pad-md);
    max-width: calc(var(--max-width) / 2 - var(--pad-md) - 2rem);
  }
}
.page-template-section .wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.single .wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.category .wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.blog .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
}
.page-template-section .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.single .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.category .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.blog .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-section .wp-block-columns,
.page-template-section main > .wp-block-buttons,
.page-template-section main > .wp-block-media-text,
.page-template-section main > .entry__item--paragraph,
.page-template-section .wp-block-group__inner-container > .entry__item--paragraph,
.page-template-section main > .entry__item--heading,
.page-template-section .wp-block-group__inner-container > .entry__item--heading,
.page-template-section main > .entry__item--separator,
.page-template-section .wp-block-group__inner-container > .entry__item--separator,
.page-template-section main > .wp-block-latest-posts,
.single .wp-block-columns,
.single main > .wp-block-buttons,
.single main > .wp-block-media-text,
.single main > .entry__item--paragraph,
.single .wp-block-group__inner-container > .entry__item--paragraph,
.single main > .entry__item--heading,
.single .wp-block-group__inner-container > .entry__item--heading,
.single main > .entry__item--separator,
.single .wp-block-group__inner-container > .entry__item--separator,
.single main > .wp-block-latest-posts,
.category .wp-block-columns,
.category main > .wp-block-buttons,
.category main > .wp-block-media-text,
.category main > .entry__item--paragraph,
.category .wp-block-group__inner-container > .entry__item--paragraph,
.category main > .entry__item--heading,
.category .wp-block-group__inner-container > .entry__item--heading,
.category main > .entry__item--separator,
.category .wp-block-group__inner-container > .entry__item--separator,
.category main > .wp-block-latest-posts,
.blog .wp-block-columns,
.blog main > .wp-block-buttons,
.blog main > .wp-block-media-text,
.blog main > .entry__item--paragraph,
.blog .wp-block-group__inner-container > .entry__item--paragraph,
.blog main > .entry__item--heading,
.blog .wp-block-group__inner-container > .entry__item--heading,
.blog main > .entry__item--separator,
.blog .wp-block-group__inner-container > .entry__item--separator,
.blog main > .wp-block-latest-posts {
  padding: 0 1rem;
}
.page-template-section .image-text__wrap,
.page-template-section .footer__wrap,
.single .image-text__wrap,
.single .footer__wrap,
.category .image-text__wrap,
.category .footer__wrap,
.blog .image-text__wrap,
.blog .footer__wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-template-section main > .wp-block-buttons,
.single main > .wp-block-buttons,
.category main > .wp-block-buttons,
.blog main > .wp-block-buttons {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
.page-template-section h3,
.single h3,
.category h3,
.blog h3 {
  font-size: clamp(1.25rem, 20 / var(--font-switch-width) * 100vw, 1.375rem);
}
.page-template-section.page-our-vision .wp-block-group,
.single.page-our-vision .wp-block-group,
.category.page-our-vision .wp-block-group,
.blog.page-our-vision .wp-block-group {
  margin-bottom: var(--pad-lg);
}
.page-template-section .wp-block-column,
.single .wp-block-column,
.category .wp-block-column,
.blog .wp-block-column {
  margin: var(--pad-xs) 0;
}
.page-template-section .wp-block-column .entry__item--paragraph:first-child:last-child,
.single .wp-block-column .entry__item--paragraph:first-child:last-child,
.category .wp-block-column .entry__item--paragraph:first-child:last-child,
.blog .wp-block-column .entry__item--paragraph:first-child:last-child {
  margin-top: calc(-1 * var(--pad-xs));
}
.page-template-section .wp-block-media-text__media,
.single .wp-block-media-text__media,
.category .wp-block-media-text__media,
.blog .wp-block-media-text__media {
  margin: 0;
}
.page-template-section .wp-block-media-text__content,
.single .wp-block-media-text__content,
.category .wp-block-media-text__content,
.blog .wp-block-media-text__content {
  padding: 0;
}
.page-template-section .entry__item--image, .page-template-section .wp-block-media-text__media,
.single .entry__item--image,
.single .wp-block-media-text__media,
.category .entry__item--image,
.category .wp-block-media-text__media,
.blog .entry__item--image,
.blog .wp-block-media-text__media {
  margin-bottom: 1em;
}
.page-template-section .wp-block-columns .entry__item--image:first-child,
.single .wp-block-columns .entry__item--image:first-child,
.category .wp-block-columns .entry__item--image:first-child,
.blog .wp-block-columns .entry__item--image:first-child {
  margin-top: var(--pad-md);
}
.page-template-section .wp-block-columns .entry__item--image:first-child:not(:last-child),
.page-template-section .wp-block-columns .entry__item--image:first-child + .entry__item--heading,
.page-template-section .wp-block-columns .entry__item--image:first-child + .entry__item--heading + .entry__item--paragraph,
.single .wp-block-columns .entry__item--image:first-child:not(:last-child),
.single .wp-block-columns .entry__item--image:first-child + .entry__item--heading,
.single .wp-block-columns .entry__item--image:first-child + .entry__item--heading + .entry__item--paragraph,
.category .wp-block-columns .entry__item--image:first-child:not(:last-child),
.category .wp-block-columns .entry__item--image:first-child + .entry__item--heading,
.category .wp-block-columns .entry__item--image:first-child + .entry__item--heading + .entry__item--paragraph,
.blog .wp-block-columns .entry__item--image:first-child:not(:last-child),
.blog .wp-block-columns .entry__item--image:first-child + .entry__item--heading,
.blog .wp-block-columns .entry__item--image:first-child + .entry__item--heading + .entry__item--paragraph {
  max-width: calc(var(--text-max) * 2 / 3);
}
.page-template-section .wp-block-columns.has-background,
.single .wp-block-columns.has-background,
.category .wp-block-columns.has-background,
.blog .wp-block-columns.has-background {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 40em) {
  .page-template-section .wp-block-columns.has-background .entry__item:not(.entry__item--image),
.single .wp-block-columns.has-background .entry__item:not(.entry__item--image),
.category .wp-block-columns.has-background .entry__item:not(.entry__item--image),
.blog .wp-block-columns.has-background .entry__item:not(.entry__item--image) {
    margin-left: 2em;
  }
}
.page-template-section .entry__item--image:hover + .entry__item--heading a,
.single .entry__item--image:hover + .entry__item--heading a,
.category .entry__item--image:hover + .entry__item--heading a,
.blog .entry__item--image:hover + .entry__item--heading a {
  color: rgb(var(--color-link-hover));
}
@media screen and (min-width: 40em) {
  .page-template-section .entry__item--image:last-child,
.page-template-section .wp-block-media-text__media,
.single .entry__item--image:last-child,
.single .wp-block-media-text__media,
.category .entry__item--image:last-child,
.category .wp-block-media-text__media,
.blog .entry__item--image:last-child,
.blog .wp-block-media-text__media {
    margin-bottom: 0;
  }
  .page-template-section .wp-block-column .entry__item--paragraph:first-child:last-child,
.single .wp-block-column .entry__item--paragraph:first-child:last-child,
.category .wp-block-column .entry__item--paragraph:first-child:last-child,
.blog .wp-block-column .entry__item--paragraph:first-child:last-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1360px) {
  .page-template-section .cta__content,
.single .cta__content,
.category .cta__content,
.blog .cta__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page-template-section .entry__item--paragraph,
.single .entry__item--paragraph,
.category .entry__item--paragraph,
.blog .entry__item--paragraph {
  margin-bottom: 1.5rem;
}
.page-template-section .entry__item--paragraph:last-child,
.single .entry__item--paragraph:last-child,
.category .entry__item--paragraph:last-child,
.blog .entry__item--paragraph:last-child {
  margin-bottom: 0;
}
.page-template-section .entry__item--paragraph strong a,
.single .entry__item--paragraph strong a,
.category .entry__item--paragraph strong a,
.blog .entry__item--paragraph strong a {
  text-decoration: none;
  font-weight: 700;
}
.page-template-section .wp-block-column .entry__item--image a img, .page-template-section .wp-block-media-text__media a img,
.single .wp-block-column .entry__item--image a img,
.single .wp-block-media-text__media a img,
.category .wp-block-column .entry__item--image a img,
.category .wp-block-media-text__media a img,
.blog .wp-block-column .entry__item--image a img,
.blog .wp-block-media-text__media a img {

}
.page-template-section .wp-block-columns, .page-template-section .wp-block-media-text,
.single .wp-block-columns,
.single .wp-block-media-text,
.category .wp-block-columns,
.category .wp-block-media-text,
.blog .wp-block-columns,
.blog .wp-block-media-text {
  margin: var(--pad-md) auto;
}
.page-template-section .wp-block-media-text.is-image-fill > figure,
.single .wp-block-media-text.is-image-fill > figure,
.category .wp-block-media-text.is-image-fill > figure,
.blog .wp-block-media-text.is-image-fill > figure {
  height: 100%;
  min-height: 250px;
  background-size: cover;
  overflow: hidden;
}
.page-template-section .wp-block-media-text.is-image-fill > figure img,
.single .wp-block-media-text.is-image-fill > figure img,
.category .wp-block-media-text.is-image-fill > figure img,
.blog .wp-block-media-text.is-image-fill > figure img {
  visibility: hidden;
  object-fit: fill;
  height: 250px;
}
.page-template-section .entry__item--quote:first-child .wp-block-quote,
.single .entry__item--quote:first-child .wp-block-quote,
.category .entry__item--quote:first-child .wp-block-quote,
.blog .entry__item--quote:first-child .wp-block-quote {
  margin-top: 0;
}
.page-template-section .entry__item--quote:last-child .wp-block-quote,
.single .entry__item--quote:last-child .wp-block-quote,
.category .entry__item--quote:last-child .wp-block-quote,
.blog .entry__item--quote:last-child .wp-block-quote {
  margin-bottom: 0;
}
.page-template-section .wp-block-quote,
.single .wp-block-quote,
.category .wp-block-quote,
.blog .wp-block-quote {
  max-width: var(--text-max);
  margin: var(--pad-sm) 0;
  margin-left: var(--pad-md);
  quotes: "“" "”";
  border: 0;
  padding-left: 0;
}
.page-template-section .entry__item--paragraph p,
.single .entry__item--paragraph p,
.category .entry__item--paragraph p,
.blog .entry__item--paragraph p {
  max-width: var(--text-max);
}
.page-template-section .wp-block-quote .entry__item--paragraph,
.single .wp-block-quote .entry__item--paragraph,
.category .wp-block-quote .entry__item--paragraph,
.blog .wp-block-quote .entry__item--paragraph {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0;
}
.page-template-section .wp-block-quote:before,
.single .wp-block-quote:before,
.category .wp-block-quote:before,
.blog .wp-block-quote:before {
  font-family: var(--font-primary);
  float: left;
  font-size: 6em;
  line-height: 0.2;
  content: open-quote;
  margin-top: 0.33em;
  width: 0.5em;
  margin-left: -0.5em;
  color: rgb(var(--azure));
}
.page-template-section .wp-block-quote cite,
.single .wp-block-quote cite,
.category .wp-block-quote cite,
.blog .wp-block-quote cite {
  font-style: normal;
  font-size: 1rem;
}
.page-template-section .entry__item--separator,
.single .entry__item--separator,
.category .entry__item--separator,
.blog .entry__item--separator {
  margin: var(--pad-md) auto;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-section .wp-block-separator,
.single .wp-block-separator,
.category .wp-block-separator,
.blog .wp-block-separator {
  border: none;
  border-top: 1px solid rgb(var(--silver));
}
.page-template-section .entry__item--separator:not(.separator--is-style-wide),
.single .entry__item--separator:not(.separator--is-style-wide),
.category .entry__item--separator:not(.separator--is-style-wide),
.blog .entry__item--separator:not(.separator--is-style-wide) {
  max-width: var(--text-max);
}
@media screen and (min-width: 90em) {
  .page-template-section .entry__item--separator:not(.separator--is-style-wide),
.single .entry__item--separator:not(.separator--is-style-wide),
.category .entry__item--separator:not(.separator--is-style-wide),
.blog .entry__item--separator:not(.separator--is-style-wide) {
    max-width: var(--text-max-lg);
  }
}
.page-template-section .wp-block-column .entry__item--separator:not(.separator--is-style-wide),
.single .wp-block-column .entry__item--separator:not(.separator--is-style-wide),
.category .wp-block-column .entry__item--separator:not(.separator--is-style-wide),
.blog .wp-block-column .entry__item--separator:not(.separator--is-style-wide) {
  margin-left: 0;
}
.page-template-section .wp-block-column .entry__item--separator:first-child,
.single .wp-block-column .entry__item--separator:first-child,
.category .wp-block-column .entry__item--separator:first-child,
.blog .wp-block-column .entry__item--separator:first-child {
  margin-top: 0;
}
.page-template-section .are-vertically-aligned-bottom,
.single .are-vertically-aligned-bottom,
.category .are-vertically-aligned-bottom,
.blog .are-vertically-aligned-bottom {
  align-items: flex-end;
}
.page-template-section .are-vertically-aligned-center,
.single .are-vertically-aligned-center,
.category .are-vertically-aligned-center,
.blog .are-vertically-aligned-center {
  align-items: center;
}
.page-template-section .wp-block-column .has-text-align-right,
.single .wp-block-column .has-text-align-right,
.category .wp-block-column .has-text-align-right,
.blog .wp-block-column .has-text-align-right {
  text-align: left;
}
.page-template-section .wp-block-button__link,
.single .wp-block-button__link,
.category .wp-block-button__link,
.blog .wp-block-button__link {
  background-color: Rgb(var(--black));
  border: 0.125rem solid rgb(var(--black));
  border-radius: 0;
  color: Rgb(var(--white));
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0.75rem 2.875rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: all;
}
.page-template-section .wp-block-button__link:hover,
.single .wp-block-button__link:hover,
.category .wp-block-button__link:hover,
.blog .wp-block-button__link:hover {
  background-color: Rgb(var(--medium-purple));
  border-color: Rgb(var(--medium-purple));
  color: Rgb(var(--white));
}
.page-template-section .wp-block-buttons,
.single .wp-block-buttons,
.category .wp-block-buttons,
.blog .wp-block-buttons {
  margin: var(--pad-xs) 0;
}
.page-template-section .wp-block-buttons:last-child,
.single .wp-block-buttons:last-child,
.category .wp-block-buttons:last-child,
.blog .wp-block-buttons:last-child {
  margin-bottom: 0;
}
.page-template-section figcaption,
.single figcaption,
.category figcaption,
.blog figcaption {
  margin-top: 1em;
  font-size: 0.9em;
}
.page-template-section .button-theme.button-theme--icon,
.single .button-theme.button-theme--icon,
.category .button-theme.button-theme--icon,
.blog .button-theme.button-theme--icon {
  padding: 0.9em 2em;
}
.page-template-section .intro__wrap,
.single .intro__wrap,
.category .intro__wrap,
.blog .intro__wrap {
  max-width: var(--text-max);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 90em) {
  .page-template-section .intro__wrap,
.single .intro__wrap,
.category .intro__wrap,
.blog .intro__wrap {
    max-width: var(--text-max-lg);
  }
}
.page-template-section .intro__wrap:first-child .intro__divider,
.single .intro__wrap:first-child .intro__divider,
.category .intro__wrap:first-child .intro__divider,
.blog .intro__wrap:first-child .intro__divider {
  display: none;
}
@media screen and (min-width: 40em) {
  .page-template-section .wp-block-button__link,
.single .wp-block-button__link,
.category .wp-block-button__link,
.blog .wp-block-button__link {
    font-size: 1.125rem;
  }
  .page-template-section .wp-block-media-text,
.single .wp-block-media-text,
.category .wp-block-media-text,
.blog .wp-block-media-text {
    display: grid;
    align-items: center;
    max-width: var(--max-width);
  }
  .page-template-section .wp-block-media-text > *:first-child,
.single .wp-block-media-text > *:first-child,
.category .wp-block-media-text > *:first-child,
.blog .wp-block-media-text > *:first-child {
    flex: 1;
    margin-right: var(--pad-xs);
  }
  .page-template-section .wp-block-media-text__content,
.single .wp-block-media-text__content,
.category .wp-block-media-text__content,
.blog .wp-block-media-text__content {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 50em) {
  .page-template-section .wp-block-columns .entry__item--image:first-child,
.single .wp-block-columns .entry__item--image:first-child,
.category .wp-block-columns .entry__item--image:first-child,
.blog .wp-block-columns .entry__item--image:first-child {
    margin-top: 0;
  }
  .page-template-section .wp-block-columns,
.single .wp-block-columns,
.category .wp-block-columns,
.blog .wp-block-columns {
    display: flex;
    max-width: var(--max-width);
  }
  .page-template-section .wp-block-column,
.single .wp-block-column,
.category .wp-block-column,
.blog .wp-block-column {
    flex: 1;
    margin-right: var(--pad-md);
  }
  .page-template-section.page-our-vision .wp-block-column,
.single.page-our-vision .wp-block-column,
.category.page-our-vision .wp-block-column,
.blog.page-our-vision .wp-block-column {
    margin-right: var(--pad-sm);
  }
  .page-template-section .wp-block-column .has-text-align-right,
.single .wp-block-column .has-text-align-right,
.category .wp-block-column .has-text-align-right,
.blog .wp-block-column .has-text-align-right {
    text-align: right;
  }
  .page-template-section .wp-block-column,
.single .wp-block-column,
.category .wp-block-column,
.blog .wp-block-column {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-template-section .wp-block-column:last-child,
.single .wp-block-column:last-child,
.category .wp-block-column:last-child,
.blog .wp-block-column:last-child {
    margin-right: 0;
  }
  .page-template-section .wp-block-column .entry__item--image a,
.page-template-section .wp-block-media-text__media,
.single .wp-block-column .entry__item--image a,
.single .wp-block-media-text__media,
.category .wp-block-column .entry__item--image a,
.category .wp-block-media-text__media,
.blog .wp-block-column .entry__item--image a,
.blog .wp-block-media-text__media {
    transition: var(--transition-short);
    display: block;
  }
  .page-template-section .wp-block-column .entry__item--image a:hover,
.page-template-section .wp-block-media-text__media:hover,
.single .wp-block-column .entry__item--image a:hover,
.single .wp-block-media-text__media:hover,
.category .wp-block-column .entry__item--image a:hover,
.category .wp-block-media-text__media:hover,
.blog .wp-block-column .entry__item--image a:hover,
.blog .wp-block-media-text__media:hover {
    transform: scale(1.025);
  }
  .page-template-section main > .entry__item--separator:not(:nth-child(2)),
.single main > .entry__item--separator:not(:nth-child(2)),
.category main > .entry__item--separator:not(:nth-child(2)),
.blog main > .entry__item--separator:not(:nth-child(2)) {
    margin: var(--pad-lg) auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-template-section .cta__content,
.single .cta__content,
.category .cta__content,
.blog .cta__content {
    padding-top: var(--pad-lg);
    padding-bottom: var(--pad-lg);
  }
}
.page-template-section main > .entry__item--heading,
.single main > .entry__item--heading,
.category main > .entry__item--heading,
.blog main > .entry__item--heading {
  margin-top: var(--pad-md);
}
.page-template-section.page-our-vision .hero,
.single.page-our-vision .hero,
.category.page-our-vision .hero,
.blog.page-our-vision .hero {
  overflow: visible;
  z-index: 10;
}
.page-template-section.page-our-vision .hero:before,
.single.page-our-vision .hero:before,
.category.page-our-vision .hero:before,
.blog.page-our-vision .hero:before {
  content: "";
  border-bottom: 3px solid rgb(var(--alto));
  width: 100%;
  position: absolute;
  bottom: 33px;
  left: 0;
}
.page-template-section.page-our-vision .hero__image,
.single.page-our-vision .hero__image,
.category.page-our-vision .hero__image,
.blog.page-our-vision .hero__image {
  display: none;
}
.page-template-section.page-our-vision .hero__tabs,
.single.page-our-vision .hero__tabs,
.category.page-our-vision .hero__tabs,
.blog.page-our-vision .hero__tabs {
  background: none;
}
.page-template-section.page-our-vision .code,
.single.page-our-vision .code,
.category.page-our-vision .code,
.blog.page-our-vision .code {
  padding: 0;
  background: none;
}
.page-template-section.page-donate .code,
.single.page-donate .code,
.category.page-donate .code,
.blog.page-donate .code {
  padding-left: 0;
  padding-right: 0;
}
.page-template-section.page-our-vision .wp-block-columns:nth-child(2), .page-template-section.page-faq .wp-block-columns, .page-template-section.page-thank-you .wp-block-columns,
.single.page-our-vision .wp-block-columns:nth-child(2),
.single.page-faq .wp-block-columns,
.single.page-thank-you .wp-block-columns,
.category.page-our-vision .wp-block-columns:nth-child(2),
.category.page-faq .wp-block-columns,
.category.page-thank-you .wp-block-columns,
.blog.page-our-vision .wp-block-columns:nth-child(2),
.blog.page-faq .wp-block-columns,
.blog.page-thank-you .wp-block-columns {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.page-template-section.page-faq .entry__item--separator, .page-template-section.page-faq .entry__item--separator hr, .page-template-section.page-thank-you .entry__item--separator, .page-template-section.page-thank-you .entry__item--separator hr,
.single.page-faq .entry__item--separator,
.single.page-faq .entry__item--separator hr,
.single.page-thank-you .entry__item--separator,
.single.page-thank-you .entry__item--separator hr,
.category.page-faq .entry__item--separator,
.category.page-faq .entry__item--separator hr,
.category.page-thank-you .entry__item--separator,
.category.page-thank-you .entry__item--separator hr,
.blog.page-faq .entry__item--separator,
.blog.page-faq .entry__item--separator hr,
.blog.page-thank-you .entry__item--separator,
.blog.page-thank-you .entry__item--separator hr {
  margin-bottom: 0;
}
.page-template-section.page-faq .wp-block-columns, .page-template-section.page-thank-you .wp-block-columns,
.single.page-faq .wp-block-columns,
.single.page-thank-you .wp-block-columns,
.category.page-faq .wp-block-columns,
.category.page-thank-you .wp-block-columns,
.blog.page-faq .wp-block-columns,
.blog.page-thank-you .wp-block-columns {
  padding: 0;
  margin-top: 0;
}
.page-template-section.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child, .page-template-section.page-faq .wp-block-columns .wp-block-column:nth-child(2):last-child, .page-template-section.page-thank-you .wp-block-columns .wp-block-column:nth-child(2):last-child,
.single.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child,
.single.page-faq .wp-block-columns .wp-block-column:nth-child(2):last-child,
.single.page-thank-you .wp-block-columns .wp-block-column:nth-child(2):last-child,
.category.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child,
.category.page-faq .wp-block-columns .wp-block-column:nth-child(2):last-child,
.category.page-thank-you .wp-block-columns .wp-block-column:nth-child(2):last-child,
.blog.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child,
.blog.page-faq .wp-block-columns .wp-block-column:nth-child(2):last-child,
.blog.page-thank-you .wp-block-columns .wp-block-column:nth-child(2):last-child {
  width: 100%;
  margin-top: 0;
  min-width: unset;
}
.page-template-section.page-thank-you .wp-block-columns .wp-block-column:first-child,
.single.page-thank-you .wp-block-columns .wp-block-column:first-child,
.category.page-thank-you .wp-block-columns .wp-block-column:first-child,
.blog.page-thank-you .wp-block-columns .wp-block-column:first-child {
  padding: 0 1rem;
}
.page-template-section .entry__item--heading h2,
.single .entry__item--heading h2,
.category .entry__item--heading h2,
.blog .entry__item--heading h2 {
  margin-bottom: 1em;
}
@media screen and (min-width: 50em) {
  .page-template-section,
.single,
.category,
.blog {
    /*&.page-our-vision main > .entry__item--heading:first-child {
            float: left;
        }
    */
  }
  .page-template-section.page-our-vision h1,
.single.page-our-vision h1,
.category.page-our-vision h1,
.blog.page-our-vision h1 {
    margin-bottom: 0;
  }
  .page-template-section.page-our-vision .hero,
.single.page-our-vision .hero,
.category.page-our-vision .hero,
.blog.page-our-vision .hero {
    margin-top: -2.5em;
  }
  .page-template-section.page-our-vision .hero__wrap,
.single.page-our-vision .hero__wrap,
.category.page-our-vision .hero__wrap,
.blog.page-our-vision .hero__wrap {
    padding-top: 0;
  }
  .page-template-section.page-our-vision .hero__tabs,
.single.page-our-vision .hero__tabs,
.category.page-our-vision .hero__tabs,
.blog.page-our-vision .hero__tabs {
    position: static;
    margin-left: calc(33.33% + var(--pad-sm) / 2);
  }
  .page-template-section.page-our-vision .code__wrap,
.single.page-our-vision .code__wrap,
.category.page-our-vision .code__wrap,
.blog.page-our-vision .code__wrap {
    max-width: none;
  }
  .page-template-section .entry__item--heading h2,
.single .entry__item--heading h2,
.category .entry__item--heading h2,
.blog .entry__item--heading h2 {
    margin-top: 0.5em;
  }
  .page-template-section.page-our-vision .wp-block-columns:nth-child(2), .page-template-section.page-faq .wp-block-columns, .page-template-section.page-thank-you .wp-block-columns,
.single.page-our-vision .wp-block-columns:nth-child(2),
.single.page-faq .wp-block-columns,
.single.page-thank-you .wp-block-columns,
.category.page-our-vision .wp-block-columns:nth-child(2),
.category.page-faq .wp-block-columns,
.category.page-thank-you .wp-block-columns,
.blog.page-our-vision .wp-block-columns:nth-child(2),
.blog.page-faq .wp-block-columns,
.blog.page-thank-you .wp-block-columns {
    max-width: none;
    padding: 0;
    flex-direction: row;
  }
  .page-template-section.page-our-vision .wp-block-columns:nth-child(2), .page-template-section.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child, .page-template-section.page-faq .wp-block-columns, .page-template-section.page-thank-you .wp-block-columns,
.single.page-our-vision .wp-block-columns:nth-child(2),
.single.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child,
.single.page-faq .wp-block-columns,
.single.page-thank-you .wp-block-columns,
.category.page-our-vision .wp-block-columns:nth-child(2),
.category.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child,
.category.page-faq .wp-block-columns,
.category.page-thank-you .wp-block-columns,
.blog.page-our-vision .wp-block-columns:nth-child(2),
.blog.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child,
.blog.page-faq .wp-block-columns,
.blog.page-thank-you .wp-block-columns {
    margin-top: 0;
  }
  .page-template-section.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *, .page-template-section.page-faq .wp-block-columns .wp-block-column:first-child > *,
.single.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *,
.single.page-faq .wp-block-columns .wp-block-column:first-child > *,
.category.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *,
.category.page-faq .wp-block-columns .wp-block-column:first-child > *,
.blog.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *,
.blog.page-faq .wp-block-columns .wp-block-column:first-child > * {
    margin-right: 0;
    padding-left: 1rem;
  }
  .page-template-section.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *,
.single.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *,
.category.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *,
.blog.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > * {
    max-width: calc(var(--max-width) * 0.33 + var(--pad-sm) / 2);
  }
  .page-template-section.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child,
.single.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child,
.category.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child,
.blog.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child {
    width: calc(66.66% - var(--pad-sm) / 2);
  }
  .page-template-section.page-thank-you .wp-block-columns .wp-block-column:first-child,
.single.page-thank-you .wp-block-columns .wp-block-column:first-child,
.category.page-thank-you .wp-block-columns .wp-block-column:first-child,
.blog.page-thank-you .wp-block-columns .wp-block-column:first-child {
    margin-top: var(--pad-md);
  }
}
@media screen and (min-width: 1360px) {
  .page-template-section.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *, .page-template-section.page-faq .wp-block-columns .wp-block-column:first-child > *, .page-template-section.page-thank-you .wp-block-columns .wp-block-column:first-child > *,
.single.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *,
.single.page-faq .wp-block-columns .wp-block-column:first-child > *,
.single.page-thank-you .wp-block-columns .wp-block-column:first-child > *,
.category.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *,
.category.page-faq .wp-block-columns .wp-block-column:first-child > *,
.category.page-thank-you .wp-block-columns .wp-block-column:first-child > *,
.blog.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child > *,
.blog.page-faq .wp-block-columns .wp-block-column:first-child > *,
.blog.page-thank-you .wp-block-columns .wp-block-column:first-child > * {
    margin-left: calc((100vw - var(--max-width)) / 2);
  }
  .page-template-section.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child,
.single.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child,
.category.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child,
.blog.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:first-child {
    flex-basis: calc(50vw - var(--max-width) / 2 + var(--max-width) / 3 + var(--pad-md) + var(--pad-sm) / 2) !important;
  }
  .page-template-section.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child,
.single.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child,
.category.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child,
.blog.page-our-vision .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2):last-child {
    width: calc(50vw - var(--max-width) / 2 + var(--max-width) / 3 * 2 - var(--pad-sm) / 2);
    flex-basis: calc(50vw - var(--max-width) / 2 + var(--max-width) / 3 * 2 - var(--pad-sm) / 2) !important;
  }
}
.page-template-section .gallery, .page-template-section .slideshow, .page-template-section .gallery > img,
.single .gallery,
.single .slideshow,
.single .gallery > img,
.category .gallery,
.category .slideshow,
.category .gallery > img,
.blog .gallery,
.blog .slideshow,
.blog .gallery > img {
  max-height: 100vh;
}
.page-template-section .noload,
.single .noload,
.category .noload,
.blog .noload {
  opacity: 0;
}
.page-template-section .gallery,
.single .gallery,
.category .gallery,
.blog .gallery {
  position: relative;
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 0 1rem;
}
.page-template-section .gallery .swiper,
.single .gallery .swiper,
.category .gallery .swiper,
.blog .gallery .swiper {
  padding-bottom: 0;
}
.page-template-section .gallery .swiper-slide img,
.single .gallery .swiper-slide img,
.category .gallery .swiper-slide img,
.blog .gallery .swiper-slide img {
  display: block;
  margin: auto;
  max-height: calc(100vh - var(--nav-height) - 2rem);
  transition: opacity var(--transition-long);
}
.page-template-section .gallery .swiper-slide img:last-child,
.single .gallery .swiper-slide img:last-child,
.category .gallery .swiper-slide img:last-child,
.blog .gallery .swiper-slide img:last-child {
  padding-bottom: 4.5rem;
}
.page-template-section .gallery .swiper-button-next, .page-template-section .gallery .swiper-button-prev,
.single .gallery .swiper-button-next,
.single .gallery .swiper-button-prev,
.category .gallery .swiper-button-next,
.category .gallery .swiper-button-prev,
.blog .gallery .swiper-button-next,
.blog .gallery .swiper-button-prev {
  display: none;
}
.page-template-section .gallery .swiper-button-next a, .page-template-section .gallery .swiper-button-prev a,
.single .gallery .swiper-button-next a,
.single .gallery .swiper-button-prev a,
.category .gallery .swiper-button-next a,
.category .gallery .swiper-button-prev a,
.blog .gallery .swiper-button-next a,
.blog .gallery .swiper-button-prev a {
  display: inline-block;
  position: relative;
  background: rgb(var(--white));
  width: 3.25rem;
  height: 3.25rem;
  padding: 1rem;
  cursor: pointer;
}
.page-template-section .gallery .swiper-button-next a:before, .page-template-section .gallery .swiper-button-prev a:before,
.single .gallery .swiper-button-next a:before,
.single .gallery .swiper-button-prev a:before,
.category .gallery .swiper-button-next a:before,
.category .gallery .swiper-button-prev a:before,
.blog .gallery .swiper-button-next a:before,
.blog .gallery .swiper-button-prev a:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}
.page-template-section .gallery .swiper-button-next a:after, .page-template-section .gallery .swiper-button-prev a:after,
.single .gallery .swiper-button-next a:after,
.single .gallery .swiper-button-prev a:after,
.category .gallery .swiper-button-next a:after,
.category .gallery .swiper-button-prev a:after,
.blog .gallery .swiper-button-next a:after,
.blog .gallery .swiper-button-prev a:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 27px;
  background-color: currentColor;
  transform: rotate(-90deg) translate(3.5px, 9px);
}
.page-template-section .gallery .swiper-button-next span, .page-template-section .gallery .swiper-button-prev span,
.single .gallery .swiper-button-next span,
.single .gallery .swiper-button-prev span,
.category .gallery .swiper-button-next span,
.category .gallery .swiper-button-prev span,
.blog .gallery .swiper-button-next span,
.blog .gallery .swiper-button-prev span {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.page-template-section .gallery .swiper-button-next a:before,
.single .gallery .swiper-button-next a:before,
.category .gallery .swiper-button-next a:before,
.blog .gallery .swiper-button-next a:before {
  transform: rotate(135deg);
}
.page-template-section .gallery .swiper-button-prev a:before,
.single .gallery .swiper-button-prev a:before,
.category .gallery .swiper-button-prev a:before,
.blog .gallery .swiper-button-prev a:before {
  transform: rotate(-45deg);
}
.page-template-section .gallery .swiper-button-prev a:after,
.single .gallery .swiper-button-prev a:after,
.category .gallery .swiper-button-prev a:after,
.blog .gallery .swiper-button-prev a:after {
  transform: rotate(-90deg) translate(3.5px, 10px);
}
.page-template-section .gallery:last-of-type,
.single .gallery:last-of-type,
.category .gallery:last-of-type,
.blog .gallery:last-of-type {
  margin-bottom: 0;
}
.page-template-section .gallery img,
.single .gallery img,
.category .gallery img,
.blog .gallery img {
  cursor: pointer;
  transition: var(--transition-short);
}
.page-template-section .gallery .swiper-slide:hover img,
.single .gallery .swiper-slide:hover img,
.category .gallery .swiper-slide:hover img,
.blog .gallery .swiper-slide:hover img {
  opacity: 0.9;
}
.page-template-section .gallery figcaption,
.single .gallery figcaption,
.category .gallery figcaption,
.blog .gallery figcaption {
  margin-top: 2.5rem;
  height: 2.5em;
  font-size: 0.9em;
  line-height: 1.2;
  padding-left: 1em;
  padding-right: 1em;
}
.page-template-section .gallery .swiper-pagination-bullet-active,
.single .gallery .swiper-pagination-bullet-active,
.category .gallery .swiper-pagination-bullet-active,
.blog .gallery .swiper-pagination-bullet-active {
  background: rgb(var(--text-color));
}
.page-template-section .gallery:not(.image-expand) figcaption,
.single .gallery:not(.image-expand) figcaption,
.category .gallery:not(.image-expand) figcaption,
.blog .gallery:not(.image-expand) figcaption {
  padding-left: 0;
  padding-right: 0;
}
.page-template-section .image-expand figcaption,
.single .image-expand figcaption,
.category .image-expand figcaption,
.blog .image-expand figcaption {
  font-size: 1em;
}
.page-template-section .image-expand .swiper-pagination-bullet,
.single .image-expand .swiper-pagination-bullet,
.category .image-expand .swiper-pagination-bullet,
.blog .image-expand .swiper-pagination-bullet {
  background: rgb(var(--white));
}
.page-template-section figcaption,
.single figcaption,
.category figcaption,
.blog figcaption {
  text-align: left;
}
@media only screen and (min-width: 50em) {
  .page-template-section .gallery,
.single .gallery,
.category .gallery,
.blog .gallery {
    width: var(--max-width);
    max-width: 100%;
  }
  .page-template-section .gallery .swiper-button-next, .page-template-section .gallery .swiper-button-prev,
.single .gallery .swiper-button-next,
.single .gallery .swiper-button-prev,
.category .gallery .swiper-button-next,
.category .gallery .swiper-button-prev,
.blog .gallery .swiper-button-next,
.blog .gallery .swiper-button-prev {
    height: calc(100% - 2rem);
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0.75;
    transition: var(--transition-short);
    z-index: 100;
    justify-content: flex-start;
  }
  .page-template-section .gallery .swiper-button-next:after, .page-template-section .gallery .swiper-button-prev:after,
.single .gallery .swiper-button-next:after,
.single .gallery .swiper-button-prev:after,
.category .gallery .swiper-button-next:after,
.category .gallery .swiper-button-prev:after,
.blog .gallery .swiper-button-next:after,
.blog .gallery .swiper-button-prev:after {
    content: none;
  }
  .page-template-section .gallery .swiper-button-next:hover, .page-template-section .gallery .swiper-button-prev:hover,
.single .gallery .swiper-button-next:hover,
.single .gallery .swiper-button-prev:hover,
.category .gallery .swiper-button-next:hover,
.category .gallery .swiper-button-prev:hover,
.blog .gallery .swiper-button-next:hover,
.blog .gallery .swiper-button-prev:hover {
    opacity: 1;
  }
  .page-template-section .gallery .swiper-button-next a, .page-template-section .gallery .swiper-button-prev a,
.single .gallery .swiper-button-next a,
.single .gallery .swiper-button-prev a,
.category .gallery .swiper-button-next a,
.category .gallery .swiper-button-prev a,
.blog .gallery .swiper-button-next a,
.blog .gallery .swiper-button-prev a {
    color: rgb(var(--white));
    background: rgba(200, 200, 200, 0.6);
    margin: auto 0;
  }
  .page-template-section .gallery .swiper-button-next a:before, .page-template-section .gallery .swiper-button-prev a:before,
.single .gallery .swiper-button-next a:before,
.single .gallery .swiper-button-prev a:before,
.category .gallery .swiper-button-next a:before,
.category .gallery .swiper-button-prev a:before,
.blog .gallery .swiper-button-next a:before,
.blog .gallery .swiper-button-prev a:before {
    border-width: 3px;
  }
  .page-template-section .gallery .swiper-button-next a:after, .page-template-section .gallery .swiper-button-prev a:after,
.single .gallery .swiper-button-next a:after,
.single .gallery .swiper-button-prev a:after,
.category .gallery .swiper-button-next a:after,
.category .gallery .swiper-button-prev a:after,
.blog .gallery .swiper-button-next a:after,
.blog .gallery .swiper-button-prev a:after {
    width: 3px;
  }
  .page-template-section .gallery .swiper-button-next:hover a, .page-template-section .gallery .swiper-button-prev:hover a,
.single .gallery .swiper-button-next:hover a,
.single .gallery .swiper-button-prev:hover a,
.category .gallery .swiper-button-next:hover a,
.category .gallery .swiper-button-prev:hover a,
.blog .gallery .swiper-button-next:hover a,
.blog .gallery .swiper-button-prev:hover a {
    background: rgba(160, 160, 160, 0.9);
  }
  .page-template-section .gallery .swiper-button-next,
.single .gallery .swiper-button-next,
.category .gallery .swiper-button-next,
.blog .gallery .swiper-button-next {
    left: auto;
    right: env(safe-area-inset-right);
    text-align: right;
    background: none;
  }
  .page-template-section .gallery .swiper-button-next a,
.single .gallery .swiper-button-next a,
.category .gallery .swiper-button-next a,
.blog .gallery .swiper-button-next a {
    margin-left: auto;
    margin-right: 1em;
  }
  .page-template-section .gallery .swiper-button-prev a,
.single .gallery .swiper-button-prev a,
.category .gallery .swiper-button-prev a,
.blog .gallery .swiper-button-prev a {
    margin-left: 1em;
  }
  .page-template-section .gallery.top .page-template-section .gallery.image-expand .swiper-button-next, .page-template-section .gallery.top .page-template-section .gallery.image-expand .swiper-button-prev,
.page-template-section .gallery.top .single .gallery.image-expand .swiper-button-next,
.page-template-section .gallery.top .single .gallery.image-expand .swiper-button-prev,
.page-template-section .gallery.top .category .gallery.image-expand .swiper-button-next,
.page-template-section .gallery.top .category .gallery.image-expand .swiper-button-prev,
.page-template-section .gallery.top .blog .gallery.image-expand .swiper-button-next,
.page-template-section .gallery.top .blog .gallery.image-expand .swiper-button-prev,
.single .gallery.top .page-template-section .gallery.image-expand .swiper-button-next,
.single .gallery.top .page-template-section .gallery.image-expand .swiper-button-prev,
.single .gallery.top .single .gallery.image-expand .swiper-button-next,
.single .gallery.top .single .gallery.image-expand .swiper-button-prev,
.single .gallery.top .category .gallery.image-expand .swiper-button-next,
.single .gallery.top .category .gallery.image-expand .swiper-button-prev,
.single .gallery.top .blog .gallery.image-expand .swiper-button-next,
.single .gallery.top .blog .gallery.image-expand .swiper-button-prev,
.category .gallery.top .page-template-section .gallery.image-expand .swiper-button-next,
.category .gallery.top .page-template-section .gallery.image-expand .swiper-button-prev,
.category .gallery.top .single .gallery.image-expand .swiper-button-next,
.category .gallery.top .single .gallery.image-expand .swiper-button-prev,
.category .gallery.top .category .gallery.image-expand .swiper-button-next,
.category .gallery.top .category .gallery.image-expand .swiper-button-prev,
.category .gallery.top .blog .gallery.image-expand .swiper-button-next,
.category .gallery.top .blog .gallery.image-expand .swiper-button-prev,
.blog .gallery.top .page-template-section .gallery.image-expand .swiper-button-next,
.blog .gallery.top .page-template-section .gallery.image-expand .swiper-button-prev,
.blog .gallery.top .single .gallery.image-expand .swiper-button-next,
.blog .gallery.top .single .gallery.image-expand .swiper-button-prev,
.blog .gallery.top .category .gallery.image-expand .swiper-button-next,
.blog .gallery.top .category .gallery.image-expand .swiper-button-prev,
.blog .gallery.top .blog .gallery.image-expand .swiper-button-next,
.blog .gallery.top .blog .gallery.image-expand .swiper-button-prev {
    opacity: 0;
    transition: var(--transition-long);
  }
  .page-template-section .gallery.top .page-template-section .gallery.image-expand:hover .swiper-button-next, .page-template-section .gallery.top .page-template-section .gallery.image-expand:hover .swiper-button-prev,
.page-template-section .gallery.top .single .gallery.image-expand:hover .swiper-button-next,
.page-template-section .gallery.top .single .gallery.image-expand:hover .swiper-button-prev,
.page-template-section .gallery.top .category .gallery.image-expand:hover .swiper-button-next,
.page-template-section .gallery.top .category .gallery.image-expand:hover .swiper-button-prev,
.page-template-section .gallery.top .blog .gallery.image-expand:hover .swiper-button-next,
.page-template-section .gallery.top .blog .gallery.image-expand:hover .swiper-button-prev,
.single .gallery.top .page-template-section .gallery.image-expand:hover .swiper-button-next,
.single .gallery.top .page-template-section .gallery.image-expand:hover .swiper-button-prev,
.single .gallery.top .single .gallery.image-expand:hover .swiper-button-next,
.single .gallery.top .single .gallery.image-expand:hover .swiper-button-prev,
.single .gallery.top .category .gallery.image-expand:hover .swiper-button-next,
.single .gallery.top .category .gallery.image-expand:hover .swiper-button-prev,
.single .gallery.top .blog .gallery.image-expand:hover .swiper-button-next,
.single .gallery.top .blog .gallery.image-expand:hover .swiper-button-prev,
.category .gallery.top .page-template-section .gallery.image-expand:hover .swiper-button-next,
.category .gallery.top .page-template-section .gallery.image-expand:hover .swiper-button-prev,
.category .gallery.top .single .gallery.image-expand:hover .swiper-button-next,
.category .gallery.top .single .gallery.image-expand:hover .swiper-button-prev,
.category .gallery.top .category .gallery.image-expand:hover .swiper-button-next,
.category .gallery.top .category .gallery.image-expand:hover .swiper-button-prev,
.category .gallery.top .blog .gallery.image-expand:hover .swiper-button-next,
.category .gallery.top .blog .gallery.image-expand:hover .swiper-button-prev,
.blog .gallery.top .page-template-section .gallery.image-expand:hover .swiper-button-next,
.blog .gallery.top .page-template-section .gallery.image-expand:hover .swiper-button-prev,
.blog .gallery.top .single .gallery.image-expand:hover .swiper-button-next,
.blog .gallery.top .single .gallery.image-expand:hover .swiper-button-prev,
.blog .gallery.top .category .gallery.image-expand:hover .swiper-button-next,
.blog .gallery.top .category .gallery.image-expand:hover .swiper-button-prev,
.blog .gallery.top .blog .gallery.image-expand:hover .swiper-button-next,
.blog .gallery.top .blog .gallery.image-expand:hover .swiper-button-prev {
    opacity: 0.75;
  }
  .page-template-section .gallery.gallery-3:not(.image-expand) .swiper-button-next, .page-template-section .gallery.gallery-3:not(.image-expand) .swiper-button-prev,
.single .gallery.gallery-3:not(.image-expand) .swiper-button-next,
.single .gallery.gallery-3:not(.image-expand) .swiper-button-prev,
.category .gallery.gallery-3:not(.image-expand) .swiper-button-next,
.category .gallery.gallery-3:not(.image-expand) .swiper-button-prev,
.blog .gallery.gallery-3:not(.image-expand) .swiper-button-next,
.blog .gallery.gallery-3:not(.image-expand) .swiper-button-prev {
    width: 8%;
  }
  .page-template-section .gallery figcaption,
.single .gallery figcaption,
.category .gallery figcaption,
.blog .gallery figcaption {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-section .gallery .slideshow,
.single .gallery .slideshow,
.category .gallery .slideshow,
.blog .gallery .slideshow {
    padding-bottom: 0;
  }
  .page-template-section .image-expand figcaption,
.single .image-expand figcaption,
.category .image-expand figcaption,
.blog .image-expand figcaption {
    margin-top: 1.5rem;
  }
  .page-template-section .full-screen,
.single .full-screen,
.category .full-screen,
.blog .full-screen {
    background: rgba(0, 0, 0, 0.5);
    font-size: 1.25em;
    font-weight: normal;
    height: 1.25em;
    width: 1.25em;
    box-sizing: border-box;
    position: absolute;
    z-index: 5;
    right: 0.5rem;
    top: 0.5rem;
    padding-left: 0.33em;
    padding: 0.25em;
    padding-top: 0.1em;
    line-height: 1;
    text-align: center;
    opacity: 0;
    cursor: pointer;
  }
  .page-template-section .full-screen:before, .page-template-section .full-screen:after,
.single .full-screen:before,
.single .full-screen:after,
.category .full-screen:before,
.category .full-screen:after,
.blog .full-screen:before,
.blog .full-screen:after {
    content: "";
    position: absolute;
    display: block;
    width: 0.25em;
    height: 0.25em;
  }
  .page-template-section .full-screen:before,
.single .full-screen:before,
.category .full-screen:before,
.blog .full-screen:before {
    top: 0.33em;
    right: 0.33em;
    border-top: 2px solid rgb(var(--white));
    border-right: 2px solid rgb(var(--white));
  }
  .page-template-section .full-screen:after,
.single .full-screen:after,
.category .full-screen:after,
.blog .full-screen:after {
    left: 0.33em;
    bottom: 0.33em;
    border-bottom: 2px solid rgb(var(--white));
    border-left: 2px solid rgb(var(--white));
  }
  .page-template-section .gallery .swiper-slide:hover .full-screen,
.single .gallery .swiper-slide:hover .full-screen,
.category .gallery .swiper-slide:hover .full-screen,
.blog .gallery .swiper-slide:hover .full-screen {
    opacity: 1;
  }
  .page-template-section .gallery.top .swiper-pagination-bullets.swiper-pagination-horizontal,
.single .gallery.top .swiper-pagination-bullets.swiper-pagination-horizontal,
.category .gallery.top .swiper-pagination-bullets.swiper-pagination-horizontal,
.blog .gallery.top .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
  .page-template-section .swiper-slide img:last-child,
.single .swiper-slide img:last-child,
.category .swiper-slide img:last-child,
.blog .swiper-slide img:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (min-height: 550px) and (min-width: 50em) {
  .page-template-section .gallery, .page-template-section .slideshow, .page-template-section .gallery > img,
.single .gallery,
.single .slideshow,
.single .gallery > img,
.category .gallery,
.category .slideshow,
.category .gallery > img,
.blog .gallery,
.blog .slideshow,
.blog .gallery > img {
    max-height: calc(100vh - 2rem);
  }
  .page-template-section .gallery .swiper-button-next, .page-template-section .gallery .swiper-button-prev,
.single .gallery .swiper-button-next,
.single .gallery .swiper-button-prev,
.category .gallery .swiper-button-next,
.category .gallery .swiper-button-prev,
.blog .gallery .swiper-button-next,
.blog .gallery .swiper-button-prev {
    display: flex;
  }
  .page-template-section .gallery figcaption,
.single .gallery figcaption,
.category .gallery figcaption,
.blog .gallery figcaption {
    margin-top: 0.75em;
  }
  .page-template-section .gallery.image-expand figcaption,
.single .gallery.image-expand figcaption,
.category .gallery.image-expand figcaption,
.blog .gallery.image-expand figcaption {
    margin-top: 1em;
  }
}
.page-template-section .image-expand,
.single .image-expand,
.category .image-expand,
.blog .image-expand {
  position: fixed;
  height: 100%;
  max-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  display: flex;
}
.page-template-section .image-expand .gallery, .page-template-section .image-expand .slideshow,
.single .image-expand .gallery,
.single .image-expand .slideshow,
.category .image-expand .gallery,
.category .image-expand .slideshow,
.blog .image-expand .gallery,
.blog .image-expand .slideshow {
  max-height: 100vh;
}
.page-template-section .image-expand.open,
.single .image-expand.open,
.category .image-expand.open,
.blog .image-expand.open {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.85);
}
.page-template-section .image-expand .close,
.single .image-expand .close,
.category .image-expand .close,
.blog .image-expand .close {
  z-index: 600;
}
.page-template-section .image-expand .close span,
.single .image-expand .close span,
.category .image-expand .close span,
.blog .image-expand .close span {
  background-color: rgb(var(--white));
}
.page-template-section .image-expand .caption,
.single .image-expand .caption,
.category .image-expand .caption,
.blog .image-expand .caption {
  margin: 1rem 1rem 1rem 3rem;
}
.page-template-section .image-expand figure, .page-template-section .image-expand figure:last-child,
.single .image-expand figure,
.single .image-expand figure:last-child,
.category .image-expand figure,
.category .image-expand figure:last-child,
.blog .image-expand figure,
.blog .image-expand figure:last-child {
  margin: auto;
  max-width: 100%;
}
.page-template-section .image-expand figure img,
.single .image-expand figure img,
.category .image-expand figure img,
.blog .image-expand figure img {
  display: block;
}
.page-template-section .image-expand figcaption,
.single .image-expand figcaption,
.category .image-expand figcaption,
.blog .image-expand figcaption {
  color: rgb(var(--white));
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-template-section .image-expand figcaption,
.single .image-expand figcaption,
.category .image-expand figcaption,
.blog .image-expand figcaption {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1rem;
  }
  .page-template-section .image-expand .swiper-slide img,
.single .image-expand .swiper-slide img,
.category .image-expand .swiper-slide img,
.blog .image-expand .swiper-slide img {
    max-width: 1024px;
  }
}
.page-template-section .close,
.single .close,
.category .close,
.blog .close {
  position: absolute;
  top: calc(1rem + var(--offset-height));
  right: 1rem;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.5rem;
  transform: rotate(0deg);
  transition: var(--transition-short);
  cursor: pointer;
  color: rgb(var(--text-color));
  text-decoration: none;
}
.page-template-section .close span:not(.screen-reader-text),
.single .close span:not(.screen-reader-text),
.category .close span:not(.screen-reader-text),
.blog .close span:not(.screen-reader-text) {
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  height: 2px;
  width: 50%;
  background: rgb(var(--white));
  opacity: 1;
  transform: rotate(0deg);
}
.page-template-section .close span:nth-child(1),
.single .close span:nth-child(1),
.category .close span:nth-child(1),
.blog .close span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.page-template-section .close span:nth-child(2),
.single .close span:nth-child(2),
.category .close span:nth-child(2),
.blog .close span:nth-child(2) {
  transform: rotate(45deg);
}
.page-template-section .close span:nth-child(3),
.single .close span:nth-child(3),
.category .close span:nth-child(3),
.blog .close span:nth-child(3) {
  transform: rotate(-45deg);
}
.page-template-section .close span:nth-child(4),
.single .close span:nth-child(4),
.category .close span:nth-child(4),
.blog .close span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.page-template-section main > div:last-child,
.page-template-section main > .entry__item--paragraph:last-child,
.single main > div:last-child,
.single main > .entry__item--paragraph:last-child,
.category main > div:last-child,
.category main > .entry__item--paragraph:last-child,
.blog main > div:last-child,
.blog main > .entry__item--paragraph:last-child {
  margin-bottom: var(--pad-lg);
}
.page-template-section.page-about .wp-block-columns:first-child,
.single.page-about .wp-block-columns:first-child,
.category.page-about .wp-block-columns:first-child,
.blog.page-about .wp-block-columns:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-section .cards--2 .cards__wrap,
.single .cards--2 .cards__wrap,
.category .cards--2 .cards__wrap,
.blog .cards--2 .cards__wrap {
  padding-right: 33.33%;
}
.page-template-section .accordion,
.single .accordion,
.category .accordion,
.blog .accordion {
  padding: 0 1rem;
}
.page-template-section .accordion__question,
.single .accordion__question,
.category .accordion__question,
.blog .accordion__question {
  margin-bottom: 1.5rem;
}
.page-template-section .accordion__answer,
.single .accordion__answer,
.category .accordion__answer,
.blog .accordion__answer {
  padding-left: 0;
  padding-right: 0;
}
.page-template-section .accordion__toggle,
.single .accordion__toggle,
.category .accordion__toggle,
.blog .accordion__toggle {
  padding-top: 0;
  padding-bottom: 1em;
}
.page-template-section .accordion__copy,
.single .accordion__copy,
.category .accordion__copy,
.blog .accordion__copy {
  margin-bottom: var(--pad-sm);
}
.page-template-section .page-faq main > div:last-child,
.single .page-faq main > div:last-child,
.category .page-faq main > div:last-child,
.blog .page-faq main > div:last-child {
  margin-bottom: 0;
}
.page-template-section .accordion__toggle:before,
.single .accordion__toggle:before,
.category .accordion__toggle:before,
.blog .accordion__toggle:before {
  bottom: calc(50% + 0.25em);
  right: 0.75em;
}
@media only screen and (min-width: 50em) {
  .page-template-section .accordion,
.single .accordion,
.category .accordion,
.blog .accordion {
    margin-top: var(--pad-md);
    padding-right: 0;
  }
}

/***************
  featured stories
***************/
.stories, .featured {
  margin: var(--pad-md) 0;
}
.stories__wrap, .featured__wrap {
  padding: 0 1rem;
  max-width: var(--max-width);
  margin: 0 auto;
}
.stories__header, .featured__header {
  border-bottom: 1px solid rgb(var(--silver));
  padding-bottom: var(--pad-sm);
  margin-bottom: var(--pad-sm);
}

@media only screen and (min-width: 50em) {
  .featured__header {
    display: flex;
    align-items: flex-end;
  }
  .featured__header > * {
    flex: 1;
  }
  .featured__header > *:first-child {
    margin-right: var(--pad-sm);
  }
  .featured__header h1 {
    margin-bottom: 0;
  }
}
.featured__posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 50em) {
  .featured__posts {
    display: grid;
    grid: auto-flow/1fr 1fr;
    column-gap: var(--pad-sm);
  }
}
.featured__posts > li:not(:first-child) {
  grid-column-start: 2;
  margin-bottom: var(--pad-sm);
}
.featured__posts > li:not(:first-child) h2.featured__headline {
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 35em) {
  .featured__posts > li:not(:first-child) > a {
    display: flex;
    align-items: center;
  }
  .featured__posts > li:not(:first-child) > a > img {
    flex: 1 0 calc(50% - var(--pad-sm) / 2);
    width: calc(50% - var(--pad-sm) / 2);
    margin-right: var(--pad-sm);
  }
  .featured__posts > li:not(:first-child) > a > div {
    flex: 1 0 calc(50% - var(--pad-sm) / 2);
  }
}
@media only screen and (min-width: 1360px) {
  .featured__posts > li:not(:first-child) > a {
    height: 175px;
  }
  .featured__posts > li:not(:first-child) > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.featured__posts > li:first-child {
  grid-column-start: 1;
  grid-row-end: span 3;
  margin-bottom: var(--pad-md);
}
.featured__posts > li:first-child > a {
  display: inline;
}
.featured__posts > li:first-child .featured__headline {
  line-height: 1.2;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 50em) {
  .featured__posts > li:first-child {
    margin-bottom: 0;
  }
  .featured__posts > li:first-child > a:hover img {
    transform: scale(1.0125);
  }
  .featured__posts > li:first-child img {
    margin-bottom: 1.25em;
  }
}
.featured__posts > li:last-child {
  margin-bottom: 0;
}
.featured__posts > li > a {
  text-decoration: none;
}
@media only screen and (min-width: 50em) {
  .featured__posts > li > a:hover .featured__headline {
    color: rgb(var(--color-link-hover));
  }
  .featured__posts > li > a:hover img {
    transform: scale(1.025);
  }
}
.featured__posts img {
  transition: var(--transition-short);
  margin-bottom: 1em;
}
@media only screen and (min-width: 50em) {
  .featured__posts img {
    margin-bottom: 0;
  }
}
.featured__headline {
  transition: var(--transition-short);
}
.featured__categories {
  margin-bottom: 0.25em;
  font-weight: bold;
}

.stories__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 600px) {
  .stories__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.stories__item {
  margin-bottom: var(--pad-sm);
}
@media (min-width: 600px) {
  .stories__item {
    width: calc(33.33333% - var(--pad-sm) / 3 * 2);
    margin-right: var(--pad-sm);
  }
  .stories__item:nth-child(3n) {
    margin-right: 0;
  }
}
.stories__item-link {
  text-decoration: none;
}
.stories__item-link img {
  margin-bottom: 1.5em;
}
.stories--related .stories__headline {
  border-top: 1px solid rgb(var(--silver));
  padding-top: var(--pad-sm);
  margin-bottom: 1em;
  font-size: clamp(1.875rem, 30 / var(--font-switch-width) * 100vw, 2rem);
}
@media (min-width: 600px) {
  .stories--related .stories__item {
    margin-bottom: 0;
  }
}
.stories--related .stories__categories {
  margin-bottom: 0;
}
.stories--expanded .stories__list {
  display: block;
}
.stories--expanded .stories__item {
  width: auto;
  border-top: 1px solid rgb(var(--silver));
  padding-top: var(--pad-md);
  margin-right: 0;
}
.stories--expanded .stories__item a:hover {
  color: rgb(var(--color-link-hover));
}
.stories--expanded .stories__wrap {
  max-width: calc(var(--text-max) + 2rem);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 90em) {
  .stories--expanded .stories__wrap {
    max-width: calc(var(--text-max-lg) + 2rem);
    font-size: 1.125em;
  }
  .stories--expanded .stories__wrap p {
    max-width: var(--text-max-lg);
  }
}
.stories--expanded .stories__title {
  font-family: var(--font-primary);
}

article > .stories__title {
  max-width: var(--text-max);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 90em) {
  article > .stories__title {
    max-width: var(--text-max-lg);
  }
}

.entry__categories, .stories__categories {
  margin-bottom: 0.25em;
  color: rgb(var(--silver));
  font-size: 1.125em;
}
.entry__categories a, .stories__categories a {
  text-decoration: none;
  transition: var(--transition-short);
  font-weight: bold;
}
.entry__categories a:hover, .stories__categories a:hover {
  color: rgb(var(--color-link-hover));
}

.entry__header {
  border-bottom: 1px solid rgb(var(--silver));
  padding-bottom: 1.5rem;
  max-width: var(--text-max);
  margin: 0 auto var(--pad-sm);
}
@media only screen and (min-width: 90em) {
  .entry__header {
    max-width: var(--text-max-lg);
  }
  .entry__header p {
    font-size: 1.125em;
  }
}
.entry__title {
  margin-bottom: 0.4em;
  font-size: clamp(2.15rem, 38 / var(--font-switch-width) * 100vw, 2.375rem);
  line-height: 1.2;
}

.single .entry,
.category .entry {
  padding-left: 1rem;
  padding-right: 1rem;
}
.single .entry a,
.category .entry a {
  transition: var(--transition-short);
}
.single .entry a:hover,
.category .entry a:hover {
  color: rgb(var(--color-link-hover));
}
.single .entry__item,
.category .entry__item {
  max-width: var(--text-max);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 90em) {
  .single .entry__item,
.category .entry__item {
    max-width: var(--text-max-lg);
    font-size: 1.125em;
  }
  .single .entry__item .entry__item,
.category .entry__item .entry__item {
    font-size: 1.125rem;
  }
  .single .entry__item p,
.category .entry__item p {
    max-width: var(--text-max-lg);
  }
}
.single .entry__item--image,
.category .entry__item--image {
  background: Rgb(var(--cultured-pearl));
  max-width: none;
  margin: var(--pad-md) -1rem;
  text-align: center;
}
.single .entry__item--image + .entry__item--image,
.category .entry__item--image + .entry__item--image {
  margin-top: calc(-1 * var(--pad-md));
}
.single .entry__item--image figure,
.category .entry__item--image figure {
  position: relative;
  display: table;
  margin: 0 auto;
  padding-top: var(--pad-sm);
  max-width: 1200px;
}
.single .entry__item--image figure.alignleft, .single .entry__item--image figure.alignright,
.category .entry__item--image figure.alignleft,
.category .entry__item--image figure.alignright {
  padding: 0;
  margin: 0;
}
.single .entry__item--image figure.alignleft figcaption, .single .entry__item--image figure.alignright figcaption,
.category .entry__item--image figure.alignleft figcaption,
.category .entry__item--image figure.alignright figcaption {
  margin-bottom: 0;
}
.single .entry__item--image figure img,
.category .entry__item--image figure img {
  max-height: calc(100vh - var(--nav-height));
  width: auto;
}
.single .entry__item--image figcaption,
.category .entry__item--image figcaption {
  padding-left: 1rem;
  padding-right: 1rem;
  display: table-caption;
  caption-side: bottom;
  margin-bottom: var(--pad-sm);
}
@media only screen and (min-width: 1230px) {
  .single .entry__item--image figcaption,
.category .entry__item--image figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}
.single .entry__item--image .wp-lightbox-container button,
.category .entry__item--image .wp-lightbox-container button {
  opacity: 1;
}
@media only screen and (min-width: 50em) {
  .single .entry__item--image .wp-lightbox-container button,
.category .entry__item--image .wp-lightbox-container button {
    opacity: 0.8;
  }
  .single .entry__item--image .wp-lightbox-container:hover button,
.category .entry__item--image .wp-lightbox-container:hover button {
    opacity: 1;
  }
}
.single .entry__item--alignleft, .single .entry__item--alignright,
.category .entry__item--alignleft,
.category .entry__item--alignright {
  margin: 0.25em 0 1.5rem;
}
@media only screen and (min-width: 50em) {
  .single .entry__item--alignleft, .single .entry__item--alignright,
.category .entry__item--alignleft,
.category .entry__item--alignright {
    max-width: calc(50% - var(--pad-sm) / 2);
  }
}
@media only screen and (min-width: 640px) {
  .single .entry__item--alignleft,
.category .entry__item--alignleft {
    margin-right: var(--pad-sm);
  }
}
@media only screen and (min-width: 640px) {
  .single .entry__item--alignright,
.category .entry__item--alignright {
    margin-left: var(--pad-sm);
  }
}
.single .entry__item--image.entry__item--alignleft, .single .entry__item--image.entry__item--alignright,
.category .entry__item--image.entry__item--alignleft,
.category .entry__item--image.entry__item--alignright {
  background: none;
}
.single .entry__item--image.entry__item--alignleft figcaption, .single .entry__item--image.entry__item--alignright figcaption,
.category .entry__item--image.entry__item--alignleft figcaption,
.category .entry__item--image.entry__item--alignright figcaption {
  padding-left: 0;
  padding-right: 0;
}
.single .entry__item:has(.wp-block-image.aligncenter),
.category .entry__item:has(.wp-block-image.aligncenter) {
  background: none;
}
.single .entry__item .wp-block-image.aligncenter,
.category .entry__item .wp-block-image.aligncenter {
  margin: 0;
  max-width: var(--text-max);
}
@media only screen and (min-width: 90em) {
  .single .entry__item .wp-block-image.aligncenter,
.category .entry__item .wp-block-image.aligncenter {
    max-width: var(--text-max-lg);
  }
}
.single .entry__item--heading + .entry__item--heading .wp-block-heading,
.category .entry__item--heading + .entry__item--heading .wp-block-heading {
  margin-top: 0;
}
.single .entry__item--heading:has(+ .entry__item--heading) .wp-block-heading,
.category .entry__item--heading:has(+ .entry__item--heading) .wp-block-heading {
  margin-bottom: 0.5em;
}
.single .entry__item--list ul,
.category .entry__item--list ul {
  list-style: none;
}
.single .entry__content > .entry__item--list > ul,
.category .entry__content > .entry__item--list > ul {
  padding-left: 0;
  margin-bottom: var(--pad-sm);
}
.single h3.wp-block-heading, .single h4.wp-block-heading,
.category h3.wp-block-heading,
.category h4.wp-block-heading {
  font-family: var(--font-primary);
}
.single h3.wp-block-heading,
.category h3.wp-block-heading {
  margin-bottom: 1.5em;
}
.single h4.wp-block-heading,
.category h4.wp-block-heading {
  margin-top: 2.5em;
}
.single .wp-block-heading,
.category .wp-block-heading {
  margin-top: 2em;
}
.single .has-small-font-size,
.category .has-small-font-size {
  font-size: 0.8125em;
}
.single .has-x-large-font-size,
.category .has-x-large-font-size {
  font-size: clamp(2.15rem, 38 / var(--font-switch-width) * 100vw, 2.375rem);
}
.single .has-cultured-pearl-background-color,
.category .has-cultured-pearl-background-color {
  background: rgb(var(--cultured-pearl));
}
.single .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.category .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: auto;
}
.single .separator--is-style-wide,
.category .separator--is-style-wide {
  max-width: none;
}
.single .wp-block-table,
.category .wp-block-table {
  max-width: var(--text-max);
  margin: 0 auto;
}
@media only screen and (min-width: 90em) {
  .single .wp-block-table,
.category .wp-block-table {
    max-width: var(--text-max-lg);
  }
}
.single .wp-block-table tr,
.category .wp-block-table tr {
  background: inherit;
  border-bottom: 1px solid rgb(var(--silver));
  padding: 0.25rem 0;
}
@media only screen and (min-width: 35em) {
  .single .wp-block-table tr,
.category .wp-block-table tr {
    padding: 0;
  }
}
.single .wp-block-table tr:first-child,
.category .wp-block-table tr:first-child {
  border-top: 1px solid rgb(var(--silver));
}
@media only screen and (max-width: 35em) {
  .single .wp-block-table tr,
.category .wp-block-table tr {
    display: block;
  }
}
.single .wp-block-table tr:hover,
.category .wp-block-table tr:hover {
  box-shadow: none;
}
.single .wp-block-table td, .single .wp-block-table th,
.category .wp-block-table td,
.category .wp-block-table th {
  vertical-align: top;
  border: none;
  padding: 0.5rem 0 0 0;
}
@media only screen and (min-width: 35em) {
  .single .wp-block-table td, .single .wp-block-table th,
.category .wp-block-table td,
.category .wp-block-table th {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 35em) {
  .single .wp-block-table td:first-child, .single .wp-block-table th:first-child,
.category .wp-block-table td:first-child,
.category .wp-block-table th:first-child {
    padding-left: 0;
  }
}
.single .wp-block-table td:last-child, .single .wp-block-table th:last-child,
.category .wp-block-table td:last-child,
.category .wp-block-table th:last-child {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 35em) {
  .single .wp-block-table td:last-child, .single .wp-block-table th:last-child,
.category .wp-block-table td:last-child,
.category .wp-block-table th:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 35em) {
  .single .wp-block-table td, .single .wp-block-table th,
.category .wp-block-table td,
.category .wp-block-table th {
    display: block;
  }
}
.single .wp-block-table.is-style-stripes,
.category .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.single .wp-block-table.is-style-stripes tr,
.category .wp-block-table.is-style-stripes tr {
  border: none;
}
.single .wp-block-table.is-style-stripes tr:nth-child(odd),
.category .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background: Rgb(var(--cultured-pearl));
}
.single .wp-block-table.is-style-stripes td, .single .wp-block-table.is-style-stripes th,
.category .wp-block-table.is-style-stripes td,
.category .wp-block-table.is-style-stripes th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/***************
  latest posts block
***************/
.wp-block-latest-posts__featured-image, .stories__featured-image {
  margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image img, .stories__featured-image img {
}
.wp-block-latest-posts__featured-image a, .stories__featured-image a {
  display: block;
  transition: var(--transition-short);
}
@media only screen and (min-width: 50em) {
  .wp-block-latest-posts__featured-image a:hover, .stories__featured-image a:hover {
    transform: scale(1.025);
  }
}
@media (min-width: 1360px) {
  .wp-block-latest-posts__featured-image a:has(img), .stories__featured-image a:has(img) {
    height: 232px;
  }
  .wp-block-latest-posts__featured-image a img, .stories__featured-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 50em) {
  .wp-block-latest-posts__featured-image:hover + .wp-block-latest-posts__post-title, .wp-block-latest-posts__featured-image:hover + .stories__post-title, .wp-block-latest-posts__featured-image:hover + .stories__categories + .stories__post-title, .stories__featured-image:hover + .wp-block-latest-posts__post-title, .stories__featured-image:hover + .stories__post-title, .stories__featured-image:hover + .stories__categories + .stories__post-title {
    color: rgb(var(--color-link-hover));
  }
}
.wp-block-latest-posts__post-title, .stories__post-title {
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  margin-bottom: 0.25em;
  display: block;
}
.page-template-section .wp-block-latest-posts__post-title, .page-template-section .stories__post-title {
  font-weight: 800;
}
.wp-block-latest-posts__post-title:last-child, .stories__post-title:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts__post-title:hover, .stories__post-title:hover {
  color: rgb(var(--color-link-hover));
}
.wp-block-latest-posts__post-date, .stories__post-date {
  font-size: 1rem;
  font-family: var(--font-primary);
}
.wp-block-latest-posts.is-grid li, .stories.is-grid li {
  margin-bottom: var(--pad-sm);
  margin-right: 0;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.is-grid li, .stories.is-grid li {
    margin-right: var(--pad-md);
  }
  .wp-block-latest-posts.is-grid li:nth-last-child(3), .wp-block-latest-posts.is-grid li:nth-last-child(2), .wp-block-latest-posts.is-grid li:last-child, .stories.is-grid li:nth-last-child(3), .stories.is-grid li:nth-last-child(2), .stories.is-grid li:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-3 li, main > .wp-block-latest-posts.columns-2 li, .stories.columns-3 li, main > .stories.columns-2 li {
    width: calc(33.33333% - var(--pad-md) / 3 * 2);
  }
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li, .stories.columns-2 li {
    width: calc(50% - var(--pad-md) / 2);
  }
}

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