@charset "UTF-8";
/*
Theme Name: WildRivers Conservancy
Theme URI: https://wildriversconservancy.org/
Author: USCreative Works
Author URI: https://uscreative.works/
Description: WildRivers Theme
Version: 1.1.3
Tested up to: 6.9.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wildrivers
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WildRivers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

Colors from theme.json, use var(--wp--preset--color--blue), etc.
*/
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  --wp--preset--spacing--20: 0.5rem;
  --wp--preset--spacing--30: 1rem;
  --wp--preset--spacing--40: 1.5rem;
  --wp--preset--spacing--50: 2rem;
  --wp--preset--spacing--60: 2.5rem;
  --wp--preset--spacing--70: 3rem;
  --wp--preset--spacing--80: 3.5rem;
}

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  color: var(--wp--custom--foreground);
  font-family: var(--wp--preset--font-family--regular);
  font-size: var(--wp--custom--font-size--medium);
  line-height: var(--wp--custom--line-height-text-large);
}

h1:not([class*=has-heading]),
.has-heading-h-1-font-size {
  color: #284355;
  font-family: var(--wp--preset--font-family--neilvard);
  line-height: var(--wp--custom--line-height-h-1);
  font-weight: 400;
  letter-spacing: -0.01%;
  font-size: 2.8125rem;
}
@media (max-width: 850px) {
  h1:not([class*=has-heading]),
  .has-heading-h-1-font-size {
    font-size: 2.375rem;
  }
}
@media (max-width: 600px) {
  h1:not([class*=has-heading]),
  .has-heading-h-1-font-size {
    font-size: 2rem;
  }
}
h1:not([class*=has-heading]),
.has-heading-h-1-font-size {
  --heading-contrast-color: var(--wp--preset--color--rust);
}
h1:not([class*=has-heading]).has-white-color,
.has-heading-h-1-font-size.has-white-color {
  --heading-contrast-color: var(--wp--preset--color--yellow);
}
h1:not([class*=has-heading]) b, h1:not([class*=has-heading]) strong, h1:not([class*=has-heading]) em, h1:not([class*=has-heading]) i,
.has-heading-h-1-font-size b,
.has-heading-h-1-font-size strong,
.has-heading-h-1-font-size em,
.has-heading-h-1-font-size i {
  color: var(--heading-contrast-color);
  font-weight: inherit;
  font-style: initial;
}
h1:not([class*=has-heading]).is-style-decorated,
.has-heading-h-1-font-size.is-style-decorated {
  position: relative;
  padding-bottom: 10px;
  width: fit-content;
  margin-inline: auto;
}
h1:not([class*=has-heading]).is-style-decorated::after,
.has-heading-h-1-font-size.is-style-decorated::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  max-width: 540px;
  left: 0;
  right: 0;
  top: calc(100% - 12px);
  background-image: url("assets/images/vector-17.svg");
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-inline: auto;
}

h2:not([class*=has-heading]),
.has-heading-h-2-font-size {
  color: #284355;
  font-family: var(--wp--preset--font-family--open-sans);
  line-height: var(--wp--custom--line-height-h-2);
  font-weight: 800;
  letter-spacing: -0.01%;
  font-size: 1.875rem;
}
@media (max-width: 850px) {
  h2:not([class*=has-heading]),
  .has-heading-h-2-font-size {
    font-size: 1.6875rem;
  }
}
@media (max-width: 600px) {
  h2:not([class*=has-heading]),
  .has-heading-h-2-font-size {
    font-size: 1.5rem;
  }
}
h2:not([class*=has-heading]).is-style-decorated,
.has-heading-h-2-font-size.is-style-decorated {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: pretty;
  text-align: center;
}
h2:not([class*=has-heading]).is-style-decorated::before, h2:not([class*=has-heading]).is-style-decorated::after,
.has-heading-h-2-font-size.is-style-decorated::before,
.has-heading-h-2-font-size.is-style-decorated::after {
  content: "";
  display: block;
  margin-inline: 1rem;
  height: 5px;
  background-image: url("assets/images/line-13.svg");
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 34px;
  width: 20vw;
  max-width: 170px;
}
h2:not([class*=has-heading]).is-style-decorated.has-rust-decoration-color::before, h2:not([class*=has-heading]).is-style-decorated.has-rust-decoration-color::after,
.has-heading-h-2-font-size.is-style-decorated.has-rust-decoration-color::before,
.has-heading-h-2-font-size.is-style-decorated.has-rust-decoration-color::after {
  background-image: url("assets/images/line-13-rust.svg");
}
h2:not([class*=has-heading]).is-style-decorated.has-white-decoration-color::before, h2:not([class*=has-heading]).is-style-decorated.has-white-decoration-color::after,
.has-heading-h-2-font-size.is-style-decorated.has-white-decoration-color::before,
.has-heading-h-2-font-size.is-style-decorated.has-white-decoration-color::after {
  background-image: url("assets/images/line-13-narrow-white.svg");
}
h2:not([class*=has-heading]).is-style-underline,
.has-heading-h-2-font-size.is-style-underline {
  position: relative;
  padding-bottom: 10px;
  width: fit-content;
}
h2:not([class*=has-heading]).is-style-underline.has-text-align-center,
.has-heading-h-2-font-size.is-style-underline.has-text-align-center {
  margin-inline: auto;
}
h2:not([class*=has-heading]).is-style-underline::after,
.has-heading-h-2-font-size.is-style-underline::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  max-width: 540px;
  left: 0;
  right: 0;
  top: calc(100% - 12px);
  background-image: url("assets/images/line-13.svg");
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-inline: auto;
}
h2:not([class*=has-heading]).has-rust-underline-color::after,
.has-heading-h-2-font-size.has-rust-underline-color::after {
  background-image: url("assets/images/line-13-rust.svg");
}

h3:not([class*=has-heading]),
.has-heading-h-3-font-size {
  color: #284355;
  font-family: var(--wp--preset--font-family--open-sans);
  line-height: 120%;
  font-weight: 800;
  letter-spacing: -0.01%;
  font-size: 1.375rem;
}
h3:not([class*=has-heading]).is-style-decorated,
.has-heading-h-3-font-size.is-style-decorated {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: pretty;
  text-align: center;
}
h3:not([class*=has-heading]).is-style-decorated::before, h3:not([class*=has-heading]).is-style-decorated::after,
.has-heading-h-3-font-size.is-style-decorated::before,
.has-heading-h-3-font-size.is-style-decorated::after {
  content: "";
  display: block;
  margin-inline: 1rem;
  width: 34px;
  height: 5px;
  background-image: url("assets/images/line-13.svg");
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center center;
}

h4,
.has-heading-h-4-font-size {
  font-family: var(--wp--preset--font-family--open-sans);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.01%;
}

p {
  margin-block-start: 0;
  margin-block-end: 1rem;
}

p:empty {
  display: none;
}

dfn,
cite,
em,
i,
.is-italic {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: var(--wp--preset--color--beige);
  font-family: var(--wp--preset--font-family--neilvard);
  line-height: var(--wp--preset--line-height--regular);
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: var(--wp--preset--font-family--neilvard);
}

abbr,
acronym {
  border-bottom: 1px dotted var(--wp--custom--button-border-color);
  cursor: help;
}

mark,
ins {
  background: var(--wp--preset--color--beige);
  text-decoration: none;
}

big {
  font-size: 125%;
}

@media (min-width: 900px) {
  .is-style-justify,
  .align-justify,
  .justify,
  .text-justify {
    text-align: justify !important;
  }
}

.is-uppercase {
  text-transform: uppercase;
}

.has-small-font-size {
  line-height: 130%;
}

.has-large-font-size {
  line-height: 130%;
}

.empty-items-message {
  max-width: var(--wp--style--global--content-size);
  padding-block: 2rem;
  margin-inline: auto;
}

/* Elements
--------------------------------------------- */
hr,
hr.wp-block-separator {
  height: 4px;
  background-image: url("assets/images/line-12-wide-beige.svg");
  border: 0 none;
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-position: center center;
}
hr.has-rust-background-color,
hr.wp-block-separator.has-rust-background-color {
  background-color: transparent !important;
  background-image: url("assets/images/line-12-wide-rust.svg");
}
hr.has-yellow-background-color,
hr.wp-block-separator.has-yellow-background-color {
  background-color: transparent !important;
  background-image: url("assets/images/line-12-wide-yellow.svg");
}
hr.has-white-background-color,
hr.wp-block-separator.has-white-background-color {
  background-color: transparent !important;
  background-image: url("assets/images/line-12-wide-white.svg");
}
hr.has-beige-background-color,
hr.wp-block-separator.has-beige-background-color {
  background-color: transparent !important;
  background-image: url("assets/images/line-12-wide-beige.svg");
}

ul,
ol {
  padding-inline-start: 2rem;
}
ul > li,
ol > li {
  margin-block-start: 0.625rem;
}
ul > li::marker,
ol > li::marker {
  color: var(--wp--preset--color--navy);
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

.filters ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.filters ul li {
  margin: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

/* ----- fluid iframe styles ----- */
.vfw {
  position: relative;
  padding-bottom: 100%; /* 1:1: */
  padding-top: 25px;
  height: 0;
  margin-bottom: 2em;
}

.vfw-16x9 {
  padding-bottom: 56.25%; /* 16:9 */
}

.vfw-4x3 {
  padding-bottom: 75%; /* 4:3 */
}

.vfw-slide {
  padding-bottom: 32.75%; /* 980:350 */
  margin-bottom: 0;
}

.vfw iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
.site-main a:where(:not(.wp-element-button):not([class]):not(.btn)) {
  display: inline;
  text-decoration: underline;
  color: var(--wp--preset--color--navy);
  position: relative;
  z-index: 1;
}
.site-main a:where(:not(.wp-element-button):not([class]):not(.btn)):hover, .site-main a:where(:not(.wp-element-button):not([class]):not(.btn)):focus {
  color: var(--wp--preset--color--navy);
  text-decoration: none;
}

.prevent-link {
  pointer-events: none;
}

*:has(> .overlay-link) {
  position: relative;
}

.overlay-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

a[href*="mailto:"] {
  word-break: break-all;
}

/* Forms
--------------------------------------------- */
.btn,
input[type=button],
input[type=submit],
input[type=reset] {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--open-sans);
  font-weight: 600;
  line-height: 140%;
  font-size: 1.125rem;
  border: var(--wp--custom--button-border-width) solid transparent;
  border-radius: var(--wp--custom--button-border-radius);
  background: var(--wp--preset--color--teal);
  color: var(--wp--preset--color--dark-navy);
  padding: 7px 16px;
  cursor: pointer;
  position: relative;
  border-image-source: url("assets/images/button-teal.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  text-align: center;
  transition: all 0.3s ease;
}
.btn::after,
input[type=button]::after,
input[type=submit]::after,
input[type=reset]::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 6px - 1.25 * var(--wp--custom--button-padding-inline));
  height: var(--wp--custom--button-border-width);
  background: url("assets/images/line-14-rust.svg");
  background-repeat: no-repeat;
  background-size: 100% 3px;
  opacity: 0;
  transition: all 0.3s ease;
}
.btn:hover, .btn:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus {
  color: var(--wp--preset--color--navy);
}
.btn:hover::after, .btn:focus::after,
input[type=button]:hover::after,
input[type=button]:focus::after,
input[type=submit]:hover::after,
input[type=submit]:focus::after,
input[type=reset]:hover::after,
input[type=reset]:focus::after {
  opacity: 1;
}
.btn:active,
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active {
  color: var(--wp--preset--color--navy);
}

.has-beige-background-color input[type=button],
.has-beige-background-color input[type=submit],
.has-beige-background-color input[type=reset] {
  background-color: var(--wp--preset--color--navy);
  border-image-source: url("assets/images/button-navy.svg");
  color: var(--wp--preset--color--white);
}
.has-beige-background-color input[type=button]:hover, .has-beige-background-color input[type=button]:focus,
.has-beige-background-color input[type=submit]:hover,
.has-beige-background-color input[type=submit]:focus,
.has-beige-background-color input[type=reset]:hover,
.has-beige-background-color input[type=reset]:focus {
  background-color: var(--wp--preset--color--teal);
  color: var(--wp--preset--color--navy);
}

.btn-plain {
  border: 0;
  padding: 0;
  text-decoration: underline;
  text-align: inherit;
  display: inline;
  position: static;
  font-size: inherit;
  line-height: inherit;
}
.btn-plain::after {
  display: none;
}
.btn-plain:hover {
  text-decoration: none;
}
.btn-yellow {
  background-color: var(--wp--preset--color--yellow);
  border-image-source: url("assets/images/button-yellow.svg");
  color: var(--wp--preset--color--dark-navy);
}
.btn-teal-round {
  background-color: var(--wp--preset--color--white);
  border-image-source: url("assets/images/button-round-teal.svg");
  border-image-slice: 4 24;
  border-image-width: 4px 24px;
  padding: 7px 16px;
  border-radius: 55px;
  min-width: 76px;
  margin-block: 4px;
}
.btn-teal-round:hover {
  background-color: var(--wp--preset--color--teal);
}
.btn-teal-round.active {
  color: var(--wp--preset--color--dark-navy);
  background-color: var(--wp--preset--color--teal);
  pointer-events: none;
}
.btn-outline {
  background: var(--wp--preset--color--transparent);
  color: var(--wp--preset--color--navy);
}
.btn-outline::after {
  background: url("assets/images/line-14-yellow.svg");
}
.btn-outline:hover, .btn-outline:focus {
  background-color: var(--wp--preset--color--transparent);
  color: var(--wp--preset--color--navy);
}
.btn-dark {
  background-color: var(--wp--preset--color--navy);
  border-image-source: url("assets/images/button-navy.svg");
  color: var(--wp--preset--color--white);
}
.btn-dark:hover, .btn-dark:focus {
  background-color: var(--wp--preset--color--teal);
  color: var(--wp--preset--color--navy);
}

.wp-block-buttons.match-width {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  margin-inline: auto;
}
.wp-block-buttons.match-width .wp-block-button {
  height: 100%;
}

.wp-block-button .wp-block-button__link {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--open-sans);
  font-weight: 600;
  line-height: 140%;
  border-radius: var(--wp--custom--button-border-radius);
  background: var(--wp--preset--color--teal);
  color: var(--wp--preset--color--dark-navy);
  padding: 7px 16px;
  cursor: pointer;
  position: relative;
  border-image-source: url("assets/images/button-teal.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  text-align: center;
  transition: all 0.3s ease;
}
.wp-block-button .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 34px);
  height: var(--wp--custom--button-border-width);
  background: url("assets/images/line-14-rust.svg");
  background-repeat: no-repeat;
  background-size: 100% 3px;
  opacity: 0;
  transition: all 0.3s ease;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  color: var(--wp--preset--color--navy);
}
.wp-block-button .wp-block-button__link:hover::after, .wp-block-button .wp-block-button__link:focus::after {
  opacity: 1;
}
.wp-block-button .wp-block-button__link:active {
  color: var(--wp--preset--color--navy);
}
.wp-block-button.is-style-fill .wp-block-button__link {
  background-color: var(--wp--preset--color--teal);
  color: var(--wp--preset--color--dark-navy);
}
.wp-block-button.is-style-fill .wp-block-button__link:hover, .wp-block-button.is-style-fill .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--teal);
  color: var(--wp--preset--color--navy);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: var(--wp--preset--color--transparent);
  color: var(--wp--preset--color--navy);
}
.wp-block-button.is-style-outline .wp-block-button__link::after {
  background: url("assets/images/line-14-yellow.svg");
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--transparent);
  color: var(--wp--preset--color--teal);
}
.wp-block-button.is-style-dark .wp-block-button__link {
  background-color: var(--wp--preset--color--navy);
  border-image-source: url("assets/images/button-navy.svg");
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-dark .wp-block-button__link:hover, .wp-block-button.is-style-dark .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--teal);
  color: var(--wp--preset--color--navy);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--navy);
  border-radius: var(--wp--custom--button-border-radius);
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--custom--button-padding);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--wp--preset--color--navy);
  outline-color: var(--wp--preset--color--navy);
}

input[type=file] {
  cursor: pointer;
}

select {
  border: 1px solid var(--wp--preset--color--navy);
}
select:focus {
  color: var(--wp--preset--color--navy);
  outline-color: var(--wp--preset--color--navy);
}

textarea {
  width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--wp--preset--color--white);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--wp--preset--color--black);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

@media (min-width: 650px) {
  .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
}

@media (min-width: 650px) {
  .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  clear: both;
}

.align-narrow {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.full-height {
  height: 100%;
}

body .is-layout-constrained > figure.alignleft {
  float: none;
  margin: 1.5em auto;
}
@media (min-width: 650px) {
  body .is-layout-constrained > figure.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin: 0 1.5em 1.5em 0;
  }
}
body .is-layout-constrained > figure.alignright {
  float: none;
  margin: 1.5em auto;
}
@media (min-width: 650px) {
  body .is-layout-constrained > figure.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin: 0 0 1.5em 1.5em;
  }
}
body .wp-block-group.alignwide.is-layout-constrained > * {
  max-width: var(--wp--style--global--wide-size);
}
body .wp-block-group.alignwide.is-layout-constrained.has-global-padding {
  padding: 0 30px;
}

/**
 * Container that provides block area defaults for non-block content
 *
 */
.non-block-container {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}
.non-block-container > * {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 826px) {
  .non-block-container > * {
    margin-inline: 20px;
  }
}

.non-block-container--wide > * {
  max-width: var(--wp--style--global--wide-size);
}
@media (max-width: 1226px) {
  .non-block-container--wide > * {
    margin-inline: 20px;
  }
}

.responsive-embed {
  padding: 56.25% 0 0 0;
  position: relative;
}
.responsive-embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.responsive-embed-5x4 {
  padding: 60% 0 0 0;
}

.max-width-1270 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1270px;
}

body .alignfull {
  position: relative;
  width: 100vw !important;
  margin-left: 50% !important;
  left: -50vw !important;
  padding: 0;
}

.has-padding-20 {
  padding: var(--wp--preset--spacing--20);
}

.has-padding-top-20 {
  padding-top: var(--wp--preset--spacing--20);
}

.has-padding-right-20 {
  padding-right: var(--wp--preset--spacing--20);
}

.has-padding-bottom-20 {
  padding-bottom: var(--wp--preset--spacing--20);
}

.has-padding-left-20 {
  padding-left: var(--wp--preset--spacing--20);
}

.has-padding-30 {
  padding: var(--wp--preset--spacing--30);
}

.has-padding-top-30 {
  padding-top: var(--wp--preset--spacing--30);
}

.has-padding-right-30 {
  padding-right: var(--wp--preset--spacing--30);
}

.has-padding-bottom-30 {
  padding-bottom: var(--wp--preset--spacing--30);
}

.has-padding-left-30 {
  padding-left: var(--wp--preset--spacing--30);
}

.has-padding-40 {
  padding: var(--wp--preset--spacing--40);
}

.has-padding-top-40 {
  padding-top: var(--wp--preset--spacing--40);
}

.has-padding-right-40 {
  padding-right: var(--wp--preset--spacing--40);
}

.has-padding-bottom-40 {
  padding-bottom: var(--wp--preset--spacing--40);
}

.has-padding-left-40 {
  padding-left: var(--wp--preset--spacing--40);
}

.has-padding-50 {
  padding: var(--wp--preset--spacing--50);
}

.has-padding-top-50 {
  padding-top: var(--wp--preset--spacing--50);
}

.has-padding-right-50 {
  padding-right: var(--wp--preset--spacing--50);
}

.has-padding-bottom-50 {
  padding-bottom: var(--wp--preset--spacing--50);
}

.has-padding-left-50 {
  padding-left: var(--wp--preset--spacing--50);
}

.has-padding-60 {
  padding: var(--wp--preset--spacing--60);
}

.has-padding-top-60 {
  padding-top: var(--wp--preset--spacing--60);
}

.has-padding-right-60 {
  padding-right: var(--wp--preset--spacing--60);
}

.has-padding-bottom-60 {
  padding-bottom: var(--wp--preset--spacing--60);
}

.has-padding-left-60 {
  padding-left: var(--wp--preset--spacing--60);
}

.has-padding-70 {
  padding: var(--wp--preset--spacing--70);
}

.has-padding-top-70 {
  padding-top: var(--wp--preset--spacing--70);
}

.has-padding-right-70 {
  padding-right: var(--wp--preset--spacing--70);
}

.has-padding-bottom-70 {
  padding-bottom: var(--wp--preset--spacing--70);
}

.has-padding-left-70 {
  padding-left: var(--wp--preset--spacing--70);
}

.has-padding-80 {
  padding: var(--wp--preset--spacing--80);
}

.has-padding-top-80 {
  padding-top: var(--wp--preset--spacing--80);
}

.has-padding-right-80 {
  padding-right: var(--wp--preset--spacing--80);
}

.has-padding-bottom-80 {
  padding-bottom: var(--wp--preset--spacing--80);
}

.has-padding-left-80 {
  padding-left: var(--wp--preset--spacing--80);
}

.star-tag {
  font-weight: 700;
}
.star-tag::before {
  content: "";
  display: inline-block;
  background-image: url("assets/images/star-yellow.svg");
  width: 18px;
  height: 1em;
  background-size: 18px 16px;
  margin-inline-end: 2px;
  background-position: left center;
  flex: 0 0 18px;
}

.star-tag--yellow::before {
  background-image: url("assets/images/star-yellow.svg");
}

.star-tag--mint::before {
  background-image: url("assets/images/star-mint.svg");
}

.star-tag--teal::before {
  background-image: url("assets/images/star-teal.svg");
}

.star-tag--blue::before {
  background-image: url("assets/images/star-blue.svg");
}

.star-tag--rust::before {
  background-image: url("assets/images/star-rust.svg");
}

.star-tag--ochre::before {
  background-image: url("assets/images/star-ochre.svg");
}

.star-tag--purple::before {
  background-image: url("assets/images/star-purple.svg");
}

.star-tag--brown::before {
  background-image: url("assets/images/star-brown.svg");
}

.bookmark-tag {
  font-weight: 700;
}
.bookmark-tag::before {
  content: "";
  display: inline-block;
  background-image: url("assets/images/bookmark-yellow.svg");
  width: 12px;
  height: 1em;
  background-size: 12px 16px;
  margin-inline-end: 6px;
  background-position: left center;
  flex: 0 0 12px;
}

.bookmark-tag--yellow::before {
  background-image: url("assets/images/bookmark-yellow.svg");
}

.bookmark-tag--mint::before {
  background-image: url("assets/images/bookmark-mint.svg");
}

.bookmark-tag--teal::before {
  background-image: url("assets/images/bookmark-teal.svg");
}

.bookmark-tag--blue::before {
  background-image: url("assets/images/bookmark-blue.svg");
}

.bookmark-tag--rust::before {
  background-image: url("assets/images/bookmark-rust.svg");
}

.bookmark-tag--ochre::before {
  background-image: url("assets/images/bookmark-ochre.svg");
}

.bookmark-tag--purple::before {
  background-image: url("assets/images/bookmark-purple.svg");
}

.bookmark-tag--brown::before {
  background-image: url("assets/images/bookmark-brown.svg");
}

.site-header {
  position: relative;
  z-index: 100;
}
.site-header--logo-link img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.site-header--logo-link:hover img, .site-header--logo-link:focus img {
  transform: scale(1.05);
}
.site-header--inner {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .site-header--inner {
    padding: 0 20px;
  }
}
.site-header--inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 0.65rem;
}
@media (min-width: 1000px) {
  .site-header--inner {
    min-height: 170px;
    display: grid;
    grid-template-columns: 1fr calc(100% - 175px);
    padding-top: 0;
    padding-bottom: 0;
  }
}
.site-header--branding {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 123px;
  padding: 0;
  margin: 0;
  height: auto;
}
@media (min-width: 1000px) {
  .site-header--branding {
    max-width: 212px;
  }
}
.site-header--search button {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.site-header--search button:hover {
  transform: scale(1.2);
}
.site-header--search button svg {
  pointer-events: none;
}
@media (min-width: 1000px) {
  .site-header--search {
    position: absolute;
    top: 10px;
    right: 25px;
  }
}

.site-footer {
  color: var(--wp--preset--color--navy);
  font-size: var(--wp--preset--font-size--small);
  overflow: hidden;
  position: relative;
  background-image: url("assets/images/footer-mobile.svg");
  background-size: 768px auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .site-footer {
    background-image: url("assets/images/footer-desktop.svg"), url("assets/images/footer-corner.svg");
    background-size: 100% auto, 285px 220px;
    background-position: bottom right, bottom right;
    background-repeat: no-repeat, no-repeat;
  }
}
.site-footer--inner {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .site-footer--inner {
    padding: 0 20px;
  }
}
.site-footer--inner {
  padding-block: 28px 80px;
}
@media (min-width: 768px) {
  .site-footer--inner {
    display: grid;
    grid-template-areas: "logos contact" "copyright contact";
    grid-template-columns: calc(58% - 25px) calc(42% - 25px);
    gap: 50px;
    padding-block: 28px calc(46px + 16vw);
  }
}
.site-footer a:not(.btn) {
  color: #08273C;
}
.site-footer a:not(.btn):hover, .site-footer a:not(.btn):focus {
  text-decoration: none;
}
.site-footer a:not(.btn):has(img) img {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.site-footer a:not(.btn):has(img):hover img {
  transform: scale(1.1);
}

.footer--logos-text {
  margin-block-end: 22px;
}
@media (min-width: 768px) {
  .footer--logos-text {
    display: flex;
    gap: 0;
    align-items: center;
    align-self: start;
    margin-block-end: 50px;
  }
}

.footer--logos {
  display: flex;
  gap: 50px;
  flex: 1 1 65%;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer--logos {
    justify-content: start;
  }
}
.footer--logos .footer--logo-1 {
  max-width: 192px;
}
.footer--logos .footer--logo-2 {
  max-width: 126px;
}
.footer--logos div {
  position: relative;
  display: flex;
  flex: 1 1 50%;
}
.footer--logos div::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("assets/images/line-14-white-vertical.svg");
  background-repeat: no-repeat;
  background-size: 4px 100%;
  background-position: right top;
  height: 100%;
  width: 4px;
  right: -24px;
  top: 0;
}
.footer--logos div:nth-of-type(2) {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .footer--logos div:nth-of-type(2) {
    margin-right: 0;
  }
  .footer--logos div:nth-of-type(2)::after {
    display: none;
  }
}
.footer--logos img {
  margin-block: auto;
}

.footer--additional-text {
  color: #08273C;
  text-align: center;
  max-width: 350px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .footer--additional-text {
    flex: 1 1 35%;
    text-align: left;
    margin-inline: 0;
    max-width: 100%;
  }
}

.footer--connect-nav-contact {
  grid-area: contact;
}

.footer--connect {
  margin-block-end: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer--connect {
    text-align: left;
  }
}
.footer--connect h3 {
  margin-block-end: 1rem;
}

.footer--newsletter-social {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  margin-inline: auto;
  gap: 0.875rem;
}
@media (min-width: 768px) {
  .footer--newsletter-social {
    justify-content: start;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin-inline: 0;
  }
}

.footer--social {
  position: relative;
  z-index: 2;
}
.footer--social .social-media {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
  gap: 3px;
}
.footer--social .social-media-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  aspect-ratio: 1/1;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.footer--social .social-media-link svg path {
  fill: var(--wp--preset--color--navy);
  transition: fill 0.3s ease;
}
.footer--social .social-media-link:hover, .footer--social .social-media-link:focus {
  transform: scale(1.2);
}
.footer--social .social-media-link:hover svg path, .footer--social .social-media-link:focus svg path {
  fill: var(--wp--preset--color--rust);
}

.footer--nav-contact {
  margin-block-start: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 420px) {
  .footer--nav-contact {
    display: flex;
  }
}
@media (min-width: 768px) {
  .footer--nav-contact {
    flex-direction: row-reverse;
    gap: 50px;
  }
}
.footer--nav-contact > nav,
.footer--nav-contact > div {
  flex: 1 1 50%;
}

.footer--navigation {
  color: #284355;
  font-size: 1.125rem;
  font-weight: 400;
  list-style: 130%;
  position: relative;
  z-index: 1;
}

.footer--contact {
  color: #08273C;
}

.footer--legal {
  color: #08273C;
}

.footer--copyright {
  margin-block: 2rem 0.25rem;
}
@media (min-width: 768px) {
  .footer--copyright {
    margin-block: 0;
  }
}

.footer--additional-images {
  display: flex;
  gap: 1.125rem;
  align-items: center;
  padding-block-start: 300px;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer--additional-images {
    position: absolute;
    right: 28px;
    bottom: 46px;
    justify-content: end;
    padding-block-start: 0;
  }
}

body {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

.site {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  gap: 0;
}
.site .site-main {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .site .site-main {
    padding: 0 20px;
  }
}
.site .site-main {
  margin-bottom: auto;
}

html {
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 3rem;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

:root :where(.is-layout-constrained) > .wp-block-cover {
  margin-block-start: 0;
}

/**
 * 1. Make the dialog container, and its child overlay spread across
 *    the entire window.
 */
.dialog-container,
.dialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/**
 * 1. Make sure the dialog container and all its descendants sits on
 *    top of the rest of the page.
 * 2. Make the dialog container a flex container to easily center the
 *    dialog.
 */
.dialog-container {
  z-index: 1000;
  display: flex;
  transition: opacity 0.25s ease;
  opacity: 1;
  pointer-events: initial;
}

/**
 * 1. Make sure the dialog container and all its descendants are not
 *    visible and not focusable when it is hidden.
 */
.dialog-container[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}

/**
 * 1. Make the overlay look like an overlay.
 */
.dialog-overlay {
  background-color: var(--wp--preset--color--navy);
  opacity: 0.8;
}

/**
 * 1. Vertically and horizontally center the dialog in the page.
 * 2. Make sure the dialog sits on top of the overlay.
 * 3. Make sure the dialog has an opaque background.
 * 4. Hide content until open (for accessibility)
 */
.dialog-content {
  margin: auto;
  z-index: 1002;
  position: relative;
  background-color: var(--wp--preset--color--white);
  display: none;
}
.dialog-content.scrollable {
  overflow: auto;
  max-height: 90vh;
}

body {
  transition: filter 0.3s ease;
}

.a11y-dialog-open .dialog-content {
  display: block;
}
.a11y-dialog-open #page {
  filter: blur(2px);
}

body .gform_wrapper form.float-labels .ginput_complex > span {
  display: inline-block;
  padding: 0 !important;
}
body .gform_wrapper form.float-labels .ginput_complex > span,
body .gform_wrapper form.float-labels .gfield {
  position: relative;
}
body .gform_wrapper form.float-labels .ginput_complex label,
body .gform_wrapper form.float-labels .gfield_label {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0.5rem;
  left: var(--wp--custom--button-padding-inline);
  pointer-events: none;
  transition: all 0.25s ease;
}
body .gform_wrapper form.float-labels select,
body .gform_wrapper form.float-labels textarea,
body .gform_wrapper form.float-labels input:not([type=button]):not([type=submit]):not([type=reset]) {
  transition: padding 0.25s ease;
}
body .gform_wrapper form.float-labels input[type=text],
body .gform_wrapper form.float-labels input[type=email],
body .gform_wrapper form.float-labels input[type=url],
body .gform_wrapper form.float-labels input[type=password],
body .gform_wrapper form.float-labels input[type=search],
body .gform_wrapper form.float-labels input[type=number],
body .gform_wrapper form.float-labels input[type=tel],
body .gform_wrapper form.float-labels input[type=range],
body .gform_wrapper form.float-labels input[type=date],
body .gform_wrapper form.float-labels input[type=month],
body .gform_wrapper form.float-labels input[type=week],
body .gform_wrapper form.float-labels input[type=time],
body .gform_wrapper form.float-labels input[type=datetime],
body .gform_wrapper form.float-labels input[type=datetime-local],
body .gform_wrapper form.float-labels input[type=color],
body .gform_wrapper form.float-labels textarea {
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--custom--button-padding);
}
body .gform_wrapper form.float-labels .field-filled label,
body .gform_wrapper form.float-labels .field-filled .ginput_label {
  font-size: 0.8rem;
  top: 2px;
  opacity: 0.8;
}
body .gform_wrapper form.float-labels .field-filled textarea,
body .gform_wrapper form.float-labels .field-filled select,
body .gform_wrapper form.float-labels .field-filled input {
  padding-block: calc(var(--wp--custom--button-padding-block) + 6px) calc(var(--wp--custom--button-padding-block) - 6px);
}
body .gform_wrapper form.float-labels .gfield.gfield--type-select label,
body .gform_wrapper form.float-labels .gfield.gfield--type-select .ginput_label {
  font-size: 0.8rem;
  top: 2px;
  opacity: 0.8;
}
body .gform_wrapper form.float-labels .gfield.gfield--type-select select {
  padding-block: calc(var(--wp--custom--button-padding-block) + 6px) calc(var(--wp--custom--button-padding-block) - 6px);
  padding-inline: 1rem;
}

body .gform_wrapper.gravity-theme form.float-labels .gfield_label {
  font-weight: normal;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-prev,
.slick-next {
  width: 55px;
  height: 55px;
  z-index: 1;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  background-image: url("assets/images/slider-arrow.svg");
  width: 55px;
  height: 55px;
  display: block;
  background-size: 55px 55px;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-next::before {
  transform: rotate(180deg);
}

/**
 * Styling for PHP-based theme components.
 *
 * Core WordPress block styles should be handled by theme.json whenever possible.
 * Block style overrides should be in sass/wp-blocks/[_block-name].scss.
 */
/* Navigation
--------------------------------------------- */
.footer--navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--navigation .menu .menu-item {
  padding-left: 0;
  margin-block: 0 6px;
}
.footer--navigation .menu a {
  color: var(--wp--preset--color--navy);
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.footer--navigation .menu a:hover, .footer--navigation .menu a:focus {
  text-decoration: underline;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul.menu {
  z-index: 5;
}
.main-navigation ul.menu span,
.main-navigation ul.menu a {
  display: inline-block;
  color: var(--wp--preset--color--navy);
  font-size: var(--wp--preset--font-size--small);
  line-height: 130%;
  font-weight: 600;
}
.main-navigation ul.menu *:not(.btn) > span {
  cursor: default;
}
.main-navigation a:not(.btn) {
  text-decoration: none;
}
.main-navigation a:not(.btn):hover, .main-navigation a:not(.btn):focus, .main-navigation a:not(.btn):active {
  color: var(--wp--preset--color--navy);
  text-decoration: none;
}
.main-navigation a.btn {
  font-size: var(--wp--preset--font-size--small);
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation li {
  padding: 0;
  margin: 0;
}
.main-navigation ul.menu {
  display: none;
  position: relative;
}
@media (min-width: 1000px) {
  .main-navigation ul.menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px 24px;
    flex-wrap: wrap;
  }
}
.main-navigation ul.menu > li.menu-item-has-children {
  position: relative;
}
.main-navigation ul.menu > li.menu-item-has-children > span,
.main-navigation ul.menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main-navigation ul.menu > li.menu-item-has-children > span::after,
.main-navigation ul.menu > li.menu-item-has-children > a::after {
  content: "";
  display: block;
  background-image: url("assets/images/arrow-drop-down.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center -3px;
  width: 18px;
  height: 18px;
  transform: rotate(0deg) scale(1);
  transition: transform 0.3s ease;
}
@media (min-width: 1000px) {
  .main-navigation ul.menu > li.menu-item-has-children:focus-within > a, .main-navigation ul.menu > li.menu-item-has-children:hover > a, .main-navigation ul.menu > li.menu-item-has-children.sub-menu-open > a {
    outline: none;
  }
  .main-navigation ul.menu > li.menu-item-has-children:focus-within > a::after, .main-navigation ul.menu > li.menu-item-has-children:hover > a::after, .main-navigation ul.menu > li.menu-item-has-children.sub-menu-open > a::after {
    transform: rotate(180deg) scale(1.5);
  }
  .main-navigation ul.menu > li.menu-item-has-children:focus-within > ul.sub-menu, .main-navigation ul.menu > li.menu-item-has-children:hover > ul.sub-menu, .main-navigation ul.menu > li.menu-item-has-children.sub-menu-open > ul.sub-menu {
    opacity: 1;
    pointer-events: initial;
  }
}
@media (min-width: 1000px) {
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    top: calc(100% + 13px);
    border-image: url("assets/images/main-nav-border.svg");
    border-image-width: 25px 3px;
    border-image-slice: 25 3;
    border-image-outset: 13px 3px 11px;
    left: -15px;
    right: auto;
    min-width: 200px;
    background-color: var(--wp--preset--color--white);
    padding: 23px 33px 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 100;
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu::after {
    content: "";
    width: 90%;
    height: 1rem;
    left: 0;
    right: 0;
    top: -1rem;
    display: block;
    background-color: transparent;
    position: absolute;
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    left: 30px;
    background-image: url("assets/images/main-nav-arrow.svg");
    width: 28px;
    height: 18px;
    background-size: 28px 18px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li {
    margin-block-end: 0.625rem;
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li > a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 0.375rem;
    color: var(--wp--preset--color--blue);
    font-weight: 400;
    position: relative;
    margin-bottom: 0.375rem;
    white-space: nowrap;
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li > a::before {
    content: "";
    display: block;
    background-image: url("assets/images/vector-18-small-rust.svg");
    background-size: 11px 10px;
    background-repeat: no-repeat;
    background-position: center -1px;
    width: 11px;
    height: 10px;
    transform: scale(1);
    transition: transform 0.3s ease;
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li > a::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 6px - 1.25 * var(--wp--custom--button-padding-inline));
    height: var(--wp--custom--button-border-width);
    background: url("assets/images/line-13-beige.svg");
    background-repeat: no-repeat;
    background-size: 100% 3px;
    opacity: 0;
    transition: all 0.3s ease;
    top: 100%;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li > a:hover, .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li > a:focus-visible {
    outline: none;
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li > a:hover::before, .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li > a:focus-visible::before {
    transform: scale(1.5);
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li > a:hover::after, .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li > a:focus-visible::after {
    opacity: 1;
  }
}
@media (min-width: 1000px) {
  .main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu > li:last-of-type {
    margin-block-end: 0;
  }
}
@media (min-width: 1000px) {
  .main-navigation ul.menu > li.menu-item-has-children:nth-last-child(1) > ul.sub-menu, .main-navigation ul.menu > li.menu-item-has-children:nth-last-child(2) > ul.sub-menu, .main-navigation ul.menu > li.menu-item-has-children:nth-last-child(3) > ul.sub-menu {
    left: auto;
    right: 0;
  }
  .main-navigation ul.menu > li.menu-item-has-children:nth-last-child(1) > ul.sub-menu::before, .main-navigation ul.menu > li.menu-item-has-children:nth-last-child(2) > ul.sub-menu::before, .main-navigation ul.menu > li.menu-item-has-children:nth-last-child(3) > ul.sub-menu::before {
    left: auto;
    right: 30px;
  }
  .main-navigation ul.menu > li.menu-item-has-children:nth-last-child(1) > ul.sub-menu::after, .main-navigation ul.menu > li.menu-item-has-children:nth-last-child(2) > ul.sub-menu::after, .main-navigation ul.menu > li.menu-item-has-children:nth-last-child(3) > ul.sub-menu::after {
    left: auto;
    right: 0;
  }
}

body #primary {
  transition: filter 0.3s ease;
}
body.mobile-menu-expanded {
  position: fixed;
}
body.mobile-menu-expanded.admin-bar {
  margin-top: 0px;
}
@media screen and (max-width: 782px) {
  body.mobile-menu-expanded.admin-bar {
    margin-top: 0px;
  }
}
body.mobile-menu-expanded #primary,
body.mobile-menu-expanded #site-navigation .menu-toggle,
body.mobile-menu-expanded .site-header--search {
  filter: blur(2px);
}
body.mobile-menu-expanded #wpadminbar {
  position: fixed;
}

@media (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }
}

@media (min-width: 1000px) {
  .mobile-close-button {
    display: none;
  }
}

@media (max-width: 999px) {
  .menu-toggle {
    display: block;
    width: 36px;
    height: 24px;
    margin-left: auto;
    background-image: url("./assets/images/navigation-menu.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -2px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    transition: all 0.3s ease;
  }
  .menu-toggle:hover, .menu-toggle:focus {
    background-image: url("./assets/images/navigation-menu-rust.svg");
  }
  .mobile-close-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .mobile-close-button .btn {
    background: transparent;
    border: 0 none;
    padding: 0.5rem;
  }
  .mobile-close-button .btn::after {
    display: none;
  }
  .mobile-close-button .btn .close-button-icon {
    background-image: url("assets/images/close-menu-navy.svg");
    width: 30px;
    height: 30px;
    display: block;
    transition: all 0.3s ease;
    transform: scale(1);
  }
  .mobile-close-button .btn:hover .close-button-icon {
    transform: scale(1.2);
    background-image: url("assets/images/close-menu-rust.svg");
  }
  .main-navigation ul.menu {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    left: -100%;
    transition: left 0.25s ease;
    width: 85%;
    min-width: 250px;
    padding: 0 0 2rem;
    min-height: calc(100vh - 110px);
    overflow: auto;
    background: var(--wp--preset--color--beige);
  }
  .main-navigation ul.menu > li > span,
  .main-navigation ul.menu > li > a:not(.btn) {
    background: var(--wp--preset--color--beige);
    margin-bottom: 2px;
    width: 100%;
    padding: 1rem;
    font-size: var(---wp--preset--font-size--normal);
  }
  .main-navigation ul.menu > li > a.btn {
    width: calc(100% - 2rem);
    margin: 1rem;
    font-size: var(---wp--preset--font-size--normal);
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul {
    max-height: 0;
    overflow: hidden;
    height: auto;
    transition: max-height 0.6s ease;
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul > li {
    margin-inline-start: 1rem;
  }
  .main-navigation ul.menu > li.menu-item-has-children > ul > li > a {
    padding: 0.5rem 1rem;
    margin-bottom: 2px;
  }
  .main-navigation ul.menu > li.menu-item-has-children.sub-menu-open > span::after,
  .main-navigation ul.menu > li.menu-item-has-children.sub-menu-open > a::after {
    transform: rotate(180deg);
  }
  .main-navigation ul.menu > li.menu-item-has-children.sub-menu-open > ul {
    max-height: 100vh;
    transition: max-height 1s ease;
  }
  .main-navigation.toggled ul.menu {
    left: 0;
  }
  .admin-bar .main-navigation ul.menu {
    top: 46px;
  }
}
.posts-navigation,
.post-navigation {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}
.posts-navigation > *,
.post-navigation > * {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.category-filter {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-block-end: 2.625rem;
}
.category-filter button {
  background-color: var(--wp--preset--color--white);
  cursor: pointer;
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-weight: 700;
  border: 1px solid var(--wp--preset--color--dark-navy);
  height: 40px;
}
.category-filter button:hover, .category-filter button:focus {
  border-color: var(--wp--preset--color--navy);
}
.category-filter button:has(.category-filter-button-text) {
  min-width: 200px;
  text-align: left;
}
.category-filter .category-filter-button-text {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 1.5rem;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  width: 100%;
  justify-content: space-between;
}
.category-filter .category-filter-button-text::after {
  content: "";
  display: block;
  background-image: url("assets/images/arrow-drop-down-medium.svg");
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.category-filter form div {
  position: relative;
}
.category-filter form input {
  border: 1px solid var(--wp--preset--color--dark-navy);
  color: var(--wp--preset--color--navy);
  font-weight: 700;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  max-width: 200px;
  height: 40px;
}
.category-filter form input::placeholder {
  color: var(--wp--preset--color--navy);
  font-weight: 700;
}
.category-filter form button {
  position: absolute;
  right: 8px;
  top: 0;
  border: 0 none;
  padding: 0;
  background: transparent;
}
.category-filter--list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  min-width: 180px;
  width: auto;
  z-index: 10;
  border: 1px solid var(--wp--preset--color--navy);
  border-top: 0;
  padding: 0.75rem;
  background-color: var(--wp--preset--color--white);
}
.category-filter--list li {
  margin: 0;
  border-bottom: 1px solid #A4B0C0;
}
.category-filter--list li:last-of-type {
  border-bottom: 0 none;
}
.category-filter--list a {
  font-size: 14px;
  background: var(--wp--preset--color--white);
  padding: 0.75em 1em;
  display: block;
  text-decoration: none;
  color: var(--wp--preset--color--navy);
}
.category-filter--list a:hover, .category-filter--list a:focus {
  color: var(--wp--preset--color--rust);
}
.category-filter--list a.category-filter--link-active {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  position: relative;
  padding-left: 1.5rem;
  color: var(--wp--preset--color--rust);
}
.category-filter--list a.category-filter--link-active::before {
  content: "";
  background-image: url("assets/images/arrow-drop-down.svg");
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  left: 0;
  top: 12px;
  transform: rotate(270deg);
}
.category-filter.toggled > button {
  border-color: var(--wp--preset--color--navy);
  outline: var(--wp--preset--color--navy) auto 1px;
}
.category-filter.toggled .category-filter-button-text::after {
  transform: rotate(180deg);
}
.category-filter.toggled .category-filter--list {
  display: block;
}

/* WP Blocks
--------------------------------------------- */
/**
 * These styles are for overriding core or 3rd-party blocks.
 * Any styles that can be should be applied in theme.json.
 * Styles for custom blocks should be in the directory with their block.json file.
 */
body:not(.admin-bar) {
  --wp-admin--admin-bar--height: calc(1px - 1px);
}

body {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
}

.is-bold {
  font-weight: 700;
}

.wp-block-group.is-style-outline {
  border-image-source: url("assets/images/rectangle-2627.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: 4px;
  border-image-outset: 2px;
}
.wp-block-group.is-style-callout, .wp-block-group.is-style-callout-large {
  padding: 2.75rem 2.8125rem;
  margin-block: 1rem;
  position: relative;
}
.wp-block-group.is-style-callout::before, .wp-block-group.is-style-callout::after, .wp-block-group.is-style-callout-large::before, .wp-block-group.is-style-callout-large::after {
  position: absolute;
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  left: 0;
  right: 0;
  background-size: 100% 8px;
  background-repeat: no-repeat;
  background-position: center center;
}
.wp-block-group.is-style-callout::before, .wp-block-group.is-style-callout-large::before {
  top: 0;
  background-image: url("assets/images/line-20.svg");
}
.wp-block-group.is-style-callout::after, .wp-block-group.is-style-callout-large::after {
  bottom: 0;
  background-image: url("assets/images/line-19.svg");
}
.wp-block-group.is-style-callout-large {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height-text-normal);
  font-weight: 700;
}
.wp-block-group.heading-with-text {
  padding-block: 1.5rem;
}
.wp-block-group.heading-with-text .wp-block-heading {
  margin-block-end: 0.3125rem;
}
.wp-block-group.heading-with-text .wp-block-heading + p {
  margin-block-start: 0.3125rem;
}
.wp-block-group.intro-text-with-image {
  padding-block: 1rem;
}
@media (min-width: 768px) {
  .wp-block-group.intro-text-with-image {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 3.125rem;
  }
}
.wp-block-group.intro-text-with-image .wp-block-image img {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .wp-block-group.intro-text-with-image .wp-block-image {
    max-width: 200px;
  }
}

.wp-block-cover.alignfull .wp-block-cover__inner-container.has-global-padding {
  padding-inline: 30px;
}
.wp-block-cover.is-style-bottom-image {
  padding-block-end: 110px;
}
@media (min-width: 768px) {
  .wp-block-cover.is-style-bottom-image {
    padding-block-end: 400px;
  }
}
@media (min-width: 768px) {
  .wp-block-cover.is-style-bottom-image.reduce-padding {
    padding-block-end: 275px;
  }
}
.wp-block-cover.is-style-bottom-image.metrics-with-image {
  padding-block-start: 6.25rem;
}
@media (max-width: 767px) {
  .wp-block-cover.is-style-bottom-image.metrics-with-image {
    padding-block-end: 50vw;
  }
}
.wp-block-cover.is-style-bottom-image .wp-block-columns {
  gap: 2rem;
}
.wp-block-cover.is-style-bottom-image .is-style-outline {
  height: 100%;
  padding: 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 510px) {
  .wp-block-cover.is-style-bottom-image .is-style-outline {
    padding: 3.125rem;
  }
}
.wp-block-cover.is-style-bottom-image .is-style-outline *:not([class*=-color]) {
  color: var(--wp--preset--color--navy);
}
.wp-block-cover.is-style-bottom-image .is-style-outline p:not([class*=-font-size]) {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height-text-small);
}
.wp-block-cover.is-style-bottom-image .is-style-outline p {
  width: 100%;
}
.wp-block-cover.is-style-bottom-image .is-style-outline .wp-block-heading {
  margin-block-end: 0.25rem;
  text-align: center;
}
.wp-block-cover.is-style-bottom-image .is-style-outline .wp-block-columns {
  width: 100%;
}
@media (max-width: 420px) {
  .wp-block-cover.is-style-bottom-image .is-style-outline .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 420px) {
  .wp-block-cover.is-style-bottom-image .is-style-outline .wp-block-columns .wp-block-column {
    flex-basis: auto;
  }
}
.wp-block-cover.is-style-bottom-image .is-style-outline:has(p) .wp-block-buttons {
  margin-block-start: auto;
  padding-block-start: 3rem;
}
.wp-block-cover.is-style-bottom-image .is-style-outline .wp-block-buttons + .wp-block-buttons {
  margin-block-start: 1.25rem;
}
.wp-block-cover.accordion-with-title {
  padding-block: 2rem;
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: var(--wp--preset--color--navy);
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: var(--wp--preset--color--navy);
}

:where(.wp-block-cover-image.is-dark:not(.has-text-color)),
:where(.wp-block-cover.is-dark:not(.has-text-color)) {
  color: var(--wp--preset--color--white);
}

/* Blocks
--------------------------------------------- */
.wildrivers-accordion summary {
  padding: 1rem;
  font-size: 1.25rem;
  display: flex;
  line-height: 1.25;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 700;
  background-color: transparent;
  align-items: center;
  cursor: pointer;
  color: var(--wp--preset--color--navy);
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.wildrivers-accordion summary::after {
  content: "";
  display: block;
  background-image: url("assets/images/arrow-rust.svg");
  width: 32px;
  height: 32px;
  transform: rotate(0) scale(1);
  transition: transform 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: 0 0 24px;
}
.wildrivers-accordion summary:hover {
  color: var(--wp--preset--color--rust);
}
.wildrivers-accordion summary:hover::after {
  transform: rotate(0) scale(1.2);
}
.wildrivers-accordion details {
  border-bottom: 2px solid #E9E9E9;
  transition: all 0.3s ease;
}
.wildrivers-accordion details::details-content {
  transition: all 0.3s ease-in-out allow-discrete;
  height: 0;
  overflow-y: clip;
}
.wildrivers-accordion details > div {
  padding: 1rem;
}
.wildrivers-accordion details > div p:last-child {
  margin-block-end: 0;
}
.wildrivers-accordion details + details {
  margin-block-start: 0.25rem;
}
.wildrivers-accordion details[open] {
  border-bottom: 0 solid transparent;
}
.wildrivers-accordion details[open] summary .has-heading-h-3-font-size {
  color: var(--wp--preset--color--blue);
}
.wildrivers-accordion details[open] summary {
  border-bottom-color: var(--wp--preset--color--rust);
}
.wildrivers-accordion details[open] summary::after {
  transform: rotate(180deg) scale(1);
}
.wildrivers-accordion details[open] summary:hover::after {
  transform: rotate(180deg) scale(1.2);
}
.wildrivers-accordion details[open]::details-content {
  height: auto;
}
.wildrivers-accordion .btn {
  margin-block-start: 1rem;
}
.wildrivers-accordion .arrow-link {
  margin-block-end: 2rem;
}
.wildrivers-accordion .text-link {
  margin-block-start: 1rem;
  display: inline-block;
}

.wp-block-cover:has(> .wp-block-cover__background:not(.has-white-background-color)) .wildrivers-accordion details {
  border-bottom-color: white;
}

.wildrivers-anchor-nav {
  position: relative;
}
.wildrivers-anchor-nav::before {
  content: "";
  position: relative;
  width: 100vw !important;
  margin-left: 50% !important;
  left: -50vw !important;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: var(--wp--preset--color--teal);
  z-index: -1;
}
.wildrivers-anchor-nav {
  top: 0;
  position: sticky;
  z-index: 99;
  margin-block-start: 0;
  padding-block: 25px;
}
.wildrivers-anchor-nav .anchor-link-container {
  position: relative;
  width: 100%;
  max-width: fit-content;
  padding: 0 55px;
  justify-content: center;
  margin: 0 auto;
}
.wildrivers-anchor-nav .anchor-link-container.is-overflowing::before, .wildrivers-anchor-nav .anchor-link-container.is-overflowing::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 55px;
  pointer-events: none;
  opacity: 1;
  transition: all 0.3s;
  z-index: 2;
}
.wildrivers-anchor-nav .anchor-link-container.is-overflowing::before {
  background: linear-gradient(90deg, var(--wp--preset--color--teal) 55%, rgba(0, 0, 0, 0) 100%);
  left: 55px;
}
.wildrivers-anchor-nav .anchor-link-container.is-overflowing::after {
  background: linear-gradient(270deg, var(--wp--preset--color--teal) 55%, rgba(0, 0, 0, 0) 100%);
  right: 55px;
}
.wildrivers-anchor-nav .anchor-link-container.is-overflowing.hide-left::before {
  opacity: 0;
}
.wildrivers-anchor-nav .anchor-link-container.is-overflowing.hide-right::after {
  opacity: 0;
}
.wildrivers-anchor-nav .anchor-link-container .scroll-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: none;
  border: 0;
  transition: all 0.3s;
  cursor: pointer;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
  background-image: url("assets/images/vector-18-small-navy.svg");
  background-size: 19px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.wildrivers-anchor-nav .anchor-link-container .scroll-arrow.left {
  left: 0;
  transform: rotate(180deg);
}
.wildrivers-anchor-nav .anchor-link-container .scroll-arrow.right {
  right: 0;
}
.wildrivers-anchor-nav .anchor-links {
  display: flex;
  list-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  align-items: stretch;
  margin: 0;
  padding: 0;
  justify-content: center;
  gap: 1rem;
  justify-content: start;
}
@media (min-width: 651px) {
  .wildrivers-anchor-nav .anchor-links {
    gap: 2rem;
  }
}
.wildrivers-anchor-nav .anchor-links li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex: 1 1 100%;
}
@media (min-width: 651px) {
  .wildrivers-anchor-nav .anchor-links li {
    flex: 1 1 25%;
  }
}
@media (min-width: 851px) {
  .wildrivers-anchor-nav .anchor-links li {
    flex: 1 1 15%;
  }
}
@media (min-width: 951px) {
  .wildrivers-anchor-nav .anchor-links li {
    justify-content: center;
    flex: 1 1 auto;
    width: fit-content;
  }
}
.wildrivers-anchor-nav a {
  position: relative;
  z-index: 1;
  color: var(--wp--preset--color--navy);
  text-decoration: none;
  font-weight: 700;
  background-image: url("assets/images/anchor-nav.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 4px 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (min-width: 951px) {
  .wildrivers-anchor-nav a {
    white-space: initial;
  }
}
.wildrivers-anchor-nav a:hover, .wildrivers-anchor-nav a:focus {
  background-image: url("assets/images/anchor-nav-hover.svg");
}

.wildrivers-donate .wp-block-columns {
  display: flex;
  gap: 35px;
}
.wildrivers-donate h2 {
  margin-bottom: 22px;
}
.wildrivers-donate .has-small-font-size {
  margin-top: 21px;
}

.wildrivers-events .field-data span:first-child {
  font-weight: 700;
}
.wildrivers-events .event-listing--item {
  position: relative;
  display: flex;
  padding: 25px 0;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .wildrivers-events .event-listing--item {
    flex-direction: column-reverse;
  }
}
.wildrivers-events .event-listing--item .event-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.wildrivers-events .event-listing--item .event-item-link:hover ~ .event-list--item--content h3, .wildrivers-events .event-listing--item .event-item-link:focus ~ .event-list--item--content h3 {
  color: var(--wp--preset--color--blue);
}
.wildrivers-events .event-listing--item .event-item-link:hover ~ .event-list--item--content .item--link::after, .wildrivers-events .event-listing--item .event-item-link:focus ~ .event-list--item--content .item--link::after {
  opacity: 1;
}
.wildrivers-events .event-listing--item .event-item-link:hover ~ .event-list--image img, .wildrivers-events .event-listing--item .event-item-link:focus ~ .event-list--image img {
  transform: scale(1.1);
}
.wildrivers-events .event-listing--item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: url("assets/images/line-12-wide-beige.svg");
  background-repeat: no-repeat;
  background-size: 100% 5px;
}
.wildrivers-events .event-listing--item .event-list--item--content {
  flex: auto;
  padding-right: 25px;
}
@media (max-width: 600px) {
  .wildrivers-events .event-listing--item .event-list--item--content {
    padding: 25px 0 0 0;
  }
}
.wildrivers-events .event-listing--item h3 {
  margin-bottom: 6px;
}
.wildrivers-events .event-listing--item .field-data-set {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .wildrivers-events .event-listing--item .field-data-set {
    display: flex;
  }
  .wildrivers-events .event-listing--item .field-data-set .field-data:nth-child(2)::before {
    content: "|";
    display: inline-block;
    margin-inline: 0.5rem;
  }
}
.wildrivers-events .event-listing--item .field-data-set .field-data {
  display: inline;
}
.wildrivers-events .event-listing--item .item--location {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 6px;
}
.wildrivers-events .event-listing--item .item--terms {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.wildrivers-events .event-listing--item .item--terms span::before {
  margin-inline-end: 0;
  vertical-align: -3px;
}
.wildrivers-events .event-listing--item .item-excerpt {
  margin-bottom: 10px;
}
.wildrivers-events .event-listing--item .event-list--image {
  min-width: 175px;
  flex: 0 0 30%;
  overflow: hidden;
}
.wildrivers-events .event-listing--item .event-list--image img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.wildrivers-featured-bio .featured-bio--box {
  padding: 2rem;
}
@media (min-width: 500px) {
  .wildrivers-featured-bio .featured-bio--box {
    padding: 2rem 4rem;
  }
}
.wildrivers-featured-bio .featured-bio--box {
  max-width: 568px;
  margin-inline: auto;
}
.wildrivers-featured-bio .featured-bio--box > .is-style-underline {
  display: none;
}
@media (min-width: 500px) {
  .wildrivers-featured-bio .featured-bio--box > .is-style-underline {
    display: block;
  }
}
.wildrivers-featured-bio .featured-bio--content {
  text-align: center;
}
@media (min-width: 500px) {
  .wildrivers-featured-bio .featured-bio--content {
    padding-right: 20px;
    text-align: inherit;
  }
}
.wildrivers-featured-bio .featured-bio--content > .is-style-underline {
  margin-block: 1rem;
}
@media (min-width: 500px) {
  .wildrivers-featured-bio .featured-bio--content > .is-style-underline {
    display: none;
  }
}
.wildrivers-featured-bio .featured-bio--content p {
  margin-bottom: 0;
}
.wildrivers-featured-bio .featured-bio--button {
  margin-top: 1rem;
}
.wildrivers-featured-bio .featured-bio--image {
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 221px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-inline: auto;
}
.wildrivers-featured-bio .featured-bio--image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("assets/images/ellipse-14.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.wildrivers-featured-bio .featured-bio--title {
  margin-bottom: 7px;
}
.wildrivers-featured-bio .featured-bio--columns {
  display: flex;
  flex-direction: column;
  margin-block: 0;
}
@media (min-width: 500px) {
  .wildrivers-featured-bio .featured-bio--columns {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.wildrivers-featured-bio .featured-bio--columns > figure {
  flex: 0 1 auto;
  margin-block: 0;
}
@media (min-width: 500px) {
  .wildrivers-featured-bio .featured-bio--columns > figure {
    flex: 0 1 50%;
  }
}
.wildrivers-featured-bio .featured-bio--columns > div {
  flex: 0 1 auto;
}
@media (min-width: 500px) {
  .wildrivers-featured-bio .featured-bio--columns > div {
    flex: 1 1 50%;
  }
}

.wildrivers-featured-items .featured-items--container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
  align-items: center;
}
@media (min-width: 530px) {
  .wildrivers-featured-items .featured-items--container {
    justify-content: center;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.wildrivers-featured-items .featured-item {
  position: relative;
  max-width: 368px;
  border-image-source: url("assets/images/rectangle-2627.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 530px) {
  .wildrivers-featured-items .featured-item {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 768px) {
  .wildrivers-featured-items .featured-item {
    width: calc(33.33% - 1.3333333333rem);
  }
}
.wildrivers-featured-items .featured-item--link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 4;
}
.wildrivers-featured-items .featured-item--link:hover ~ .featured-item--image img, .wildrivers-featured-items .featured-item--link:focus ~ .featured-item--image img {
  transform: scale(1.1);
}
.wildrivers-featured-items .featured-item--link:hover ~ .featured-item--content, .wildrivers-featured-items .featured-item--link:focus ~ .featured-item--content {
  background-color: #F5EFE9;
}
.wildrivers-featured-items .featured-item--link:hover ~ .featured-item--content .featured-item--title, .wildrivers-featured-items .featured-item--link:focus ~ .featured-item--content .featured-item--title {
  color: #395587;
}
.wildrivers-featured-items .featured-item--link:hover ~ .featured-item--content .featured-item--title::after, .wildrivers-featured-items .featured-item--link:focus ~ .featured-item--content .featured-item--title::after {
  opacity: 1;
}
.wildrivers-featured-items .featured-item--image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex: 1 0 auto;
}
.wildrivers-featured-items .featured-item--image img {
  transform: scale(1);
  transition: all 0.3s ease;
  aspect-ratio: 368/257;
  object-fit: cover;
  width: 100%;
  height: auto;
  object-position: top center;
}
.wildrivers-featured-items .featured-item--image.show-video-icon::before, .wildrivers-featured-items .featured-item--image.show-video-icon::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.wildrivers-featured-items .featured-item--image.show-video-icon::before {
  background-image: url("assets/images/video-2.svg");
  background-size: 26px 29px;
  background-color: rgba(40, 67, 85, 0.59);
  width: 104px;
  height: 105px;
  border-radius: 100%;
  display: flex;
  margin: auto;
  z-index: 2;
}
.wildrivers-featured-items .featured-item--image.show-video-icon::after {
  background-image: url("assets/images/ellipse-15.svg");
  background-size: 106px 109px;
  z-index: 3;
}
.wildrivers-featured-items .featured-item--content {
  transition: all 0.3s ease;
  padding: 1.875rem;
  flex: 1 1 100%;
}
.wildrivers-featured-items .featured-item--supertitle {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.wildrivers-featured-items .featured-item--title {
  position: relative;
  margin-bottom: 9px;
  transition: all 0.3s ease;
}
.wildrivers-featured-items .featured-item--title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: var(--wp--custom--button-border-width);
  background: url("assets/images/line-14-rust.svg");
  background-repeat: no-repeat;
  background-size: 100% 3px;
  opacity: 0;
  transition: all 0.25s ease;
}
.wildrivers-featured-items .featured-item--subtitle {
  font-weight: 700;
  margin: 0;
}
.wildrivers-featured-items .wp-block-buttons {
  margin-top: 25px;
}

.wildrivers-home-hero {
  position: relative;
  width: 100vw !important;
  margin-left: 50% !important;
  left: -50vw !important;
  min-height: 90vh;
}
body.home .site-header {
  position: absolute;
  width: 100vw;
  background: none !important;
}

.wildrivers-home-hero .has-background-gradient {
  background: linear-gradient(180deg, rgba(234, 240, 246, 0.9) 50px, rgba(234, 240, 246, 0.8) 120px, rgba(229, 229, 229, 0.3) 27.94%, rgba(18, 18, 18, 0.29) 43.81%, rgba(0, 18, 35, 0.71) 59.87%, rgba(0, 18, 35, 0.4) 80.43%, #001223 94.16%) !important;
}
@media (max-width: 767px) {
  .wildrivers-home-hero .has-background-gradient {
    background: linear-gradient(180deg, rgba(234, 240, 246, 0.87) 12.69%, rgba(229, 229, 229, 0.3) 27.94%, rgba(18, 18, 18, 0.29) 43.81%, rgba(0, 18, 35, 0.71) 59.87%, rgba(0, 18, 35, 0.4) 80.43%, #001223 94.16%) !important;
  }
}
.wildrivers-home-hero .wp-block-cover__inner-container {
  position: absolute;
  bottom: 25%;
}
@media (max-width: 550px) {
  .wildrivers-home-hero .wp-block-cover__inner-container {
    bottom: 10%;
  }
}
.wildrivers-home-hero .hero--content {
  text-align: center;
}
@media (max-width: 550px) {
  .wildrivers-home-hero .hero--content {
    width: 75%;
    min-width: 320px;
  }
}
.wildrivers-home-hero h1 {
  position: relative;
}
.wildrivers-home-hero h1::after {
  content: url("./assets/images/hero-hand-drawn-river.svg");
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 75%;
}
@media (max-width: 550px) {
  .wildrivers-home-hero h1::before {
    content: url("./assets/images/hero-hand-drawn-river-mobile-1-left.svg");
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 100%;
  }
}
@media (max-width: 550px) and (max-width: 450px) {
  .wildrivers-home-hero h1::before {
    right: 95%;
  }
}
@media (max-width: 550px) {
  .wildrivers-home-hero h1::after {
    content: url("./assets/images/hero-hand-drawn-river-mobile-2-right.svg");
    position: absolute;
    z-index: 1;
    top: 21px;
    left: 100%;
    right: auto;
  }
}
@media (max-width: 550px) and (max-width: 450px) {
  .wildrivers-home-hero h1::after {
    left: 95%;
  }
}
.wildrivers-home-hero .subtitle {
  font-weight: 600;
  line-height: 120%;
}
.wildrivers-home-hero .wp-block-buttons {
  margin-top: 35px;
}
@media (max-width: 550px) {
  .wildrivers-home-hero .wp-block-buttons {
    margin-top: 25px;
  }
}

.wildrivers-image-and-text .image-and-text--inner {
  display: flex;
}
@media (max-width: 600px) {
  .wildrivers-image-and-text .image-and-text--inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .wildrivers-image-and-text .image-and-text--inner.content-align-right {
    flex-direction: column;
  }
}
.wildrivers-image-and-text .image-and-text--inner.content-align-left {
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .wildrivers-image-and-text .image-and-text--inner.content-align-left {
    flex-direction: column;
  }
}
.wildrivers-image-and-text .image-and-text--inner.content-align-left .text-column {
  padding: 3% 5% 3% 0;
}
.wildrivers-image-and-text .image-and-text--inner.has-background-color-teal {
  background-color: #95CBC1;
}
.wildrivers-image-and-text .image-and-text--inner.has-background-color-teal .text-column {
  padding: 3% 5%;
}
@media (max-width: 600px) {
  .wildrivers-image-and-text .image-and-text--inner.has-background-color-teal .text-column {
    padding: 20px !important;
  }
}
.wildrivers-image-and-text .image-and-text--inner.has-background-color-teal .wp-block-button.is-style-primary a {
  background-color: #284355;
  color: white;
  border-image-source: url("./assets/images/button-navy.svg");
}
.wildrivers-image-and-text .image-and-text--inner.has-background-color-teal .wp-block-button.is-style-primary a:hover {
  background-color: #95CBC1;
  color: #284355;
}
.wildrivers-image-and-text .image-column {
  flex: 0 0 50%;
}
.wildrivers-image-and-text .text-column {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3% 0 3% 5%;
}
@media (max-width: 600px) {
  .wildrivers-image-and-text .text-column {
    padding: 20px 0 !important;
  }
}
.wildrivers-image-and-text .image-wrapper {
  height: 100%;
  display: flex;
}
.wildrivers-image-and-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 400px;
  margin-block: auto;
}
.wildrivers-image-and-text .title {
  margin-bottom: 15px;
}
.wildrivers-image-and-text .subtitle {
  color: #284355;
  font-size: 1.125rem;
  font-weight: 400;
  list-style: 130%;
  font-weight: 700;
  margin-bottom: 5px;
}

.wildrivers-inner-hero {
  position: relative;
  width: 100vw !important;
  margin-left: 50% !important;
  left: -50vw !important;
  padding: 0;
}
.wildrivers-inner-hero.inner-hero-style--plain {
  min-height: 265px !important;
}
.wildrivers-inner-hero.inner-hero-style--plain:not(:has(.subtitle)) .title {
  margin-bottom: 2rem;
}
.wildrivers-inner-hero .has-background-gradient {
  mix-blend-mode: multiply;
}
.wildrivers-inner-hero .wp-block-cover__inner-container {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .wildrivers-inner-hero .wp-block-cover__inner-container {
    padding: 0 20px;
  }
}
.wildrivers-inner-hero .wp-block-cover__inner-container {
  padding-block: 35px;
}
.wildrivers-inner-hero .title {
  margin-bottom: 5px;
}
.wildrivers-inner-hero .title.is-style-decorated {
  margin-bottom: 15px;
}
.wildrivers-inner-hero .subtitle {
  color: #284355;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
}
@media (max-width: 600px) {
  .wildrivers-inner-hero .subtitle {
    color: #284355;
    font-size: 1.125rem;
    font-weight: 400;
    list-style: 130%;
  }
}
.wildrivers-inner-hero.inner-hero-style--image .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--wp--preset--color--teal);
}
.wildrivers-inner-hero .hero--breadcrumb {
  max-width: unset;
  margin-block-start: -1rem;
}
@media (max-width: 1000px) {
  .wildrivers-inner-hero .hero--breadcrumb {
    margin-block-start: 0.5rem;
  }
}
.wildrivers-inner-hero .hero--breadcrumb a {
  display: inline-block;
  color: white;
  padding: 6px 19px;
  border-radius: 24px;
  background: rgba(40, 67, 85, 0.8);
  text-decoration: none;
  border: 0 none;
}
.wildrivers-inner-hero .hero--breadcrumb a::before {
  content: "";
  background-image: url("./assets/images/vector-18-small-rust.svg");
  display: inline-block;
  width: 19px;
  height: 15px;
  margin-right: 8px;
  vertical-align: -1px;
  transform: scale(1) rotate(180deg);
  transition: transform 0.3s ease;
}
.wildrivers-inner-hero .hero--breadcrumb a::after {
  width: calc(100% - 25px - 2 * var(--wp--custom--button-padding-inline));
  right: var(--wp--custom--button-padding-inline);
}
.wildrivers-inner-hero .hero--breadcrumb a:hover::before {
  transform: scale(1.2) rotate(180deg);
}

.wildrivers-internships {
  max-width: unset;
}
.wildrivers-internships .internship-modal-data {
  display: none !important;
  height: 0;
  width: 0;
  text-indent: -9999px;
  pointer-events: none;
  z-index: -100;
}
.wildrivers-internships .items {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 767px) {
  .wildrivers-internships .items {
    display: flex;
    flex-direction: column;
  }
}
.wildrivers-internships .items:has(.empty-items-message) {
  display: block;
}
.wildrivers-internships .internship-listing--item {
  position: relative;
  max-width: 567px;
  display: flex;
  margin: auto;
}
@media (max-width: 525px) {
  .wildrivers-internships .internship-listing--item {
    flex-direction: column;
  }
}
.wildrivers-internships .internship-block--link {
  pointer-events: auto;
  cursor: pointer;
  z-index: 3;
  border-image-source: url("assets/images/rectangle-2627.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: 0;
  border-image-outset: 2px;
  transition: all 0.3s ease;
}
.wildrivers-internships .internship-block--link:hover, .wildrivers-internships .internship-block--link:focus {
  border-image-width: var(--wp--custom--button-border-width);
}
.wildrivers-internships .internship-block--link:hover ~ .internship-list--image span, .wildrivers-internships .internship-block--link:focus ~ .internship-list--image span {
  color: #95CBC1 !important;
}
.wildrivers-internships .internship-block--link:hover ~ .internship-list--image img, .wildrivers-internships .internship-block--link:focus ~ .internship-list--image img {
  transform: scale(1.1);
}
.wildrivers-internships .internship-block--link:hover ~ .internship-list--item--content h4, .wildrivers-internships .internship-block--link:focus ~ .internship-list--item--content h4 {
  color: #395587;
}
.wildrivers-internships .internship-list--image {
  position: relative;
  flex: 0 0 50%;
  overflow: hidden;
}
.wildrivers-internships .internship-list--image div {
  height: 100%;
}
.wildrivers-internships .internship-list--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.wildrivers-internships .internship-list--image span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 9px 14px;
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  font-weight: 700;
  border-image-source: url("./assets/images/button-navy.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  transition: all 0.3s ease;
}
.wildrivers-internships .internship-list--item--content {
  background-color: #F5EFE9;
  flex: 0 0 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wildrivers-internships .internship-list--item--content h4 {
  transition: all 0.3s ease;
}
.wildrivers-internships .internship-list--item--content .item-excerpt {
  margin-top: 9px;
}
.wildrivers-internships .internship-list--item--content .item--terms {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.wildrivers-large-cta {
  position: relative;
  width: 100vw !important;
  margin-left: 50% !important;
  left: -50vw !important;
  padding: 0;
}
@media (max-width: 600px) {
  .wildrivers-large-cta {
    display: flex;
    flex-direction: column;
    background-color: #272D39;
  }
}
.wildrivers-large-cta .wp-block-cover__background {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .wildrivers-large-cta .wp-block-cover__background {
    padding: 0 20px;
  }
}
.wildrivers-large-cta .wp-block-cover__background {
  margin-inline: auto;
  mix-blend-mode: multiply;
  opacity: 0.8 !important;
  background: linear-gradient(92deg, rgba(55, 38, 38, 0) 7.08%, #272D39 87.62%) !important;
  mix-blend-mode: multiply;
}
@media (max-width: 600px) {
  .wildrivers-large-cta .wp-block-cover__background {
    display: none;
  }
}
.wildrivers-large-cta .wp-block-cover__background::after {
  background-color: #272D39;
  content: "";
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  mix-blend-mode: multiply;
}
@media (max-width: 600px) {
  .wildrivers-large-cta .wp-block-cover__image-background {
    position: relative;
  }
}
.wildrivers-large-cta .wp-block-cover__inner-container {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .wildrivers-large-cta .wp-block-cover__inner-container {
    padding: 0 20px;
  }
}
.wildrivers-large-cta .wp-block-cover__inner-container {
  z-index: 1;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 600px) {
  .wildrivers-large-cta .wp-block-cover__inner-container {
    margin-top: -100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .wildrivers-large-cta .wp-block-cover__inner-container::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: calc(100% - 100px);
    left: 0;
    width: 100%;
    height: 125px;
    background: linear-gradient(180deg, rgba(55, 38, 38, 0) 7.08%, #272D39 87.62%);
  }
}
.wildrivers-large-cta .wp-block-group {
  width: 33%;
  min-width: 375px;
}
@media (max-width: 600px) {
  .wildrivers-large-cta .wp-block-group {
    width: 100%;
    min-width: unset;
  }
}
.wildrivers-large-cta .large-cta--content {
  min-height: 380px;
  padding: 50px 35px;
}
@media (max-width: 600px) {
  .wildrivers-large-cta .large-cta--content {
    min-height: unset;
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .wildrivers-large-cta .title {
    font-size: 2rem !important;
  }
}
.wildrivers-large-cta .text {
  color: #284355;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .wildrivers-large-cta .text {
    font-size: 1.125rem !important;
    margin-bottom: 20px;
  }
}
.wildrivers-large-cta .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--wp--preset--color--teal);
}

.wildrivers-linked-media .linked-media--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.125rem;
}
@media (max-width: 767px) {
  .wildrivers-linked-media .linked-media--items {
    /* Slick slider controls layout below 768px */
    display: block;
    gap: 0;
  }
}
.wildrivers-linked-media .linked-media--item {
  max-width: 266px;
  min-width: 200px;
  width: 25%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wildrivers-linked-media .linked-media--item .wp-block-cover__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 33%, var(--wp--preset--color--navy) 80%);
  pointer-events: auto;
  transition: opacity 0.3s;
  opacity: 1;
}
.wildrivers-linked-media .linked-media--item.is-playing .wp-block-cover__background {
  opacity: 0;
}
.wildrivers-linked-media .linked-media--item.is-playing .linked-media--video::before {
  opacity: 0;
}
.wildrivers-linked-media .linked-media--video {
  position: relative;
}
.wildrivers-linked-media .linked-media--video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("assets/images/video.svg"), url("assets/images/line-14-rust.svg"), url("assets/images/line-14-rust.svg");
  background-repeat: no-repeat;
  background-position: center 90%, 17% 85%, 81% 85%;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  z-index: 3;
  transform: scale(1);
  transform-origin: center 90%;
}
.wildrivers-linked-media .linked-media--video:hover::before {
  transform: scale(1.1);
}
.wildrivers-linked-media .linked-media--image img {
  display: block;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 266/356;
  object-fit: cover;
}
.wildrivers-linked-media .linked-media--content {
  height: 100%;
  padding: 0 20px 20px 20px;
  margin-top: -30px;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wildrivers-linked-media .linked-media--content::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 30px);
  left: 0;
  width: 100%;
  height: 115px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(40, 67, 85, 0) 0%, #284355 100%);
}
.wildrivers-linked-media .title {
  margin-bottom: 5px;
}
.wildrivers-linked-media .subtitle {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
}
.wildrivers-linked-media .wp-block-button {
  width: 100%;
}
.wildrivers-linked-media .wp-block-button a::after {
  display: none !important;
}
.wildrivers-linked-media .wp-block-button a:hover {
  background-color: white !important;
  color: #284355 !important;
}
.wildrivers-linked-media .slick-slide > div {
  display: flex;
}
.wildrivers-linked-media .slick-slide .linked-media--item {
  margin-inline: auto;
}
.wildrivers-linked-media .slick-slide .linked-media--content {
  display: block;
}

.wildrivers-logo-grid {
  max-width: 940px;
}
.wildrivers-logo-grid .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.625rem;
  gap: clamp(1.625rem, -1.3035714286rem + 6.1011904762vw, 4.1875rem);
}
.wildrivers-logo-grid .logo-grid--logo {
  max-width: 185px;
  max-height: 185px;
  display: flex;
}
.wildrivers-logo-grid .logo-grid--logo img {
  object-fit: contain;
}

.wildrivers-map {
  position: relative;
  width: 100vw !important;
  margin-left: 50% !important;
  left: -50vw !important;
  background-color: #73BEB0;
  padding: 0;
  min-height: 520px;
}
.wildrivers-map .wp-block-cover__image-background {
  height: unset;
}
@media (min-width: 768px) {
  .wildrivers-map .wp-block-cover__image-background {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin-inline: auto;
  }
}
.wildrivers-map .wp-block-cover__background {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .wildrivers-map .wp-block-cover__background {
    padding: 0 20px;
  }
}
.wildrivers-map .wp-block-cover__background {
  margin-inline: auto;
}
.wildrivers-map .wp-block-cover__inner-container {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .wildrivers-map .wp-block-cover__inner-container {
    padding: 0 20px;
  }
}
.wildrivers-map .wp-block-cover__inner-container {
  padding: 70px 40px;
}
.wildrivers-map .wp-block-group {
  padding: 1.875rem;
  width: 52%;
  min-width: 475px;
}
@media (max-width: 767px) {
  .wildrivers-map .wp-block-group {
    margin-block-start: 45vw;
    width: 100%;
    min-width: unset;
    background: rgba(255, 255, 255, 0.82) !important;
  }
}
@media (max-width: 400px) {
  .wildrivers-map .wp-block-group {
    margin-block-start: 35vw;
  }
}
.wildrivers-map .map-banner--logo {
  max-width: 112px;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .wildrivers-map .map-banner--logo {
    float: none;
    margin: 0 auto 30px auto;
    text-align: center;
  }
}
.wildrivers-map .title {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .wildrivers-map .title {
    min-height: unset;
    text-align: center;
    margin-bottom: 15px;
  }
}
.wildrivers-map .text {
  clear: both;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .wildrivers-map .wp-block-buttons {
    flex-direction: column;
  }
}

.wildrivers-metrics {
  max-width: 940px;
  margin-inline: auto;
}

.metrics-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 8%;
  row-gap: 60px;
}

.metrics-grid--item {
  width: 260px;
  text-align: center;
}
.metrics-grid--item .metric {
  color: #004789;
  font-family: var(--wp--preset--font-family--neilvard);
  line-height: var(--wp--custom--line-height-h-1);
  font-weight: 400;
  letter-spacing: -0.01%;
  font-size: 2.8125rem;
}
@media (max-width: 850px) {
  .metrics-grid--item .metric {
    font-size: 2.375rem;
  }
}
@media (max-width: 600px) {
  .metrics-grid--item .metric {
    font-size: 2rem;
  }
}
.metrics-grid--item .metric {
  margin-bottom: 5px;
}
.metrics-grid--item .label {
  color: #252525;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 5px;
}
.metrics-grid--item .text {
  color: #252525;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
}

.wildrivers-more-links {
  min-height: 100px;
  padding-block: 3rem 2rem;
}
.wildrivers-more-links .wp-block-heading {
  margin-block-end: 2rem;
}
.wildrivers-more-links .more-links--items {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .wildrivers-more-links .more-links--items {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.5%;
    gap: clamp(0.3125rem, -1.7381329114rem + 4.2721518987vw, 2rem);
    justify-content: center;
  }
}
.wildrivers-more-links .more-links--item {
  position: relative;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .wildrivers-more-links .more-links--item {
    max-width: calc(33% - 1.1rem);
  }
}
.wildrivers-more-links .more-links--item--image {
  overflow: hidden;
}
.wildrivers-more-links .more-links--item--image::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(40, 67, 85, 0) 16.33%, rgba(40, 67, 85, 0.68) 46.72%, var(--wp--preset--color--navy) 89.31%);
  z-index: 1;
  transition: all 0.3s ease;
}
.wildrivers-more-links .more-links--item--image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 369/263;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.wildrivers-more-links .more-links--item--content {
  position: relative;
}
.wildrivers-more-links .more-links--button {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 1rem 1.375rem 2rem;
}
.wildrivers-more-links .more-links--button svg {
  margin-inline: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wildrivers-more-links .more-links--button p {
  margin: 1rem auto 0;
  color: var(--wp--preset--color--teal);
  transition: color 0.3s ease;
}
.wildrivers-more-links .more-links--item--link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 3;
}
.wildrivers-more-links .more-links--item--link:hover ~ .more-links--item--content .more-links--item--image::after {
  top: 0;
  background-image: linear-gradient(180deg, rgba(40, 67, 85, 0) 16.33%, rgba(40, 67, 85, 0.68) 46.72%, var(--wp--preset--color--navy) 89.31%);
}
.wildrivers-more-links .more-links--item--link:hover ~ .more-links--item--content .more-links--item--image img {
  transform: scale(1.1);
}
.wildrivers-more-links .more-links--item--link:hover ~ .more-links--item--content .more-links--button svg {
  opacity: 1;
}
.wildrivers-more-links .more-links--item--link:hover ~ .more-links--item--content .more-links--button p {
  color: var(--wp--preset--color--yellow);
}

.wildrivers-opportunities .items {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 767px) {
  .wildrivers-opportunities .items {
    display: flex;
    flex-direction: column;
  }
}
.wildrivers-opportunities .items:has(.empty-items-message) {
  display: block;
}
.wildrivers-opportunities .opportunity-listing--item {
  position: relative;
  max-width: 567px;
  display: flex;
  margin: auto;
  height: 100%;
  width: 100%;
}
@media (max-width: 525px) {
  .wildrivers-opportunities .opportunity-listing--item {
    flex-direction: column;
  }
}
.wildrivers-opportunities .opportunity-block--link {
  pointer-events: auto;
  cursor: pointer;
  z-index: 3;
  border-image-source: url("assets/images/rectangle-2627.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: 0;
  border-image-outset: 2px;
  transition: all 0.3s ease;
}
.wildrivers-opportunities .opportunity-block--link:hover, .wildrivers-opportunities .opportunity-block--link:focus {
  border-image-width: var(--wp--custom--button-border-width);
}
.wildrivers-opportunities .opportunity-block--link:hover ~ .opportunity-list--image .age-range, .wildrivers-opportunities .opportunity-block--link:focus ~ .opportunity-list--image .age-range {
  color: #95CBC1 !important;
}
.wildrivers-opportunities .opportunity-block--link:hover ~ .opportunity-list--image img, .wildrivers-opportunities .opportunity-block--link:focus ~ .opportunity-list--image img {
  transform: scale(1.1);
}
.wildrivers-opportunities .opportunity-block--link:hover ~ .opportunity-list--item--content h4, .wildrivers-opportunities .opportunity-block--link:focus ~ .opportunity-list--item--content h4 {
  color: #395587;
}
.wildrivers-opportunities .opportunity-list--image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wildrivers-opportunities .opportunity-list--image {
    aspect-ratio: 320/205;
  }
}
.wildrivers-opportunities .opportunity-list--image div {
  height: 100%;
}
.wildrivers-opportunities .opportunity-list--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.wildrivers-opportunities .age-range {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 9px 14px;
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  font-weight: 700;
  border-image-source: url("./assets/images/button-navy.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  transition: all 0.3s ease;
}
.wildrivers-opportunities .opportunity-list--item--content {
  background-color: white;
  flex: 0 0 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .wildrivers-opportunities .opportunity-list--item--content {
    padding: clamp(0.3125rem, -1.4732142857rem + 3.7202380952vw, 1.875rem);
  }
}
.wildrivers-opportunities .opportunity-list--item--content h4 {
  transition: all 0.3s ease;
}
.wildrivers-opportunities .opportunity-list--item--content .item-excerpt {
  margin-top: 9px;
}
.wildrivers-opportunities .opportunity-list--item--content .item--terms {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.wildrivers-people {
  position: relative;
  padding: 10px 0;
}
.wildrivers-people .person-block--people {
  margin: auto;
}

@media (min-width: 530px) {
  .person-block--people {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 60px;
    padding-inline: 30px;
  }
}
.person-block--person {
  max-width: 250px;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease;
  position: relative;
}
@media (min-width: 530px) {
  .person-block--person {
    flex: 1 1 calc(50% - 60px);
  }
}
@media (min-width: 769px) {
  .person-block--person {
    flex: 1 1 calc(33% - 60px);
  }
}
@media (min-width: 992px) {
  .person-block--person {
    flex: 1 1 calc(25% - 60px);
  }
}
.person-block--person .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.person-block--person .img-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("assets/images/ellipse-14.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.person-block--person img {
  position: relative;
  transition: all 0.25s ease;
  width: 100%;
}
@media (max-width: 530px) {
  .person-block--person {
    margin: 0 auto 60px auto;
  }
}
.person-block--person:hover img, .person-block--person:focus img {
  transform: scale(1.1);
}

.person-block--link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.person-block--name {
  position: relative;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-block: 0.5rem 0.375rem;
}

.person-block--person .attachment-person {
  display: block;
}

.person-block--role {
  margin: 0;
}

.person-block--organization {
  margin: 0;
}

.wildrivers-program-card {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #F5EFE9;
}
.wildrivers-program-card .program-card--background {
  position: absolute;
  top: -24px;
  right: 0;
  left: -24px;
  bottom: 0;
  object-fit: contain;
  z-index: 0;
  width: calc(100% + 48px);
}
.wildrivers-program-card .program-card--background div {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}
.wildrivers-program-card .program-card--background div::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(190deg, rgba(245, 239, 233, 0.15) 20%, #F5EFE9 70%);
  z-index: 2;
}
.wildrivers-program-card .program-card--background div::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(245, 239, 233, 0) 0%, rgba(245, 239, 233, 0.9) 75%);
  z-index: 3;
}
.wildrivers-program-card .program-card--background img {
  position: relative;
  width: calc(100% + 72px);
  height: auto;
  filter: blur(12px);
  z-index: 1;
}
.wildrivers-program-card .program-card--header {
  padding: 40px 45px 0 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 650px) {
  .wildrivers-program-card .program-card--header {
    padding: 40px 25px 0 25px;
  }
}
.wildrivers-program-card .program-card--header--heading {
  max-width: 375px;
  margin-block: 0 0.25rem;
}
.wildrivers-program-card .program-card--header--text {
  max-width: 375px;
  margin-block: 0.25rem 0.5rem;
}
.wildrivers-program-card .wp-block-separator {
  margin-block: 1rem 0;
}
.wildrivers-program-card .program-card--items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 20px 45px;
}
@media (max-width: 650px) {
  .wildrivers-program-card .program-card--items {
    padding: 50px 25px;
  }
}
.wildrivers-program-card .program-card--item {
  position: relative;
  display: flex;
  gap: 40px;
}
@media (max-width: 650px) {
  .wildrivers-program-card .program-card--item .group-left {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.wildrivers-program-card .program-card--item .group-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 650px) {
  .wildrivers-program-card .program-card--item .group-right {
    padding-right: 80px;
  }
}
.wildrivers-program-card .program-card--item .program-card--item--link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 3;
}
.wildrivers-program-card .program-card--item .program-card--item--link:hover ~ .group-left img, .wildrivers-program-card .program-card--item .program-card--item--link:focus ~ .group-left img {
  transform: scale(1.1);
}
.wildrivers-program-card .program-card--item .program-card--item--link:hover ~ .group-right .program-card--item--title, .wildrivers-program-card .program-card--item .program-card--item--link:focus ~ .group-right .program-card--item--title {
  color: #395587;
}
.wildrivers-program-card .program-card--item .program-card--item--link:hover ~ .group-right .program-card--item--title::after, .wildrivers-program-card .program-card--item .program-card--item--link:focus ~ .group-right .program-card--item--title::after {
  opacity: 1;
}
.wildrivers-program-card .program-card--item .program-card--item--image {
  width: 115px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 650px) {
  .wildrivers-program-card .program-card--item .program-card--item--image {
    width: 72px;
  }
}
.wildrivers-program-card .program-card--item .program-card--item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease;
}
.wildrivers-program-card .program-card--item .program-card--item--supertitle {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  font-weight: 700;
  margin: 0;
}
.wildrivers-program-card .program-card--item .program-card--item--title {
  position: relative;
  display: inline-block;
  transition: all 0.25s ease;
}
.wildrivers-program-card .program-card--item .program-card--item--title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 35%;
  height: var(--wp--custom--button-border-width);
  background: url("assets/images/line-14-rust.svg");
  background-repeat: no-repeat;
  background-size: 100% 3px;
  opacity: 0;
  transition: all 0.25s ease;
}
.wildrivers-program-card .program-card--item .program-card--item--title svg {
  display: inline-block;
  margin-left: 5px;
}
.wildrivers-program-card .program-card--item .program-card--item--text {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  margin-block: 10px 0;
}
.wildrivers-program-card .program-card--footer {
  padding: 50px 45px 40px 45px;
  position: relative;
}
@media (max-width: 650px) {
  .wildrivers-program-card .program-card--footer {
    padding: 20px 25px 40px 25px;
  }
}
.wildrivers-program-card .program-card--footer--text {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
}
.wildrivers-program-card .program-card--footer--text p {
  margin: 0;
}

.wildrivers-programs .items {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 767px) {
  .wildrivers-programs .items {
    display: flex;
    flex-direction: column;
  }
}
.wildrivers-programs .items:has(.empty-items-message) {
  display: block;
}
.wildrivers-programs .program-listing--item {
  position: relative;
  max-width: 567px;
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 525px) {
  .wildrivers-programs .program-listing--item {
    flex-direction: column;
  }
}
.wildrivers-programs .program-block--link {
  pointer-events: auto;
  cursor: pointer;
  z-index: 3;
  border-image-source: url("assets/images/rectangle-2627.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: 0;
  border-image-outset: 2px;
  transition: all 0.3s ease;
}
.wildrivers-programs .program-block--link:hover, .wildrivers-programs .program-block--link:focus {
  border-image-width: var(--wp--custom--button-border-width);
}
.wildrivers-programs .program-block--link:hover ~ .program-list--image .age-range, .wildrivers-programs .program-block--link:focus ~ .program-list--image .age-range {
  color: #95CBC1 !important;
}
.wildrivers-programs .program-block--link:hover ~ .program-list--image img, .wildrivers-programs .program-block--link:focus ~ .program-list--image img {
  transform: scale(1.1);
}
.wildrivers-programs .program-block--link:hover ~ .program-list--item--content h4, .wildrivers-programs .program-block--link:focus ~ .program-list--item--content h4 {
  color: #395587;
}
.wildrivers-programs .program-list--image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wildrivers-programs .program-list--image {
    aspect-ratio: 320/205;
  }
}
.wildrivers-programs .program-list--image div {
  height: 100%;
}
.wildrivers-programs .program-list--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.wildrivers-programs .age-range {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 9px 14px;
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  font-weight: 700;
  border-image-source: url("./assets/images/button-navy.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  transition: all 0.3s ease;
}
.wildrivers-programs .program-list--item--content {
  background-color: white;
  flex: 0 0 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .wildrivers-programs .program-list--item--content {
    padding: clamp(0.3125rem, -1.4732142857rem + 3.7202380952vw, 1.875rem);
  }
}
.wildrivers-programs .program-list--item--content h4 {
  transition: all 0.3s ease;
}
.wildrivers-programs .program-list--item--content .item-excerpt {
  margin-top: 9px;
}
.wildrivers-programs .program-list--item--content .item--terms {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.wildrivers-slideshow .slick-track {
  display: flex;
  gap: 1.875rem;
}
.wildrivers-slideshow .slick-slide {
  display: flex;
  margin-block: auto;
}
@media (min-width: 768px) {
  .wildrivers-slideshow .slick-slide {
    margin-block: 0;
  }
}
.wildrivers-slideshow .slideshow--slide {
  max-width: calc(100vw - 60px);
}
.wildrivers-slideshow .slideshow--caption {
  padding-block: 0.625rem;
}
.wildrivers-slideshow .slick-prev::before,
.wildrivers-slideshow .slick-next::before {
  content: "";
  background-image: url("assets/images/slide-arrow.svg");
}
.wildrivers-slideshow .slick-prev {
  left: -25px;
}
.wildrivers-slideshow .slick-prev::before {
  transform: rotate(180deg);
}
.wildrivers-slideshow .slick-next {
  right: -25px;
}
.wildrivers-slideshow .slick-next::before {
  transform: rotate(0deg);
}

.wildrivers-small-cta .wp-block-group {
  margin-inline: auto;
}
.wildrivers-small-cta .small-cta--inner {
  margin-inline: auto;
  padding: 2.0625rem 2.5rem;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .wildrivers-small-cta .small-cta--inner {
    gap: 2%;
    grid-template-columns: 53% 45%;
    align-items: center;
  }
}
.wildrivers-small-cta .small-cta--inner:has(.small-cta--social) {
  align-items: stretch;
}
.wildrivers-small-cta .small-cta--content .title b, .wildrivers-small-cta .small-cta--content .title strong, .wildrivers-small-cta .small-cta--content .title em, .wildrivers-small-cta .small-cta--content .title i {
  color: var(--wp--preset--color--dark-navy);
  font-weight: inherit;
  font-style: initial;
}
.wildrivers-small-cta .small-cta--content hr {
  margin-block: 0.75rem;
}
.wildrivers-small-cta .small-cta--content p:last-of-type {
  margin-block-end: 0;
}
.wildrivers-small-cta .small-cta--action {
  display: flex;
  justify-content: center;
}
.wildrivers-small-cta .small-cta--action:has(.small-cta--social) {
  align-items: center;
}
.wildrivers-small-cta .small-cta--social .social-media {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.wildrivers-small-cta .small-cta--social .social-media .social-media-link {
  transform: scale(1.5);
}
.wildrivers-small-cta .social-media a svg path {
  transition: all 0.3s ease;
}
.wildrivers-small-cta .social-media a:hover svg path, .wildrivers-small-cta .social-media a:focus svg path {
  fill: var(--wp--preset--color--rust);
}
.wildrivers-small-cta.alignwide .wp-block-group {
  max-width: 963px;
}
.wildrivers-small-cta.alignwide .small-cta--inner {
  max-width: var(--wp--style--global--content-size);
}

.wildrivers-teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.wildrivers-teasers.teasers--items.teasers--alignment--left {
  text-align: left;
}
.wildrivers-teasers.teasers--items.teasers--alignment--center {
  text-align: center;
}
.wildrivers-teasers .teasers--item {
  position: relative;
  flex: 0 0 calc(50% - 16px);
  max-width: 567px;
}
@media (max-width: 767px) {
  .wildrivers-teasers .teasers--item {
    flex: 0 0 100%;
  }
}
.wildrivers-teasers .teasers--item--image {
  overflow: hidden;
}
.wildrivers-teasers .teasers--item--image img {
  width: 100%;
  height: 100%;
  max-height: 263px;
  object-fit: cover;
  transition: all 0.25s ease;
}
.wildrivers-teasers .teasers--item--heading {
  position: relative;
  margin-top: 10px;
  padding: 0 10%;
  transition: all 0.25s ease;
}
.wildrivers-teasers .teasers--item--heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  bottom: -9px;
  width: 50%;
  height: var(--wp--custom--button-border-width);
  background: url("assets/images/line-14-rust.svg");
  background-repeat: no-repeat;
  background-size: 100% 3px;
  opacity: 0;
  transition: all 0.25s ease;
}
.wildrivers-teasers .teasers--item--text {
  margin-top: 10px;
  padding: 0 10%;
}
.wildrivers-teasers .teasers--item--link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 3;
}
.wildrivers-teasers .teasers--item--link:hover ~ .teasers--item--content img, .wildrivers-teasers .teasers--item--link:focus ~ .teasers--item--content img {
  transform: scale(1.1);
}
.wildrivers-teasers .teasers--item--link:hover ~ .teasers--item--content h3, .wildrivers-teasers .teasers--item--link:focus ~ .teasers--item--content h3 {
  color: #395587;
}
.wildrivers-teasers .teasers--item--link:hover ~ .teasers--item--content h3::after, .wildrivers-teasers .teasers--item--link:focus ~ .teasers--item--content h3::after {
  opacity: 1;
}

.wildrivers-timeline .timeline-image {
  display: none;
}
@media (min-width: 768px) {
  .wildrivers-timeline .timeline-image {
    display: block;
  }
}
.wildrivers-timeline .timeline-image--mobile {
  display: block;
  float: right;
  max-width: 150px;
  width: 25%;
  min-width: 100px;
  margin: 0 0 0.5rem 0.5rem;
}
@media (min-width: 768px) {
  .wildrivers-timeline .timeline-image--mobile {
    display: none;
  }
}
.wildrivers-timeline .timeline-item {
  --timeline-row: 1;
  z-index: var(--timeline-row);
  position: relative;
  width: 100%;
  clear: both;
  margin-bottom: 2rem;
}
.wildrivers-timeline .timeline-item:not(:first-child):not(:last-child)::before {
  content: "";
  width: 1px;
  height: calc(100% + 100px);
  min-height: 150px;
  display: block;
  background-color: #95CBC1;
  position: absolute;
  bottom: -50px;
  left: -0.5px;
}
.wildrivers-timeline .timeline-item:not(:first-child) .timeline-image--mobile {
  margin-block-start: -20px;
}
.wildrivers-timeline .timeline-item:first-child::before {
  content: "";
  width: 1px;
  height: 100%;
  min-height: 150px;
  display: block;
  background-color: #95CBC1;
  position: absolute;
  top: 19px;
  left: -0.5px;
}
.wildrivers-timeline .timeline-item:last-child::before {
  content: "";
  width: 1px;
  height: 100%;
  min-height: 150px;
  display: block;
  background-color: #95CBC1;
  position: absolute;
  bottom: calc(100% - 19px);
  left: -0.5px;
}
@media (min-width: 768px) {
  .wildrivers-timeline .timeline-item {
    border-left: none !important;
    display: grid;
    grid-template-columns: minmax(100px, 300px) 110px minmax(50%, 75%) minmax(100px, 300px);
    min-height: 180px;
    margin-bottom: 0;
  }
  .wildrivers-timeline .timeline-item::before {
    display: none !important;
  }
  .wildrivers-timeline .timeline-item:not(:first-child).has-image-left .timeline-year, .wildrivers-timeline .timeline-item:not(:first-child).has-image-right .timeline-year {
    margin-top: -45px;
  }
  .wildrivers-timeline .timeline-item:not(:first-child).has-image-left .timeline-image, .wildrivers-timeline .timeline-item:not(:first-child).has-image-right .timeline-image {
    margin-top: -60px;
  }
}
.wildrivers-timeline .timeline-item.has-image-left .timeline-image--left {
  display: none;
}
@media (min-width: 768px) {
  .wildrivers-timeline .timeline-item.has-image-left .timeline-image--left {
    display: block;
    margin-right: -35px;
    margin-left: -60px;
  }
}
.wildrivers-timeline .timeline-item.has-image-left .timeline-image--right img {
  display: none;
}
.wildrivers-timeline .timeline-item.has-image-right .timeline-content {
  padding-right: 40px;
}
.wildrivers-timeline .timeline-item.has-image-right .timeline-image--right {
  display: none;
}
@media (min-width: 768px) {
  .wildrivers-timeline .timeline-item.has-image-right .timeline-image--right {
    display: block;
    margin-left: -35px;
    margin-right: -60px;
  }
}
.wildrivers-timeline .timeline-item.has-image-right .timeline-image--left img {
  display: none;
}
.wildrivers-timeline .timeline-image {
  border-radius: 100%;
  overflow: hidden;
}
.wildrivers-timeline .timeline-image:not(:empty) {
  aspect-ratio: 1/1;
}
.wildrivers-timeline .timeline-image--desktop {
  max-width: 300px;
}
.wildrivers-timeline .timeline-image img {
  object-fit: cover;
  aspect-ratio: 1/1;
}
.wildrivers-timeline .timeline-year {
  position: relative;
  font-weight: 800;
  font-size: 1.875rem;
  letter-spacing: -0.3px;
  padding-left: 20px;
}
.wildrivers-timeline .timeline-year::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #95CBC1;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 19px;
}
@media (min-width: 768px) {
  .wildrivers-timeline .timeline-year {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    padding-left: 0;
  }
  .wildrivers-timeline .timeline-year::before {
    content: url("./assets/images/ellipse-9.svg");
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
  }
  .wildrivers-timeline .timeline-year::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #95CBC1;
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: -2;
  }
}
.wildrivers-timeline .timeline-content {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .wildrivers-timeline .timeline-content {
    margin-left: 20px;
    padding-left: 30px;
    border-left: 1px solid #95CBC1;
  }
}
.wildrivers-timeline .timeline-content .timeline-heading {
  margin-bottom: 9px;
}
.wildrivers-timeline .timeline-content .wildrivers-accordion details {
  background: none;
}
.wildrivers-timeline .timeline-content .wildrivers-accordion details div {
  padding: 0;
  font-weight: 400;
  margin-top: 24px;
}
.wildrivers-timeline .timeline-content .wildrivers-accordion summary {
  padding: 0;
}
.wildrivers-timeline .timeline-content .wildrivers-accordion summary span {
  font-weight: 400;
}

.wildrivers-vertical-slides {
  background-color: var(--wp--preset--color--white);
}
.wildrivers-vertical-slides::after {
  content: "";
  display: block;
  clear: both;
}
.wildrivers-vertical-slides .slide-images {
  overflow: inherit;
  position: sticky;
  top: 2rem;
  margin: 0;
  z-index: 5;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .wildrivers-vertical-slides .slide-images {
    width: 49%;
    top: 15vh;
    float: left;
  }
}
.wildrivers-vertical-slides .slide-images .static-slide--image {
  opacity: 0;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  height: calc(50vh + 2.5rem);
  z-index: 1;
  margin-block-start: -2rem;
  background-color: var(--wp--preset--color--white);
  padding-block-start: 2rem;
}
@media (min-width: 768px) {
  .wildrivers-vertical-slides .slide-images .static-slide--image {
    width: auto;
    height: 500px;
    background-color: transparent;
    padding-block-start: 0;
  }
}
.wildrivers-vertical-slides .slide-images .static-slide--image img {
  margin-inline: auto;
  display: block;
  width: auto;
  height: 50vh;
}
@media (min-width: 768px) {
  .wildrivers-vertical-slides .slide-images .static-slide--image img {
    margin-inline: 0;
    max-width: 49vw;
    max-height: 90vh;
    width: 100%;
    height: auto;
  }
}
.wildrivers-vertical-slides .slide-images .static-slide--image.is-active {
  opacity: 1;
  z-index: 2;
}
.wildrivers-vertical-slides .slide-content {
  position: relative;
  margin: 0;
  overflow: hidden;
  z-index: 4;
}
@media (min-width: 768px) {
  .wildrivers-vertical-slides .slide-content {
    margin: 0 0 0 49%;
    width: 51%;
  }
}
.wildrivers-vertical-slides .slide-content .static-slide--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 2rem;
  width: 100%;
  height: auto;
  min-height: 45vh;
  max-height: 1000vh;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wildrivers-vertical-slides .slide-content .static-slide--content {
    width: 100%;
    height: 100vh;
    max-width: 51vw;
    max-height: 90vh;
    padding: 0 0 0 1rem;
  }
}
.wildrivers-vertical-slides .slide-content .static-slide--content:nth-of-type(1) {
  margin-block-start: 52vh;
}
@media (min-width: 768px) {
  .wildrivers-vertical-slides .slide-content .static-slide--content:nth-of-type(1) {
    margin-block-start: 0;
  }
}
.wildrivers-vertical-slides .slide-content .static-slide--heading,
.wildrivers-vertical-slides .slide-content .static-slide-content {
  margin-block-end: 1rem;
}
.wildrivers-vertical-slides .vertical-slide--arrow {
  opacity: 1;
  transition: opacity 1s ease;
}
@media (max-width: 767px) {
  .wildrivers-vertical-slides .vertical-slide--arrow {
    order: -1;
    padding-bottom: 2rem;
  }
}
.wildrivers-vertical-slides .static-slides[data-scrolled=true] .vertical-slide--arrow {
  opacity: 0;
}

/* Patterns
--------------------------------------------- */
.wp-block-cover.background-with-form .gsection_title,
.wp-block-cover.background-with-form .gfield--type-section {
  color: white;
}
.wp-block-cover.background-with-form .gform_footer {
  justify-content: center;
}

.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex {
  gap: 18px;
  justify-content: space-between;
}
.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex .gf_clear.gf_clear_complex {
  display: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article {
  position: relative;
}

.page-content-404 {
  padding: 3rem 0;
}

@media (min-width: 1160px) {
  .post-header {
    min-height: 280px;
  }
}

.archive-load-more[data-has-more=false] {
  display: none;
}

.wp-singular article.post-password-required {
  padding-block: 2rem;
}

/* Modal boxes
--------------------------------------------- */
.header-search .dialog-content {
  padding: 3rem;
  border-radius: 4px;
  position: relative;
  background-color: var(--wp--preset--color--beige);
}
.header-search .dialog-content .btn-modal-close {
  border-image: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url("./assets/images/close-modal.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
.header-search .dialog-content .btn-modal-close:focus, .header-search .dialog-content .btn-modal-close:hover {
  background-image: url("assets/images/close-modal-rust.svg");
}
.header-search .search-form {
  display: flex;
  justify-content: center;
  gap: 0;
}
.header-search .search-field {
  min-width: 200px;
  width: 25vw;
}
.header-search .search-submit {
  width: 125px;
  margin-inline-start: -6px;
}

.wr-modal--content {
  width: 90%;
  max-width: 800px;
  min-width: 200px;
  padding: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 85vh;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 600px) {
  .wr-modal--content {
    padding: 2rem;
  }
}
.wr-modal--content .btn-modal-close {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  background: transparent;
  border: 0 none;
  padding: 0;
}
.wr-modal--content .btn-modal-close::after {
  display: none;
}
.wr-modal--content .btn-modal-close svg path {
  transition: all 0.3s ease;
}
.wr-modal--content .btn-modal-close:hover svg path {
  fill: var(--wp--preset--color--navy);
}
@media (min-width: 600px) {
  .wr-modal--content .btn-modal-close {
    top: 2rem;
    right: 2rem;
  }
}
@media (min-width: 600px) {
  .wr-modal--content-top {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 2rem;
  }
}
.wr-modal--content-top-right {
  background-image: url(assets/images/line-12-wide-yellow.svg);
  background-position: bottom center;
  background-size: 100% 5px;
  background-repeat: no-repeat;
  padding-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .wr-modal--content-top-right {
    padding-bottom: 1rem;
  }
}
.wr-modal--content-top-right .wr-modal--commitment,
.wr-modal--content-top-right .wr-modal--deadline,
.wr-modal--content-top-right .wr-modal--grades,
.wr-modal--content-top-right .wr-modal--topics {
  margin: 0;
}
.wr-modal--content-bottom {
  padding-top: 24px;
}
.wr-modal--content-bottom .wr-modal--location,
.wr-modal--content-bottom .wr-modal--additional-information,
.wr-modal--content-bottom .wr-modal--standards {
  margin-top: 24px;
}
.wr-modal--content-bottom .wr-modal--directions {
  margin-top: 15px;
}
.wr-modal--image.desktop {
  display: none;
}
@media (min-width: 600px) {
  .wr-modal--image.desktop {
    display: block;
  }
}
.wr-modal--image.mobile {
  margin-block-end: 1rem;
}
@media (min-width: 600px) {
  .wr-modal--image.mobile {
    display: none;
  }
}
.wr-modal--image.img-loading {
  position: relative;
  z-index: 1;
}
.wr-modal--image.img-loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(135deg, #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%);
  animation: LoadingAnimation 5s ease infinite;
  background-size: 200% 200%;
}
.wr-modal--url, .wr-modal--apply-button {
  margin-top: 1rem;
}
.wr-modal--title {
  color: #284355;
  font-family: var(--wp--preset--font-family--open-sans);
  line-height: var(--wp--custom--line-height-h-2);
  font-weight: 800;
  letter-spacing: -0.01%;
  font-size: 1.875rem;
}
@media (max-width: 850px) {
  .wr-modal--title {
    font-size: 1.6875rem;
  }
}
@media (max-width: 600px) {
  .wr-modal--title {
    font-size: 1.5rem;
  }
}
.wr-modal--title {
  font-weight: 900;
  margin-block-start: 0;
  margin-bottom: 4px;
}
.wr-modal--position {
  margin: 1px 0;
}
.wr-modal--pronouns {
  margin: 1px 0;
}
.wr-modal--description {
  margin: 1px 0;
}
.wr-modal--email {
  margin-block-start: 1.5rem;
  position: relative;
}

.placeholder {
  background: linear-gradient(135deg, #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%);
  animation: LoadingAnimation 5s ease infinite;
  background-size: 200% 200%;
}
.placeholder.loading {
  display: inline-block;
  min-width: 250px;
  min-height: 1em;
}
.placeholder.large {
  min-height: 150px;
  display: block;
  width: 100%;
}

@keyframes LoadingAnimation {
  0% {
    background-position: 91% 100%;
  }
  50% {
    background-position: 10% 0%;
  }
  100% {
    background-position: 91% 100%;
  }
}
#newsletter-modal .dialog-content {
  padding: 3rem 1rem 2rem;
  position: relative;
  max-width: 450px;
}
#newsletter-modal .dialog-content .btn-modal-close {
  border-image: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  background-image: url("./assets/images/close-modal.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}
#newsletter-modal .dialog-content .btn-modal-close:focus, #newsletter-modal .dialog-content .btn-modal-close:hover {
  background-image: url("assets/images/close-modal-rust.svg");
}
#newsletter-modal .gform_wrapper .gform_title {
  color: #284355;
  font-family: var(--wp--preset--font-family--neilvard);
  line-height: var(--wp--custom--line-height-h-1);
  font-weight: 400;
  letter-spacing: -0.01%;
  font-size: 2.8125rem;
}
@media (max-width: 850px) {
  #newsletter-modal .gform_wrapper .gform_title {
    font-size: 2.375rem;
  }
}
@media (max-width: 600px) {
  #newsletter-modal .gform_wrapper .gform_title {
    font-size: 2rem;
  }
}
#newsletter-modal .gform_wrapper .gform_title {
  text-align: center;
  margin-block: 2rem 1rem;
}
#newsletter-modal .gform_wrapper .gform_description {
  text-align: center;
  margin-inline: auto;
  max-width: 300px;
}
#newsletter-modal .gform_wrapper .gform_body .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0;
  padding: 0;
}
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=search],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=range],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=date],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=month],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=week],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=time],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=datetime],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=datetime-local],
#newsletter-modal .gform_wrapper .gform_body .gform_fields .gfield input[type=color] {
  width: 100%;
}
#newsletter-modal .gform_wrapper .gform_footer {
  padding-block: 0.5rem;
}
#newsletter-modal .gform_wrapper .gform_footer .gform_button {
  display: block;
  margin-inline: auto;
  min-width: 50%;
}
#newsletter-modal .gform_wrapper .ginput_complex {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3rem;
}

#alert-modal .dialog-overlay {
  background-color: var(--wp--preset--color--beige);
}
#alert-modal .dialog-content {
  border-radius: 0;
  padding: 15vh 0 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #alert-modal .dialog-content {
    border-radius: 30px;
    padding: 10vh 100px 1rem;
  }
}
#alert-modal .wr-modal--alert-content {
  background: linear-gradient(180deg, rgba(40, 67, 85, 0) 0%, rgba(40, 67, 85, 0.74) 47.12%, #284355 100%);
  text-align: center;
  padding: 20vh 2.25rem 2.25rem;
  max-width: 600px;
  width: 100%;
}
@media (min-width: 768px) {
  #alert-modal .wr-modal--alert-content {
    padding: 2.625rem;
    margin-top: 25vh;
    background: rgba(40, 67, 85, 0.87);
  }
}
#alert-modal .wr-modal--title {
  color: #284355;
  font-family: var(--wp--preset--font-family--neilvard);
  line-height: var(--wp--custom--line-height-h-1);
  font-weight: 400;
  letter-spacing: -0.01%;
  font-size: 2.8125rem;
}
@media (max-width: 850px) {
  #alert-modal .wr-modal--title {
    font-size: 2.375rem;
  }
}
@media (max-width: 600px) {
  #alert-modal .wr-modal--title {
    font-size: 2rem;
  }
}
#alert-modal .wr-modal--title::after {
  height: 4px;
  top: calc(100% - 6px);
  background-image: url("assets/images/line-13.svg");
}
#alert-modal .wr-modal--details {
  margin-block: 1rem;
}
#alert-modal .wr-modal--details a {
  color: var(--wp--color--preset--white);
}
#alert-modal .wr-modal--details a:hover, #alert-modal .wr-modal--details a:focus {
  color: var(--wp--color--preset--white);
  text-decoration: none;
}
#alert-modal .btn-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-image: url("assets/images/close-modal.svg");
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-color: transparent;
}
#alert-modal .btn-modal-close:hover, #alert-modal .btn-modal-close:focus {
  background-image: url("assets/images/close-modal-rust.svg");
}

.entry-content .wildrivers-inner-hero + .wp-block-separator {
  margin-block: -2rem 1.5rem;
}

.excerpts-container .post-row:not(.post-row--large) {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.excerpts-container .post-row:not(.post-row--large) article {
  position: relative;
  max-width: 480px;
}
@media (min-width: 520px) {
  .excerpts-container .post-row:not(.post-row--large) article {
    max-width: 368px;
    width: calc(50% - 1rem);
  }
}
@media (min-width: 768px) {
  .excerpts-container .post-row:not(.post-row--large) article {
    width: calc(33.33% - 1.3333333333rem);
  }
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt {
  border-image-source: url("assets/images/rectangle-2627.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .excerpt-link:hover ~ .post-excerpt--content, .excerpts-container .post-row:not(.post-row--large) .post-excerpt .excerpt-link:focus ~ .post-excerpt--content {
  background-color: #F5EFE9;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .excerpt-link:hover ~ .post-excerpt--content .post-topic, .excerpts-container .post-row:not(.post-row--large) .post-excerpt .excerpt-link:focus ~ .post-excerpt--content .post-topic {
  color: var(--wp--preset--color--teal) !important;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .excerpt-link:hover ~ .post-excerpt--content img, .excerpts-container .post-row:not(.post-row--large) .post-excerpt .excerpt-link:focus ~ .post-excerpt--content img {
  transform: scale(1.1);
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .excerpt-link:hover ~ .post-excerpt--content .entry-title, .excerpts-container .post-row:not(.post-row--large) .post-excerpt .excerpt-link:focus ~ .post-excerpt--content .entry-title {
  color: #395587;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .excerpt-link:hover ~ .post-excerpt--content .entry-title::after, .excerpts-container .post-row:not(.post-row--large) .post-excerpt .excerpt-link:focus ~ .post-excerpt--content .entry-title::after {
  opacity: 1;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content {
  transition: all 0.3s ease;
  height: 100%;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .post-excerpt--image-placeholder,
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .post-excerpt--image {
  overflow: hidden;
  position: relative;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .post-topic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 9px 14px;
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  font-weight: 700;
  border-image-source: url("./assets/images/button-navy.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  transition: all 0.3s ease;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content img {
  width: 100%;
  aspect-ratio: 366/256;
  object-fit: cover;
  transition: all 0.3s ease;
  width: 100%;
  object-position: top;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .entry-header {
  padding: 20px 20px 0;
}
@media (min-width: 1024px) {
  .excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .entry-header {
    padding: 30px 30px 0;
  }
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .entry-title {
  font-size: 1.5rem !important;
  position: relative;
  margin-bottom: 9px;
  transition: all 0.3s ease;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .entry-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: var(--wp--custom--button-border-width);
  background: url("assets/images/line-14-rust.svg");
  background-repeat: no-repeat;
  background-size: 100% 3px;
  opacity: 0;
  transition: all 0.25s ease;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .posted-on {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .entry-content {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  padding: 0 20px 20px;
}
@media (min-width: 1024px) {
  .excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .entry-content {
    padding: 0 30px 30px;
  }
}
.excerpts-container .post-row:not(.post-row--large) .post-excerpt .post-excerpt--content .entry-content p {
  margin: 0;
}
.excerpts-container .post-row--large {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .excerpts-container .post-row--large {
    flex-wrap: nowrap;
  }
}
.excerpts-container .post-row--large article {
  width: 100%;
}
@media (min-width: 520px) {
  .excerpts-container .post-row--large article {
    max-width: calc(50% - 1rem);
  }
}
.excerpts-container .post-row--large .entry-header {
  margin-top: 11px;
}
.excerpts-container .post-row--large .post-excerpt--image-placeholder,
.excerpts-container .post-row--large .post-excerpt--image {
  overflow: hidden;
  position: relative;
}
.excerpts-container .post-row--large .post-excerpt--content .post-topic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 9px 14px;
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  font-weight: 700;
  border-image-source: url("./assets/images/button-navy.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  transition: all 0.3s ease;
}
.excerpts-container .post-row--large .post-excerpt--content img {
  transform: scale(1);
  transition: transform 0.3s ease;
  aspect-ratio: 366/256;
  width: 100%;
  object-position: top;
  object-fit: cover;
}
@media (min-width: 768px) {
  .excerpts-container .post-row--large .post-excerpt--content img {
    aspect-ratio: 570/350;
  }
}
.excerpts-container .post-row--large .entry-title {
  font-size: 22px !important;
  margin-bottom: 9px;
  position: relative;
}
.excerpts-container .post-row--large .entry-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: var(--wp--custom--button-border-width);
  background: url("assets/images/line-14-rust.svg");
  background-repeat: no-repeat;
  background-size: 100% 3px;
  opacity: 0;
  transition: all 0.25s ease;
}
.excerpts-container .post-row--large .posted-on {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.excerpts-container .post-row--large .entry-content {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
}
.excerpts-container .post-row--large .excerpt-link:hover ~ .post-excerpt--content .post-topic, .excerpts-container .post-row--large .excerpt-link:focus ~ .post-excerpt--content .post-topic {
  color: var(--wp--preset--color--teal) !important;
}
.excerpts-container .post-row--large .excerpt-link:hover ~ .post-excerpt--content img, .excerpts-container .post-row--large .excerpt-link:focus ~ .post-excerpt--content img {
  transform: scale(1.1);
}
.excerpts-container .post-row--large .excerpt-link:hover ~ .post-excerpt--content .entry-title, .excerpts-container .post-row--large .excerpt-link:focus ~ .post-excerpt--content .entry-title {
  color: #395587;
}
.excerpts-container .post-row--large .excerpt-link:hover ~ .post-excerpt--content .entry-title::after, .excerpts-container .post-row--large .excerpt-link:focus ~ .post-excerpt--content .entry-title::after {
  opacity: 1;
}

.blog-pagination-meta {
  display: flex;
  justify-content: space-between;
  padding-block: 1.25rem 3.125rem;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .blog-pagination-meta {
    flex-direction: row;
  }
}
.blog-pagination-meta .blogs-pagination {
  display: flex;
  border-image: url("assets/images/button-teal.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: 4px;
  border-image-outset: 2px;
}
.blog-pagination-meta .blogs-pagination a {
  border: 1px solid var(--wp--preset--color--teal);
  color: var(--wp--preset--color--rust);
  border-right: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 10px 8px;
}
@media (min-width: 480px) {
  .blog-pagination-meta .blogs-pagination a {
    padding: 10px 16px;
  }
}
.blog-pagination-meta .blogs-pagination a svg {
  transition: transform 0.3s ease;
  transform: scale(1);
}
.blog-pagination-meta .blogs-pagination a:hover {
  color: var(--wp--preset--color--dark-navy);
  background-color: var(--wp--preset--color--beige);
}
.blog-pagination-meta .blogs-pagination a:hover svg {
  transform: scale(1.5);
}
.blog-pagination-meta .blogs-pagination a:hover svg path {
  fill: var(--wp--preset--color--dark-navy);
}
.blog-pagination-meta .blogs-pagination a:last-child {
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
.blog-pagination-meta .blogs-pagination .page-number {
  color: var(--wp--preset--color--navy);
}
.blog-pagination-meta .blogs-pagination .page-number.current {
  pointer-events: none;
  background-color: var(--wp--preset--color--teal);
}

.search-results .wp-block-cover {
  min-height: 200px !important;
  margin-block-end: 3rem;
}
.search-results .page-title {
  margin-block-end: 1.5rem;
}
.search-results .excerpts-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding-block-end: 2rem;
}
.search-results .excerpts-container article,
.search-results .excerpts-container .event-listing--item {
  position: relative;
  max-width: 368px;
}
@media (min-width: 420px) {
  .search-results .excerpts-container article,
  .search-results .excerpts-container .event-listing--item {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 768px) {
  .search-results .excerpts-container article,
  .search-results .excerpts-container .event-listing--item {
    width: calc(33.33% - 1.3333333333rem);
  }
}
.search-results .excerpts-container .post-excerpt {
  border-image-source: url("assets/images/rectangle-2627.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  overflow: hidden;
}
.search-results .excerpts-container .post-excerpt .excerpt-link:hover ~ .post-excerpt--content, .search-results .excerpts-container .post-excerpt .excerpt-link:focus ~ .post-excerpt--content {
  background-color: #F5EFE9;
}
.search-results .excerpts-container .post-excerpt .excerpt-link:hover ~ .post-excerpt--content .post-topic, .search-results .excerpts-container .post-excerpt .excerpt-link:focus ~ .post-excerpt--content .post-topic {
  color: var(--wp--preset--color--teal) !important;
}
.search-results .excerpts-container .post-excerpt .excerpt-link:hover ~ .post-excerpt--content img, .search-results .excerpts-container .post-excerpt .excerpt-link:focus ~ .post-excerpt--content img {
  transform: scale(1.1);
}
.search-results .excerpts-container .post-excerpt .excerpt-link:hover ~ .post-excerpt--content .entry-title, .search-results .excerpts-container .post-excerpt .excerpt-link:focus ~ .post-excerpt--content .entry-title {
  color: #395587;
}
.search-results .excerpts-container .post-excerpt .excerpt-link:hover ~ .post-excerpt--content .entry-title::after, .search-results .excerpts-container .post-excerpt .excerpt-link:focus ~ .post-excerpt--content .entry-title::after {
  opacity: 1;
}
.search-results .excerpts-container .post-excerpt .post-excerpt--content {
  transition: all 0.3s ease;
  height: 100%;
}
.search-results .excerpts-container .post-excerpt .post-excerpt--content .post-excerpt--image,
.search-results .excerpts-container .post-excerpt .post-excerpt--content .post-excerpt--image-placeholder {
  overflow: hidden;
}
.search-results .excerpts-container .post-excerpt .post-excerpt--content img {
  transition: all 0.3s ease;
}
.search-results .excerpts-container .post-excerpt .post-excerpt--content .entry-header {
  padding: 30px 30px 0 30px;
}
.search-results .excerpts-container .post-excerpt .post-excerpt--content .post-topic {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 9px 14px;
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  font-weight: 700;
  border-image-source: url("./assets/images/button-navy.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  transition: all 0.3s ease;
}
.search-results .excerpts-container .post-excerpt .post-excerpt--content .entry-title {
  font-size: 1.5rem !important;
  position: relative;
  margin-bottom: 9px;
  transition: all 0.3s ease;
}
.search-results .excerpts-container .post-excerpt .post-excerpt--content .entry-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: var(--wp--custom--button-border-width);
  background: url("assets/images/line-14-rust.svg");
  background-repeat: no-repeat;
  background-size: 100% 3px;
  opacity: 0;
  transition: all 0.25s ease;
}
.search-results .excerpts-container .post-excerpt .post-excerpt--content .posted-on {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.search-results .excerpts-container .post-excerpt .post-excerpt--content .entry-content {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  padding: 30px;
  height: 100%;
}
.search-results .excerpts-container .post-excerpt .post-excerpt--content .entry-content p {
  margin: 0;
}
.search-results .excerpts-container .event-listing--item {
  border-image-source: url("assets/images/rectangle-2627.svg");
  border-image-repeat: stretch;
  border-image-slice: 3;
  border-image-width: var(--wp--custom--button-border-width);
  border-image-outset: 2px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}
.search-results .excerpts-container .event-listing--item .event-list--item--content {
  flex: auto;
  padding: 30px;
  transition: background 0.3s ease;
}
.search-results .excerpts-container .event-listing--item h3 {
  margin-bottom: 10px;
  position: relative;
}
.search-results .excerpts-container .event-listing--item h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: var(--wp--custom--button-border-width);
  background: url("assets/images/line-14-rust.svg");
  background-repeat: no-repeat;
  background-size: 100% 3px;
  opacity: 0;
  transition: all 0.25s ease;
}
.search-results .excerpts-container .event-listing--item .field-data-set {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 6px;
}
.search-results .excerpts-container .event-listing--item .field-data {
  display: block;
}
.search-results .excerpts-container .event-listing--item .field-data > span:first-child {
  font-weight: 700;
}
.search-results .excerpts-container .event-listing--item .item--location {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 6px;
}
.search-results .excerpts-container .event-listing--item .item--terms {
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.search-results .excerpts-container .event-listing--item .item--terms span::before {
  margin-inline-end: 0;
  vertical-align: -3px;
}
.search-results .excerpts-container .event-listing--item .item-excerpt {
  margin-bottom: 10px;
  color: #284355;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
}
.search-results .excerpts-container .event-listing--item .event-list--image {
  overflow: hidden;
}
.search-results .excerpts-container .event-listing--item .event-list--image img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.search-results .excerpts-container .event-listing--item .overlay-link:hover ~ .event-list--item--content {
  background-color: var(--wp--preset--color--beige);
}
.search-results .excerpts-container .event-listing--item .overlay-link:hover ~ .event-list--item--content h3::after {
  opacity: 1;
}
.search-results .excerpts-container .event-listing--item .overlay-link:hover ~ .event-list--image img {
  transform: scale(1.1);
}

.single-event .entry-content .wp-block-cover:first-child {
  min-height: unset;
  margin-bottom: 80px;
  padding-top: 50px;
}
.single-event .entry-content .wp-block-cover:first-child .wp-block-group {
  display: flex;
}
@media (max-width: 600px) {
  .single-event .entry-content .wp-block-cover:first-child .wp-block-group {
    flex-direction: column-reverse;
  }
}
.single-event .entry-content .wp-block-cover:first-child .event-header--content {
  flex: auto;
  margin: 0 !important;
  padding: 0 30px 20px 0;
}
@media (max-width: 600px) {
  .single-event .entry-content .wp-block-cover:first-child .event-header--content {
    padding-top: 30px;
  }
}
.single-event .entry-content .wp-block-cover:first-child .event--back-link {
  margin-bottom: 12px;
}
.single-event .entry-content .wp-block-cover:first-child .event--back-link svg {
  transform: rotate(180deg) scale(1);
  transition: transform 0.3s ease;
}
.single-event .entry-content .wp-block-cover:first-child .event--back-link a {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}
.single-event .entry-content .wp-block-cover:first-child .event--back-link a:hover svg {
  transform: rotate(180deg) scale(1.1);
}
.single-event .entry-content .wp-block-cover:first-child .event-title {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: 2rem;
  font-weight: 800;
  line-height: 120%;
}
@media (min-width: 768px) {
  .single-event .entry-content .wp-block-cover:first-child .event-title {
    font-size: 2.5rem;
  }
}
.single-event .entry-content .wp-block-cover:first-child .field-data {
  color: #284355;
}
.single-event .entry-content .wp-block-cover:first-child .field-data > span:first-child {
  font-weight: 700;
}
.single-event .entry-content .wp-block-cover:first-child .item--date {
  display: inline;
}
.single-event .entry-content .wp-block-cover:first-child .item--cost {
  display: inline;
}
.single-event .entry-content .wp-block-cover:first-child .item--cost::before {
  content: "|";
}
.single-event .entry-content .wp-block-cover:first-child .event-links {
  margin-top: 30px;
}
.single-event .entry-content .wp-block-cover:first-child .event-link--calendar .wp-block-button__link:hover {
  color: var(--wp--preset--color--navy);
}
.single-event .entry-content .wp-block-cover:first-child .share-links:not(.add-to-calendar-links) {
  margin-top: 18px;
}
.single-event .entry-content .wp-block-cover:first-child .event-header--image {
  flex: 0 0 33%;
  margin: 0 0 -60px 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .single-event .entry-content .wp-block-cover:first-child .event-header--image {
    justify-content: center;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 600px) {
  .single-event .entry-content .wp-block-cover:first-child .event-header--image img {
    width: 100%;
  }
}
.single-event .wildrivers-featured-items {
  padding-block: 2rem;
}

.single-post .entry-content .wp-block-cover:first-child {
  min-height: unset;
  margin-bottom: 80px;
  padding-top: 50px;
}
.single-post .entry-content .wp-block-cover:first-child .wp-block-group {
  display: flex;
}
@media (max-width: 600px) {
  .single-post .entry-content .wp-block-cover:first-child .wp-block-group {
    flex-direction: column-reverse;
  }
}
.single-post .entry-content .wp-block-cover:first-child .post-header--content {
  flex: auto;
  margin: 0 !important;
  padding: 0 30px 20px 0;
}
@media (max-width: 600px) {
  .single-post .entry-content .wp-block-cover:first-child .post-header--content {
    padding-top: 30px;
  }
}
.single-post .entry-content .wp-block-cover:first-child .post--back-link {
  margin-bottom: 12px;
}
.single-post .entry-content .wp-block-cover:first-child .post--back-link svg {
  transform: rotate(180deg) scale(1);
  transition: transform 0.3s ease;
}
.single-post .entry-content .wp-block-cover:first-child .post--back-link a {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}
.single-post .entry-content .wp-block-cover:first-child .post--back-link a:hover svg {
  transform: rotate(180deg) scale(1.1);
}
.single-post .entry-content .wp-block-cover:first-child .post-title {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: 2rem;
  font-weight: 800;
  line-height: 120%;
}
@media (min-width: 768px) {
  .single-post .entry-content .wp-block-cover:first-child .post-title {
    font-size: 2.5rem;
  }
}
.single-post .entry-content .wp-block-cover:first-child .field-data {
  color: #284355;
}
.single-post .entry-content .wp-block-cover:first-child .field-data > span:first-child {
  font-weight: 700;
}
.single-post .entry-content .wp-block-cover:first-child .item--date {
  display: inline;
}
.single-post .entry-content .wp-block-cover:first-child .item--cost {
  display: inline;
}
.single-post .entry-content .wp-block-cover:first-child .item--cost::before {
  content: "|";
}
.single-post .entry-content .wp-block-cover:first-child .post-links {
  margin-top: 30px;
}
.single-post .entry-content .wp-block-cover:first-child .post-link--calendar .wp-block-button__link:hover {
  color: var(--wp--preset--color--navy);
}
.single-post .entry-content .wp-block-cover:first-child .share-links {
  margin-top: 18px;
}
.single-post .entry-content .wp-block-cover:first-child .post-header--image {
  flex: 0 0 33%;
  margin: 0 0 -60px 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .single-post .entry-content .wp-block-cover:first-child .post-header--image {
    justify-content: center;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 600px) {
  .single-post .entry-content .wp-block-cover:first-child .post-header--image img {
    width: 100%;
  }
}
.single-post .wildrivers-featured-items {
  padding-bottom: 2rem;
}

.share-links {
  position: relative;
  display: inline-block;
}
.share-links:not(.add-to-calendar-links) button {
  background: transparent;
  border: 0 none;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 0.5rem 0;
}
.share-links:not(.add-to-calendar-links) button svg {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.share-links:not(.add-to-calendar-links) button svg .share-button-background-color {
  fill: var(--wp--preset--color--white);
  transition: fill 0.3s ease;
}
.share-links:not(.add-to-calendar-links) button:hover {
  text-decoration: underline;
}
.share-links:not(.add-to-calendar-links) button:hover svg {
  transform: scale(1.1);
}
.share-links:not(.add-to-calendar-links) button:hover svg .share-button-background-color {
  fill: var(--wp--preset--color--teal);
}
.share-links .share-links-expander {
  position: absolute;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s;
  top: 65%;
  left: 45%;
  z-index: 10;
}
.share-links .share-links-expander.overflow-visible {
  overflow: visible;
}
.share-links .expander-container {
  min-height: 0;
  transition: visibility 0.3s;
  padding: 0 10px 10px;
  visibility: hidden;
}
.share-links ul {
  list-style: none;
  margin: 13px 0 0;
  padding: 6px 0.5rem 2px;
  border-top: 14px solid var(--wp--preset--color--teal);
  background-color: var(--wp--preset--color--white);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.share-links ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 13px 13px 13px;
  border-color: transparent;
  border-bottom-color: var(--wp--preset--color--teal);
}
.share-links li {
  margin: 0 0 14px;
  padding: 0 0 6px;
  border-bottom: 1px solid #E9E9E9;
}
.share-links li:last-of-type {
  border-bottom: 0 none;
}
.share-links.share-links--active .share-links-expander {
  grid-template-rows: 1fr;
}
.share-links.share-links--active .expander-container {
  visibility: visible;
  overflow: visible;
}
.share-links.share-links--active li {
  position: relative;
}
.share-links a {
  text-decoration: none;
  color: var(--wp--preset--color--dark-navy);
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  min-width: 124px;
}
.share-links a .share-icon {
  background-image: url("assets/images/share-ellipse.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
}
.share-links a svg {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.share-links a:hover {
  text-decoration: underline;
}
.share-links a:hover svg {
  transform: scale(1.1);
}
.share-links .confirmation-text {
  position: absolute;
  bottom: 100%;
  width: 120px;
  padding: 5px 10px;
  text-align: center;
  opacity: 0;
  color: var(--wp--preset--color--dark-navy);
  border-radius: 4px;
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--dark-navy);
  font-size: 0.875rem;
  transition: all 0.3s;
}
.share-links .confirmation-text.copy-text--show {
  opacity: 1;
}

.wp-block-cover:has(.share-links) {
  overflow-y: visible;
}

.feedback-button {
  position: fixed;
  bottom: 50px;
  left: 25px;
  z-index: 100;
}
.feedback-button a {
  background-color: var(--wp--preset--color--dark-navy);
  border-radius: 0;
  border: 2px solid var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--white);
  font-family: inherit;
  font-size: var(---wp--preset--font-size--medium);
  line-height: inherit;
  padding: 12px 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.feedback-button a:hover, .feedback-button a:focus {
  color: var(--wp--preset--color--yellow);
  background-color: rgb(4, 24, 38);
  border-width: 2px;
}
.feedback-button a::after {
  display: none !important;
}

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