@charset "UTF-8";
/*!
Theme Name: ace
Theme URI: http://underscores.me/
Author: Chad Rossouw for HdK
Author URI: https://wearehdk.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

ace 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*Font Weights*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 1rem;
}
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4 {
  margin-top: -1rem;
}

.content h1 + h1,
.content h1 + h2,
.content h1 + h3,
.content h1 + h4,
.content h2 + h1,
.content h2 + h2,
.content h2 + h3,
.content h2 + h4,
.content h3 + h1,
.content h3 + h2,
.content h3 + h3,
.content h3 + h4,
.content h4 + h1,
.content h4 + h2,
.content h4 + h3,
.content h4 + h4,
.content h5 + h1,
.content h5 + h2,
.content h5 + h3,
.content h5 + h4,
.content h6 + h1,
.content h6 + h2,
.content h6 + h3,
.content h6 + h4,
.padding_2 h1 + h1,
.padding_2 h1 + h2,
.padding_2 h1 + h3,
.padding_2 h1 + h4,
.padding_2 h2 + h1,
.padding_2 h2 + h2,
.padding_2 h2 + h3,
.padding_2 h2 + h4,
.padding_2 h3 + h1,
.padding_2 h3 + h2,
.padding_2 h3 + h3,
.padding_2 h3 + h4,
.padding_2 h4 + h1,
.padding_2 h4 + h2,
.padding_2 h4 + h3,
.padding_2 h4 + h4,
.padding_2 h5 + h1,
.padding_2 h5 + h2,
.padding_2 h5 + h3,
.padding_2 h5 + h4,
.padding_2 h6 + h1,
.padding_2 h6 + h2,
.padding_2 h6 + h3,
.padding_2 h6 + h4 {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 1.8rem;
}
@media screen and (min-width: 700px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  h1,
  .h1 {
    font-size: 2.2rem;
  }
}

h2,
.h2 {
  font-size: 1.4rem;
}
@media screen and (min-width: 1000px) {
  h2,
  .h2 {
    font-size: 2.2rem;
  }
}
h2.ec,
.h2.ec {
  font-size: 2.6rem;
  line-height: 80%;
}
@media screen and (min-width: 1000px) {
  h2.ec,
  .h2.ec {
    font-size: 3.6rem;
  }
}

h3,
.h3 {
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  h3,
  .h3 {
    font-size: 1.4rem;
  }
}
h3.lc,
.h3.lc {
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "acumin-pro", sans-serif;
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 700;
  font-family: "acumin-pro", sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: mono, sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: mono, sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*Typography Utilities*/
.weight-bold,
.bold {
  font-weight: 700;
}

.lc {
  text-transform: initial;
}

.uc {
  text-transform: uppercase;
}

.large {
  font-size: 1.1rem;
  line-height: 150%;
}
.large p {
  font-size: 1.1rem;
  line-height: 150%;
}
.large.x-large {
  font-size: 1.5rem;
}
.large.x-large p {
  font-size: 1.5rem;
  color: #000;
}
.large.xx-large {
  font-size: 2rem;
}
.large.xx-large p {
  font-size: 2rem;
  color: #000;
}

.white.large p, .white.large.x-large p, .white.large.xx-large p {
  color: #fff;
}

h2.xx-large {
  font-size: 3rem;
  letter-spacing: 10px;
}

@media screen and (min-width: 1000px) {
  .large {
    line-height: 125%;
  }
}
.small {
  font-size: 80%;
  line-height: 110%;
}

::-moz-selection {
  color: #fff;
  background: #23595c;
}

::selection {
  color: #fff;
  background: #23595c;
}

.center {
  text-align: center;
}

a.arrow_link {
  position: relative;
  padding-right: 2rem;
  width: fit-content;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
a.arrow_link::after {
  content: "";
  height: 0.8rem;
  width: 1.2rem;
  display: block;
  top: calc(50% - 0.4rem);
  right: 0;
  background-image: url(../assets/arrow.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  transition: transform var(--transition) ease;
}
a.arrow_link:hover::after {
  transform: translateX(0.2rem);
}
@media (prefers-reduced-motion: reduce) {
  a.arrow_link:hover::after {
    transform: none;
  }
}

a:focus {
  outline: 2px solid;
  outline-offset: 0.2rem;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.2em;
  transition: all var(--transition) ease-in;
}
.underline:hover {
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.24em;
}

.playfair {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400 !important;
}

.ec {
  font-family: "acumin-pro-extra-condensed", sans-serif;
}

.ac {
  font-family: "acumin-pro", sans-serif;
}

.work {
  font-family: "Work Sans", sans-serif;
}

.title {
  letter-spacing: 0.075em;
}

h2:has(> span),
h3:has(> span),
h4:has(> span) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
h2:has(> span) span,
h2:has(> span) svg,
h3:has(> span) span,
h3:has(> span) svg,
h4:has(> span) span,
h4:has(> span) svg {
  width: auto;
}
h2:has(> span) span:empty,
h3:has(> span) span:empty,
h4:has(> span) span:empty {
  display: none;
}

h2 svg {
  height: 2rem;
}
@media screen and (min-width: 1000px) {
  h2 svg {
    height: 3.2rem;
  }
}

h3 svg {
  height: 2.5rem;
}

h4 svg {
  height: 1.5rem;
}

.book {
  font-weight: 400;
}

/* Elements
--------------------------------------------- */
:root {
  --header-height: 5rem;
  --header-height-min: 4rem;
  --margin: 6vw;
  --transition: 400ms;
  --map-height: 30rem;
  --video-padding: 0px;
}

@media (prefers-reduced-motion) {
  :root {
    --transition: 0ms;
  }
}
@media screen and (min-width: 700px) {
  :root {
    --header-height: 6rem;
    --margin: 10vw;
  }
}
@media screen and (min-width: 1000px) {
  :root {
    --margin: 10vw;
    --header-height: 7rem;
    --nav-padding: 6vw;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --margin: 8vw;
    --header-height: 7rem;
    --nav-padding: 6vw;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --margin: calc((100vw - 1520px) / 2);
  }
}
.grecaptcha-badge {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
}

body {
  background-color: #fff;
}

.scroll_lock,
.scrolly_lock,
.scroll-lock {
  overflow: hidden;
}

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

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

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

figure {
  margin: 1em 0;
}

/*Lists*/
ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

address {
  font-style: normal;
}

/*Links*/
a {
  color: #000;
  text-decoration-thickness: 0.05em;
  transition: text-decoration-thickness var(--transition) ease, color var(--transition) ease;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #707070;
  text-decoration-thickness: 0.1em;
}
a:hover, a:active {
  outline: 0;
}
a:focus {
  outline: 2px solid;
}
a.black:hover, a.black:focus, a.black:active {
  color: #707070;
  text-decoration-thickness: 0.1em;
}

.bg_body a,
.bg-body a {
  color: #fff;
}
.bg_body a:hover, .bg_body a:focus, .bg_body a:active,
.bg-body a:hover,
.bg-body a:focus,
.bg-body a:active {
  color: #5497a9;
}
.bg_body a.body,
.bg-body a.body {
  color: #000;
}

.timetable_item a {
  color: #ffdd00;
}
.timetable_item a:hover, .timetable_item a:focus, .timetable_item a:active {
  color: #5497a9;
}

#admissions h4 a,
#timetable h4 a {
  color: #ffdd00;
  text-decoration: none;
}
#admissions h4 a:hover, #admissions h4 a:focus, #admissions h4 a:active,
#timetable h4 a:hover,
#timetable h4 a:focus,
#timetable h4 a:active {
  color: #5497a9;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

/*Input Fields*/
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: #000;
  border: 1px solid #707070;
  border-radius: 0;
  padding: 0.5rem 1rem;
  transition: border var(--transition) ease;
}
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 {
  outline: 1px solid #23595c;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #000;
}

select {
  color: #000;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px;
  max-width: 100%;
}

/* For IE (thanks to @SaiManoj) */
textarea {
  width: 100%;
}

/*Buttons*/
button {
  border: none;
  cursor: pointer;
}

input[type=button],
input[type=submit],
.button,
#primary .button,
.decorative,
.LinkButton,
.spx-button-primary {
  background: #0c4734;
  color: #fff;
  display: block;
  text-align: left;
  padding: 0.6rem 0.8rem;
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  text-transform: none;
  font-weight: 600;
  font-size: 0.9rem;
  min-width: 5rem;
  transition: text-decoration 400ms ease;
  font-family: 2rem;
  cursor: pointer;
  display: block;
  width: fit-content;
  text-align: center;
  transition: background-color var(--transition) ease-in, color var(--transition) ease-in;
}
input[type=button]:hover, input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:active,
.button:hover,
.button:active,
#primary .button:hover,
#primary .button:active,
.decorative:hover,
.decorative:active,
.LinkButton:hover,
.LinkButton:active,
.spx-button-primary:hover,
.spx-button-primary:active {
  background-color: #000;
  color: #fff;
}
input[type=button] .unset-button,
input[type=submit] .unset-button,
.button .unset-button,
#primary .button .unset-button,
.decorative .unset-button,
.LinkButton .unset-button,
.spx-button-primary .unset-button {
  background: none;
  color: currentColor;
  display: inline;
  padding: 0;
}
input[type=button].bg_white,
input[type=submit].bg_white,
.button.bg_white,
#primary .button.bg_white,
.decorative.bg_white,
.LinkButton.bg_white,
.spx-button-primary.bg_white {
  background-color: #fff;
}
input[type=button].bg_white:hover, input[type=button].bg_white:active,
input[type=submit].bg_white:hover,
input[type=submit].bg_white:active,
.button.bg_white:hover,
.button.bg_white:active,
#primary .button.bg_white:hover,
#primary .button.bg_white:active,
.decorative.bg_white:hover,
.decorative.bg_white:active,
.LinkButton.bg_white:hover,
.LinkButton.bg_white:active,
.spx-button-primary.bg_white:hover,
.spx-button-primary.bg_white:active {
  background-color: #000 !important;
  color: #fff !important;
}

.decorative {
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 400ms ease, color 400ms ease;
  color: var(--color-white-to-black);
  background-color: var(--color-secondary-to-white);
}
.decorative:hover, .decorative:focus {
  text-decoration: none;
}

p .decorative {
  display: inline-block;
}

.buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.no-flexbox-gap .buttons {
  gap: 0;
}
.no-flexbox-gap .buttons > * {
  margin-right: 1rem;
}
.no-flexbox-gap .buttons > *:last-child {
  margin-right: 0;
}

button[disabled] {
  opacity: 0.3;
  cursor: default;
}

.not_pill {
  border-radius: 0;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  line-height: 100%;
}
.not_pill:hover, .not_pill:active {
  color: #000;
}

#cart-form .pill,
#primary .pill, #footer_banner .pill {
  border-radius: 2rem;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
}
#cart-form .pill:hover, #cart-form .pill:active,
#primary .pill:hover,
#primary .pill:active, #footer_banner .pill:hover, #footer_banner .pill:active {
  color: #000;
}
#cart-form .not_pill,
#primary .not_pill, #footer_banner .not_pill {
  border-radius: 0;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  line-height: 100%;
}
#cart-form .not_pill:hover, #cart-form .not_pill:active,
#primary .not_pill:hover,
#primary .not_pill:active, #footer_banner .not_pill:hover, #footer_banner .not_pill:active {
  color: #000;
}
#cart-form .bg-black,
#cart-form .bg_black,
#primary .bg-black,
#primary .bg_black, #footer_banner .bg-black,
#footer_banner .bg_black {
  background-color: #000;
  color: #fff !important;
}
#cart-form .bg-black p,
#cart-form .bg-black h1,
#cart-form .bg-black h2,
#cart-form .bg-black h3,
#cart-form .bg-black h4,
#cart-form .bg-black h5,
#cart-form .bg-black h6,
#cart-form .bg_black p,
#cart-form .bg_black h1,
#cart-form .bg_black h2,
#cart-form .bg_black h3,
#cart-form .bg_black h4,
#cart-form .bg_black h5,
#cart-form .bg_black h6,
#primary .bg-black p,
#primary .bg-black h1,
#primary .bg-black h2,
#primary .bg-black h3,
#primary .bg-black h4,
#primary .bg-black h5,
#primary .bg-black h6,
#primary .bg_black p,
#primary .bg_black h1,
#primary .bg_black h2,
#primary .bg_black h3,
#primary .bg_black h4,
#primary .bg_black h5,
#primary .bg_black h6, #footer_banner .bg-black p,
#footer_banner .bg-black h1,
#footer_banner .bg-black h2,
#footer_banner .bg-black h3,
#footer_banner .bg-black h4,
#footer_banner .bg-black h5,
#footer_banner .bg-black h6,
#footer_banner .bg_black p,
#footer_banner .bg_black h1,
#footer_banner .bg_black h2,
#footer_banner .bg_black h3,
#footer_banner .bg_black h4,
#footer_banner .bg_black h5,
#footer_banner .bg_black h6 {
  color: #fff !important;
}
#cart-form .bg-black a,
#cart-form .bg_black a,
#primary .bg-black a,
#primary .bg_black a, #footer_banner .bg-black a,
#footer_banner .bg_black a {
  color: #fff !important;
}
#cart-form .bg-black a.button,
#cart-form .bg_black a.button,
#primary .bg-black a.button,
#primary .bg_black a.button, #footer_banner .bg-black a.button,
#footer_banner .bg_black a.button {
  background-color: #fff !important;
  color: #000 !important;
}
#cart-form .bg-black a.button:hover,
#cart-form .bg_black a.button:hover,
#primary .bg-black a.button:hover,
#primary .bg_black a.button:hover, #footer_banner .bg-black a.button:hover,
#footer_banner .bg_black a.button:hover {
  background-color: #ffdd00 !important;
}
#cart-form .bg-black .sticker,
#cart-form .bg_black .sticker,
#primary .bg-black .sticker,
#primary .bg_black .sticker, #footer_banner .bg-black .sticker,
#footer_banner .bg_black .sticker {
  color: #000 !important;
}
#cart-form .bg-pure_black,
#cart-form .bg_pure_black,
#primary .bg-pure_black,
#primary .bg_pure_black, #footer_banner .bg-pure_black,
#footer_banner .bg_pure_black {
  background-color: #000 !important;
}
#cart-form .bg-pure_black:is(button, a, [type=submit]):hover,
#cart-form .bg_pure_black:is(button, a, [type=submit]):hover,
#primary .bg-pure_black:is(button, a, [type=submit]):hover,
#primary .bg_pure_black:is(button, a, [type=submit]):hover, #footer_banner .bg-pure_black:is(button, a, [type=submit]):hover,
#footer_banner .bg_pure_black:is(button, a, [type=submit]):hover {
  background-color: #ffdd00 !important;
  color: #000;
}
#cart-form .bg-bg,
#cart-form .bg_bg,
#primary .bg-bg,
#primary .bg_bg, #footer_banner .bg-bg,
#footer_banner .bg_bg {
  background-color: #fff;
}
#cart-form .bg-white,
#cart-form .bg_white,
#primary .bg-white,
#primary .bg_white, #footer_banner .bg-white,
#footer_banner .bg_white {
  background-color: #fff;
}
#cart-form .bg-grey,
#cart-form .bg_grey,
#primary .bg-grey,
#primary .bg_grey, #footer_banner .bg-grey,
#footer_banner .bg_grey {
  background-color: #707070;
}
#cart-form .bg-pink,
#cart-form .bg_pink,
#primary .bg-pink,
#primary .bg_pink, #footer_banner .bg-pink,
#footer_banner .bg_pink {
  background-color: #edbddb;
}
#cart-form .bg-beige,
#cart-form .bg_beige,
#primary .bg-beige,
#primary .bg_beige, #footer_banner .bg-beige,
#footer_banner .bg_beige {
  background-color: #f8f6f6;
}
#cart-form .bg-teal,
#cart-form .bg_teal,
#primary .bg-teal,
#primary .bg_teal, #footer_banner .bg-teal,
#footer_banner .bg_teal {
  background-color: #3ba292;
}
#cart-form .bg-body,
#cart-form .bg_body,
#primary .bg-body,
#primary .bg_body, #footer_banner .bg-body,
#footer_banner .bg_body {
  background-color: #000;
}
#cart-form .bg-blue,
#cart-form .bg_blue,
#primary .bg-blue,
#primary .bg_blue, #footer_banner .bg-blue,
#footer_banner .bg_blue {
  background-color: #0f94d1;
}
#cart-form .bg-mid_blue,
#cart-form .bg_mid_blue,
#primary .bg-mid_blue,
#primary .bg_mid_blue, #footer_banner .bg-mid_blue,
#footer_banner .bg_mid_blue {
  background-color: #68bcd5;
}
#cart-form .bg-light_blue,
#cart-form .bg_light_blue,
#primary .bg-light_blue,
#primary .bg_light_blue, #footer_banner .bg-light_blue,
#footer_banner .bg_light_blue {
  background-color: #cde5eb;
}
#cart-form .bg-green,
#cart-form .bg_green,
#primary .bg-green,
#primary .bg_green, #footer_banner .bg-green,
#footer_banner .bg_green {
  background-color: #36795f;
}
#cart-form .bg-brown,
#cart-form .bg_brown,
#primary .bg-brown,
#primary .bg_brown, #footer_banner .bg-brown,
#footer_banner .bg_brown {
  background-color: #a69078;
}
#cart-form .bg-orange,
#cart-form .bg_orange,
#primary .bg-orange,
#primary .bg_orange, #footer_banner .bg-orange,
#footer_banner .bg_orange {
  background-color: #d95841;
}
#cart-form .bg-mid_green,
#cart-form .bg_mid_green,
#primary .bg-mid_green,
#primary .bg_mid_green, #footer_banner .bg-mid_green,
#footer_banner .bg_mid_green {
  background-color: #6ab5a3;
}
#cart-form .bg-light_green,
#cart-form .bg_light_green,
#primary .bg-light_green,
#primary .bg_light_green, #footer_banner .bg-light_green,
#footer_banner .bg_light_green {
  background-color: #48ad85;
}
#cart-form .bg-rose, #cart-form .bg-red,
#cart-form .bg_rose,
#cart-form .bg_red,
#primary .bg-rose,
#primary .bg-red,
#primary .bg_rose,
#primary .bg_red, #footer_banner .bg-rose, #footer_banner .bg-red,
#footer_banner .bg_rose,
#footer_banner .bg_red {
  background-color: #f93549;
}
#cart-form .bg-mid_rose, #cart-form .bg-mid_red,
#cart-form .bg_mid_rose,
#cart-form .bg_mid_red,
#primary .bg-mid_rose,
#primary .bg-mid_red,
#primary .bg_mid_rose,
#primary .bg_mid_red, #footer_banner .bg-mid_rose, #footer_banner .bg-mid_red,
#footer_banner .bg_mid_rose,
#footer_banner .bg_mid_red {
  background-color: #d14976;
}
#cart-form .bg-light_rose, #cart-form .bg-light_red,
#cart-form .bg_light_rose,
#cart-form .bg_light_red,
#primary .bg-light_rose,
#primary .bg-light_red,
#primary .bg_light_rose,
#primary .bg_light_red, #footer_banner .bg-light_rose, #footer_banner .bg-light_red,
#footer_banner .bg_light_rose,
#footer_banner .bg_light_red {
  background-color: #f7e1e1;
}
#cart-form .bg-mid_copper, #cart-form .bg-mid_orange,
#cart-form .bg_mid_copper,
#cart-form .bg_mid_orange,
#primary .bg-mid_copper,
#primary .bg-mid_orange,
#primary .bg_mid_copper,
#primary .bg_mid_orange, #footer_banner .bg-mid_copper, #footer_banner .bg-mid_orange,
#footer_banner .bg_mid_copper,
#footer_banner .bg_mid_orange {
  background-color: #ef8a52;
}
#cart-form .bg-light_copper, #cart-form .bg-light_orange,
#cart-form .bg_light_copper,
#cart-form .bg_light_orange,
#primary .bg-light_copper,
#primary .bg-light_orange,
#primary .bg_light_copper,
#primary .bg_light_orange, #footer_banner .bg-light_copper, #footer_banner .bg-light_orange,
#footer_banner .bg_light_copper,
#footer_banner .bg_light_orange {
  background-color: #ffe4d5;
}
#cart-form .bg-ochre,
#cart-form .bg_ochre,
#primary .bg-ochre,
#primary .bg_ochre, #footer_banner .bg-ochre,
#footer_banner .bg_ochre {
  background-color: #f0c14f;
}
#cart-form .bg-mid_ochre,
#cart-form .bg_mid_ochre,
#primary .bg-mid_ochre,
#primary .bg_mid_ochre, #footer_banner .bg-mid_ochre,
#footer_banner .bg_mid_ochre {
  background-color: #efd27b;
}
#cart-form .bg-light_ochre,
#cart-form .bg_light_ochre,
#primary .bg-light_ochre,
#primary .bg_light_ochre, #footer_banner .bg-light_ochre,
#footer_banner .bg_light_ochre {
  background-color: #f7eac1;
}
#cart-form .bg-yellow,
#cart-form .bg_yellow,
#primary .bg-yellow,
#primary .bg_yellow, #footer_banner .bg-yellow,
#footer_banner .bg_yellow {
  background-color: #ffdd00;
}
#cart-form .bg-gray,
#cart-form .bg_gray,
#primary .bg-gray,
#primary .bg_gray, #footer_banner .bg-gray,
#footer_banner .bg_gray {
  background-color: #707070;
}
#cart-form .bg-mid_gray,
#cart-form .bg_mid_gray,
#primary .bg-mid_gray,
#primary .bg_mid_gray, #footer_banner .bg-mid_gray,
#footer_banner .bg_mid_gray {
  background-color: #e2e1d9;
}
#cart-form .bg-light_grey,
#cart-form .bg_light_grey,
#primary .bg-light_grey,
#primary .bg_light_grey, #footer_banner .bg-light_grey,
#footer_banner .bg_light_grey {
  background-color: #f4f3f2;
}
#cart-form .bg-dark_grey,
#cart-form .bg_dark_grey,
#primary .bg-dark_grey,
#primary .bg_dark_grey, #footer_banner .bg-dark_grey,
#footer_banner .bg_dark_grey {
  background-color: #262626;
}
#cart-form .bg-primary,
#cart-form .bg_primary,
#primary .bg-primary,
#primary .bg_primary, #footer_banner .bg-primary,
#footer_banner .bg_primary {
  background-color: #23595c;
}
#cart-form .bg-secondary,
#cart-form .bg_secondary,
#primary .bg-secondary,
#primary .bg_secondary, #footer_banner .bg-secondary,
#footer_banner .bg_secondary {
  background-color: #ffdd00;
}
#cart-form .bg-tertiary,
#cart-form .bg_tertiary,
#primary .bg-tertiary,
#primary .bg_tertiary, #footer_banner .bg-tertiary,
#footer_banner .bg_tertiary {
  background-color: #b1d1db;
}
#cart-form .bg-highlight,
#cart-form .bg_highlight,
#primary .bg-highlight,
#primary .bg_highlight, #footer_banner .bg-highlight,
#footer_banner .bg_highlight {
  background-color: #ffdd00;
}
#cart-form .bg-emphasis,
#cart-form .bg_emphasis,
#primary .bg-emphasis,
#primary .bg_emphasis, #footer_banner .bg-emphasis,
#footer_banner .bg_emphasis {
  background-color: #5497a9;
}
#cart-form .bg-none,
#cart-form .bg_none,
#primary .bg-none,
#primary .bg_none, #footer_banner .bg-none,
#footer_banner .bg_none {
  background-color: transparent;
}
#cart-form .bg-beige, #cart-form .bg-cream,
#cart-form .bg_beige,
#cart-form .bg_cream,
#primary .bg-beige,
#primary .bg-cream,
#primary .bg_beige,
#primary .bg_cream, #footer_banner .bg-beige, #footer_banner .bg-cream,
#footer_banner .bg_beige,
#footer_banner .bg_cream {
  background-color: #f8f6f6;
}
#cart-form .white,
#primary .white, #footer_banner .white {
  color: #fff;
}
#cart-form .grey,
#primary .grey, #footer_banner .grey {
  color: #707070;
}
#cart-form .gray,
#primary .gray, #footer_banner .gray {
  color: #c7c2c0;
}
#cart-form .black,
#primary .black, #footer_banner .black {
  color: #000;
}

.bg-black,
.bg_black {
  background-color: #000;
}
.bg-pure_black,
.bg_pure_black {
  background-color: #000 !important;
}
.bg-pure_black:is(button, a, [type=submit]):hover,
.bg_pure_black:is(button, a, [type=submit]):hover {
  background-color: #ffdd00 !important;
  color: #000;
}
.bg-bg,
.bg_bg {
  background-color: #fff;
}
.bg-white,
.bg_white {
  background-color: #fff;
}
.bg-grey,
.bg_grey {
  background-color: #f8f6f6;
}
.bg-pink,
.bg_pink {
  background-color: #edbddb;
}
.bg-beige,
.bg_beige {
  background-color: #f8f6f6;
}
.bg-teal,
.bg_teal {
  background-color: #3ba292;
}
.bg-body,
.bg_body {
  background-color: #000;
}
.bg-blue,
.bg_blue {
  background-color: #97d1dc;
}
.bg-mid_blue,
.bg_mid_blue {
  background-color: #68bcd5;
}
.bg-light_blue,
.bg_light_blue {
  background-color: #cde5eb;
}
.bg-green,
.bg_green {
  background-color: #23595c;
  color: #fff;
}
.bg-green:is(button, a):hover,
.bg_green:is(button, a):hover {
  background-color: #ffdd00;
  color: #000;
}
.bg-green.banner:hover,
.bg_green.banner:hover {
  background-color: #23595c;
  color: #fff;
}
.bg-mid_green,
.bg_mid_green {
  background-color: #6ab5a3;
}
.bg-feint_green,
.bg_feint_green {
  background-color: #99bcaf;
}
.bg-light_green,
.bg_light_green {
  background-color: #48ad85;
}
.bg-rose, .bg-red,
.bg_rose,
.bg_red {
  background-color: #f93549;
}
.bg-mid_rose, .bg-mid_red,
.bg_mid_rose,
.bg_mid_red {
  background-color: #d14976;
}
.bg-light_rose, .bg-light_red,
.bg_light_rose,
.bg_light_red {
  background-color: #f7e1e1;
}
.bg-copper, .bg-orange,
.bg_copper,
.bg_orange {
  background-color: #d95841;
}
.bg-mid_copper, .bg-mid_orange,
.bg_mid_copper,
.bg_mid_orange {
  background-color: #ef8a52;
}
.bg-light_copper, .bg-light_orange,
.bg_light_copper,
.bg_light_orange {
  background-color: #ffe4d5;
}
.bg-ochre,
.bg_ochre {
  background-color: #f0c14f;
}
.bg-mid_ochre,
.bg_mid_ochre {
  background-color: #efd27b;
}
.bg-light_ochre,
.bg_light_ochre {
  background-color: #f7eac1;
}
.bg-yellow,
.bg_yellow {
  background-color: #ffdd00;
}
.bg-gray,
.bg_gray {
  background-color: #b5b0a1;
}
.bg-mid_gray,
.bg_mid_gray {
  background-color: #e2e1d9;
}
.bg-light_gray,
.bg_light_gray {
  background-color: #f4f3f2;
}
.bg-primary,
.bg_primary {
  background-color: #23595c;
}
.bg-secondary,
.bg_secondary {
  background-color: #ffdd00;
}
.bg-tertiary,
.bg_tertiary {
  background-color: #b1d1db;
}
.bg-highlight,
.bg_highlight {
  background-color: #ffdd00;
}
.bg-emphasis,
.bg_emphasis {
  background-color: #5497a9;
}
.bg-none,
.bg_none {
  background-color: transparent;
}
.bg-beige, .bg-cream,
.bg_beige,
.bg_cream {
  background-color: #f8f6f6;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.pill {
  border-radius: 2rem;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  line-height: 100%;
}
.pill:hover, .pill:active {
  color: #000;
}

#primary .pill:hover, #primary .pill:active {
  background-color: #f7eac1;
  color: #000;
}
#primary .pill.bg_yellow {
  color: black;
}
#primary .pill.bg_yellow:hover, #primary .pill.bg_yellow:focus, #primary .pill.bg_yellow:active {
  color: #000;
  background-color: #f7eac1;
  text-decoration-thickness: 0.1em;
}

.triangle {
  width: 0;
  height: 0;
  border-right: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
  border-bottom: 13px solid #fff;
  margin-right: 1.5rem;
  transition: border-bottom var(--transition), ease-in;
}

.rounded {
  border-radius: 8px;
}

@media screen and (min-width: 1000px) {
  .rounded--left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (min-width: 1000px) {
  .rounded--right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.overflow_hidden {
  overflow: hidden;
}

.content-padding {
  padding: 1rem 1rem 3rem;
}
@media screen and (min-width: 700px) {
  .content-padding {
    padding: 1rem 2rem 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .content-padding {
    padding: 1rem 3rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-padding {
    padding: 4rem 0;
  }
}

/*Details*/
details {
  padding: 1rem 0;
  border-top: 1px solid #ffdd00;
  -webkit-user-select: none;
  user-select: none;
  /*This is to stop margins overflowing and messing up the calculations on the animation */
}
details > summary {
  list-style: none;
  position: relative;
  color: #ffdd00;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
details > summary:hover {
  cursor: pointer;
}
details > summary::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 18px;
  height: 11px;
  transition: transform var(--transition) ease-in;
  transform-origin: center center;
  line-height: 0;
  background-image: url(../assets/down_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
details > summary h4 {
  margin-bottom: 0;
  margin-right: 2rem;
}
details .panel {
  padding: 1px 0;
}

summary::-webkit-details-marker {
  display: none;
}

details.open {
  /*  .content {
     filter:opacity(1) blur(0);
   } */
}
details.open > summary::after {
  transform: rotate(180deg);
}

h3 ~ details {
  margin-bottom: 0.5rem;
}

.accordion_style_2 {
  border-top: 1px dotted #23595c;
}

@media screen and (min-width: 1200px) {
  .mobile-only {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .mobile_only {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .desktop_only {
    display: none !important;
  }
}
.download-file {
  max-width: 75%;
}

.card:hover .find_out_more.underline {
  color: #3ba292;
}
.card:hover .find_out_more.underline::after {
  width: 15%;
}

.underscore::after {
  content: "";
  background-color: currentColor;
  display: block;
  position: relative;
  height: 7.58px;
  width: 62.79px;
  top: 1rem;
}

/*Borders*/
.border_bottom {
  border-bottom: 2px solid var(--color-secondary);
}

p.caption {
  font-size: 0.875rem;
}

figure {
  margin-bottom: 0;
}

/*HoneyPot*/
input#hp {
  display: none;
}

.hide {
  display: none;
}

.tile {
  width: 1rem;
}

/*Titles*/
.content-title {
  text-align: center;
  display: block;
  color: #23595c;
  font-size: 24px;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 998;
}
@media screen and (min-width: 700px) {
  .content-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .content-title {
    font-size: 32px;
    line-height: 44px;
  }
}
.content-title::before {
  display: block;
  height: 5.26px;
  width: 86px;
  background-color: currentColor;
  position: relative;
  content: "";
  margin: 0 auto;
  top: -0.5rem;
}
@media screen and (min-width: 700px) {
  .content-title::before {
    height: 7.58px;
    width: 124px;
    top: -2rem;
  }
}
.content-title.brother {
  font-family: brother-1816, sans-serif;
  font-weight: 800;
}
.content-title.tertiary {
  color: #3ba292;
}
.content-title.tertiary::before {
  background-color: #3ba292;
}
.content-title.no-decoration::before {
  display: none;
}

a.content-title {
  text-decoration: none;
  color: #23595c;
}

.item-title {
  font-family: brother-1816, sans-serif;
  font-weight: 800;
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  .item-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .item-title {
    font-size: 24px;
  }
}
.item-title.default {
  color: #5497a9;
}

.desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .desktop {
    display: block;
  }
}

.title {
  letter-spacing: 0.05em;
}

.bottom_border {
  border-bottom: 2px solid currentColor;
  transition: border var(--transition) ease-in;
}

.arrow {
  font-weight: 800;
  font-family: "brother-1816";
  padding: 0.75rem 1rem;
  position: relative;
}
.arrow::after {
  content: ">";
  position: absolute;
  right: 1rem;
  font-weight: 400;
}

.no_underline {
  text-decoration: none;
}

.no_margin {
  margin: 0;
}

.border_body {
  border: 1px solid black;
}

.radius {
  border-radius: 8px;
  overflow: clip;
}

/* Images */
@media screen and (min-width: 700px) {
  .image-block-vertical .container {
    max-height: 61vh;
  }
  .image-block-vertical .container img {
    object-fit: contain;
  }
}
@media screen and (min-width: 700px) {
  .image-block-vertical .image-caption {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .image-block-vertical .image-caption {
    max-width: 50%;
  }
}

button svg {
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.link_with_icon {
  width: fit-content;
  display: flex;
  gap: 0.5rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1rem;
}
.link_with_icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_with_icon svg {
  width: 1rem;
  height: 1rem;
}

.bg_gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

span.keep {
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .block .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.content.grid.grid_content p,
.content.grid.grid_content h1,
.content.grid.grid_content h2,
.content.grid.grid_content h3,
.content.grid.grid_content h4,
.content.grid.grid_content h5,
.content.grid.grid_content h6,
.event_content.grid.grid_content p,
.event_content.grid.grid_content h1,
.event_content.grid.grid_content h2,
.event_content.grid.grid_content h3,
.event_content.grid.grid_content h4,
.event_content.grid.grid_content h5,
.event_content.grid.grid_content h6 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.content.grid.grid_content *,
.event_content.grid.grid_content * {
  margin-right: auto;
  margin-left: auto;
}

.pagination .pagination_button {
  margin-left: 0.5rem;
  margin-left: 0.5rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  border: 1px solid #000;
  text-align: center;
}
.pagination .pagination_button p {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.pagination .pagination_button.current {
  background-color: #000;
  color: #fff;
}
.pagination .pagination_button:hover {
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .max-text {
    max-width: 780px;
  }
}

#primary .bg_black a.button {
  background-color: #fff !important;
  color: #000 !important;
}
#primary .bg_black a.button:hover {
  background-color: #ffdd00 !important;
}

#primary .bg_maroon a.button {
  background-color: #fff !important;
  color: #000 !important;
}
#primary .bg_maroon a.button:hover {
  background-color: #ffdd00 !important;
}

.os_map {
  height: 400px;
  width: 100%;
}

.light {
  font-weight: 400;
}

div.padding.body.center.flex:has(.breadcrumbs) + .block.padding {
  padding-top: 0 !important;
}

.content h1,
.content h2,
.content .max-text {
  max-width: 720px !important;
}

/*Colors & bgs*/
.black {
  color: #000;
}
.black:visited {
  color: #000;
}

.body {
  color: #000;
}
.body:visited {
  color: #000;
}

.white {
  color: #fff;
}
.white:visited {
  color: #fff;
}
.white > h1, .white > h2, .white > h3, .white > h4, .white > h5, .white > h6 {
  color: #fff;
}

.primary {
  color: #23595c;
}
.primary:visited {
  color: #23595c;
}

.secondary {
  color: #ffdd00;
}
.secondary:visited {
  color: #ffdd00;
}

.tertiary {
  color: #b1d1db;
}
.tertiary:visited {
  color: #b1d1db;
}

.highlight {
  color: #ffdd00;
}
.highlight:visited {
  color: #ffdd00;
}

.emphasis {
  color: #5497a9;
}
.emphasis:visited {
  color: #5497a9;
}

.yellow {
  color: #ffdd00;
}
.yellow:visited {
  color: #ffdd00;
}

.ochre {
  color: #f0c14f;
}
.ochre:visited {
  color: #f0c14f;
}

.mid_ochre {
  color: #efd27b;
}
.mid_ochre:visited {
  color: #efd27b;
}

.light_ochre {
  color: #f7eac1;
}
.light_ochre:visited {
  color: #f7eac1;
}

.blue {
  color: #38688d;
}
.blue:visited {
  color: #38688d;
}

.mid_blue {
  color: #68bcd5;
}
.mid_blue:visited {
  color: #68bcd5;
}

.light_blue {
  color: #cde5eb;
}
.light_blue:visited {
  color: #cde5eb;
}

.green {
  color: #36795f;
}
.green:visited {
  color: #36795f;
}

.dark {
  color: #181918;
}
.dark:visited {
  color: #181918;
}

.dark_green {
  color: #0c4734;
}
.dark_green:visited {
  color: #0c4734;
}

.maroon {
  color: #b10e2d;
}
.maroon:visited {
  color: #b10e2d;
}

.brown {
  color: #a69078;
}
.brown:visited {
  color: #a69078;
}

.brown {
  color: #a69078;
}
.brown:visited {
  color: #a69078;
}

.orange {
  color: #a69078;
}
.orange:visited {
  color: #d95841;
}

.mid_green {
  color: #6ab5a3;
}
.mid_green:visited {
  color: #6ab5a3;
}

.light_green {
  color: #48ad85;
}
.light_green:visited {
  color: #48ad85;
}

.rose,
.red {
  color: #963454;
}
.rose:visited,
.red:visited {
  color: #963454;
}

.mid_rose,
.mid_red {
  color: #d14976;
}
.mid_rose:visited,
.mid_red:visited {
  color: #d14976;
}

.light_rose,
.light_red {
  color: #f7e1e1;
}
.light_rose:visited,
.light_red:visited {
  color: #f7e1e1;
}

.copper,
.orange {
  color: #a55427;
}
.copper:visited,
.orange:visited {
  color: #a55427;
}

.mid_copper,
.mid_orange {
  color: #ef8a52;
}
.mid_copper:visited,
.mid_orange:visited {
  color: #ef8a52;
}

.light_copper,
.light_orange {
  color: #ffe4d5;
}
.light_copper:visited,
.light_orange:visited {
  color: #ffe4d5;
}

.gray {
  color: #554e6c;
}
.gray:visited {
  color: #554e6c;
}

.mid_gray {
  color: #e2e1d9;
}
.mid_gray:visited {
  color: #e2e1d9;
}

.light_gray {
  color: #f4f3f2;
}
.light_gray:visited {
  color: #f4f3f2;
}

.black {
  color: #282431;
}
.black:visited {
  color: #282431;
}

.mid_black {
  color: #353143;
}
.mid_black:visited {
  color: #353143;
}

.light_black {
  color: #554e6c;
}
.light_black:visited {
  color: #554e6c;
}

.fill-black,
.fill_black {
  fill: #000;
}
.fill-black svg path,
.fill_black svg path {
  fill: #000;
}
.fill-bg,
.fill_bg {
  fill: #f7f7f7;
}
.fill-bg svg path,
.fill_bg svg path {
  fill: #f7f7f7;
}
.fill-white,
.fill_white {
  fill: #f7f7f7;
}
.fill-white svg path,
.fill_white svg path {
  fill: #f7f7f7;
}
.fill-grey,
.fill_grey {
  fill: #707070;
}
.fill-grey svg path,
.fill_grey svg path {
  fill: #707070;
}
.fill-primary,
.fill_primary {
  fill: #23595c;
}
.fill-primary svg path,
.fill_primary svg path {
  fill: #23595c;
}
.fill-secondary,
.fill_secondary {
  fill: #ffdd00;
}
.fill-secondary svg path,
.fill_secondary svg path {
  fill: #ffdd00;
}
.fill-tertiary,
.fill_tertiary {
  fill: #b1d1db;
}
.fill-tertiary svg path,
.fill_tertiary svg path {
  fill: #b1d1db;
}
.fill-highlight,
.fill_highlight {
  fill: #ffdd00;
}
.fill-highlight svg path,
.fill_highlight svg path {
  fill: #ffdd00;
}
.fill-emphasis,
.fill_emphasis {
  fill: #5497a9;
}
.fill-emphasis svg path,
.fill_emphasis svg path {
  fill: #5497a9;
}
.fill-body,
.fill_body {
  fill: #000;
}
.fill-body svg path,
.fill_body svg path {
  fill: #000;
}
.fill-green,
.fill_green {
  fill: #23595c;
}
.fill-green svg path,
.fill_green svg path {
  fill: #23595c;
}
.fill-blue,
.fill_blue {
  fill: #38688d;
}
.fill-blue svg path,
.fill_blue svg path {
  fill: #38688d;
}
.fill-rose,
.fill_rose {
  fill: #963454;
}
.fill-rose svg path,
.fill_rose svg path {
  fill: #963454;
}
.fill-copper,
.fill_copper {
  fill: #a55427;
}
.fill-copper svg path,
.fill_copper svg path {
  fill: #a55427;
}
.fill-ochre,
.fill_ochre {
  fill: #f0c14f;
}
.fill-ochre svg path,
.fill_ochre svg path {
  fill: #f0c14f;
}
.fill-gray,
.fill_gray {
  fill: #b5b0a1;
}
.fill-gray svg path,
.fill_gray svg path {
  fill: #b5b0a1;
}

.card:hover .hover_black {
  background-color: #000;
}
.card:hover .hover_bg {
  background-color: #f7f7f7;
}
.card:hover .hover_white {
  background-color: #fff;
}
.card:hover .hover_grey {
  background-color: #707070;
}
.card:hover .hover_body {
  background-color: #000;
}
.card:hover .hover_soft_blue {
  background-color: #aeccd1;
}
.card:hover .hover_carousel_grey {
  background-color: #edece9;
}
.card:hover .hover_primary {
  background-color: #23595c;
}
.card:hover .hover_secondary {
  background-color: #ffdd00;
}
.card:hover .hover_tertiary {
  background-color: #b1d1db;
}
.card:hover .hover_highlight {
  background-color: #ffdd00;
}
.card:hover .hover_emphasis {
  background-color: #5497a9;
}
.card:hover .hover_none {
  background-color: transparent;
}

.border_grey {
  border: 1px solid #707070;
}

.border_white {
  border: 1px solid #fff;
}

.error {
  color: #a01313;
}

.bg_body a {
  color: #fff;
}
.bg_body a:visited {
  color: #fff;
}
.bg_body a.title {
  color: #23595c;
}
.bg_body .body {
  color: #000;
}
.bg_body .body:visited {
  color: #000;
}

.bg_yellow a {
  color: #282431;
}
.bg_yellow a:visited {
  color: #282431;
}

a.bg_yellow {
  color: #282431;
}
a.bg_yellow:visited {
  color: #282431;
}

.bg_bg_gray {
  background-color: #e3dedc;
}

/*Proportional Images*/
.container.container--square {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--square {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--square {
    padding-top: 100%;
    height: 0;
  }
}
.container.container--round {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
@supports (aspect-ratio: 16/9) {
  .container.container--round {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--round {
    padding-top: 100%;
    height: 0;
  }
}
.container.container--sixteennine {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--sixteennine {
    aspect-ratio: 1.7777777778;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--sixteennine {
    padding-top: 56.25%;
    height: 0;
  }
}
.container.container--fourthree {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fourthree {
    aspect-ratio: 1.3333333333;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fourthree {
    padding-top: 75%;
    height: 0;
  }
}
.container.container--twentyonenine {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--twentyonenine {
    aspect-ratio: 2.3333333333;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--twentyonenine {
    padding-top: 42.85%;
    height: 0;
  }
}
.container.container--fivefour {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fivefour {
    aspect-ratio: 1.25;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fivefour {
    padding-top: 80%;
    height: 0;
  }
}
.container.container--fourfive {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--fourfive {
    aspect-ratio: 0.8;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--fourfive {
    padding-top: 125%;
    height: 0;
  }
}
.container.container--twothree {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--twothree {
    aspect-ratio: 0.6666666667;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--twothree {
    padding-top: 150%;
    height: 0;
  }
}
.container.container--threetwo {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--threetwo {
    aspect-ratio: 1.5;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--threetwo {
    padding-top: 66%;
    height: 0;
  }
}
.container.container--video {
  overflow: visible;
}
.container.container--header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--header {
    aspect-ratio: 0.6666666667;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--header {
    padding-top: 150%;
    height: 0;
  }
}
@media screen and (min-width: 700px) {
  .container.container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--header {
      aspect-ratio: 1.25;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--header {
      padding-top: 80%;
      height: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .container.container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--header {
      aspect-ratio: 2.3333333333;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--header {
      padding-top: 42.85%;
      height: 0;
    }
  }
}
.container.container--banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .container.container--banner {
    aspect-ratio: 0.6666666667;
  }
}
@supports not (aspect-ratio: 16/9) {
  .container.container--banner {
    padding-top: 150%;
    height: 0;
  }
}
@media screen and (min-width: 700px) {
  .container.container--banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--banner {
      aspect-ratio: 1.25;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--banner {
      padding-top: 80%;
      height: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .container.container--banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .container.container--banner {
      aspect-ratio: 3;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .container.container--banner {
      padding-top: 33%;
      height: 0;
    }
  }
}
.container.container--cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}
.container img.contain {
  object-fit: contain;
}
.container.container--max-height {
  height: 375px;
  width: fit-content;
  position: static;
}
.container.container--max-height img {
  height: 100%;
  width: auto;
  position: static;
  max-width: calc(100vw - 2 * var(--margin));
  object-fit: contain;
}

.cover img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 700px) {
  .single-news .container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .single-news .container--header {
      aspect-ratio: 1.5;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .single-news .container--header {
      padding-top: 66%;
      height: 0;
    }
  }
}
@media screen and (min-width: 1200px) {
  .single-news .container--header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .single-news .container--header {
      aspect-ratio: 2.3333333333;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .single-news .container--header {
      padding-top: 42.85%;
      height: 0;
    }
  }
}

/*responsive padding and margins*/
.margins {
  margin: 1rem var(--margin);
}
@media screen and (min-width: 1200px) {
  .margins {
    margin: 2rem var(--margin) 3rem;
  }
}

.padding {
  padding-left: var(--margin);
  padding-right: var(--margin);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-x {
  padding: 0.5rem var(--margin) 0.5rem;
}
@media screen and (min-width: 1200px) {
  .padding-x {
    padding: 0.5rem var(--margin) 0.5rem;
  }
}

.padding_1 {
  padding: 1.5rem;
}

.padding-inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1000px) {
  .padding-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.padding-horizontal {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-left {
  padding: 1rem 1rem 3rem var(--margin);
}

.padding-right {
  padding: 1rem var(--margin) 2rem 1rem;
}
@media screen and (min-width: 1200px) {
  .padding-right {
    padding: 2rem var(--margin) 3rem 2rem;
  }
}

@media screen and (max-width: 699px) {
  .no_margin_mobile.padding {
    padding: 0;
    gap: 0 !important;
  }
  .no_margin_mobile.margins {
    margin: 0;
    gap: 0 !important;
  }
}
.block {
  position: relative;
}

.double_padding {
  padding-left: var(--margin);
  padding-right: var(--margin);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 700px) {
  .double_padding {
    padding-left: calc(var(--margin) * 2);
    padding-right: calc(var(--margin) * 2);
  }
}
@media screen and (min-width: 1200px) {
  .double_padding {
    padding-left: calc(var(--margin) + 18rem);
    padding-right: calc(var(--margin) + 18rem);
  }
}

@media screen and (min-width: 1200px) {
  #masthead .sub-menu.open {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: calc(var(--margin) + 8rem);
    padding-right: calc(var(--margin) + 8rem);
  }
}

.padding.padding--half {
  padding: 4rem var(--margin);
}
@media screen and (min-width: 1200px) {
  .padding.padding--half {
    padding: 4rem calc(var(--margin) / 2);
  }
}

@media screen and (min-width: 1000px) {
  .margin-left {
    margin-left: var(--margin);
  }
  .margin-right {
    margin-right: var(--margin);
  }
  .padding-left {
    padding-left: var(--margin);
  }
  .padding-right {
    padding-right: var(--margin);
  }
}
.padding .padding-right {
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .padding .padding-right {
    padding-right: var(--margin);
  }
}
@media screen and (min-width: 1200px) {
  .padding .padding-right {
    padding-right: calc(var(--margin) * 0.75);
  }
}

.padding .padding-left {
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .padding .padding-left {
    padding-left: var(--margin);
  }
}
@media screen and (min-width: 1200px) {
  .padding .padding-left {
    padding-left: calc(var(--margin) * 0.75);
  }
}

.content-width {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/*Grid and Flex*/
.grid {
  display: grid;
}

.grid--two-column.margins .padding {
  padding-left: 0;
  padding-right: 0;
}
.grid--two-column.margins .margins {
  margin-left: 0;
  margin-right: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.flex_50 > .flex_item, .flex.flex_50 > .flex--item {
  flex-basis: 100%;
}
.flex.flex_66-33 > .flex_item, .flex.flex_33 > .flex_item {
  flex-basis: 100%;
}
.flex.flex_25 {
  row-gap: 2rem;
}
.flex.flex_25 > .flex_item {
  flex-basis: 100%;
}
.flex.flex_20 {
  justify-content: start;
  gap: 2%;
}
.flex.flex_20 > .flex_item {
  flex-basis: 48%;
}
.flex.flex_25-75 > .flex_item {
  flex-basis: 100%;
}

@media screen and (min-width: 700px) {
  .flex.flex_50 > .flex_item, .flex.flex_50 > .flex--item {
    flex-basis: calc(50% - 2rem);
  }
  .flex.flex_25 > .flex_item {
    flex-basis: 48%;
  }
  .flex.flex_20 > .flex_item {
    flex-basis: 18%;
  }
}
@media screen and (min-width: 1000px) {
  .flex.flex_66-33 > .flex_item {
    flex-basis: 67%;
  }
  .flex.flex_66-33 > .flex_item:nth-child(2n) {
    flex-basis: 33%;
  }
  .flex.flex_25 {
    column-gap: 2.5%;
  }
  .flex.flex_25:not(.flex-center)::after {
    content: "";
    flex-grow: 1;
  }
  .flex.flex_25 > .flex_item {
    flex-basis: 23%;
  }
  .flex.flex_33 {
    flex-wrap: wrap;
  }
  .flex.flex_33 > .flex_item {
    flex-basis: calc(33% - 1.66rem);
  }
  .flex.flex_33.gap_3 > .flex_item {
    flex-basis: calc(33% - 2rem);
  }
  .flex.flex_33::after {
    content: "";
    flex-basis: calc(33% - 1.66rem);
  }
  .flex.flex_25-75 .flex_item:nth-child(1) {
    flex-basis: 25%;
    margin-right: 2rem;
  }
  .flex.flex_25-75 .flex_item:nth-child(2) {
    flex-basis: calc(75% - 2rem);
  }
  .flex-center {
    justify-content: center;
  }
  .flex-center.flex_33::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .flex.flex_66-33 > .flex_item {
    flex-basis: 55%;
  }
  .flex.flex_66-33 > .flex_item:nth-child(2n) {
    flex-basis: 33%;
  }
}
/*  {
	padding: 1rem var(--margin) 1rem;
	@include media1200 {
		padding: 2rem var(--margin) 2rem;
	}
} */
.inner-padding,
.inner_padding {
  padding: 2rem;
}

.padding_2 {
  padding: 1rem;
}
@media screen and (min-width: 1000px) {
  .padding_2 {
    padding: 2rem;
  }
}

.padding-top {
  padding-top: 1rem;
}

.fixed {
  position: fixed;
  top: 0;
}

article {
  padding-bottom: 0.5px;
}

.block.bg_blue {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 999px) {
  .block.bg_white .padding-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .block.bg_white::after {
    display: none;
  }
  .block.bg_white::before {
    display: none;
  }
}
/* .page-header.padding.event_header {
	padding-top: 0;
} */
@media screen and (min-width: 1200px) {
  .column--one {
    grid-column: 1/2;
  }
  .column--one.content {
    grid-row: 1/3;
  }
  .column--one .wysiwyg_container {
    padding-bottom: 0;
  }
  .column--two {
    grid-column: 2/3;
  }
  .grid--two-column {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto 1fr;
    grid-auto-flow: dense;
    column-gap: 2rem;
  }
  .grid--two-column > * {
    min-width: 0px;
  }
  .grid--two-column .padding {
    padding-left: 0;
    padding-right: 0;
  }
  .grid--two-column.has_crumb {
    grid-template-rows: 4rem auto;
  }
  .grid--two-column.grid--two-column-equal {
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
  }
  .grid--two-column.grid--45_55 {
    grid-template-columns: 9fr 11fr;
    column-gap: 4rem;
  }
  .grid--two-column.grid--2_3 {
    grid-template-columns: 2fr 3fr;
    column-gap: 4rem;
  }
  .grid--two-column.reverse {
    grid-template-columns: 2fr 1fr;
  }
  .grid--two-column.grid--1_3 {
    grid-template-columns: 1fr 3fr;
    column-gap: clamp(4rem, 10vw, 12rem);
  }
  .grid--two-column .column--span {
    grid-column: 1/3;
  }
  .grid--two-column .column--span * {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.grid--three-column {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2rem;
}
.grid--three-column .column--one {
  grid-column: 1/3;
}
.grid--three-column .column--two {
  grid-column: 1/2;
}
.grid--three-column .column--three {
  grid-column: 2/3;
}
@media screen and (min-width: 1000px) {
  .grid--three-column {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .grid--three-column .column--one {
    grid-column: 1/2;
  }
  .grid--three-column .column--two {
    grid-column: 2/3;
  }
  .grid--three-column .column--three {
    grid-column: 3/4;
  }
}

.grid--one-column {
  max-width: 880px;
  margin: 0 auto;
}

.column--one .wysiwyg_container.bg-white {
  margin-top: 2rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (min-width: 1200px) {
  .column--one .wysiwyg_container.bg-white {
    margin-top: -2rem;
  }
}

.page-template-user-account .column--one .bg-white {
  margin-top: unset;
}

.grid--two_five {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 1000px) {
  .grid--two_five {
    grid-template-columns: 3fr 10fr;
    grid-template-rows: 1fr;
  }
}

.grid_2_5 {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 1000px) {
  .grid_2_5 {
    grid-template-columns: 2fr 5fr;
    grid-template-rows: 1fr;
  }
}

.single-show .content h1 {
  font-size: 22px;
  line-height: 36px;
}
@media screen and (min-width: 1200px) {
  .single-show .content h1 {
    font-size: 42px;
  }
}

@media screen and (min-width: 1000px) {
  .grid_1_2_1 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .grid_1_2_1 {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 3rem;
  }
}

@media screen and (min-width: 1000px) {
  .grid_30 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .grid_3_1_2 {
    grid-template-columns: 3fr 1fr 2fr;
  }
}

.grid_5_2_3 {
  gap: 1rem;
}
@media screen and (min-width: 700px) {
  .grid_5_2_3 {
    grid-template-columns: 10fr 1fr 6fr;
    gap: 0;
  }
}
@media screen and (min-width: 1000px) {
  .grid_5_2_3 {
    grid-template-columns: 5fr 1fr 3fr;
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .grid_5_2_3 {
    grid-template-columns: 5fr 2fr 3fr;
    gap: 0;
  }
}

.grid_25 {
  grid-template-columns: 1fr;
}
.grid_25.mobile_grid {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 700px) {
  .grid_25 {
    grid-template-columns: 1fr 1fr;
  }
  .grid_25.mobile_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid_25 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.grid_20 {
  grid-template-columns: 1fr;
}
.grid_20.mobile_grid {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 700px) {
  .grid_20 {
    grid-template-columns: 1fr 1fr;
  }
  .grid_20.mobile_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid_20 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_50 {
    grid-template-columns: 1fr 1fr;
  }
  .grid_50.grid_invert {
    grid-template-columns: 1fr 1fr;
  }
  .grid_50.grid_invert > *:first-child {
    order: 2;
  }
}

@media screen and (min-width: 1000px) {
  .grid_45_55 {
    grid-template-columns: 9fr 11fr;
  }
  .grid_45_55.grid_invert {
    grid-template-columns: 11fr 9fr;
  }
  .grid_45_55.grid_invert > *:first-child {
    order: 2;
  }
}

@media screen and (min-width: 1000px) {
  .grid_40_60 {
    grid-template-columns: 2fr 3fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_60_40 {
    grid-template-columns: 3fr 2fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_55_45 {
    grid-template-columns: 11fr 9fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_35_65 {
    grid-template-columns: 7fr 13fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_30_70 {
    grid-template-columns: 3fr 7fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_1_2 {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_2_3 {
    grid-template-columns: 2fr 3fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_7_1 {
    grid-template-columns: 7fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_3_3_2 {
    grid-template-columns: 3fr 3fr 2fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_2_1 {
    grid-template-columns: 2fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_50_40_10 {
    grid-template-columns: 5fr 4fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .grid_45_35_20 {
    grid-template-columns: 9fr 7fr 4fr;
  }
}

.grid_1_3 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1000px) {
  .grid_1_3 {
    grid-template-columns: 1fr 3fr;
  }
}

.gap {
  gap: 0.5rem;
}

.gap_1 {
  gap: 1rem;
}

.gap_2 {
  gap: 2rem;
}

.gap_3 {
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .gap_3 {
    gap: 3rem;
  }
}

.gap_4 {
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .gap_4 {
    gap: 4rem;
  }
}

.gap_5 {
  gap: 3rem;
}
@media screen and (min-width: 1000px) {
  .gap_5 {
    gap: 5rem;
  }
}

ul.grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.grid .span {
  grid-column: 1/-1;
}

@media screen and (min-width: 1000px) {
  .grid_content {
    grid-template-columns: minmax(calc(50vw - var(--margin)), 950px) 1fr;
  }
  .grid_content.center_grid {
    grid-template-columns: minmax(calc(50vw - var(--margin)), 950px);
    justify-content: center;
  }
  .grid_content.grid_cross_sell {
    grid-template-columns: minmax(calc(50vw - var(--margin)), 700px) 2fr;
    gap: 2rem;
  }
  .grid_calendar {
    grid-template-columns: 2fr 3fr;
  }
}
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*Header*/
#page .site-branding {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  height: var(--header-height) !important;
  max-height: var(--header-height) !important;
  display: grid;
  place-items: center;
}
#page .site-branding a {
  height: fit-content;
}
#page .site-branding a img {
  height: calc(var(--header-height) + 7rem);
  max-height: var(--header-height)7rem;
}

.nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 9997;
}
.nav-bg.bg_gradient {
  background: transparent linear-gradient(0deg, #ffffff 0%, #ffffff 22%, #000000 77%, #000000 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
}
.nav-bg.bg_black {
  background-color: #000;
}

#page .vertical-logo {
  position: fixed;
  top: calc(var(--header-height) + 2rem);
  z-index: 9980;
  width: var(--margin);
  display: grid;
  place-items: center;
}
#page .vertical-logo img {
  width: 3.5rem;
}

#page .page-header {
  position: relative;
  z-index: 9993;
}
#page .page-header:has(> .bottom_corner) h2 {
  position: relative;
  z-index: 10;
}

header#masthead {
  height: var(--header-height);
  position: fixed;
  width: 100%;
  max-width: 100vw;
  top: 0;
  z-index: 9998;
  background: none;
  display: grid;
  grid-template-rows: auto 1fr;
  max-height: var(--header-height);
  grid-template-columns: 100%;
  padding-top: 0.7rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
header#masthead > a.logo {
  position: absolute;
  height: var(--header-height);
  padding: 1.5rem 0;
  margin-left: var(--margin);
}
header#masthead > a.logo img {
  height: 100%;
}
header#masthead #site-navigation a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  position: relative;
  transform: translate(0, 0);
  transition: color var(--transition) ease-in, transform var(--transition) ease-in-out;
  display: block;
}
header#masthead #site-navigation a:visited {
  color: #fff;
}
header#masthead #site-navigation li {
  position: relative;
}
header#masthead #site-navigation li::before {
  content: "»";
  position: absolute;
  left: 0;
  color: transparent;
  top: -0.25rem;
  max-width: 0;
  display: inline-block;
}
header#masthead #site-navigation a:hover {
  color: #48ad85 !important;
  transform: translate(1.5ch, 0);
}
header#masthead #site-navigation li:has(:hover)::before {
  color: #48ad85;
  max-width: 1ch;
}
header#masthead .header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header#masthead .open_times {
  display: flex;
  justify-content: center;
  color: #000;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 1000px) {
  header#masthead .header-ctas {
    align-self: center;
    justify-self: flex-end;
  }
  header#masthead .site-branding {
    align-items: center;
    width: fit-content;
    justify-content: center;
    position: sticky;
    top: 0;
  }
  header#masthead .site-branding svg path {
    fill: #fff !important;
  }
  header#masthead .book-branding-search {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  header#masthead .book-branding-search .utilities {
    justify-content: flex-end;
  }
  header#masthead .desktop-header-nav {
    grid-row: 2/3;
    grid-column: 1/4;
    justify-content: center;
    align-self: flex-end;
    height: min-content;
  }
  header#masthead .site-navigation {
    height: fit-content;
  }
  header#masthead .pre_header {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  header#masthead .pre_header nav {
    display: flex;
  }
  header#masthead .pre_header ul:not(.cart_list) {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
    list-style: none;
  }
  header#masthead .pre_header svg {
    height: 1rem;
  }
  header#masthead .pre_header a {
    text-decoration: none;
    font-weight: 700;
    color: #fff;
  }
  header#masthead .pre_header .menu-secondary-menu-container a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 0.4rem 0.6rem;
    font-weight: 400;
    font-size: 0.8rem;
    border-radius: 0.1rem;
  }
  header#masthead .pre_header .menu-secondary-menu-container a:hover {
    background-color: #48ad85;
    color: #000 !important;
    border: 1px solid #48ad85;
  }
  header#masthead .pre_header .open_times {
    color: #fff;
  }
  header#masthead .pre_header > p {
    margin-bottom: 0;
  }
  header#masthead .pre_header a.overwrite_link {
    text-transform: none;
    line-height: unset;
    margin-left: 0.5rem;
    text-decoration: underline;
    font-weight: 600;
  }
  header#masthead #mobile-menu {
    margin: 0;
    list-style: none;
    height: fit-content;
    align-items: center;
    padding: 0;
  }
  header#masthead #mobile-menu a {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
  }
  header#masthead #site-navigation {
    display: block;
  }
  header#masthead #site-navigation .menu-primary-container {
    display: flex;
    align-items: center;
  }
  header#masthead #site-navigation .main-navigation-inner {
    display: flex;
    align-items: center;
  }
  header#masthead #secondary-menu a,
  header#masthead .utilities a,
  header#masthead #site-navigation a,
  header#masthead .open_times {
    color: #fff;
  }
  header#masthead #secondary-menu a:visited,
  header#masthead .utilities a:visited,
  header#masthead #site-navigation a:visited,
  header#masthead .open_times:visited {
    color: #fff;
  }
  header#masthead .utilities ul {
    padding-left: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }
  header#masthead .utilities ul:before {
    content: "";
    position: absolute;
    height: 1.5rem;
    width: 1px;
    background-color: #fff;
    right: 1rem;
  }
  header#masthead .utilities a {
    display: grid;
    place-items: center;
  }
  header#masthead .so-me {
    gap: 1rem;
  }
  header#masthead .utilities svg path,
  header#masthead .site-branding svg path,
  header#masthead .so-me svg path {
    fill: #fff;
  }
  header#masthead #hamburger svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  header#masthead .site-branding svg {
    max-width: 16vw !important;
    max-height: 75px;
  }
}
@media screen and (min-width: 1200px) {
  header#masthead #site-navigation {
    align-self: center;
  }
  header#masthead .open_times {
    margin-right: auto;
    color: #fff;
  }
}
header#masthead.addFixed {
  position: fixed;
  transform: translate3d(0, -100%, 0);
  transition: padding 0ms ease;
}
header#masthead.slideOut {
  transition: transform 600ms ease-in;
  transform: translate3d(0, -100%, 0);
  position: fixed;
  background-color: #f4f3f2;
}
header#masthead.slideOut * {
  color: #000;
}
header#masthead.slideOut #secondary-menu a,
header#masthead.slideOut .utilities a,
header#masthead.slideOut #site-navigation a,
header#masthead.slideOut .open_times {
  color: #000;
}
header#masthead.slideOut #secondary-menu a:visited,
header#masthead.slideOut .utilities a:visited,
header#masthead.slideOut #site-navigation a:visited,
header#masthead.slideOut .open_times:visited {
  color: #000;
}
header#masthead.slideOut .utilities svg path,
header#masthead.slideOut .site-branding svg path {
  fill: #000;
}
header#masthead.slideOut #hamburger svg path {
  fill: #000;
}
header#masthead.slideOut .hamburger-inner,
header#masthead.slideOut .hamburger-inner::before,
header#masthead.slideOut .hamburger-inner::after {
  background-color: #000;
}
header#masthead.slideOut.slideInDown {
  transform: translate3d(0, 0, 0);
  position: fixed;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
header#masthead.slideOut .header {
  border-bottom: none;
}
header#masthead.slideOut .menu-secondary-menu-container li + li:after {
  background-color: #b5b0a1;
}
header#masthead.slideOut .pre_header {
  position: relative;
}
header#masthead.slideOut .pre_header:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #b5b0a1;
  bottom: -1rem;
  left: calc(var(--margin) * -1);
}
header#masthead .site-branding svg {
  height: auto;
  min-width: 160px;
}
@media screen and (min-width: 1000px) {
  header#masthead .site-branding svg {
    max-width: 33vw;
    max-height: 75px;
  }
}
header#masthead .site-branding svg path {
  fill: #000;
}

/* @include media1200 {
	header#masthead {
		/* padding: 2.1875rem calc(var(--margin) / 2) 0;
		height: var(--header-height);
		width: 100vw;
		align-items: center;
		justify-content: center; */
/* 	}
} */
/*This sets padding on everypage to account for the absolute positioned header*/
#hamburger svg path {
  fill: #000;
}
#hamburger svg .menu-secondary-menu-container li + li {
  position: relative;
}
#hamburger svg .menu-secondary-menu-container li + li:after {
  background-color: #000;
}
#hamburger svg .pre_header {
  position: relative;
}
#hamburger svg .pre_header:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #000;
  bottom: -1rem;
  left: calc(var(--margin) * -1);
}

.single-attraction #primary {
  transition: padding var(--transition) ease;
  padding-top: var(--header-height);
  background: #000;
}
.single-attraction #primary::after {
  display: none;
}
@media screen and (min-width: 1000px) {
  .single-attraction #primary {
    position: relative;
    padding-top: 0;
  }
  .single-attraction #primary::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--header-height) * 6);
    background-image: linear-gradient(180deg, rgba(40, 36, 49, 0.9), rgba(0, 0, 0, 0));
    opacity: 75%;
    z-index: 10;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  .single-attraction #primary::after {
    height: calc(var(--header-height) * 2.2);
  }
}

/*and this to stop the white space forming when admin bar is on*/
#wpadminbar + #page {
  margin-top: -32px;
}

.main-navigation-inner {
  display: flex;
  justify-content: space-between;
  height: fit-content;
}
.main-navigation-inner > .text_sizer {
  margin-bottom: 1rem;
}
.main-navigation-inner > .social_media_wrapper {
  margin: 4rem 0;
}
.main-navigation-inner > a {
  display: none;
}

#primary-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  max-width: 95vw;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1.2rem;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  list-style: none;
  gap: 2.5rem;
  padding-left: 0;
  margin-bottom: 0;
}
#primary-menu li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.25rem;
  font-size: 1.1rem;
  line-height: 125%;
  transition: color var(--transition) ease-in;
  position: relative;
  margin-bottom: 0.5rem;
  letter-spacing: 0.75px;
  font-weight: 700;
}
@media (forced-colors: active) {
  #primary-menu li a {
    text-decoration: underline;
  }
  #primary-menu li a:hover {
    text-decoration-thickness: 0.3em;
  }
}

/* #featured-menu {
	margin-top: 1rem;
	@include media1000 {
		margin-top: unset;
	}
	li a {
		margin-bottom: 1rem;
		color: white;
		text-align: center;
		font-weight: bold;

		font-size: 1.5rem;
		position: relative;
		width: fit-content;
		margin: 0 auto;
		margin-bottom: clamp(0.5rem, 1vw, 2rem);
		&::after {
			content: "";
			position: absolute;
			height: 2px;
			width: 100%;
			max-width: 2rem;
			background-color: $color_primary;
			bottom: 0;
			left: 50%;
			transform: translate(-50%);
			transform-origin: center;
			transition: max-width var(--transition) ease-in;
		}
		&:hover {
			color: $color_primary;
			&::after {
				max-width: 100%;
			}
		}
		@include media1200 {
			font-size: 2rem;
		}
		@media (forced-colors: active){
			text-decoration: underline;
			&:hover{
				text-decoration-thickness: .3em;
			}
		}
	}
} */
@media screen and (max-width: 400px) {
  #primary-menu li a {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }
}
.hamburger_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: fit-content;
  margin: auto 0;
  grid-row: 1/3;
  grid-column: 3/4;
  z-index: 15;
}
@media screen and (min-width: 1200px) {
  .hamburger_container {
    /* 		grid-column: auto;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: fit-content;
    margin-left: 2rem; */
    display: none;
  }
}
.hamburger_container label {
  color: #fff;
}

#hamburger {
  position: relative;
  background: transparent;
  transition: top var(--transition) ease;
  z-index: 15;
  width: fit-content;
  height: 40px;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 20px auto;
  gap: 0.5rem;
  padding-top: 4px;
  min-width: unset;
}
@media screen and (min-width: 1200px) {
  #hamburger {
    align-content: center;
  }
}
#hamburger .menu_open {
  display: none;
}
#hamburger.is-active {
  outline: #fff 3px solid;
}
#hamburger.is-active .menu_open {
  display: inline;
}
#hamburger.is-active .menu_closed {
  display: none;
}
#hamburger.is-active:focus {
  outline: #ffdd00 3px solid;
}

.hamburger.close-modal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: var(--header-height);
  background: transparent;
}

.hamburger {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: calc(var(--transition) / 2);
  transition-timing-function: linear;
  font: inherit;
  color: #fff;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  /*   &.is-active::before {
     color: $color_white;
     content: "Close";
   } */
}

@media screen and (min-width: 1200px) {
  .hamburger:hover .hamburger-inner,
  .hamburger:hover .hamburger-inner::before,
  .hamburger:hover .hamburger-inner::after {
    background-color: #000;
  }
  .hamburger:hover span {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 2px;
    color: #000;
  }
  .hamburger.is-active:hover .hamburger-inner,
  .hamburger.is-active:hover .hamburger-inner::before,
  .hamburger.is-active:hover .hamburger-inner::after {
    background-color: #fff;
  }
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 27px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  position: absolute;
  transition-property: transform;
  transition-duration: calc(var(--transition) / 2);
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -1.25rem;
}

.hamburger-inner::after {
  top: -0.66rem;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: calc(var(--transition) / 2.2);
  transition-duration: calc(var(--transition) / 2.2);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  transition: top calc(var(--transition) / 2) calc(var(--transition) / 2) cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity calc(var(--transition) / 4) linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top calc(var(--transition) / 3) calc(var(--transition) / 2) cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform calc(var(--transition) / 3) cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-duration: calc(var(--transition) / 1.8);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top calc(var(--transition) / 2) cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity calc(var(--transition) / 4) calc(var(--transition) / 2) linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top calc(var(--transition) / 4) calc(var(--transition) / 3) cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform calc(var(--transition) / 3) calc(var(--transition) / 2) cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-branding .desktop_logo {
  display: none;
}
@media screen and (min-width: 1200px) {
  .site-branding .desktop_logo {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .site-branding .mobile_logo {
    display: none;
  }
}
.site-branding a {
  display: block;
  width: fit-content;
  color: #fff;
  height: 100%;
}
.site-branding a svg path {
  fill: white;
}
@media screen and (min-width: 1200px) {
  .site-branding a svg {
    width: auto;
    height: 75px;
  }
  .site-branding a svg path {
    fill: white;
  }
}
.site-branding a:hover svg path {
  fill: #ffdd00;
}

#primary-menu .sub-menu {
  position: relative;
  top: 0;
  transform: translate(100vw, 0);
  left: 0;
  z-index: 10;
  height: 100%;
  padding-left: 1rem;
  padding-top: 0.5rem;
  transition: transform var(--transition) ease;
}
@media screen and (min-width: 1200px) {
  #primary-menu .sub-menu {
    transform: translate(-10%, 0) scale(1, 0);
    transform-origin: top;
  }
}
#primary-menu .sub-menu a {
  font-size: 1.1rem;
  font-weight: 400;
}
#primary-menu .sub-menu.open {
  transform: translate(0, 0);
}
@media screen and (min-width: 1200px) {
  #primary-menu .sub-menu.open {
    transform: scale(1);
  }
}
@media screen and (min-width: 1200px) {
  #primary-menu .menu-item-has-children {
    height: 1.5rem;
  }
  #primary-menu .menu-item-has-children.open::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2rem;
    right: -2rem;
    height: 5rem;
  }
  #primary-menu .menu-item-has-children .sub-menu {
    position: absolute;
    border: none;
    padding-top: 3rem !important;
    top: 4rem;
    height: fit-content;
    width: 100vw;
    margin: 0;
    left: 0;
    background-color: #fff;
    list-style: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1600px) {
  #primary-menu .menu-item-has-children .sub-menu {
    top: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #primary-menu .menu-item-has-children .sub-menu.open {
    display: grid !important;
  }
  #primary-menu .menu-item-has-children .sub-menu::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: fixed;
    top: 1.5rem;
    left: 0;
  }
  #primary-menu .menu-item-has-children li {
    opacity: 0;
    transition: opacity var(--transition) ease calc(var(--transition) / 2);
    margin-bottom: 1rem;
  }
  #primary-menu .menu-item-has-children li a {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-left: 0;
  }
  #primary-menu .menu-item-has-children.open li {
    opacity: 1;
  }
  #primary-menu .menu-item-has-children a:focus {
    outline: none;
  }
  #primary-menu .menu-item-has-children a:focus-visible {
    outline: 2px solid #ffdd00;
    outline-offset: 0.5rem;
  }
}

header#masthead:has(+ .no-featured-image) .header .menu-item-has-children .sub-menu {
  background-color: #fff;
}
header#masthead:has(+ .no-featured-image) .header .menu-item-has-children .sub-menu::after {
  border-bottom-color: #fff;
}

/*Mobile Menu*/
.toggled .menu-menu-1-container {
  transform: translate(0, 0);
  z-index: 5;
}

.menu-item-has-children:hover .sub-menu,
.menu-item-has-children a:focus + .sub-menu {
  transform: translate(0, 0);
}

.mobile_nav_home svg {
  height: 40px;
  width: auto;
  display: block;
}

.mobile_nav_home {
  padding-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .mobile_nav_home {
    display: none;
  }
}

.small_menu_heading {
  margin-bottom: 0.5rem;
}

.mode,
.text_sizer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.mode p,
.text_sizer p {
  margin: 0;
}

.no-flexbox-gap .mode,
.no-flexbox-gap .text_sizer {
  gap: 0;
}
.no-flexbox-gap .mode > *,
.no-flexbox-gap .text_sizer > * {
  margin-right: 1rem;
}
.no-flexbox-gap .mode > *:last-child,
.no-flexbox-gap .text_sizer > *:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  .main-navigation-inner .text_sizer {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation-inner .mode {
    display: none;
  }
}

ul#mobile-menu a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.25rem;
  font-size: 1.1rem;
  line-height: 125%;
  transition: color var(--transition) ease-in;
  position: relative;
  margin-bottom: 0.5rem;
  letter-spacing: 0.75px;
  font-family: brother-1816, sans-serif;
  font-weight: 700;
}

/*Desktop Menu*/
@media screen and (min-width: 1200px) {
  .mobile_nav_home svg {
    display: none;
  }
}
/*Branding*/
.site-branding {
  z-index: 10000;
  justify-self: center;
  max-width: fit-content;
}
.site-branding svg {
  width: 160px;
}

.search_toggle {
  background-color: transparent;
  display: inline;
}
.search_toggle svg {
  width: 1.2rem;
  height: 1.2rem;
}

#search-modal .search_group {
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  #masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/*Language Select*/
.header {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  align-items: start;
  column-gap: 1rem;
}
.header .wpml-ls-legacy-dropdown-click a {
  background-color: #ffdd00;
  border: transparent;
  color: #fff;
  width: fit-content;
  padding-left: 0;
}
.header .wpml-ls-legacy-dropdown-click {
  width: 15.5em;
  max-width: 45vw;
}
.header .wpml-ls-legacy-dropdown-click .wpml-ls-item a:not(.wpml-ls-item-toggle) {
  padding: 1rem;
}
.header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  background-color: #ffdd00;
}
.header .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.header .wpml-ls-legacy-dropdown-click a:focus,
.header .wpml-ls-legacy-dropdown-click a:hover {
  background: #ffdd00;
  color: #fff;
  width: fit-content;
  padding-left: 0;
}
.header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: calc(15px + 1.4em);
}
@media screen and (min-width: 1000px) {
  .header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: calc(25px + 1.4em);
  }
}
.header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a img {
  margin-right: 5px;
}
.header .wpml-ls-link {
  width: 100%;
}
.header .wpml-ls-item-toggle:focus,
.header .wpml-ls-link:focus {
  outline: 2px solid #fff;
  outline-offset: 0.5rem;
}
.header .wpml-ls-item-toggle:hover,
.header .wpml-ls-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-dropdown-click {
    width: fit-content;
    max-width: 100%;
    padding-right: 2rem;
  }
}
.header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  display: block;
  content: " ";
  background-image: url("../assets/down-arrow.svg");
  background-size: 1rem 1rem;
  height: 1rem;
  width: 1rem;
  background-repeat: no-repeat;
  border-top: none;
  border: none;
  top: calc(50% - 0.5rem);
  right: 0;
  transition: transform var(--transition) ease;
}
@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
    top: 0;
  }
}
.header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-dropdown-click {
    width: fit-content;
    max-width: 100%;
    padding-right: 2rem;
  }
  .header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background-color: #ffdd00;
  }
  .header .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .header {
    align-items: center;
    height: fit-content;
    margin-top: 0rem;
  }
}

/*Breadcrumbs*/
/* .breadcrumbs {
	display: none;
	@include media1200 {
		display: block;
	}
} */
.breadcrumbs .crumb svg {
  height: 0.85rem;
  width: auto;
  margin-right: 0.25rem;
  margin-bottom: 0.15rem;
}
.breadcrumbs .crumb svg path {
  fill: #ffdd00;
}

.breadcrumb_container {
  margin-bottom: 1rem;
}

.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  align-items: flex-start;
}
.breadcrumbs ol a {
  display: flex;
  align-items: flex-start;
}
.breadcrumbs ol .crumb {
  font-size: 0.85rem;
  display: flex;
  align-items: flex-start;
}
.breadcrumbs ol .crumb a {
  padding-top: 0.2rem;
}
.breadcrumbs ol .crumb--current {
  font-size: 0.85rem;
  display: flex;
  align-items: flex-start;
}
.breadcrumbs ol .crumb--current span {
  padding-top: 0.1rem;
}

.body .breadcrumbs ol a,
.bg_white .breadcrumbs ol a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
}
.body .breadcrumbs ol .crumb--current,
.bg_white .breadcrumbs ol .crumb--current {
  color: #000;
}
.body .breadcrumbs ol li.crumb::before,
.body .breadcrumbs ol li.crumb--current::before,
.bg_white .breadcrumbs ol li.crumb::before,
.bg_white .breadcrumbs ol li.crumb--current::before {
  color: #000;
  filter: none;
}

.white .breadcrumbs ol a {
  color: #fff;
}
.white .breadcrumbs ol .crumb--current {
  color: #fff;
}
.white .breadcrumbs ol li.crumb::before,
.white .breadcrumbs ol li.crumb--current::before {
  color: #fff;
  filter: none;
}

li.crumb::before,
li.crumb--current::before {
  content: "»";
  color: #000;
  position: relative;
  margin-right: 0.5rem;
}

li.crumb:first-of-type::before {
  content: "";
  background-image: none;
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  a.home_link.desktop_only {
    grid-column: auto;
  }
}

.wpml-ls-flag {
  outline: 1px solid white;
}

/*Mobile Menu*/
#site-navigation .main-navigation-inner > a {
  margin-top: 2rem;
}

#mobile-menu {
  margin-top: 4rem;
}
#mobile-menu li a {
  transition: opacity var(--transition) ease;
}

#mobile-menu .sub-menu {
  border-left: 2px solid white;
  position: fixed;
  padding-left: 1rem;
  text-align: left;
  top: calc(var(--header-height) + 5rem);
  left: 50%;
  opacity: 0;
  transform: translate(-200%, -200%);
  transition: opacity var(--transition) ease 100ms;
  background-color: #ffdd00;
}

#mobile-menu.sub_open li a {
  opacity: 0;
}
#mobile-menu.sub_open .sub-menu {
  opacity: 1;
  transform: translate(-50%, 0);
}
#mobile-menu.sub_open .sub-menu li a {
  opacity: 1;
}
#mobile-menu.sub_open .sub-menu h4 a {
  opacity: 1;
}

/*Megamenu*/
#primary-menu .add_mega_menu .sub-menu {
  position: absolute;
  top: calc(100% + 1.5rem);
  width: calc(100vw - 2 * var(--margin));
  padding: 0;
}
#primary-menu .add_mega_menu .sub-menu > li {
  display: none;
}
#primary-menu .add_mega_menu .sub-menu::after {
  display: none;
}
#primary-menu .add_mega_menu ul {
  padding: 0;
  margin: 0;
}
#primary-menu .megamenu-attractions-grid {
  display: grid;
  grid-template-columns: 100%;
}
#primary-menu .megamenu-attractions-grid:has(.sister-attractions) {
  grid-template-columns: calc(80% - 2rem) 20%;
  width: calc(100% + 2rem);
}
#primary-menu .megamenu-attractions-grid .main-attractions,
#primary-menu .megamenu-attractions-grid .sister-attractions {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  padding: 1rem 1rem 3rem 1rem;
}
#primary-menu .megamenu-attractions-grid .main-attractions h4,
#primary-menu .megamenu-attractions-grid .sister-attractions h4 {
  grid-column: 1/-1;
  color: #011d21;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
#primary-menu .megamenu-attractions-grid .main-attractions h4 a,
#primary-menu .megamenu-attractions-grid .sister-attractions h4 a {
  color: #011d21;
}
#primary-menu .megamenu-attractions-grid .main-attractions a::after,
#primary-menu .megamenu-attractions-grid .sister-attractions a::after {
  display: none;
}
#primary-menu .megamenu-attractions-grid .main-attractions {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#mobile-menu .add_mega_menu .sub-menu {
  width: calc(100vw - 2 * var(--margin));
  border-left: none;
  top: var(--header-height);
  height: calc(100dvh - var(--header-height));
  overflow: auto;
}
#mobile-menu .add_mega_menu .sub-menu > li {
  display: none;
}
#mobile-menu .add_mega_menu ul {
  padding: 0;
  margin: 0;
}
#mobile-menu .megamenu-attractions-grid {
  display: grid;
  grid-template-columns: 100%;
}
#mobile-menu .megamenu-attractions-grid .main-attractions,
#mobile-menu .megamenu-attractions-grid .sister-attractions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.5rem;
  background-color: transparent;
}
#mobile-menu .megamenu-attractions-grid .main-attractions h4,
#mobile-menu .megamenu-attractions-grid .sister-attractions h4 {
  grid-column: 1/-1;
  color: #fff;
  font-size: 0.7rem;
  margin-bottom: 0;
  margin-top: 0.25rem;
}
#mobile-menu .megamenu-attractions-grid .main-attractions h4 a,
#mobile-menu .megamenu-attractions-grid .sister-attractions h4 a {
  color: #fff;
}
#mobile-menu .megamenu-attractions-grid .main-attractions a::after,
#mobile-menu .megamenu-attractions-grid .sister-attractions a::after {
  display: none;
}
#mobile-menu .attraction-item-container {
  position: relative;
}
#mobile-menu .attraction-item-container svg {
  height: 24px;
  bottom: 1rem;
  left: 0.5rem;
  position: absolute;
  max-width: calc(100% - 1rem);
}

@media screen and (min-width: 1000px) {
  .megamenu-attractions-grid .attraction-item:hover .attraction-stripe {
    height: 95px;
  }
}
.attractions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  opacity: 0;
  transition: opacity 800ms ease-in;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-start;
}
@media screen and (min-width: 1200px) {
  .attractions-grid {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.attractions-grid .attraction-item {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  flex-basis: 28%;
  padding: 0;
  border: none;
}
@media screen and (min-width: 700px) {
  .attractions-grid .attraction-item {
    flex-basis: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .attractions-grid .attraction-item {
    flex-basis: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .attractions-grid .attraction-item {
    flex-basis: 17.5%;
  }
}
.attractions-grid .attraction-item .attraction-item-container {
  position: relative;
}
.attractions-grid .attraction-item .attraction-item-container svg {
  height: 24px;
  bottom: 1rem;
  left: 0.5rem;
  position: absolute;
  max-width: calc(100% - 1rem);
}
@media screen and (min-width: 1200px) {
  .attractions-grid .attraction-item .attraction-item-container svg {
    height: 39px;
    bottom: 2rem;
    left: 1rem;
    max-width: calc(100% - 2rem);
  }
}
.attractions-grid .attraction-item h3 {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  text-align: left;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  .attractions-grid .attraction-item h3 {
    font-size: 1rem;
  }
}

.attraction-item-container.container .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.search-toggle {
  background: transparent;
}
.search-toggle svg {
  width: 1.6rem;
  height: 1.6rem;
}
.search-toggle svg path {
  transition: fill var(--transition) ease-in;
}
.search-toggle:hover svg path {
  fill: #ffdd00;
}

#search-modal {
  height: 100vh;
}

a.menu-item-link.menu-item-back-link svg path {
  fill: #fff;
}

#mobile_nav {
  transition: 0.6s;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100vh;
  width: 100vw;
  height: 100vh;
  padding-top: 2rem;
  background-color: #fff;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #000;
  overflow: auto;
}
#mobile_nav #primary-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
#mobile_nav #primary-menu li a {
  font-size: 1.4rem;
  color: #48ad85;
}
#mobile_nav #primary-menu li a:visited {
  color: #48ad85;
}
#mobile_nav #primary-menu .sub-menu {
  left: 0;
}
#mobile_nav #primary-menu .sub-menu li {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
#mobile_nav #primary-menu .sub-menu a {
  font-size: 1rem;
}
#mobile_nav .preheader_nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#mobile_nav .preheader_nav ul a {
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: currentColor;
}
#mobile_nav .utilities ul {
  display: flex;
  gap: 1.5rem;
}
#mobile_nav .utilities ul a svg {
  height: 1rem;
  width: 1rem;
}
#mobile_nav .utilities ul a svg .path {
  fill: #000;
}
#mobile_nav ul {
  list-style: none;
  padding: 0;
}
#mobile_nav .utilities svg path {
  fill: #fff;
}

.toggled#mobile_nav {
  top: 0;
  left: 0;
  transition: 0.6s;
}

.slideOut #mobile_nav {
  background-color: #fff;
}

@media screen and (min-width: 1200px) {
  header#masthead #site-navigation .sub-menu li a,
  header#masthead #site-navigation .sub-menu li a:visited {
    color: #011d21;
  }
}
#primary-menu .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 1rem;
  width: max-content;
  display: inline-block;
}
#primary-menu .menu-item.menu-item-has-children > a::before {
  position: absolute;
  top: 4px;
  right: -1px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) rotateX(0);
  transition: 0.3s ease-in-out;
  z-index: 100;
  transition: 0.6s;
  opacity: 1;
}
#primary-menu .menu-item.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 4px solid currentColor;
  transition: 0.3s ease-in-out;
  z-index: 100;
  transform: scaleX(0);
  top: 100%;
  position: absolute;
}
#primary-menu .menu-item.menu-item-has-children.open > a::after {
  transform: scaleX(1);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #primary-menu {
    gap: 1rem;
  }
  #primary-menu li a {
    font-size: 1rem;
  }
  #primary-menu .menu-item.menu-item-has-children > a::before {
    top: 0.2rem;
    right: 0.2rem;
    width: 5px;
    height: 5px;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  #primary-menu .menu-item.menu-item-has-children .sub-menu li a {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  #primary-menu {
    gap: 1rem;
  }
  #primary-menu li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  #primary-menu {
    gap: 1.2rem;
  }
  #primary-menu li a {
    font-size: 1rem;
  }
}

.nav-bg.mobile_only {
  background-color: #002b0f;
  mix-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 9995;
}

header#masthead.mobile_only {
  padding: 0;
  margin-top: 0;
}
header#masthead.mobile_only .header {
  position: relative;
  z-index: 9996;
  margin-top: 0;
  display: flex;
  height: var(--header-height);
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
header#masthead.mobile_only .header .logo {
  height: 2.5rem;
}
header#masthead.mobile_only .header .logo img {
  height: 100%;
}
header#masthead.mobile_only .header .hamburger_container {
  padding-top: 1rem;
}
header#masthead.mobile_only #mobile_nav {
  position: relative;
  background-color: #0c4734;
}
header#masthead.mobile_only #mobile_nav .sub-menu li a::after {
  display: none;
}
header#masthead.mobile_only #mobile_nav #secondary-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
header#masthead.mobile_only #mobile_nav #secondary-menu li {
  width: fit-content;
}
header#masthead.mobile_only #mobile_nav #secondary-menu a {
  background: none;
  color: #fff;
  display: block;
  text-align: left;
  padding: 0.8rem 1rem;
  line-height: 100%;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 0;
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
  min-width: 5rem;
  transition: text-decoration 400ms ease;
  font-family: 2rem;
  cursor: pointer;
  display: block;
  width: fit-content;
  text-align: center;
  transition: background-color var(--transition) ease-in, color var(--transition) ease-in;
}
header#masthead.mobile_only #mobile_nav #secondary-menu a:hover, header#masthead.mobile_only #mobile_nav #secondary-menu a:active {
  background-color: #fff;
  color: #000;
}
header#masthead.mobile_only #mobile_nav #secondary-menu a .unset-button {
  background: none;
  color: currentColor;
  display: inline;
  padding: 0;
}
header#masthead.mobile_only #mobile_nav .utilities {
  display: flex;
  align-items: center;
  gap: 3rem;
}
header#masthead.mobile_only #mobile_nav .utilities ul {
  margin: 0;
  height: fit-content;
  display: flex;
  align-items: center;
}
header#masthead.mobile_only #mobile_nav .utilities ul li {
  height: fit-content;
}
header#masthead.mobile_only #mobile_nav .utilities a {
  height: fit-content;
  max-height: 1.2rem;
  display: block;
  place-items: center;
}
header#masthead.mobile_only #mobile_nav .utilities svg {
  width: 1.2rem;
  height: 1.2rem;
}
header#masthead.mobile_only #mobile_nav .utilities svg path {
  fill: #fff;
}
header#masthead.mobile_only #mobile_nav .utilities .so-me {
  display: flex;
  height: fit-content;
  position: relative;
  gap: 1.5rem;
}
header#masthead.mobile_only #mobile_nav .utilities .so-me::after {
  content: "";
  height: 200%;
  width: 1px;
  background-color: #707070;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
header#masthead.mobile_only::after {
  display: none;
}
header#masthead.mobile_only::before {
  display: none;
}

.mobile_only.mobile_sub_nav_container.padding {
  grid-column: 1/-1;
}

header#masthead.slideOut.mobile_only .pre_header:after {
  bottom: -0.3rem;
  left: calc(var(--margin) * -1 / 2);
}

header#masthead.site-header.bg_light_gray.mobile_only .pre_header {
  position: relative;
  z-index: 9999;
}
header#masthead.site-header.bg_light_gray.mobile_only .open_times {
  justify-content: flex-start;
}
header#masthead.site-header.bg_light_gray.mobile_only .header.bg-white.padding-x.black {
  z-index: 9999;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header#masthead.site-header.bg_light_gray.mobile_only .header.bg-white.padding-x.black .site-branding {
  /* svg {
  	max-width: 30vw;
  	min-width: 100px !important;
  } */
  margin-right: auto;
}
header#masthead.site-header.bg_light_gray.mobile_only .header.bg-white.padding-x.black .hamburger_container {
  padding-top: 0.9rem;
}
header#masthead.site-header.bg_light_gray.mobile_only .header.bg-white.padding-x.black > a {
  text-decoration: none;
  padding-right: 1rem;
  position: relative;
}
header#masthead.site-header.bg_light_gray.mobile_only .header.bg-white.padding-x.black > a::after {
  content: "";
  height: 2rem;
  width: 1px;
  background-color: #000;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

@media screen and (max-width: 700px) {
  main#primary {
    padding-top: var(--header-height);
  }
}
.search_form {
  display: flex;
  align-items: center;
}
.search_form input {
  border-radius: 0.25rem;
  padding: 0.5rem;
  border: 0;
  width: 100%;
}
.search_form button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding-top: 0.5rem;
}
.search_form button svg {
  width: 1.5rem;
  height: 1.5rem;
}

.mobile_nav #site-navigation {
  margin-bottom: 3rem;
}
.mobile_nav #secondary-menu {
  margin: 0;
}

/* Posts and pages
--------------------------------------------- */
.big_text {
  padding: 2rem 0;
  width: 900px;
  max-width: calc(100vw - 2 * var(--margin));
  font-size: clamp(1.2rem, 3vw, 2rem);
  line-height: 110%;
  text-align: center;
  font-weight: 500;
}
.big_text.single_quote {
  margin: 0 auto;
}
.big_text strong {
  display: block;
  margin-bottom: 1rem;
}
.big_text p,
.big_text a {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 135%;
}
.big_text a {
  font-weight: 700;
  text-align: center;
  display: block;
}
.big_text a:empty {
  display: none;
}

.pull_quote .big_text {
  width: unset;
  max-width: 100%;
}

.text_image .block,
.bsl-video .block {
  padding: 4rem 0;
}
.text_image .block.grid--two-column,
.bsl-video .block.grid--two-column {
  padding: 0;
  grid-template-rows: 1fr 1fr;
}
.text_image .block.grid--two-column .block-text,
.bsl-video .block.grid--two-column .block-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.text_image .block.grid--two-column .padding-right,
.bsl-video .block.grid--two-column .padding-right {
  padding-left: var(--margin);
}
.text_image .block.grid--two-column .padding-left,
.bsl-video .block.grid--two-column .padding-left {
  padding-right: var(--margin);
  grid-row: 2/3;
}
@media screen and (min-width: 700px) {
  .text_image .block.grid--two-column,
  .bsl-video .block.grid--two-column {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    grid-template-rows: minmax(420px, min-content);
  }
  .text_image .block.grid--two-column .padding-right,
  .bsl-video .block.grid--two-column .padding-right {
    padding-left: 4rem;
  }
  .text_image .block.grid--two-column .padding-left,
  .bsl-video .block.grid--two-column .padding-left {
    padding-right: 4rem;
    grid-row: 1/2;
  }
  .text_image .block.grid--two-column .padding-left + .alt-block .alt_block,
  .bsl-video .block.grid--two-column .padding-left + .alt-block .alt_block {
    right: 15px;
  }
}
.text_image .bg-primary .single,
.bsl-video .bg-primary .single {
  width: 680px;
  max-width: calc(100vw - 2 * var(--margin));
}
.text_image .bg-primary .single h3,
.bsl-video .bg-primary .single h3 {
  font-size: 2.2rem;
  color: #ffdd00;
}
.text_image .single,
.bsl-video .single {
  width: 1020px;
  max-width: calc(100vw - 2 * var(--margin));
  margin: 0 auto;
}
.text_image h3,
.bsl-video h3 {
  color: #000;
  font-size: 1.6rem;
  line-height: 145%;
}
.text_image .cover.block-image.alt-block img,
.bsl-video .cover.block-image.alt-block img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.text_image .block-text,
.bsl-video .block-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bsl-video .block.grid--two-column {
  grid-template-rows: auto auto;
}
@media screen and (min-width: 700px) {
  .bsl-video .block.grid--two-column {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }
  .bsl-video .block.grid--two-column .padding-right {
    padding-left: var(--margin);
  }
  .bsl-video .block.grid--two-column .padding-left {
    padding-right: var(--margin);
  }
}
@media screen and (min-width: 1000px) {
  .bsl-video .block.grid--two-column {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .bsl-video .block.grid--two-column .padding-right {
    padding-left: 4rem;
  }
  .bsl-video .block.grid--two-column .padding-left {
    padding-right: 4rem;
  }
  .bsl-video .block.grid--two-column .padding-left + .alt-block .alt_block {
    right: 15px;
  }
  .bsl-video .block.grid--two-column .block-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.bsl-video h3 {
  font-size: 2.4rem;
  color: #ffdd00;
}

/*So the two anchors aren't hidden by the header*/
#bsl,
#express_your_interest,
#response {
  scroll-margin-top: calc(var(--header-height) + 50px);
}

.muted .text_image:has(.bg-primary_sub, .bg-secondary_sub) ~ .text_image:has(.bg-primary_sub, .bg-secondary_sub) {
  border-top: 1px solid #ffdd00;
}

.block_quote {
  position: relative;
  width: 1020px;
  max-width: calc(100vw - 2 * var(--margin));
  margin: 0 auto;
  padding: 4rem 0 4rem;
}
@media screen and (min-width: 1000px) {
  .block_quote {
    padding: 4rem 0;
  }
}
.block_quote::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 3rem;
  height: 3.4rem;
  background-image: url(../assets/quotes.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  .block_quote::before {
    left: -5rem;
    top: 4rem;
    width: 4rem;
  }
}
.block_quote p,
.block_quote footer {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 700;
}
.block_quote p {
  color: #ffdd00;
}

.content_wrapper .block_quote,
.wp-block-ace-content-blocks .block_quote {
  width: 100%;
}
.content_wrapper .block_quote::before,
.wp-block-ace-content-blocks .block_quote::before {
  top: 0rem;
  left: 0;
}

.blog_list {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_list > a {
  margin-bottom: 2rem;
}
.blog_list > a.mobile_only {
  margin-top: 2rem;
}

.blog_list h2 {
  margin-bottom: 3rem;
}

.blog_list > .flex {
  flex-basis: 100%;
}

.cat-list.flex {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem;
  justify-content: flex-start;
  column-gap: 1rem;
}

.no-flexbox-gap .cat-list.flex {
  gap: 0;
}
.no-flexbox-gap .cat-list.flex > * {
  margin-right: 1rem;
}
.no-flexbox-gap .cat-list.flex > *:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1000px) {
  .org_list .two_column {
    flex-direction: row-reverse;
  }
  .org_list .two_column > :last-child {
    flex-basis: 73%;
  }
  .org_list .two_column > :first-child {
    flex-basis: 22%;
  }
}
.org_list h2 {
  margin-bottom: 3rem;
}

/* #filter_list {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: max-height var(--move-transition) ease;
	&.open {
		visibility: visible;
		max-height: 1000px;
	}
} */
#open_filters {
  background-color: #ffdd00;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 5px;
}

@media screen and (min-width: 1000px) {
  #filter_list {
    max-height: unset;
    visibility: visible;
  }
  #open_filters {
    display: none;
  }
}
.support_organisation_item {
  margin-bottom: 1rem;
  display: grid;
  grid-template-rows: min-content auto;
}
.support_organisation_item svg {
  display: none;
}
@media screen and (min-width: 1000px) {
  .support_organisation_item svg {
    display: block;
    justify-self: end;
    margin-right: 1rem;
    transition: transform calc(1.5 * var(--transition)) ease;
  }
}
.support_organisation_item a {
  padding: 1rem;
  display: grid;
  grid-template-rows: min-content 1fr;
  gap: 1rem;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .support_organisation_item a {
    grid-template-rows: min-content 1fr min-content;
  }
}
.support_organisation_item a h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  line-height: 130%;
}
.support_organisation_item a p {
  text-decoration: none;
  color: #000;
}
.support_organisation_item a:hover h3 {
  text-decoration-thickness: 0.1em;
}
.support_organisation_item a:hover svg {
  transform: translateX(0.2rem);
}
@media (prefers-reduced-motion: reduce) {
  .support_organisation_item a:hover svg {
    transform: none;
  }
}

.bg-primary-primary_sub .block-text p {
  color: var(--color-black-to-white);
}
.bg-primary-primary_sub .block-text h3 {
  color: var(--color-secondary-to-white);
}

.support_organisation_item picture.featured-img.alt-block {
  margin: 1rem 1rem 0;
  position: relative;
  height: 0;
  padding-top: 51%;
}
.support_organisation_item picture.featured-img.alt-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#response,
#signupform {
  position: relative;
}
#response::before,
#signupform::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 30px;
  width: 50px;
  height: 50px;
  border: 5px solid #ffdd00;
  border-bottom-color: transparent;
  animation: spin 1s ease-in-out infinite;
  display: none;
}
#response .flex_item,
#signupform .flex_item {
  opacity: 1;
  transition: opacity var(--transition) ease;
}
#response.loading::before,
#signupform.loading::before {
  display: block;
}
#response.loading .flex_item,
#signupform.loading .flex_item {
  opacity: 0.1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sidebar.filter_list {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--move-transition) ease;
}
@media screen and (min-width: 1000px) {
  .sidebar.filter_list {
    max-height: unset;
    overflow: initial;
  }
}

.open.sidebar.filter_list {
  max-height: 2000px;
}

#current_filters,
#blog_filters {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 2rem;
  font-weight: 700;
  flex-wrap: wrap;
}

.no-flexbox-gap #current_filters,
.no-flexbox-gap #blog_filters {
  gap: 0;
}
.no-flexbox-gap #current_filters > *,
.no-flexbox-gap #blog_filters > * {
  margin-right: 2rem;
}
.no-flexbox-gap #current_filters > *:last-child,
.no-flexbox-gap #blog_filters > *:last-child {
  margin-right: 0;
}

.current_filters {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .current_filters {
    gap: 2rem;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: max-content auto max-content;
    align-items: center;
  }
}
.current_filters p {
  margin: 0;
}
.current_filters.hide {
  display: none;
}

.filter input[type=reset].hide {
  display: none;
}

.filter input[type=reset].hide {
  display: none;
}

@media screen and (min-width: 700px) {
  .content-directory .flex.flex_33 > .flex_item {
    flex-basis: calc(33% - 0.5rem);
  }
}
button#clear {
  width: fit-content;
  justify-self: end;
  color: #ffdd00;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ffdd00;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: 700;
}
button#clear svg {
  margin-right: 0.5rem;
}
button#clear svg path {
  fill: #ffdd00;
}
button#clear:hover {
  text-decoration-thickness: 0.2em;
}

input.button.decorative.reset {
  border-radius: 0.25rem;
  width: 100%;
  background-color: #ffdd00;
  color: #fff;
  padding: 1.2rem;
  text-align: center;
  transition: background-color var(--transition) ease, color var(--transition) ease;
}
input.button.decorative.reset:hover {
  background-color: #000;
}

#express_your_interest input[type=checkbox] + label::after {
  border: 1px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
}
#express_your_interest input[type=checkbox]:checked + label::before {
  background-color: #ffdd00;
}

.muted #express_your_interest input[type=checkbox] + label::after {
  border: 1px solid #000;
  border-top-color: transparent;
  border-right-color: transparent;
}
.muted #express_your_interest input[type=checkbox]:checked + label::before {
  background-color: #23595c;
}

.pagination {
  list-style: none;
  display: flex;
  gap: 0.75rem;
  margin-left: 0;
  padding: 0;
  justify-content: flex-end;
}

.no-flexbox-gap .pagination {
  gap: 0;
}
.no-flexbox-gap .pagination > * {
  margin-right: 0.1rem;
}
.no-flexbox-gap .pagination > *:last-child {
  margin-right: 0;
}

.page-numbers {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  border-radius: 1rem;
  border: 1px solid #48ad85;
  transition: background-color var(--transition) ease, color var(--transition) ease;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 75%;
}
.page-numbers.current {
  background-color: #48ad85;
}
.page-numbers:hover {
  text-decoration: none;
  background-color: #36795f;
  color: #282431;
}
.page-numbers:visited {
  color: #000;
}
.page-numbers svg {
  height: 1.5rem;
}
.page-numbers.prev svg {
  transform: rotate(180deg);
}

#response nav {
  grid-column: 1/-1;
}

.title_with_logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.link_blocks {
  justify-content: center;
  gap: 2rem;
}

.link-block {
  width: 650px;
  max-width: 100%;
  padding: 2rem;
  display: grid;
  grid-template-rows: min-content 1fr;
  gap: 1rem;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .link-block {
    grid-template-rows: min-content 1fr min-content;
  }
}
.link-block h3 {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  padding-right: 2rem;
}
.link-block p {
  text-decoration: none;
  color: #000;
}
.link-block:hover h3 {
  text-decoration-thickness: 0.1em;
}
.link-block:hover svg {
  transform: translateX(1rem);
}
.link-block svg {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (min-width: 1000px) {
  .link-block svg {
    position: static;
    display: block;
    justify-self: end;
    margin-right: 1rem;
    transition: transform var(--move-transition) ease;
  }
}

.wp-block-ace-columns,
.wp-block-ace-partners-block {
  padding-top: 4rem;
}
.wp-block-ace-columns > h2,
.wp-block-ace-partners-block > h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.wp-block-ace-columns > h2:empty,
.wp-block-ace-partners-block > h2:empty {
  display: none;
}
.wp-block-ace-columns .wp-block-columns,
.wp-block-ace-partners-block .wp-block-columns {
  gap: 3rem;
}
.wp-block-ace-columns + .wp-block-ace-columns,
.wp-block-ace-partners-block + .wp-block-ace-columns {
  padding-top: 0;
}
.wp-block-ace-columns h2,
.wp-block-ace-columns h3,
.wp-block-ace-columns h4,
.wp-block-ace-columns h5,
.wp-block-ace-partners-block h2,
.wp-block-ace-partners-block h3,
.wp-block-ace-partners-block h4,
.wp-block-ace-partners-block h5 {
  color: var(--color-secondary-to-secondary-lighter);
}
.wp-block-ace-columns p,
.wp-block-ace-columns ul,
.wp-block-ace-columns li,
.wp-block-ace-columns ol,
.wp-block-ace-partners-block p,
.wp-block-ace-partners-block ul,
.wp-block-ace-partners-block li,
.wp-block-ace-partners-block ol {
  color: var(--color-black-to-white);
}
.wp-block-ace-columns .wp-block-ace-column-block img,
.wp-block-ace-partners-block .wp-block-ace-column-block img {
  width: auto;
  max-height: 80px;
}

.muted .wp-block-ace-columns .wp-block-ace-column-block img,
.muted .wp-block-ace-partners-block img {
  filter: invert(1);
}

.wp-block-ace-partners-block .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 3rem 0;
  justify-content: center;
}
.wp-block-ace-partners-block .grid img {
  height: 7rem;
  width: auto;
  max-width: 300px;
  object-fit: contain;
}

.border-top h3 {
  border-top: 2px solid var(--color-secondary-to-secondary-lighter);
  margin-top: 2rem;
  padding-top: 1rem;
}

/* .breadcrumb_container+.blog_list {
    padding-top: 0;
}
 */
.content.content-blog .flex_item {
  margin-bottom: 1rem;
}

#blog_filters {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  gap: 0;
}
#blog_filters p {
  margin: 0;
}
#blog_filters button {
  color: black;
  background-color: transparent;
  text-underline-offset: 0.2em;
}
#blog_filters button.active, #blog_filters button:hover {
  text-decoration: underline;
}

.content-blog .flex_33 {
  gap: 2rem;
}

.back_to a {
  width: fit-content;
}

/*Page Links*/
.page-links-block {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
}

.page_link_item {
  color: #000;
  text-decoration: none;
  text-decoration-thickness: 0;
  text-underline-offset: 0;
  flex-basis: 100%;
}
.page_link_item:visited {
  color: #000;
}

@media screen and (min-width: 700px) {
  .page-links-2 .page_links_wrapper .page_link_item,
  .page-links-4 .page_links_wrapper .page_link_item {
    flex-basis: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .page-links-2 .page_links_wrapper .page_link_item,
  .page-links-4 .page_links_wrapper .page_link_item {
    flex-basis: 38%;
  }
}

@media screen and (min-width: 700px) {
  .page-links-3 .page_links_wrapper,
  .page-links-6 .page_links_wrapper {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .page-links-3 .page_links_wrapper,
  .page-links-6 .page_links_wrapper {
    gap: 0;
    justify-content: space-between;
  }
}
.page-links-3 .page_links_wrapper .page_link_item,
.page-links-6 .page_links_wrapper .page_link_item {
  flex-basis: 100%;
}
@media screen and (min-width: 700px) {
  .page-links-3 .page_links_wrapper .page_link_item,
  .page-links-6 .page_links_wrapper .page_link_item {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .page-links-3 .page_links_wrapper .page_link_item,
  .page-links-6 .page_links_wrapper .page_link_item {
    flex-basis: 30%;
  }
}

@media screen and (min-width: 700px) {
  .page-links-5 .page_links_wrapper {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .page-links-5 .page_links_wrapper {
    gap: 5%;
    justify-content: center;
  }
}
@media screen and (min-width: 700px) {
  .page-links-5 .page_links_wrapper .page_link_item {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .page-links-5 .page_links_wrapper .page_link_item {
    flex-basis: 30%;
  }
}

.page_links_wrapper {
  z-index: 9999;
  position: relative;
}
@media screen and (min-width: 700px) {
  .page_links_wrapper {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .page_links_wrapper {
    justify-content: center;
    gap: 6rem;
  }
}

.page_link_info {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.page-link-info-info {
  line-height: 1.5rem;
}

/*What's On Block*/
.whats_on_block {
  position: relative;
}
.whats_on_block h2 {
  padding-top: 0;
  padding-bottom: 0;
}
.whats_on_block .grid_1_2_1 {
  z-index: 9;
  position: relative;
  padding: 0;
}

.whats_on_block_header {
  margin-bottom: 2rem;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .whats_on_block_header {
    margin-bottom: 3rem;
  }
}
.whats_on_block_header * {
  margin: 0;
}

.text_block.large p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "acumin-pro-extra-condensed", sans-serif;
}

.whats_on_block .event_block_card .event_block_title a h3 {
  color: #fff;
}
.whats_on_block .event_block_card .event_block_title p {
  color: #fff;
}
.whats_on_block .event_block_footer .find_out_more.underline {
  color: #fff;
}
.whats_on_block .event_block_footer .find_out_more.underline::after {
  background-color: #fff;
}

.event_block_card:hover .event_block_footer .find_out_more.underline {
  color: #fff;
}

.whats_on_block.half_bg .event_block_card.card:nth-child(1) .event_block_header h4 {
  color: #000;
}
@media only screen and (max-width: 999px) {
  .whats_on_block.half_bg .event_block_card.card:nth-child(1) p {
    color: #000;
  }
  .whats_on_block.half_bg .event_block_card.card:nth-child(1) .event_block_title h3 {
    color: #000;
  }
}
@media only screen and (max-width: 699px) {
  .whats_on_block.half_bg .event_block_card.card:nth-child(2) .event_block_header h4 {
    color: #000;
  }
  .whats_on_block.half_bg .event_block_card.card:nth-child(2) .event_block_header p {
    color: #000;
  }
}

/*menu block*/
.menu_wrapper {
  margin-bottom: 2rem;
}

/* Content */
.content-wrapper .content-block {
  margin-bottom: 2rem;
}
.content-wrapper .content-block p.image-caption {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.content-wrapper .content-block p {
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .content-wrapper .content-block p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content-wrapper .content-block blockquote p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  font-family: "Libre Baskerville", sans-serif;
}
@media screen and (min-width: 1200px) {
  .content-wrapper .content-block blockquote p {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: left;
  }
}

.image-caption {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.solitary_button {
  display: block;
  margin: 4rem auto 4rem;
}

h2.heading-block-text {
  line-height: 150%;
}

.heading-block {
  max-width: 880px;
  margin: 0 var(--margin);
}
@media screen and (min-width: 1000px) {
  .heading-block {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  .content-content-block {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-content-block h1,
.content-content-block h2,
.content-content-block h3,
.content-content-block h4,
.content-content-block h5 {
  text-transform: uppercase;
}
.content-content-block h1,
.content-content-block h2 {
  font-size: 1.25rem;
}

.quote-carousel-image .container {
  margin-top: -4rem;
}

.quote-carousel-title {
  padding-bottom: 0;
}

.quote-carousel-info {
  padding-top: 4rem;
}

.swiper-button-prev.quote-carousel-prev,
.swiper-button-next.quote-carousel-next {
  position: absolute;
  top: 1rem;
  z-index: 1;
  cursor: pointer;
  transition: background-color var(--transition) ease;
}
@media screen and (min-width: 700px) {
  .swiper-button-prev.quote-carousel-prev,
  .swiper-button-next.quote-carousel-next {
    top: calc(50% - 1rem);
  }
}
.swiper-button-prev.quote-carousel-prev:hover svg path,
.swiper-button-next.quote-carousel-next:hover svg path {
  fill: #000;
}
.swiper-button-prev.quote-carousel-prev svg,
.swiper-button-next.quote-carousel-next svg {
  width: 2rem;
  height: 2rem;
}
.swiper-button-prev.quote-carousel-prev svg path,
.swiper-button-next.quote-carousel-next svg path {
  transition: fill var(--transition) ease;
}

.swiper-button-next.quote-carousel-next {
  right: 4rem;
}

.swiper-button-prev.quote-carousel-prev {
  left: 4rem;
}

.vacancies-list.flex.flex_33 {
  justify-content: center;
  column-gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .vacancies-list.flex.flex_33::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .vacancies-list.flex.flex_33 .vacancy {
    flex-basis: 45%;
  }
}

.vacancies-list .vacancy {
  max-width: 400px;
}
.vacancies-list .vacancy .underscore_emphasis {
  color: #5497a9;
  max-width: 250px;
  line-height: 28px;
  margin-bottom: 2.5rem;
}
.vacancies-list .vacancy .body ul {
  padding-left: 1rem;
}
.vacancies-list .vacancy a.find_out_more {
  font-weight: 400;
  margin-bottom: 1rem;
}

.vacancy div.body {
  margin: 3rem 0 1rem;
}

.shops .page_link_info {
  position: relative;
}
.shops .page_link_info .page-link-info-icon.tile {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
}
.shops .page_link_info .page-link-info-icon.tile svg {
  width: 100%;
  height: 100%;
}
.shops .page-link-info-title,
.shops .page-link-info-info {
  padding-right: 4.2rem;
}

ul.flex {
  list-style-type: none;
  padding: 0;
}

.contact_form svg {
  height: 4rem;
  margin-bottom: 4rem;
}
.contact_form .contact_form_address address {
  font-style: normal;
  font-weight: 600;
  margin-top: -1rem;
  font-size: 1.1rem;
}

.general_faqs h4 {
  font-weight: 600 !important;
  text-transform: none;
}
.general_faqs .faq {
  border-top-color: black;
}
.general_faqs details.open > summary::after {
  transform: rotate(180deg);
}

.donation {
  margin-bottom: 2rem;
}
.donation .content-content-block h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 1000px) {
  .donation .content-content-block h2 {
    font-size: 2rem;
  }
}
.donation .donation-content {
  padding: 2rem 0;
}
.donation iframe {
  margin: 0 auto;
  display: block;
}
.donation .radius {
  border-radius: 1.5rem;
}

.donation-header p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.pull_up {
  margin-top: -10rem;
  position: relative;
  padding-bottom: 4rem;
  padding-top: 1rem;
  z-index: 100;
}

@media screen and (min-width: 700px) {
  .pull_up {
    margin-top: -15rem;
  }
  .pull_up h1 {
    font-size: 3rem;
    letter-spacing: 6px;
    margin-bottom: 3rem;
  }
  .pull_up nav.breadcrumbs {
    padding-top: 3rem;
  }
  .single-news .pull_up nav.breadcrumbs {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pull_up {
    max-width: 1080px;
    margin: -20rem auto 4rem;
  }
}
.swiper-slide.quote-carousel-slide {
  display: grid;
  place-items: center;
}

.swiper-button-next.button--next.quote-carousel-next > svg {
  transform: rotateX(180deg);
}
.swiper-button-next.button--next.quote-carousel-next ellipse {
  display: none;
}

.swiper-button-prev.button--prev.quote-carousel-prev ellipse {
  display: none;
}

.page_links.page_links--stacked .page_links_title {
  padding-bottom: 0 !important;
}
.page_links.page_links--stacked .page_links_title p {
  margin-bottom: 0 !important;
}
.page_links.page_links--stacked .page_links_title:not(:has(p)) {
  padding-bottom: 0 !important;
}
.page_links.page_links--stacked .page_links_title:not(:has(p)) h2 {
  margin-bottom: 0 !important;
}

.grid.grid_content.gap_2.content_layout:has(.pull_quote) {
  display: grid;
  align-items: center;
  grid-template-columns: unset;
  gap: unset;
  margin-top: 0;
}
.grid.grid_content.gap_2.content_layout:has(.pull_quote) .big_text {
  padding-top: 0;
}

.content_two_column.grid.grid_50 {
  align-items: center;
}
.content_two_column.grid.grid_50:first-child {
  margin-top: 4rem;
}
.content_two_column.grid.grid_50 .content_two_column__column:has(img) img {
  border-radius: 0.5rem;
}
.content_two_column.grid.grid_50 .content_two_column__column:has(p) {
  padding: 2rem;
}

@media screen and (min-width: 1200px) {
  #primary .info_blocks .big_text {
    width: 100%;
    text-align: center;
  }
  #primary .info_blocks .big_text p {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

h2.playfair:has(span) span {
  display: grid;
  place-items: center;
  margin-bottom: 0;
}
h2.playfair:has(span) span svg {
  margin-bottom: 0;
}

.supporter_logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  align-items: center;
}
.supporter_logos .supporter_logo {
  width: fit-content;
  height: fit-content;
}
.supporter_logos .supporter_logo img {
  object-fit: contain;
  max-height: 3rem;
  max-width: 12rem;
  width: fit-content;
  height: fit-content;
}
@media screen and (min-width: 700px) {
  .supporter_logos {
    gap: 2rem;
  }
  .supporter_logos .supporter_logo img {
    max-height: 3.5rem;
    max-width: 10.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .supporter_logos {
    gap: 3rem;
  }
  .supporter_logos .supporter_logo img {
    max-height: 4rem;
    max-width: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  .supporter_logos {
    gap: 3rem;
  }
  .supporter_logos .supporter_logo img {
    max-height: 5.5rem;
    max-width: 18rem;
  }
}

.content_image.pair {
  display: flex;
  gap: 1rem;
}

.cta-block {
  position: relative;
  overflow: hidden;
  align-items: center;
  background-size: contain;
}
.cta-block .bg_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  object-fit: cover;
}
.cta-block .cta-block-content {
  z-index: 1;
}

.cta-text {
  align-items: center;
}
.cta-text .button {
  height: fit-content;
}
@media screen and (min-width: 1000px) {
  .cta-text .button {
    margin-left: auto;
  }
}

.story-banner {
  align-items: center;
}
.story-banner img {
  width: 100%;
  object-fit: contain;
}
.story-banner .sticker {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #ff671d;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.story-banner.bg_maroon h2,
.story-banner.bg_maroon h3,
.story-banner.bg_maroon p,
.story-banner.bg_maroon a {
  color: #fff;
}

.block.team > img {
  margin-right: auto;
  margin-left: auto;
}

.separated .left_content {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .separated .left_content:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #707070;
    position: absolute;
    right: -2.5rem;
    top: 0;
  }
}
@media screen and (max-width: 999px) {
  .separated .two_column {
    gap: 1rem !important;
  }
}

.page_sub_nav.event_info .sub_menu_item {
  padding: 0.5rem 0 !important;
}
.page_sub_nav.event_info .sub_menu_item a {
  font-weight: 700;
  color: #000;
  position: relative;
}
.page_sub_nav.event_info .sub_menu_item a:visited {
  color: #000;
}
.page_sub_nav.event_info .sub_menu_item.current {
  padding: 0.5rem 0 0.5rem 1rem !important;
}

a.arrowed {
  padding-right: 1rem !important;
  position: relative;
}
a.arrowed::after {
  content: ">";
  position: absolute;
  width: fit-content;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}

#primary-menu .menu-item-has-children .sub-menu li {
  width: fit-content;
}
#primary-menu .menu-item-has-children .sub-menu li a {
  padding: 0;
  position: relative;
}
#primary-menu .menu-item-has-children .sub-menu li a::after {
  content: ">";
  position: absolute;
  width: fit-content;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}
#primary-menu .menu-item-has-children .sub-menu li a:hover {
  text-decoration: underline;
}

.block.quote_and_image {
  align-items: center;
}

.news.type-news,
.object_highlight.type-object_highlight {
  gap: 0 !important;
}

.news_content h4 {
  line-height: 150%;
}

.block.team .team.grid .card.member.grid {
  grid-template-rows: auto auto auto 1fr;
}
.block.team .team.grid .card.member.grid > * {
  margin-bottom: 0.5rem;
}
.block.team .team.grid .card.member.grid h4.role {
  line-height: 100%;
  margin-top: -0.5rem;
}
.block.team .team.grid .card.member.grid h5.role {
  position: relative;
  width: 100%;
  padding-bottom: 1rem;
}
.block.team .team.grid .card.member.grid h5.role:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
}

.form_section {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.form_section > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.form_section input[type=text],
.form_section input[type=email],
.form_section textarea {
  width: 100%;
}

.block.permanent_display .permanent_objects .title {
  padding-left: 1rem;
  font-weight: 500;
  padding-bottom: 1rem;
  text-decoration: none;
}

#news_filter > .flex {
  justify-content: center;
}

.header_text_content h4 + h1 {
  margin-top: 1rem;
}

.block.team + .block.cta-text {
  background-color: #f8f6f6;
}

@media screen and (min-width: 1200px) {
  .block .inner-padding.cta-text {
    padding: 3rem 4rem;
  }
  .block .inner-padding.cta-text .cta-text-content p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .block.image_gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .block.image_gallery .image-wrapper {
    height: 35rem;
    position: relative;
    overflow: hidden;
  }
  .block.image_gallery .image-wrapper img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .block.image_gallery .image-wrapper p {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    padding: 0.2rem 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-bottom: 0;
    max-width: calc(100% - 2rem);
  }
  .block.image_gallery .landscape {
    grid-column: span 4;
  }
  .block.image_gallery .portrait {
    grid-column: span 2;
  }
}

.fixed_page_link {
  display: grid;
  grid-template-rows: 5rem auto 1fr auto;
  gap: 1.5rem;
  container-type: inline-size;
}
.fixed_page_link .flex {
  align-items: center;
  margin-bottom: -1rem;
  flex-direction: row;
}
.fixed_page_link .flex svg {
  width: clamp(3rem, 5vw, 5rem);
}
@container (width >=80vw) {
  .fixed_page_link .flex svg {
    width: 5rem;
  }
}
.fixed_page_link .flex h3 {
  font-size: 1.4rem;
}

.collection_list > h3 {
  margin-bottom: 2rem;
}

.admissions,
.opening_times {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.admissions_table {
  margin-top: 2rem;
}
.admissions_table table {
  border-collapse: collapse;
}
.admissions_table td {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.admissions_table td:last-child {
  text-align: right;
}

.admissions .grid > .button {
  grid-column: 1/-1;
  margin: 0 auto;
}

.block.cafe_menu a {
  height: fit-content;
}

.block.event_carousel .carousel,
.block.timeline .carousel,
.collection_objects .carousel {
  position: relative;
}
.block.event_carousel .carousel .button--prev svg path,
.block.event_carousel .carousel .button--next svg path,
.block.timeline .carousel .button--prev svg path,
.block.timeline .carousel .button--next svg path,
.collection_objects .carousel .button--prev svg path,
.collection_objects .carousel .button--next svg path {
  fill: rgba(46, 46, 46, 0.8);
}
.block.event_carousel .carousel .button--next,
.block.timeline .carousel .button--next,
.collection_objects .carousel .button--next {
  right: -1rem;
}
@media screen and (min-width: 1200px) {
  .block.event_carousel .carousel .button--next,
  .block.timeline .carousel .button--next,
  .collection_objects .carousel .button--next {
    right: -2rem;
  }
}
.block.event_carousel .carousel .container,
.block.timeline .carousel .container,
.collection_objects .carousel .container {
  margin-bottom: 1rem;
}

.banner-and-text .block_inner {
  min-height: 8rem;
}
.banner-and-text.pattern, .banner-and-text.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.banner-and-text.pattern.image .overlay, .banner-and-text.image.image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #53821d;
  mix-blend-mode: multiply;
  z-index: 0;
}
.banner-and-text.pattern.image .block_inner, .banner-and-text.image.image .block_inner {
  position: relative;
  z-index: 1;
  align-items: center;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.banner-and-text.banner {
  padding: 0;
  padding-bottom: 0;
}
.banner-and-text.banner.image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 0;
}
.banner-and-text.banner.image .overlay.green {
  background-color: #53821d;
}
.banner-and-text.banner.image .overlay.brown {
  background-color: #a69078;
}
.banner-and-text.banner.image .block_inner {
  position: relative;
  z-index: 1;
  align-items: center;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.banner-and-text.banner.image .block_inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .banner-and-text.banner.image .block_inner:before {
    width: 50%;
  }
}
.banner-and-text.banner.image .block_inner.grid_invert:before {
  right: unset;
  left: 0;
}
.banner-and-text.banner.image .block_inner.green_texture:before {
  background-image: url("../assets/bg_pattern.png");
}
.banner-and-text.banner.image .block_inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3764705882);
  mix-blend-mode: multiply;
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  .banner-and-text.banner.image .block_inner:after {
    width: 50%;
  }
}
.banner-and-text.banner.image .block_inner.grid_invert::after {
  right: unset;
  left: 0;
}
.banner-and-text.banner.image .block_inner.brown_texture .padding_2 {
  position: relative;
  z-index: 1;
}
.banner-and-text.banner.image .block_inner.brown_texture .padding_2 p {
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .banner-and-text.banner.image .block_inner.brown_texture .padding_2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10rem;
  }
}
.banner-and-text.banner.image .block_inner .padding_2 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.banner-and-text.banner.image .block_inner .padding_2 p {
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .banner-and-text.banner.image .block_inner .padding_2 {
    padding-right: 10rem;
  }
}
@media screen and (min-width: 1000px) {
  .banner-and-text.banner.image .block_inner.grid_invert .padding_2 {
    padding-left: calc(var(--margin));
  }
}
.banner-and-text.banner.image:has(.overlay.brown) .block_inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.banner-and-text.pattern {
  position: relative;
  overflow: hidden;
}
.banner-and-text.pattern .block_inner {
  position: relative;
}
.banner-and-text.pattern .block_inner .image_outer {
  position: relative;
  z-index: 1;
}
.banner-and-text.pattern .block_inner .image_outer::after {
  display: none;
}
@media screen and (min-width: 1000px) {
  .banner-and-text.pattern .block_inner .image_outer img {
    position: absolute;
    top: -5rem;
    width: 100%;
    z-index: 1;
  }
}
.banner-and-text.pattern .block_inner .padding_2 {
  z-index: 1;
}
.banner-and-text.pattern .block_inner .padding_2 p {
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .banner-and-text.pattern .block_inner .padding_2 p {
    padding-right: 10rem;
    font-size: 0.9rem;
    line-height: 140%;
  }
}
@media screen and (min-width: 1000px) {
  .banner-and-text.pattern .block_inner .padding_2::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 6rem);
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
}
.banner-and-text.pattern .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3764705882);
  mix-blend-mode: multiply;
  z-index: 0;
}
.banner-and-text p {
  font-size: 1.2rem;
}
.banner-and-text .links {
  margin-top: 2rem;
}

.inspire-me .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3764705882);
  mix-blend-mode: multiply;
  z-index: 0;
}
.inspire-me .block_inner {
  min-height: 26rem !important;
}
.inspire-me .block_inner .padding_2 {
  display: flex;
  flex-direction: column;
}
.inspire-me .block_inner .padding_2 .links {
  margin-top: auto;
}
.inspire-me .block_inner h3.regular.green {
  color: #48ad85;
}
.inspire-me .block_inner .image_outer {
  position: relative;
}
.inspire-me .block_inner .image_outer img {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block .block_inner {
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .block.center_line .block_inner > :first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 6rem);
    background: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
}
.block.center_line.lines_black .block_inner > :first-child::after {
  content: "";
  background-color: #000;
}
.block.center_line.lines_white .block_inner > :first-child::after {
  content: "";
  background-color: #fff;
}
.block.center_line.lines_green .block_inner > :first-child::after {
  content: "";
  background-color: #48ad85;
}
.block.lines_green::before {
  content: "";
  background-color: #48ad85;
}
.block.lines_green::after {
  content: "";
  background-color: #48ad85;
}
.block.lines_green .padding-horizontal {
  position: relative;
}
.block.lines_green .padding-horizontal::before {
  content: "";
  background-color: #48ad85;
}
.block.lines_green .padding-horizontal::after {
  content: "";
  background-color: #48ad85;
}
.block.lines_white::before {
  content: "";
  background-color: #fff;
}
.block.lines_white::after {
  content: "";
  background-color: #fff;
}
.block.lines_white .padding-horizontal {
  position: relative;
}
.block.lines_white .padding-horizontal::before {
  content: "";
  background-color: #fff;
}
.block.lines_white .padding-horizontal::after {
  content: "";
  background-color: #fff;
}
.block.lines_black::before {
  content: "";
  background-color: #000;
}
.block.lines_black::after {
  content: "";
  background-color: #000;
}
.block.lines_black .padding-horizontal {
  position: relative;
}
.block.lines_black .padding-horizontal::before {
  content: "";
  background-color: #000;
}
.block.lines_black .padding-horizontal::after {
  content: "";
  background-color: #000;
}

.lines_green_left {
  position: relative;
}
.lines_green_left::before {
  content: "";
  background-color: #48ad85 !important;
  position: absolute;
  width: 1px;
  height: calc(100% + 2rem);
  background: none;
  top: -1rem;
  left: 0;
  z-index: 1;
}

#primary article .block.bg_white + .block.bg_white,
#primary article .block.bg_beige + .blockF.bg_beige,
#primary article .block.bg_light_grey + .blockF.bg_light_grey {
  border-top: 1px solid #48ad85;
}
#primary article section > .block.bg_white:first-child {
  border-top: 1px solid #48ad85;
}

#primary .block.vacancies, #primary .block.text_and_image_grid {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid #48ad85;
  border-bottom: 1px solid #48ad85;
}
#primary .block.vacancies .card h2, #primary .block.text_and_image_grid .card h2 {
  margin-top: 1rem;
}
@media screen and (min-width: 1000px) {
  #primary .block.vacancies .block_inner::after, #primary .block.text_and_image_grid .block_inner::after {
    content: "";
    height: 1px;
    width: 100vw;
    position: absolute;
    left: 50%;
    top: 5.5rem;
    transform: translate(-50%, 0);
    background-color: #48ad85;
  }
  #primary .block.vacancies .block_inner::after > :first-child::after, #primary .block.text_and_image_grid .block_inner::after > :first-child::after {
    content: "";
    height: 100%;
  }
}
@media screen and (max-width: 999px) {
  #primary .block.vacancies .block_inner > div, #primary .block.text_and_image_grid .block_inner > div {
    position: relative;
  }
  #primary .block.vacancies .block_inner > div ::before, #primary .block.text_and_image_grid .block_inner > div ::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    top: 5rem;
    background-color: #48ad85;
    left: calc(var(--margin) * -1 - 1rem);
  }
  #primary .block.vacancies .block_inner > div ::after, #primary .block.text_and_image_grid .block_inner > div ::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    top: 0;
    background-color: #48ad85;
    left: calc(var(--margin) * -1 - 1rem);
  }
}

.latest_award {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: none;
}
.latest_award .award {
  padding: 1rem 1rem;
}
@media screen and (min-width: 1000px) {
  .latest_award .award {
    padding: 5rem 3rem;
  }
}
.latest_award .award h2 {
  line-height: 100% !important;
}
.latest_award .award h2:has(+ h2) {
  margin-top: -0.5rem;
}

#primary article > section .latest_award {
  border-top: none !important;
}

.block.volunteer_vacancies {
  width: 100% !important;
  max-width: 100% !important;
}
.block.volunteer_vacancies .block_inner {
  position: relative;
  z-index: 5;
}
.block.volunteer_vacancies .block_inner > * {
  width: calc(100vw - var(--margin) * 2);
}
@media screen and (min-width: 1000px) {
  .block.volunteer_vacancies .block_inner > * {
    width: calc(100vw - var(--margin) * 2 - 4rem);
  }
}
.block.volunteer_vacancies .block_inner .left_content p,
.block.volunteer_vacancies .block_inner .right_content p {
  font-size: 0.9rem;
  line-height: 150%;
  margin-bottom: 0.5rem;
}
.block.volunteer_vacancies .block_inner > a {
  margin-left: auto;
  margin-right: auto;
}
.block.volunteer_vacancies .bg_gray_green {
  background-color: #f0f4eb;
  position: absolute;
  width: 100vw;
  height: 25rem;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.block .block_inner.center {
  padding-top: 0 !important;
}
.block .block_inner.center > * {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.block.timeline .events_timeline_title {
  align-items: center;
}
.block.timeline .events_timeline_title .buttons {
  width: fit-content;
  justify-content: flex-end;
  gap: 0;
}
.block.timeline .events_timeline_title .buttons a {
  border-radius: 0;
  padding: 0.5rem;
  text-decoration: none;
}

.block.on_this_day .block_inner .story {
  position: relative;
  align-items: center;
}
.block.on_this_day .block_inner .story .image {
  position: relative;
  overflow: hidden;
  height: 30rem;
}
.block.on_this_day .block_inner .story .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.block.on_this_day .block_inner .story .description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.block.on_this_day .block_inner .story .description p {
  font-size: 0.9rem;
  line-height: 140%;
  margin-bottom: 0.5rem;
}
.block.on_this_day .block_inner .story .description .button {
  margin-top: 1rem;
}
.block.on_this_day .block_inner .story .vertical_date {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.block.on_this_day .block_inner .story .vertical_date h1 {
  font-size: 5rem;
  line-height: 90%;
}
@media screen and (min-width: 1000px) {
  .block.on_this_day .block_inner .story .vertical_date h1 {
    font-size: 4rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 6rem;
    writing-mode: vertical-rl;
    text-orientation: sideways;
  }
}
@media screen and (min-width: 1000px) {
  .block.on_this_day .block_inner .story .vertical_date::before {
    content: "";
    position: absolute;
    background-color: #48ad85;
    width: 1px;
    height: calc(100% + 10rem);
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .block.on_this_day .block_inner .story::before {
    content: "";
    position: absolute;
    background-color: #48ad85;
    width: 1px;
    height: calc(100% + 10rem);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .block.on_this_day .block_inner .vertical_date h1 {
    margin-bottom: 0;
  }
  .block.on_this_day .block_inner .vertical_date {
    position: relative;
  }
  .block.on_this_day .block_inner .vertical_date::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #48ad85;
    position: absolute;
    left: calc(var(--margin) * -1);
    bottom: -1rem;
  }
  .block.on_this_day .block_inner .container {
    position: relative;
  }
  .block.on_this_day .block_inner .container::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #48ad85;
    position: absolute;
    left: calc(var(--margin) * -1);
    bottom: 0;
  }
  .block.on_this_day .block_inner .container {
    position: relative;
  }
  .block.on_this_day .block_inner .container::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #48ad85;
    position: absolute;
    left: calc(var(--margin) * -1);
    top: 0;
  }
  .block.on_this_day .block_inner .container {
    overflow: visible;
  }
}

.block.tab_and_map .main_title {
  position: relative;
}
.block.tab_and_map .address_and_tabs {
  width: 100%;
  max-width: calc(100vw - 2 * (var(--margin)));
}
@media screen and (min-width: 1000px) {
  .block.tab_and_map .address_and_tabs {
    max-width: calc(100vw - 2 * (var(--margin)) - 5rem);
  }
}
.block.tab_and_map .address_and_tabs .tab_panel.is-hidden {
  display: none;
}
.block.tab_and_map .address_and_tabs .address {
  position: relative;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .block.tab_and_map .address_and_tabs .address {
    display: block;
  }
  .block.tab_and_map .address_and_tabs .address::after {
    content: "";
    position: absolute;
    background-color: #48ad85;
    height: calc(100% + 2rem);
    width: 1px;
    transform: translate(0, -50%);
    right: 0;
    top: 50%;
    z-index: 10;
  }
}
.block.tab_and_map .address_and_tabs .address .tab_titles {
  position: relative;
  display: flex;
  flex-direction: column;
}
.block.tab_and_map .address_and_tabs .address .tab_titles::after {
  content: "";
  position: absolute;
  background-color: #48ad85;
  height: 1px;
  width: calc(100% + 2rem);
  left: -2rem;
  top: 0;
  z-index: 10;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title {
  position: relative;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0;
  background-color: #fff;
  text-align: left;
  border-right: 1px solid #48ad85;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title::after {
  content: "";
  position: absolute;
  background-color: #48ad85;
  height: 1px;
  width: calc(100% + 2rem);
  left: -2rem;
  bottom: 0;
  z-index: 10;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title > p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title .bg {
  position: absolute;
  height: 100%;
  width: calc(100% + 2rem);
  left: -2rem;
  top: 0;
  z-index: 1;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title[aria-selected=true] .bg {
  background-color: #f8f6f6;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title[aria-selected=true] .bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title[aria-selected=true] .bg::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title[aria-selected=true] .bg.green::after {
  border-color: #36795f;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title[aria-selected=true] .bg.green::before {
  background-color: #36795f;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title[aria-selected=true] .bg.orange::after {
  border-color: #d95841;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title[aria-selected=true] .bg.orange::before {
  background-color: #d95841;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title[aria-selected=true] .bg.brown::after {
  border-color: #a69078;
}
.block.tab_and_map .address_and_tabs .address .tab_titles .tab_title[aria-selected=true] .bg.brown::before {
  background-color: #a69078;
}
.block.tab_and_map .address_and_tabs .tabs {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .block.tab_and_map .address_and_tabs .tabs {
    padding-left: 2rem;
  }
}
.block.tab_and_map .address_and_tabs .tabs .content {
  width: 100%;
  max-width: 100%;
}
.block.tab_and_map .content {
  width: 100%;
}
.block.tab_and_map .content p {
  font-size: 0.8rem;
  line-height: 120%;
}
.block.tab_and_map .content.hide {
  display: none;
}
.block.tab_and_map .block_inner::after {
  content: "";
  position: absolute;
  background-color: #48ad85;
  height: 1px;
  width: 100vw;
  transform: translate(-50%, 0);
  left: 50%;
  top: 5.5rem;
}

.block.padding:has(.padding-horizontal) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 1000px) {
  .block.text_and_image .padding_2 p {
    font-size: 0.9rem;
    line-height: 140%;
    padding-right: 6rem;
  }
}
.block.text_and_image .grid_invert .padding_2 {
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .block.text_and_image .grid_invert .padding_2 {
    padding-left: 0;
    padding-right: 4rem;
  }
}

.block .block_inner > .flex {
  align-items: center;
  justify-content: space-between;
  flex-direction: row !important;
}

.block .toggler.grid.gap.mobile_only .flex {
  flex-direction: row;
}

.block.cta .block_inner {
  align-items: center;
  padding: 1rem 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.block.cta .block_inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3764705882);
  mix-blend-mode: multiply;
  z-index: 0;
}
.block.cta .block_inner a.button {
  margin-left: auto;
}
.block.cta .block_inner * {
  position: relative;
  z-index: 2;
}
.block.cta .block_inner > * {
  margin-bottom: 0 !important;
}

.block.two_column {
  padding-top: 3rem;
}
.block.two_column .two_column h1,
.block.two_column .two_column h2,
.block.two_column .two_column h3 {
  color: #48ad85;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
}
.block.two_column .two_column p {
  font-size: 0.9rem;
  line-height: 140%;
}

.shop-content {
  padding-top: 1rem;
}

.block.resource_content .block_inner {
  padding-top: 1rem;
}
.block.resource_content .block_inner .desc {
  padding-right: 12rem;
}
.block.resource_content .block_inner .desc h4 {
  margin-top: 0.5rem;
}
.block.resource_content .block_inner .sticker {
  display: grid;
  place-items: center;
}
.block.resource_content .block_inner .sticker .sticker_text {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  width: 22rem;
}
.block.resource_content .block_inner .sticker .sticker_text::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #48ad85;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
}
.block.resource_content .block_inner .sticker .sticker_text p,
.block.resource_content .block_inner .sticker .sticker_text li {
  font-size: 0.9rem;
  line-height: 140%;
  margin-bottom: 0.5rem;
}
.block.resource_content .block_inner .sticker .sticker_text p {
  margin-bottom: 0.5rem;
}

.block > h2 {
  margin-bottom: 2rem;
}
.block > .flex {
  margin-bottom: 2rem;
}

.block.notice_board h4 {
  margin-top: 0 !important;
}
.block.notice_board .notices {
  margin-top: 2rem;
}
.block.notice_board .notices .column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.block.notice_board .notices .column .notice {
  height: fit-content;
}

.block .max-text {
  max-width: 620px;
}

.block.text_and_image_slider h2 {
  margin-bottom: 4rem;
  position: relative;
  padding-right: 6rem;
}
.block.text_and_image_slider h2::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #36795f;
  left: calc(-1 * var(--margin));
  bottom: -2rem;
  z-index: 10;
}
.block.text_and_image_slider .carousel {
  overflow: hidden;
}
.block.text_and_image_slider .button--next {
  top: 2.1rem;
  right: var(--margin);
}
.block.text_and_image_slider .button--prev {
  top: 2.1rem;
  right: calc(3rem + var(--margin));
}
@media screen and (min-width: 1000px) {
  .block.text_and_image_slider .button--next,
  .block.text_and_image_slider .button--prev {
    top: 2.5rem;
  }
}

.button--prev.circle,
.button--next.circle {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #36795f;
  display: grid;
  place-items: center;
}
.button--prev.circle svg,
.button--next.circle svg {
  width: 0.7rem;
}
.button--prev.circle svg path,
.button--next.circle svg path {
  fill: #fff;
}

.text_and_image_slider .button--next {
  padding-left: 0.2rem;
}
.text_and_image_slider .button--prev {
  padding-right: 0.2rem;
}

.block.welfare_support .map {
  margin-bottom: 2rem;
}
.block.welfare_support .welfares .welfare p {
  font-size: 0.8rem;
  line-height: 140%;
  margin-bottom: 0.3rem;
}
.block.welfare_support .welfares .welfare a {
  font-size: 0.8rem;
  line-height: 140%;
}
.block.welfare_support .welfares .welfare a.dark_green {
  margin-top: 0.5rem;
}

.div.matker_popup p {
  font-size: 0.8rem;
  line-height: 140%;
  margin-bottom: 0.3rem;
}
.div.matker_popup a {
  font-size: 0.8rem;
  line-height: 140%;
}
.div.matker_popup a.dark_green {
  margin-top: 0.5rem;
}

.block.scrapbook_list .column {
  width: 100%;
  height: fit-content;
  object-fit: cover;
}

.left_block.cta_block {
  height: fit-content;
}

.instructions div.flex {
  justify-content: flex-start;
  gap: 1rem;
}

.flex.title_and_link {
  align-items: center;
}

a.link {
  text-underline-offset: 4px;
}

.block.related_pages .card a {
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  text-underline-offset: 1px;
}
.block.related_pages .card:hover {
  text-decoration: underline;
}

.block.text_and_image_slider {
  width: 100vw;
  overflow: hidden;
}

.right_block.cta_block img {
  margin-bottom: 1rem;
}
.right_block.cta_block p.h4.bold {
  margin-bottom: 0.5rem;
}

.left_blocks.grid,
.right_blocks.grid {
  align-items: flex-start;
}
.left_blocks.grid > .content > h4,
.right_blocks.grid > .content > h4 {
  margin-bottom: 0;
}

.left_block.faqs .panel img {
  width: 100%;
}

@media screen and (max-width: 699px) {
  #primary .block.scrapbook_list .carousel--zoomer .swiper-slide .slide-inner {
    grid-template-rows: auto 1fr;
    padding-top: 5rem;
  }
  #primary .block.scrapbook_list .carousel--zoomer .swiper-slide .slide-inner img {
    height: auto;
    width: 100%;
  }
  #primary .block.scrapbook_list .slide-image-container {
    height: fit-content;
  }
  #primary .block.scrapbook_list .close_zoomer {
    top: 2rem;
  }
}
@media screen and (min-width: 700px) {
  #primary .block.scrapbook_list .carousel--zoomer {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #primary .block.scrapbook_list .carousel--zoomer .swiper-slide .slide-inner {
    height: fit-content;
  }
  #primary .block.scrapbook_list .carousel--zoomer .swiper-slide .slide-inner .slide-image-container {
    max-width: 800px;
  }
  #primary .block.scrapbook_list .zoomer-button.button--next {
    padding-left: 0.15rem;
  }
  #primary .block.scrapbook_list .zoomer-button.button--prev {
    padding-right: 0.15rem;
  }
}
header#masthead.desktop_only,
.site-branding.desktop_only,
.vertical-logo.desktop_only {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  header#masthead.desktop_only,
  .site-branding.desktop_only,
  .vertical-logo.desktop_only {
    display: grid !important;
  }
}
header#masthead.mobile_only,
.site-branding.mobile_only,
.vertical-logo.mobile_only {
  display: block !important;
}
@media screen and (min-width: 1200px) {
  header#masthead.mobile_only,
  .site-branding.mobile_only,
  .vertical-logo.mobile_only {
    display: none !important;
  }
}

.page-header {
  height: 22rem;
  max-height: 22rem;
  position: relative;
}
.page-header.header-no_featured {
  display: grid;
  place-items: center;
}
@media screen and (min-width: 700px) {
  .page-header.header-no_featured {
    padding-top: var(--header-height);
  }
}
.page-header.header-no_featured .h2 {
  position: relative;
  z-index: 30;
}
.page-header .featured_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-header .featured_image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.page-header h1 {
  position: absolute;
  bottom: 0;
  left: calc(var(--margin) + 1rem);
  font-size: 4rem;
  z-index: 30;
}
@media screen and (min-width: 1000px) {
  .page-header h1 {
    bottom: 1rem;
    left: calc(var(--margin) + 2rem);
    font-size: 6rem;
  }
}
.page-header .img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #181918;
  opacity: 0.29;
}
.page-header .color_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  z-index: 21;
}
.page-header:has(.notification_banner:not(.close)) {
  margin-bottom: 3.5rem;
}
.page-header .notification_banner {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-bottom: 1rem;
  transition: transform var(--transition) ease-in-out;
}
.page-header .notification_banner a {
  color: #fff;
  margin-left: 1rem;
  display: inline-block;
}
.page-header .notification_banner.close {
  transform: translateY(-100%);
}
.page-header .notification_banner .flex {
  flex-wrap: nowrap;
}
.page-header .dismiss_notification {
  background-color: transparent;
  cursor: pointer;
  border: none;
}
.page-header .dismiss_notification svg path {
  fill: #fff;
}

.padding.body:has(.breadcrumbs) {
  position: relative;
  align-items: center;
  gap: 1rem;
}
.padding.body:has(.breadcrumbs) .subnav {
  padding-right: 2rem;
  margin: 0;
  font-size: 0.85rem;
  appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  border-radius: 0;
  border: 1px solid black;
  cursor: pointer;
  font-weight: 700;
  padding: 10px;
  background-color: white;
  padding-block: 10px;
  padding-inline: 10px 30px;
  background: white url("../assets/down_arrow.svg") right 10px center/20px no-repeat;
  min-width: 200px;
}
@supports (appearance: base-select) {
  .padding.body:has(.breadcrumbs) .subnav {
    background-image: none;
  }
  .padding.body:has(.breadcrumbs) .subnav, .padding.body:has(.breadcrumbs) .subnav::picker(select) {
    appearance: base-select;
    padding: 0.25rem 0.5rem;
    border: 1px solid black;
    border-radius: 0;
    font-weight: 400;
  }
  .padding.body:has(.breadcrumbs) .subnav::picker(select) {
    padding: 0;
  }
  .padding.body:has(.breadcrumbs) .subnav::picker-icon {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../assets/down_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    transition: rotate 0.2s ease-out;
  }
  .padding.body:has(.breadcrumbs) .subnav:open::picker-icon {
    rotate: 180deg;
  }
}
.padding.body:has(.breadcrumbs) .subnav option:where(:hover, :focus, :active) {
  background: black;
  color: white;
}
.padding.body:has(.breadcrumbs) .subnav option:checked {
  background: #48ad85;
}
.padding.body:has(.breadcrumbs) .subnav option::checkmark {
  display: none;
}

.toggle.flex {
  justify-content: flex-start;
  align-items: center;
  gap: 0.2rem;
}
.toggle.flex .blob {
  width: 4rem;
  height: 1.2rem;
  border: 1px solid #36795f;
  border-radius: 0.6rem;
  position: relative;
}
.toggle.flex .blob .dot {
  position: absolute;
  height: 0.8rem;
  width: 1.8rem;
  border-radius: 0.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #36795f;
  transition: 0.3s ease-in-out !important;
}
.toggle.flex .blob.bel .dot {
  transform: translate(-100%, -50%);
}
.toggle.flex .blob.enn .dot {
  transform: translate(0%, -50%);
}
.toggle.flex .blob:hover {
  cursor: pointer;
}
.toggle.flex p {
  margin-bottom: 0;
  opacity: 0.5;
}
.toggle.flex:has(.blob.enn) p.enn {
  font-weight: 600;
  opacity: 1;
}
.toggle.flex:has(.blob.bel) p.bel {
  font-weight: 600;
  opacity: 1;
}

.img_link {
  width: 22rem;
  min-height: 12rem;
  height: 12rem;
  overflow: hidden;
  height: fit-content;
  position: relative;
}
.img_link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  z-index: 5;
}
.img_link .link_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
  z-index: 20;
}
.img_link h5 {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  margin-bottom: 0;
  z-index: 15;
  font-size: 2.8rem;
}
.img_link:hover {
  cursor: pointer;
}
.img_link:hover .link_overlay {
  background-color: #fff;
  opacity: 0.8;
  z-index: 20;
}

.img_link.current .link_overlay {
  background-color: #181918;
  opacity: 0.3;
  z-index: 10;
}

div.times .time,
div.times .ticket,
div.admission .time,
div.admission .ticket {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-top: 1px solid #36795f;
}
div.times .time p,
div.times .ticket p,
div.admission .time p,
div.admission .ticket p {
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}

div.admission .ticket + p {
  margin-top: 0.5rem;
}

.times_tickets_and_toggler {
  border-bottom: 1px solid #48ad85;
}

.intros p,
.intro p {
  font-size: 0.85rem;
  line-height: 150%;
}
.intros strong,
.intro strong {
  font-size: 1rem;
}
.intros a,
.intro a {
  background: #48ad85;
  color: #000;
  display: block;
  text-align: left;
  padding: 0.6rem 0.8rem;
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  text-transform: none;
  font-weight: 600;
  font-size: 0.9rem;
  min-width: 5rem;
  transition: text-decoration 400ms ease;
  font-family: 2rem;
  cursor: pointer;
  display: block;
  width: fit-content;
  text-align: center;
  transition: background-color var(--transition) ease-in, color var(--transition) ease-in;
}

@media screen and (min-width: 1000px) {
  .intro {
    margin-right: 6rem;
  }
}

.intros p:has(strong) {
  margin-bottom: 0rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #48ad85;
}

.header-event,
.header-story {
  background-color: #99bcaf !important;
}

.header-event,
.header-story,
.header-resource {
  height: fit-content !important;
  min-height: 40vh;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 700px) {
  .header-event,
  .header-story,
  .header-resource {
    margin-top: var(--header-height);
  }
}
@media screen and (min-width: 1000px) {
  .header-event .event_top_banner,
  .header-event .story_top_banner,
  .header-story .event_top_banner,
  .header-story .story_top_banner,
  .header-resource .event_top_banner,
  .header-resource .story_top_banner {
    padding: 0 10rem;
  }
}
.header-event .event_top_banner h3.white,
.header-event .story_top_banner h3.white,
.header-story .event_top_banner h3.white,
.header-story .story_top_banner h3.white,
.header-resource .event_top_banner h3.white,
.header-resource .story_top_banner h3.white {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .header-event .event_top_banner h3.white,
  .header-event .story_top_banner h3.white,
  .header-story .event_top_banner h3.white,
  .header-story .story_top_banner h3.white,
  .header-resource .event_top_banner h3.white,
  .header-resource .story_top_banner h3.white {
    font-size: 2.6rem;
  }
}
.header-event .event_top_banner h2.h1,
.header-event .story_top_banner h2.h1,
.header-story .event_top_banner h2.h1,
.header-story .story_top_banner h2.h1,
.header-resource .event_top_banner h2.h1,
.header-resource .story_top_banner h2.h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .header-event .event_top_banner h2.h1,
  .header-event .story_top_banner h2.h1,
  .header-story .event_top_banner h2.h1,
  .header-story .story_top_banner h2.h1,
  .header-resource .event_top_banner h2.h1,
  .header-resource .story_top_banner h2.h1 {
    font-size: 3.2rem;
  }
}
.header-event .event_top_banner .button,
.header-event .story_top_banner .button,
.header-story .event_top_banner .button,
.header-story .story_top_banner .button,
.header-resource .event_top_banner .button,
.header-resource .story_top_banner .button {
  margin-right: auto;
  margin-left: auto;
}
.header-event .event_top_banner .grid_50,
.header-event .story_top_banner .grid_50,
.header-story .event_top_banner .grid_50,
.header-story .story_top_banner .grid_50,
.header-resource .event_top_banner .grid_50,
.header-resource .story_top_banner .grid_50 {
  margin-bottom: 2rem;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
  position: relative;
}
.header-event .event_top_banner .grid_50 > div + div,
.header-event .story_top_banner .grid_50 > div + div,
.header-story .event_top_banner .grid_50 > div + div,
.header-story .story_top_banner .grid_50 > div + div,
.header-resource .event_top_banner .grid_50 > div + div,
.header-resource .story_top_banner .grid_50 > div + div {
  position: relative;
}
.header-event .event_top_banner .grid_50 > div + div::after,
.header-event .story_top_banner .grid_50 > div + div::after,
.header-story .event_top_banner .grid_50 > div + div::after,
.header-story .story_top_banner .grid_50 > div + div::after,
.header-resource .event_top_banner .grid_50 > div + div::after,
.header-resource .story_top_banner .grid_50 > div + div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}
.header-event .event_top_banner .grid_50 > div,
.header-event .story_top_banner .grid_50 > div,
.header-story .event_top_banner .grid_50 > div,
.header-story .story_top_banner .grid_50 > div,
.header-resource .event_top_banner .grid_50 > div,
.header-resource .story_top_banner .grid_50 > div {
  padding: 0 1rem;
}
.header-event .event_top_banner .grid_50 > div p,
.header-event .story_top_banner .grid_50 > div p,
.header-story .event_top_banner .grid_50 > div p,
.header-story .story_top_banner .grid_50 > div p,
.header-resource .event_top_banner .grid_50 > div p,
.header-resource .story_top_banner .grid_50 > div p {
  margin-bottom: 0;
  line-height: 110%;
}
.header-event .event_top_banner .grid_50 > div p.semibold,
.header-event .story_top_banner .grid_50 > div p.semibold,
.header-story .event_top_banner .grid_50 > div p.semibold,
.header-story .story_top_banner .grid_50 > div p.semibold,
.header-resource .event_top_banner .grid_50 > div p.semibold,
.header-resource .story_top_banner .grid_50 > div p.semibold {
  margin-bottom: 0.5rem;
}
.header-event .event_top_banner .grid_50::before,
.header-event .story_top_banner .grid_50::before,
.header-story .event_top_banner .grid_50::before,
.header-story .story_top_banner .grid_50::before,
.header-resource .event_top_banner .grid_50::before,
.header-resource .story_top_banner .grid_50::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}
.header-event .event_top_banner .grid_50::after,
.header-event .story_top_banner .grid_50::after,
.header-story .event_top_banner .grid_50::after,
.header-story .story_top_banner .grid_50::after,
.header-resource .event_top_banner .grid_50::after,
.header-resource .story_top_banner .grid_50::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}
.header-event .event_top_banner .grid_50.white ::before,
.header-event .event_top_banner .grid_50.white ::after,
.header-event .story_top_banner .grid_50.white ::before,
.header-event .story_top_banner .grid_50.white ::after,
.header-story .event_top_banner .grid_50.white ::before,
.header-story .event_top_banner .grid_50.white ::after,
.header-story .story_top_banner .grid_50.white ::before,
.header-story .story_top_banner .grid_50.white ::after,
.header-resource .event_top_banner .grid_50.white ::before,
.header-resource .event_top_banner .grid_50.white ::after,
.header-resource .story_top_banner .grid_50.white ::before,
.header-resource .story_top_banner .grid_50.white ::after {
  background-color: #fff;
}
.header-event .event_top_banner .grid_50.white::before, .header-event .event_top_banner .grid_50.white::after,
.header-event .story_top_banner .grid_50.white::before,
.header-event .story_top_banner .grid_50.white::after,
.header-story .event_top_banner .grid_50.white::before,
.header-story .event_top_banner .grid_50.white::after,
.header-story .story_top_banner .grid_50.white::before,
.header-story .story_top_banner .grid_50.white::after,
.header-resource .event_top_banner .grid_50.white::before,
.header-resource .event_top_banner .grid_50.white::after,
.header-resource .story_top_banner .grid_50.white::before,
.header-resource .story_top_banner .grid_50.white::after {
  background-color: #fff;
}
.header-event .tags,
.header-story .tags,
.header-resource .tags {
  display: flex;
  width: 100%;
  justify-content: center;
}
.header-event .tags p,
.header-story .tags p,
.header-resource .tags p {
  border: 1px solid #000;
  padding: 0rem 0.4rem;
}
.header-event .tags p.white,
.header-story .tags p.white,
.header-resource .tags p.white {
  border: 1px solid #fff;
}
.header-event .tags p + p,
.header-story .tags p + p,
.header-resource .tags p + p {
  margin-left: -1px;
}

.header-event-image {
  position: relative;
}

.page-header .img_overlay.transparent_green {
  background-color: #53821d;
  opacity: 1;
  mix-blend-mode: multiply;
}

.header-story + .container {
  max-height: 70vh;
}
.header-story + .container img {
  scale: 110%;
}

.container.container--threetwo.slim {
  height: 50vh;
}

:has(.bottom_corner) {
  position: relative;
}
:has(.bottom_corner) img.bottom_corner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 10rem;
}

/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
     --swiper-preloader-color: var(--swiper-theme-color);
     --swiper-wrapper-transition-timing-function: initial;
     */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
     --swiper-navigation-top-offset: 50%;
     --swiper-navigation-sides-offset: 10px;
     --swiper-navigation-color: var(--swiper-theme-color);
     */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

/*  .swiper-button-lock {
    display: none;
  } */
/* Navigation font start */
/* .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev';
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next';
  } */
/* Navigation font end */
:root {
  /*
     --swiper-pagination-color: var(--swiper-theme-color);
     --swiper-pagination-left: auto;
     --swiper-pagination-right: 8px;
     --swiper-pagination-bottom: 8px;
     --swiper-pagination-top: auto;
     --swiper-pagination-fraction-color: inherit;
     --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
     --swiper-pagination-progressbar-size: 4px;
     --swiper-pagination-bullet-size: 8px;
     --swiper-pagination-bullet-width: 8px;
     --swiper-pagination-bullet-height: 8px;
     --swiper-pagination-bullet-border-radius: 50%;
     --swiper-pagination-bullet-inactive-color: #000;
     --swiper-pagination-bullet-inactive-opacity: 0.2;
     --swiper-pagination-bullet-opacity: 1;
     --swiper-pagination-bullet-horizontal-gap: 4px;
     --swiper-pagination-bullet-vertical-gap: 6px;
     */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
     --swiper-scrollbar-border-radius: 10px;
     --swiper-scrollbar-top: auto;
     --swiper-scrollbar-bottom: 4px;
     --swiper-scrollbar-left: auto;
     --swiper-scrollbar-right: 4px;
     --swiper-scrollbar-sides-offset: 1%;
     --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
     --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
     --swiper-scrollbar-size: 4px;
     */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

a.swiper-slide {
  text-decoration: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: fit-content;
}

.swiper-button-next.button--next {
  transform: rotate(180deg);
}

/* Home Attractions Carousel */
.swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 2rem;
}

/*Gallery Carousel*/
.block--carousel {
  position: relative;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .block--carousel {
    margin-top: 0;
  }
}
.block--carousel h3 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  max-width: calc(100% - var(--margin) - 85px);
}
@media screen and (min-width: 1200px) {
  .block--carousel h3 {
    font-size: 28px;
    line-height: 48px;
  }
}
.block--carousel .button--prev,
.block--carousel .button--next {
  top: 0;
  z-index: 9;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev,
  .block--carousel .button--next {
    top: 231.5px;
  }
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev::before,
  .block--carousel .button--next::before {
    content: "";
    background: none;
    width: 44px;
    height: 44px;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.25);
  }
}
.block--carousel .button--prev svg,
.block--carousel .button--next svg {
  height: 33px;
  width: 33px;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev svg,
  .block--carousel .button--next svg {
    height: 44px;
    width: 44px;
  }
}
.block--carousel .button--prev svg path,
.block--carousel .button--next svg path {
  transition: fill var(--transition) ease-in;
  fill: #9f9f9f;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev svg path,
  .block--carousel .button--next svg path {
    fill: #fff;
  }
}
.block--carousel .button--prev svg #Path_2130,
.block--carousel .button--next svg #Path_2130 {
  fill: transparent;
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev svg #Path_2130,
  .block--carousel .button--next svg #Path_2130 {
    fill: #000;
  }
}
.block--carousel .button--prev svg:hover path,
.block--carousel .button--next svg:hover path {
  fill: #23595c;
}
.block--carousel .button--prev {
  right: calc(var(--margin) + 1rem + 33px);
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--prev {
    right: unset;
    left: 2rem;
  }
}
.block--carousel .button--next {
  right: var(--margin);
}
@media screen and (min-width: 1200px) {
  .block--carousel .button--next {
    right: calc(var(--margin) + 2rem);
  }
}

.gallery:has(> h3:empty) {
  padding-top: 3rem;
}

.carousel--gallery .swiper-slide {
  width: min-content;
}
.carousel--gallery::before {
  content: "";
  background: #f7f7f7;
  display: block;
  height: 104%;
  width: var(--margin);
  position: absolute;
  z-index: 9;
  left: calc(var(--margin) * -1);
  top: -2px;
}
.carousel--gallery::after {
  content: "";
  background: #f7f7f7;
  display: block;
  height: 104%;
  width: var(--margin);
  position: absolute;
  z-index: 9;
  right: 0;
  top: -2px;
}

.carousel--zoomer {
  display: none;
  width: 100vw;
  height: calc(var(--vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
  opacity: 0;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 400ms ease, backdrop-filter 800ms ease, -webkit-backdrop-filter 800ms ease;
  z-index: 10000;
  --pop_up_padding: 2rem;
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer {
    --pop_up_padding: 4rem;
  }
}
.carousel--zoomer .swiper-slide {
  max-width: calc(100vw - 2 * var(--margin));
  width: calc(100vw - 2 * var(--margin));
  margin-left: var(--margin);
  margin-right: var(--margin);
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel--zoomer .swiper-slide * {
  color: #fff;
}
.carousel--zoomer .button--prev.zoomer-button {
  top: 50vh;
  left: calc(var(--margin));
  z-index: 10;
  opacity: 1 !important;
  background-color: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel--zoomer .button--prev.zoomer-button svg {
  height: 1rem;
}
.carousel--zoomer .button--prev.zoomer-button svg path {
  fill: black !important;
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .button--prev.zoomer-button {
    top: 50vh;
  }
}
.carousel--zoomer .button--prev.zoomer-button.swiper-button-disabled {
  opacity: 0 !important;
}
.carousel--zoomer .button--next.zoomer-button {
  top: 50vh;
  right: calc(var(--margin));
  z-index: 10;
  opacity: 1 !important;
  background-color: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel--zoomer .button--next.zoomer-button svg {
  height: 1rem;
}
.carousel--zoomer .button--next.zoomer-button svg path {
  fill: black !important;
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .button--next.zoomer-button {
    top: 50vh;
  }
}
.carousel--zoomer .button--next.zoomer-button.swiper-button-disabled {
  opacity: 0 !important;
}
.carousel--zoomer .slide_index {
  top: calc(var(--vh) * 5);
  left: var(--margin);
}
@media screen and (min-width: 1200px) {
  .carousel--zoomer .slide_index {
    top: calc(var(--vh) * 4);
    right: unset;
    left: var(--margin);
  }
}
.carousel--zoomer .close_zoomer {
  padding-right: 0;
  position: absolute;
  top: var(--header-height);
  right: var(--margin);
  z-index: 10;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
}
.carousel--zoomer.open {
  display: block;
  position: fixed;
  transform: translate(0, 0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin: 0;
  opacity: 1;
}
.carousel--zoomer.hide {
  display: block;
  transform: translate(0, 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  opacity: 0;
}
.carousel--zoomer .swiper-wrapper {
  position: absolute;
  width: calc(100vw - 2 * var(--margin));
  height: calc(100dvh - 2rem);
  top: 1rem;
}
.carousel--zoomer .swiper-slide .slide-inner {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  width: fit-content;
  margin: 0 auto;
  height: calc(100dvh - 2rem);
  filter: blur(12px) opacity(0);
  transition: filter 600ms ease-in;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: minmax(70dvh, 1fr) auto;
  gap: 2rem;
}
.carousel--zoomer .swiper-slide .slide-inner .slide-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel--zoomer .swiper-slide .slide-inner .slide_caption {
  max-width: 800px;
  margin: 0 auto;
}
.carousel--zoomer .swiper-slide .slide-inner img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}
.carousel--zoomer .swiper-slide.swiper-slide-active .slide-inner {
  filter: blur(0px) opacity(1);
}

.carousel--highlights {
  position: relative;
}
.carousel--highlights .swiper-slide {
  height: auto;
  width: auto;
}
.carousel--highlights .swiper-slide .card img {
  height: clamp(6.6rem, 50vw, 20rem);
  width: auto;
  object-fit: contain;
}
.carousel--highlights .swiper-slide .card .grid {
  max-width: clamp(10rem, 75vw, 30rem);
}
.carousel--highlights .swiper-button-disabled {
  display: none;
}

/* Timeline Carousel */
.button--prev,
.button--next {
  top: 0;
  position: absolute;
  cursor: pointer;
  transition: opacity var(--transition) ease-in;
  z-index: 100;
}
.button--prev:hover,
.button--next:hover {
  opacity: 0.8;
}

.button--next {
  right: var(--margin);
}
.button--next svg {
  transform: rotate(180deg);
}

.button--prev {
  right: calc(var(--margin) + 3rem);
}

.swiper-button-disabled {
  opacity: 0.2;
}

.collection_categories:has(> .button--next) {
  position: relative;
}
.collection_categories .button--next,
.collection_categories .button--prev {
  top: 50%;
}
.collection_categories .button--prev {
  right: unset;
  left: calc(var(--margin) - 2rem);
}
.collection_categories .button--next {
  right: calc(var(--margin) - 2rem);
}

.card.swiper-slide {
  box-sizing: border-box;
}

ul.swiper-wrapper {
  padding: 0;
  list-style: none;
}

.timeline.bg_mid_gray.double_padding .carousel.carousel--timeline.swiper-initialized.swiper-horizontal.swiper-backface-hidden .swiper-wrapper {
  z-index: 50;
}

.quote_banner.single_quote {
  display: grid;
  place-items: center;
}

.button--next {
  right: 1rem;
}

.button--prev {
  right: 4rem;
}

.timeline {
  position: relative;
}
.timeline .story_card {
  min-width: 16rem;
}

.timeline .timeline_wrapper {
  padding: 2rem 2rem 0 2rem;
  position: relative;
}
.timeline .timeline_wrapper .carousel-0-button {
  background-color: #48ad85;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
}
.timeline .timeline_wrapper .carousel-0-button svg {
  width: 0.8rem !important;
  height: 0.8rem !important;
}
.timeline .timeline_wrapper .button--prev {
  right: 0;
  top: 4.8rem !important;
  left: unset;
  z-index: 10;
}
.timeline .timeline_wrapper .button--prev svg {
  transform: rotate(180deg);
}
.timeline .timeline_wrapper .button--next {
  left: 0;
  top: 4.8rem !important;
  right: unset;
  z-index: 10;
}
.timeline .timeline_wrapper .button--next svg {
  transform: none;
}

.timeline {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.timeline .timeline_carousel {
  padding: 0 2rem;
  position: relative;
  overflow: hidden;
}
.timeline #timeline_filter {
  position: relative;
}
.timeline #timeline_filter .buttons {
  width: fit-content;
  right: 0;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0;
  /* Hover effect */
  /* Checked (faint look) */
}
@media screen and (min-width: 1000px) {
  .timeline #timeline_filter .buttons {
    position: absolute;
    top: -3.5rem;
  }
}
.timeline #timeline_filter .buttons input[type=radio] {
  display: none;
}
.timeline #timeline_filter .buttons input[type=radio] + label {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.timeline #timeline_filter .buttons input[type=radio] + label:hover {
  opacity: 0.9;
}
.timeline #timeline_filter .buttons input[type=radio]:checked + label {
  opacity: 0.7;
}
.timeline #timeline_filter .buttons a {
  border-radius: 0;
  padding: 0.5rem;
  text-decoration: none;
}
.timeline #timeline_filter.mobile_only .buttons {
  margin-top: 1rem;
}

.block.timeline .block_inner {
  height: fit-content;
}

.block.timeline .timeline_carousel {
  min-height: 20rem;
}

.block.timeline .timeline_wrapper {
  position: relative;
}
.block.timeline .timeline_wrapper::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 25px;
  width: 50px;
  height: 50px;
  border: 5px solid #ffdd00;
  border-bottom-color: transparent;
  animation: spin 1s ease-in-out infinite;
  display: none;
}
.block.timeline .timeline_wrapper .flex_item {
  opacity: 1;
  transition: opacity var(--transition) ease;
}
.block.timeline .timeline_wrapper.loading::before {
  display: block;
}
.block.timeline .timeline_wrapper.loading .flex_item {
  opacity: 0.1;
}

#primary .carousel--highlights .button--prev {
  top: -4.5rem !important;
  right: 3rem !important;
  left: unset;
  opacity: 0.8 !important;
  z-index: 9980;
}
@media screen and (min-width: 1000px) {
  #primary .carousel--highlights .button--prev {
    right: unset;
    top: 45% !important;
    left: calc(var(--margin) / -2);
  }
}
#primary .carousel--highlights .button--prev svg path {
  fill: rgb(192, 192, 192) !important;
}
#primary .carousel--highlights .button--next {
  top: -4.5rem !important;
  right: 0 !important;
  left: unset;
  opacity: 0.8 !important;
  z-index: 9980;
}
@media screen and (min-width: 1000px) {
  #primary .carousel--highlights .button--next {
    right: 0;
    top: 45% !important;
    left: unset;
  }
}
#primary .carousel--highlights .button--next svg s path {
  fill: rgb(192, 192, 192) !important;
}

.carousel--shop {
  overflow: hidden;
}

.shop .button--prev,
.shop .button--next {
  top: 50%;
  transform: translateY(-50%);
}
.shop .button--prev {
  left: calc(var(--margin) - 1.5rem);
  right: unset;
}
@media screen and (min-width: 1000px) {
  .shop .button--prev {
    left: calc(var(--margin) - 2rem);
  }
}
.shop .button--next {
  right: calc(var(--margin) - 1.5rem);
  left: unset;
}
@media screen and (min-width: 1000px) {
  .shop .button--next {
    right: calc(var(--margin) - 2rem);
  }
}

.image_zoomer {
  cursor: pointer;
  position: relative;
}
.image_zoomer button.zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.image_zoomer:hover button.zoom, .image_zoomer:focus button.zoom {
  opacity: 1;
}

.current_filters p:has(~ div:empty) {
  display: none;
}

.current_filters div:empty ~ #clear {
  display: none;
}

.events_filter {
  position: relative;
  z-index: 10;
}

#filter,
#timeline_filter {
  margin-bottom: 2rem;
  row-gap: 0rem !important;
}
#filter #search,
#timeline_filter #search {
  font-size: 0.9rem;
  line-height: 110%;
  font-weight: 400;
  color: #000;
  padding: 0.75rem 3rem 0.5rem 1rem;
  margin-top: 0.5rem;
  border: 1px solid #707070;
  transition: all var(--transition) ease;
}
#filter label,
#timeline_filter label {
  margin-bottom: 0;
}

.duet-date {
  width: 100%;
  min-width: 100%;
}
.duet-date .duet-date__input-wrapper {
  width: 100%;
  min-width: 100%;
}

#filter_date {
  font-size: 0.9rem;
  line-height: 110%;
  font-weight: 400;
  color: #000;
  padding: 0.5rem 3rem 0.5rem 1rem;
  margin-top: 0.5rem;
  width: 100%;
  border: 1px solid #707070;
  transition: all var(--transition) ease;
  border-radius: 4px;
}

#filter.stories_filter details.filter,
#timeline_filter.stories_filter details.filter {
  min-width: 100%;
  width: 100%;
}
#filter.stories_filter details.filter summary,
#timeline_filter.stories_filter details.filter summary {
  min-width: 100%;
  width: 100%;
}

.filter_wrapper:has(.sort_by) {
  max-width: 15rem;
}

.filter_summary:has(+ .filter_wrapper) {
  margin-bottom: 1rem;
}

#month_filter + #day_filter {
  visibility: hidden;
}
#month_filter:has(:checked) + #day_filter {
  visibility: visible;
}

#month_filter .hide,
#day_filter .hide {
  display: none !important;
}

.search_icon {
  justify-content: flex-start;
  gap: 0 !important;
  flex-direction: row !important;
}
.search_icon input {
  width: calc(100% - 2rem);
  display: block;
  max-width: 100%;
  border-right: none !important;
}
.search_icon span {
  display: block;
  width: 2rem;
  height: 2.4rem;
  margin-top: 0.5rem;
  border: 1px solid #48ad85;
  background-color: #48ad85;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_icon span path {
  fill: #000;
}

.banner__content {
  position: absolute;
  height: 100%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .banner__content > * {
    max-width: 70%;
  }
}

.banner_image--muted {
  display: none !important;
}
.banner_image--muted.desktop_only {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .banner_image--muted.mobile_only {
    display: none !important;
  }
}

.logo_muted {
  display: none;
}

.banner_image--vivid {
  display: block !important;
}
.banner_image--vivid.desktop_only {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .banner_image--vivid.mobile_only {
    display: none !important;
  }
  .banner_image--vivid.desktop_only {
    display: block !important;
  }
}

.banner.full_width {
  height: calc(var(--vh) * 90 - var(--header-height));
  width: 100vw;
  position: relative;
}
@media (max-height: 580px) {
  .banner.full_width {
    height: calc(var(--vh) * 120 - var(--header-height));
  }
}
@media screen and (max-height: 580px) and (orientation: landscape) {
  .banner.full_width {
    height: calc(var(--vh) * 220);
  }
}
@media screen and (min-width: 700px) {
  .banner.full_width {
    height: calc(130vw - var(--header-height));
  }
}
@media screen and (min-width: 1000px) {
  .banner.full_width {
    height: calc(var(--vh) * 100 - var(--header-height));
  }
}
.banner.full_width > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (min-width: 1000px) {
  .banner.full_width > img {
    object-position: center;
  }
}
.banner.full_width h2 {
  position: absolute;
  top: 4rem;
  margin: 0 var(--margin);
  font-size: clamp(24px, 4vw, 64px);
  width: fit-content;
  text-align: center;
  width: calc(100% - 2 * var(--margin));
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .banner.full_width h2 {
    /* text-align: left;
    top: 50%;
    width: fit-content;
    max-width: clamp(15ch, 40vw, 500px);
    transform: translateY(-50%); */
    opacity: 0;
    position: static;
  }
}
.banner.full_width svg {
  position: absolute;
  width: clamp(10rem, 20vw, 21rem);
  top: 50%;
  left: var(--margin);
  transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 1000px) {
  .banner.full_width svg.logo_vivid {
    display: block;
  }
}
.banner.full_width p.caption {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: var(--margin);
  z-index: 10;
}
.banner.full_width:has(> .caption) {
  margin-bottom: 2rem;
}

.hero--home__content {
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  background: #000;
}
@media screen and (min-width: 1000px) {
  .hero--home__content {
    padding-top: var(--header-height);
  }
}
.hero--home__content .hero--home__title {
  color: #fff;
  max-width: 100%;
}
@media screen and (min-width: 700px) {
  .hero--home__content .hero--home__title {
    font-size: clamp(2rem, 5vw, 3.6rem);
  }
}
@media screen and (min-width: 1000px) {
  .hero--home__content .hero--home__title {
    max-width: 100%;
  }
}
.hero--home__content .hero--home__subtitle:empty {
  display: none;
}
.hero--home__content .hero--home__links {
  display: flex;
  gap: 1rem;
  justify-content: left;
}
@media screen and (min-width: 700px) {
  .hero--home__content .hero--home__title,
  .hero--home__content .hero--home__subtitle {
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .hero--home__content .hero--home__title,
  .hero--home__content .hero--home__subtitle {
    max-width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .hero--home__content .hero--home__title,
  .hero--home__content .hero--home__subtitle {
    max-width: 645px;
  }
  .hero--home__content .hero--home__subtitle {
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 700px) {
  .hero--home__content {
    position: absolute;
    top: 0;
    z-index: 11;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(1rem, 2vw, 2rem);
    padding-top: var(--header-height);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 2%, rgba(0, 0, 0, 0) 98%);
  }
  .hero--home__content .hero--home__title {
    color: #fff;
  }
  .hero--home__content .hero--home__links {
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: left;
  }
  .hero--home__content .hero--home__links .black {
    color: #282431;
  }
}

a {
  line-height: 80%;
}

.info_blocks .grid {
  padding-top: 1rem;
  gap: 1rem;
}
.info_blocks .grid .grid__item {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .info_blocks .grid .grid__item > * {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .info_blocks .grid {
    grid-template-rows: auto;
    align-items: start;
    height: fit-content;
    padding-bottom: 1rem;
    padding-top: 1rem;
    gap: 4rem;
  }
  .info_blocks .grid .grid__item {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 20rem;
    height: 100%;
  }
}
.info_blocks .grid .grid__item.white h3.yellow {
  color: #ffdd00;
}
.info_blocks .grid a.white {
  color: #fff;
}
.info_blocks .grid a {
  height: fit-content;
  width: fit-content;
}
.info_blocks .grid .link_with_icon {
  display: flex;
  gap: 0.5rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: auto;
}
.info_blocks .grid span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_blocks .grid a svg {
  width: 1rem;
  height: 1rem;
}
.info_blocks .grid h3 {
  position: relative;
}

.big_text_icon {
  margin-top: 1rem;
}
.big_text_icon svg {
  width: 60px;
}

.hero.hero--home {
  height: fit-content;
  overflow: visible;
}
.hero.hero--home .container.container--header.ready.playing,
.hero.hero--home .container.container--header {
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .hero.hero--home {
    height: 100vh;
  }
  .hero.hero--home:has(.video_bg__video) {
    height: 100%;
  }
}

@media screen and (max-width: 700px) {
  main:has(.video_bg__video) {
    --video-padding: 280px;
  }
  .container.container--header:has(> .video_bg__video) .hero--home__content {
    transform: translateY(280px);
  }
  .info_blocks.padding.bg_black {
    padding-top: var(--video-padding);
    border-top: 1rem solid #000;
  }
  .container.container--header.ready.playing {
    overflow: visible;
  }
  .hero--home__content .hero--home__title {
    font-size: clamp(1.6rem, 8vw, 2.4rem);
  }
}
.sub_nav_container .sub_menu_item a {
  color: #97d1dc;
  text-decoration: none;
  font-weight: 600;
}
.sub_nav_container .sub_menu_item.current a {
  color: #000;
}
.sub_nav_container .sub_menu_item.current a:visited {
  color: #000;
}

.times-and-admissions.margins.rounded.grid.grid_50.overflow_hidden p {
  line-height: 1.6rem;
}
.times-and-admissions.margins.rounded.grid.grid_50.overflow_hidden .times-and-admissions__times p {
  margin-bottom: 0;
  line-height: 1.6rem;
}
.times-and-admissions.margins.rounded.grid.grid_50.overflow_hidden .times-and-admissions__times h3 {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content ul {
  font-size: 1.1rem;
  gap: 1rem;
}
.content ul li {
  margin-bottom: 1rem;
}
.content ol {
  font-size: 1.1rem;
  gap: 1rem;
}
.content ol li {
  margin-bottom: 1rem;
}

.center.centered {
  display: grid;
  place-items: center;
}

#primary .hero--home__links .black {
  color: #282431;
}

h2 svg path {
  fill: currentColor;
}

.carousel.carousel--home .bg_image {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.carousel.carousel--home .bg_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .carousel.carousel--home .bg_image img {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .carousel.carousel--home .bg_image img {
    height: 100%;
    object-fit: cover;
  }
}

.carousel.carousel--home .button--prev {
  left: 2rem;
  top: 45% !important;
  transform: rotate(180deg);
}
.carousel.carousel--home .button--next {
  top: 45% !important;
  right: 2rem;
}

.home_page_header {
  min-height: 60vh !important;
  height: 60vh;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .home_page_header {
    min-height: 80vh !important;
    height: 80vh !important;
  }
}
.home_page_header .bottom-bg {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6980392157) 27%, #000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
  mix-blend-mode: multiply;
  height: 10vh;
  width: 100vw;
}
@media screen and (min-width: 1000px) {
  .home_page_header .bottom-bg {
    height: 40vh;
  }
}
.home_page_header .bottom-banner {
  position: absolute;
  bottom: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: none;
  height: 10vh;
  width: 100vw;
}
@media screen and (min-width: 1000px) {
  .home_page_header .bottom-banner {
    height: 40vh;
  }
  .home_page_header .bottom-banner p {
    max-width: 580px;
    font-size: 1.1rem;
  }
}
.home_page_header .bottom-banner img {
  height: 3.6rem;
  margin-right: auto;
  margin-left: auto;
  mix-blend-mode: none;
}
@media screen and (min-width: 1000px) {
  .home_page_header .bottom-banner img {
    height: 8rem;
    margin-right: calc(var(--margin) + 2rem);
  }
}

.home-intro {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.home-intro h1 {
  margin-bottom: 0;
  font-family: "acumin-pro", sans-serif;
}
.home-intro .plan {
  position: absolute;
  padding: 1rem;
  width: 22rem;
  height: fit-content;
  background-color: #fff;
  z-index: 10;
  top: 4rem;
  right: calc(var(--margin) + 2rem);
  border: 1px solid #48ad85;
}
.home-intro .plan .title_text {
  position: relative;
}
.home-intro .plan .title_text::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  background-color: #48ad85;
  width: calc(100% + 2rem);
  height: 1px;
  left: -1rem;
}
.home-intro .plan .toggle {
  padding: 0.5rem 0;
}
.home-intro .plan h3 {
  margin-top: 1rem;
}
.home-intro .plan p.time {
  margin: 0;
  padding: 0.3rem 0;
  position: relative;
}
.home-intro .plan p.time::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #48ad85;
  width: 100%;
  height: 1px;
  left: 0;
}
.home-intro .plan p.time::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #48ad85;
  width: 100%;
  height: 1px;
  left: 0;
}
.home-intro .plan a.button {
  margin-top: 2rem;
}

.home-sub-intro {
  padding-top: 2rem;
}

.error_message {
  padding: 0.5rem;
  border: 2px solid var(--color-error);
  display: block;
  color: var(--color-black-to-white);
}

.search_group {
  justify-content: flex-start;
  flex-direction: row !important;
  align-items: stretch !important;
}
.search_group input[type=search] {
  width: 780px;
  max-width: 75%;
}

.popular_searches {
  margin-top: 1rem;
}

.popular_searches .flex {
  max-width: 680px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.popular_searches .flex .pill {
  border: 1px solid #fff;
}

#filter input[type=checkbox],
#filter input[type=radio],
#timeline_filter input[type=checkbox],
#timeline_filter input[type=radio] {
  opacity: 0;
  position: absolute;
}
#filter input[type=checkbox] + label,
#filter input[type=radio] + label,
#timeline_filter input[type=checkbox] + label,
#timeline_filter input[type=radio] + label {
  position: relative;
  display: block;
  line-height: 105%;
  font-weight: 400;
  font-size: 0.9rem;
  z-index: 3;
  padding-left: 1.5rem;
  cursor: pointer;
}
#filter input[type=checkbox] + label::before, #filter input[type=checkbox] + label::after,
#filter input[type=radio] + label::before,
#filter input[type=radio] + label::after,
#timeline_filter input[type=checkbox] + label::before,
#timeline_filter input[type=checkbox] + label::after,
#timeline_filter input[type=radio] + label::before,
#timeline_filter input[type=radio] + label::after {
  content: "";
  position: absolute;
}
#filter input[type=checkbox] + label::before,
#filter input[type=radio] + label::before,
#timeline_filter input[type=checkbox] + label::before,
#timeline_filter input[type=radio] + label::before {
  left: -0.1rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1rem;
  height: 1rem;
  background: #fff;
  opacity: 0.8;
  transition: opacity var(--transition) ease;
  z-index: -1;
  border: 1px solid #707070;
}
#filter input[type=checkbox] + label::after,
#filter input[type=radio] + label::after,
#timeline_filter input[type=checkbox] + label::after,
#timeline_filter input[type=radio] + label::after {
  left: 0;
  width: 0.5rem;
  height: 0.15rem;
  top: calc(50% - 0.5rem);
  border: 2px solid #000;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-52deg) translate(-2px, 4px);
  opacity: 0;
  transition: opacity var(--transition) ease;
  z-index: -1;
}
#filter input[type=checkbox] + label:hover,
#filter input[type=radio] + label:hover,
#timeline_filter input[type=checkbox] + label:hover,
#timeline_filter input[type=radio] + label:hover {
  color: #000;
}
#filter input[type=checkbox] + label:hover::after, #filter input[type=checkbox] + label:hover::before,
#filter input[type=radio] + label:hover::after,
#filter input[type=radio] + label:hover::before,
#timeline_filter input[type=checkbox] + label:hover::after,
#timeline_filter input[type=checkbox] + label:hover::before,
#timeline_filter input[type=radio] + label:hover::after,
#timeline_filter input[type=radio] + label:hover::before {
  opacity: 0.8;
}
#filter input[type=checkbox]:hover + label,
#filter input[type=radio]:hover + label,
#timeline_filter input[type=checkbox]:hover + label,
#timeline_filter input[type=radio]:hover + label {
  color: #000;
}
#filter input[type=checkbox]:hover + label::after, #filter input[type=checkbox]:hover + label::before,
#filter input[type=radio]:hover + label::after,
#filter input[type=radio]:hover + label::before,
#timeline_filter input[type=checkbox]:hover + label::after,
#timeline_filter input[type=checkbox]:hover + label::before,
#timeline_filter input[type=radio]:hover + label::after,
#timeline_filter input[type=radio]:hover + label::before {
  opacity: 0.8;
}
#filter input[type=checkbox]:checked + label,
#filter input[type=radio]:checked + label,
#timeline_filter input[type=checkbox]:checked + label,
#timeline_filter input[type=radio]:checked + label {
  color: #000;
}
#filter input[type=checkbox]:checked + label::after, #filter input[type=checkbox]:checked + label::before,
#filter input[type=radio]:checked + label::after,
#filter input[type=radio]:checked + label::before,
#timeline_filter input[type=checkbox]:checked + label::after,
#timeline_filter input[type=checkbox]:checked + label::before,
#timeline_filter input[type=radio]:checked + label::after,
#timeline_filter input[type=radio]:checked + label::before {
  opacity: 1;
}
#filter input[type=checkbox]:focus + label,
#filter input[type=radio]:focus + label,
#timeline_filter input[type=checkbox]:focus + label,
#timeline_filter input[type=radio]:focus + label {
  outline: 2px solid;
  outline-offset: 2px;
}

#primary .form_container .gform-theme--api input[type=submit],
#primary .form_container .gform-theme--framework input[type=submit] {
  --gf-local-radius: 2rem;
  --gf-local-bg-color: #ffdd00;
  --gf-local-color: #000;
  text-transform: uppercase;
  font-weight: 600;
  transition: all var(--transition) ease;
}
#primary .form_container .gform-theme--api input[type=submit]:hover,
#primary .form_container .gform-theme--framework input[type=submit]:hover {
  --gf-local-bg-color: #000;
  --gf-local-color: #ffdd00;
}

.gform_confirmation_wrapper {
  grid-column: 1/2;
  padding: 2rem;
  background-color: #b8e9e1;
  border-radius: 1rem;
}

.login_form label {
  display: block;
  margin-bottom: 0.75rem;
}

.login_form input {
  width: 100%;
  margin-bottom: 1rem;
}

.login_form a {
  margin-bottom: 2rem;
  display: block;
}

.friend_link,
.no_membership_link {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .friend_link,
  .no_membership_link {
    width: 66%;
    margin-left: auto;
    margin-right: 1rem;
  }
}
.friend_link img,
.no_membership_link img {
  width: 100%;
  margin-bottom: 2rem;
}

h2:has(+ .friend_link), h2:has(+ .no_membership_link) {
  padding-right: 1rem;
  text-align: right;
}

.form_section {
  padding-top: 4rem;
}
.form_section h2 {
  text-align: center;
}
.form_section .form_container {
  position: relative;
  padding-top: 2rem;
}
.form_section input,
.form_section select,
.form_section textarea {
  background-color: #0c4734;
}
.form_section input[type=submit] {
  display: block;
  margin: 2rem auto 0 auto;
}

.gform_wrapper.gravity-theme .gsection {
  border-bottom-color: #48ad85;
}

.gsection_title {
  color: #36795f;
  font-weight: 600;
  font-size: 2.6rem;
  font-family: "acumin-pro-extra-condensed", sans-serif;
}
@media screen and (min-width: 1000px) {
  .gsection_title {
    font-size: 3.2rem;
  }
}

form#custom_login_form p.login-username,
form#custom_login_form p.login-password {
  display: flex;
  flex-direction: column;
}
form#custom_login_form p.login-username label,
form#custom_login_form p.login-password label {
  margin-bottom: 0.5rem;
}

.left_block.block_login_form,
.block_signup_form {
  border: 1px solid #0c4734;
}
.left_block.block_login_form .no_account,
.block_signup_form .no_account {
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0;
  padding-top: 1.5rem;
  position: relative;
}
.left_block.block_login_form .no_account::after,
.block_signup_form .no_account::after {
  content: "";
  width: calc(100% + 3rem);
  height: 1px;
  background-color: #0c4734;
  position: absolute;
  top: 0;
  left: -1.5rem;
}
.left_block.block_login_form #form_response,
.block_signup_form #form_response {
  margin-bottom: 1rem;
}

.left_block.cta_block {
  border: 1px solid #0c4734;
}

#form .flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#form .flex label {
  margin-bottom: 0.5rem;
}
#form .flex input,
#form .flex textarea {
  width: 100%;
}
#form .flex.image {
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
}
#form > div {
  margin-bottom: 1rem;
}
#form input[type=submit] {
  margin: 0 0 1rem 0;
}
#form > label {
  text-align: left;
  margin-bottom: 1rem;
  display: block;
}

.share_story_form #form .flex input,
.share_story_form #form .flex textarea {
  background-color: #f8f6f6;
}
.share_story_form .form_intro {
  text-align: left;
  padding: 0 2rem 0 2rem;
}

#form .gform_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

label > [type=checkbox] {
  display: inline-block;
  width: auto !important;
  margin-right: 0.5rem;
}

/*General rules for cards*/
.cards {
  margin: 4rem 0;
}
.cards .flex_item {
  margin-bottom: 2rem;
}
.cards a {
  text-decoration: none;
  color: #000;
}
.cards .container {
  margin-bottom: 2rem;
}
.cards .decorative {
  padding-left: 0;
}

.card {
  text-decoration: none;
  color: #000;
}
.card img {
  transition: transform var(--transition) ease;
}
.card:hover, .card:focus, .card:active, .card:visited {
  color: #000;
}
@media screen and (min-width: 1200px) {
  .card:hover .container img, .card:focus .container img, .card:active .container img, .card:visited .container img {
    transform: scale(1.025);
  }
}
.card:has(:focus) {
  outline: 2px solid #23595c;
  outline-offset: 2px;
}

.event_card .grid {
  grid-template-rows: auto auto auto 1fr;
  align-items: flex-end;
}

.news-item .grid {
  grid-template-rows: auto auto auto 1fr;
  align-items: flex-end;
}
.news-item .container {
  background-color: #f8f6f6;
}
.news-item .container img {
  object-fit: contain !important;
}

.listing-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
  .listing-row .listing-item {
    flex-basis: 32%;
  }
}

ul#post-grid {
  z-index: 999;
  position: relative;
  list-style: none;
  padding: 0;
}

button#show-more-posts {
  z-index: 9999;
  position: relative;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 11.5px 41px 14.5px;
}

.card-info {
  position: relative;
}

.discover-news-card:hover .hover-stripe {
  height: 6px;
}
.discover-news-card .discover-news-item-info p.card-info-description {
  color: #000;
}

.hover-stripe {
  height: 6px;
  transition: height var(--transition) ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hover-stripe {
    height: 0px;
  }
}

.card-info-wrapper {
  padding: 2rem;
}

a.discover-news-card {
  text-decoration: none;
}

.card-info-date {
  font-size: 16px;
  line-height: 22px;
}

.card-info-title {
  font-size: 22px;
  line-height: 32px;
}

.card-info-description {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 3rem;
}

.read-more-black {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  padding: 15.5px 21px;
}

.read-more-black::after {
  content: "›";
  color: white;
  font-size: 20px;
  position: relative;
  right: 0;
  display: block;
  height: 100%;
  line-height: 22px;
}

@media screen and (min-width: 1000px) {
  .flex_33.discover-news-3-up > .flex_item {
    flex-basis: calc(100% - 1.66rem);
  }
}
@media screen and (min-width: 1200px) {
  .flex_33.discover-news-3-up > .flex_item {
    flex-basis: calc(33% - 1.66rem);
  }
}

/*Event Cards*/
.event_block_header {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 2.5rem auto;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
.event_block_header .tile_wrapper {
  grid-row: 1/3;
  grid-column: 1/2;
  position: static;
  width: 2.5rem;
  height: 2.5rem;
}
.event_block_header h4,
.event_block_header p {
  color: #fff;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1rem;
  margin: 0;
  line-height: 135%;
}
.event_block_header strong {
  font-weight: 700;
  text-transform: uppercase;
}
.event_block_header h4 {
  text-transform: uppercase;
}
.event_block_header h4.black {
  color: #000;
}

.tile_wrapper svg {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}

.event_block_card {
  margin-bottom: 2rem;
  grid-template-rows: 4.5rem auto 1fr 2rem;
}
.event_block_card .container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@supports (aspect-ratio: 16/9) {
  .event_block_card .container {
    aspect-ratio: 1.3333333333;
  }
}
@supports not (aspect-ratio: 16/9) {
  .event_block_card .container {
    padding-top: 75%;
    height: 0;
  }
}
.event_block_card p {
  color: #fff;
}
.event_block_card p:empty {
  display: none;
}
.event_block_card p.underline {
  text-decoration-color: #23595c;
}
@media screen and (min-width: 1200px) {
  .event_block_card:nth-child(odd) .container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  @supports (aspect-ratio: 16/9) {
    .event_block_card:nth-child(odd) .container {
      aspect-ratio: 0.6666666667;
    }
  }
  @supports not (aspect-ratio: 16/9) {
    .event_block_card:nth-child(odd) .container {
      padding-top: 150%;
      height: 0;
    }
  }
}

.event_block_title {
  margin-top: 1rem;
}
.event_block_title a {
  text-transform: uppercase;
  text-decoration: none;
}
.event_block_title a h3 {
  color: #000;
}

.event_block_footer p.underline {
  color: #fff;
}
.event_block_footer p.find_out_more.underline:hover {
  color: #000;
}
.event_block_footer p.find_out_more.underline::after {
  background-color: #000;
}

.card:hover p.find_out_more.underline {
  color: #000;
}

.bg_body .event_block_title {
  margin-top: 1rem;
}
.bg_body .event_block_title a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.bg_body .event_block_title a h3 {
  color: #fff;
}
.bg_body .event_block_footer p.underline {
  color: #fff;
}
.bg_body .event_block_footer p.find_out_more.underline:hover {
  color: #ffdd00;
}
.bg_body .event_block_footer p.find_out_more.underline:hover::after {
  background-color: #ffdd00;
}
.bg_body .event_block_footer p.find_out_more.underline::after {
  background-color: #23595c;
}
.bg_body .card:hover p.find_out_more.underline {
  color: #ffdd00;
}
.bg_body .card:hover p.find_out_more.underline::after {
  background-color: #ffdd00;
}

.event_card {
  background-color: transparent;
  grid-template-rows: auto 1fr;
}
.event_card * {
  margin: 0;
}

@media screen and (max-width: 700px) {
  .padding_2 * {
    margin-bottom: 0.2rem;
  }
  .card .grid.gap {
    grid-template-rows: auto auto 1fr;
    align-items: flex-end;
    gap: 0.2rem;
  }
  .card .grid.gap * {
    margin-bottom: 0.2rem;
  }
}
.strapline {
  position: absolute;
  top: 1rem;
  left: 0;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
}

.competition_card .strapline,
.event_header .strapline,
.event-header .strapline {
  right: unset;
  left: 1rem;
}

.page_link_info .event_header {
  margin-bottom: 0.75rem;
}
.page_link_info .event_header h4,
.page_link_info .event_header p {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1rem;
  margin: 0;
  line-height: 140%;
}

.annual_pass {
  padding: clamp(0.5rem, 5%, 2rem);
}
.annual_pass a {
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .annual_pass {
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 4.5rem 1fr 4rem;
    column-gap: 5rem;
  }
  .annual_pass > * {
    grid-column: 1/2;
  }
  .annual_pass .container {
    grid-column: 2/3;
    grid-row: 1/4;
    max-height: 600px;
  }
  .annual_pass .arrow {
    height: min-content;
    width: 100%;
    text-align: left;
  }
  .annual_pass h2 {
    font-size: 3.1rem;
  }
}

.card.card--page-links.card--page-links-stack.grid.grid_50.rounded {
  grid-column: 1/-1;
}

.card--page-links-grid {
  align-items: start;
  grid-template-rows: auto 1fr 1rem;
}

.card--page-links-stack {
  align-items: center;
}

.card.card--page-links .padding_2 span {
  height: 2rem;
  width: 2rem;
}
.card.card--page-links .padding_2 h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card.card--page-links .padding_2 svg {
  height: 2rem;
  width: 2rem;
}
.card.card--page-links .padding_2 svg path {
  fill: currentColor;
}
.card.card--page-links a:has(h3) {
  text-decoration: none;
}
.card.card--page-links a:has(h3):hover {
  text-decoration: none;
}
.card.card--page-links .container img {
  object-fit: contain !important;
}

.card.card--page-links.bg_light_purple p,
.card.card--page-links.bg_light_purple .bold,
.bg_light_purple .card p,
.bg_light_purple .card .bold {
  color: #fff;
}

.card a:has(h3) {
  text-decoration: none;
}
.card a:has(h3):hover {
  text-decoration: none;
}

.card-object .card-object--image {
  position: relative;
  line-height: 0;
}
.card-object .card-object--image img {
  line-height: 0;
}
.card-object .image_zoomer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 0;
}
.card-object .image_zoomer:hover {
  opacity: 1;
}
.card-object .card-object--text {
  margin-top: 1rem;
}

.content--inner {
  height: fit-content;
  align-self: center;
}
.content--inner * {
  margin: 0;
}

.gallery-card.card.card-object {
  position: relative;
  line-height: 0;
  width: fit-content;
  overflow: hidden;
}

.card-object--zoom .caption {
  color: #fff;
}

.card.card--page-links.card--page-links-grid.grid.gap_1 .grid.gap h3,
.card.card--page-links.card--page-links-grid.grid.gap_1 .grid.gap p {
  margin: 0 0 0;
}

.page_links.page_links--grid.bg_light_red.padding .flex.flex_33.gap_3.flex-center {
  gap: 1.5rem;
}

.flex.flex_33.gap_3.flex-center .card.card--page-links.card--page-links-grid.grid.gap_1 {
  grid-template-rows: auto 1fr;
}

.block.news_block.padding.bg_light_copper .card.news-item.grid.gap_1 h4 {
  margin-bottom: 0;
}
.block.news_block.padding.bg_light_copper .card.news-item.grid.gap_1 p {
  margin-bottom: 0;
}

.card.search-item .container {
  max-width: clamp(150px, 90vw, 320px);
}

.card.search-item div:not(.container) {
  max-width: 950px;
}

.card.search-item h4 {
  text-decoration: underline;
}

.card.search-item {
  justify-content: flex-start;
}

.card.card-object.card-object--zoom {
  max-height: 100%;
}

.gallery-card.card.card-object {
  height: fit-content;
  max-height: 12rem;
}

@media screen and (max-width: 999px) {
  .card.card--page-links .padding_2 {
    padding-left: 0;
    padding-right: 0;
  }
  .card.card--page-links .padding_2 h2,
  .card.card--page-links .padding_2 p {
    padding-bottom: 0.5rem;
  }
  .page_links--algorithm .card--page-links-stack.bg_light_gray .padding_2, .page_links--algorithm .card--page-links-stack.bg_light_green .padding_2, .page_links--algorithm .card--page-links-stack.bg_light_purple .padding_2, .page_links--algorithm .card--page-links-stack.bg_light_orange .padding_2, .page_links--algorithm .card--page-links-stack.bg_light_red .padding_2, .page_links--algorithm .card--page-links-stack.bg_light_blue .padding_2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.card.card--page-links.card--page-links-stack.padding .links {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .card.card--page-links.card--page-links-stack.padding .container.container--threetwo.rounded {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .card.card--page-links.card--page-links-stack.padding {
    gap: 1rem;
  }
  .card.card--page-links.card--page-links-stack.padding .padding_2 {
    padding: 0;
  }
}

.content_video.card {
  gap: 0.5rem;
  margin-top: 1rem;
  grid-template-rows: auto auto 1fr;
  margin-bottom: 1rem;
}
.content_video.card h4 {
  margin-bottom: 0;
}
.content_video.card p {
  margin-bottom: 0;
  line-height: 1.4rem;
  margin-top: 0.5rem;
}

.page_links .bold {
  line-height: 28px;
}

.card.vacancy {
  padding-bottom: 2rem;
}

.card.trustee .container--twothree {
  max-height: 17rem;
  max-width: 14rem;
  margin-bottom: 1rem;
}
.card.trustee h3 {
  margin-bottom: 0.5rem;
}
.card.trustee h5 {
  font-weight: 400;
}

.card.volunteer_vacancy {
  grid-template-rows: auto auto 1fr;
}

.card.card_timeline {
  position: relative;
}
.card.card_timeline img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .card.card_timeline img {
    margin-left: auto;
    margin-right: 0;
  }
}
.card.card_timeline.grid_invert .timeline_info {
  text-align: end;
}
@media screen and (min-width: 1000px) {
  .card.card_timeline.grid_invert img {
    margin-left: 0;
    margin-right: auto;
  }
}
.card.card_timeline .timeline_info .timeline_year {
  padding-bottom: 1rem;
}
.card.card_timeline::after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #ff671d;
  position: absolute;
  top: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.card.card_timeline::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #ff671d;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.card.card_timeline.mobile_only {
  position: relative;
  text-align: center;
  align-items: center;
  z-index: 5;
  background-color: #fff;
  margin-top: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.card.card_timeline.mobile_only .white_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.card.card_timeline.mobile_only::after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #ff671d;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.card.card_timeline.mobile_only::before {
  content: "";
  width: 4px;
  height: 110%;
  background-color: #ff671d;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.card.news-item .grid.gap .uc {
  font-size: 0.8rem;
  line-height: 100% !important;
}
.card.news-item .grid.gap h4 {
  line-height: 100% !important;
}
.card.news-item .grid.gap > * {
  margin-bottom: 0.5rem;
}
.card.news-item .grid.gap a {
  width: fit-content;
}

/* .swiper-slide {
	.card.card-object {
		.card-object--image {
			img {
				height: 20rem;
				/* max-width: unset;
				max-width: fit-content; 
			}
			/* button {
				width: 100%;
			} 
		}
	}
} */
.carousel .button--prev,
.timeline_carousel .button--prev {
  right: unset;
  top: 45% !important;
  left: calc(var(--margin) / -2);
  opacity: 0.8 !important;
  z-index: 9999;
}
.carousel .button--prev svg path,
.timeline_carousel .button--prev svg path {
  fill: rgb(192, 192, 192) !important;
}
.carousel .button--next,
.timeline_carousel .button--next {
  right: 0;
  top: 45% !important;
  left: unset;
  opacity: 0.8 !important;
  z-index: 9999;
}
.carousel .button--next svg s path,
.timeline_carousel .button--next svg s path {
  fill: rgb(192, 192, 192) !important;
}

.timeline_wrapper .button--prev {
  right: unset;
  top: 45% !important;
  left: calc(var(--margin) / -2);
  opacity: 0.8 !important;
  z-index: 9999;
}
.timeline_wrapper .button--prev svg path {
  fill: rgb(192, 192, 192) !important;
}
.timeline_wrapper .button--next {
  right: 0;
  top: 45% !important;
  left: unset;
  opacity: 0.8 !important;
  z-index: 9999;
}
.timeline_wrapper .button--next svg s path {
  fill: rgb(192, 192, 192) !important;
}

.card.card-image-and-text {
  align-items: center;
}
.card.card-image-and-text .padding_2 {
  padding: 0 2rem 0 0 !important;
}

.shop_card,
.swiper-slide:has(.shop_card) {
  /* width: 360px;
  max-width: 80vw; */
  box-sizing: border-box;
}

.swiper-slide:has(.shop_card) {
  height: auto;
}

.shop_card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
}
.shop_card h4 {
  font-size: 1rem;
  margin-top: 1rem;
}
.shop_card a {
  text-decoration: none;
}
.shop_card .price {
  margin-bottom: 0;
}

.card--page-links h3.larger {
  font-size: 1.6rem;
}
.card--page-links .padding_2 {
  padding-left: 0;
  padding-right: 4rem;
}
@media screen and (min-width: 1200px) {
  .card--page-links.grid_invert .padding_2 {
    padding-left: 4rem;
    padding-right: 0;
  }
}

#page .form_section {
  border-top: none;
  border-bottom: none;
}

.card.trustee.grid {
  grid-template-rows: auto auto auto 1fr;
  align-items: flex-end;
}

.collection_objects .uc.black.semibold {
  margin-bottom: 2rem;
}

.volunteer_vacancy {
  width: 16rem !important;
  max-width: 16rem !important;
}

.card.itinerary {
  padding-left: 3.5rem;
  position: relative;
}
.card.itinerary .container {
  padding-left: 3rem;
}
.card.itinerary .texture_banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3.5rem;
  z-index: 20;
  background-image: url(../assets/texture.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-right: 1px solid #fff;
}
.card.itinerary .texture_banner .uc.ec.white {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  font-size: 2rem;
}
.card.itinerary .content {
  position: relative;
  padding-right: 10rem;
}
.card.itinerary .content .intro {
  font-size: 0.9rem;
  line-height: 120%;
}
.card.itinerary .content .btn {
  position: absolute;
  right: 3rem;
  top: 2rem;
  width: 2rem;
  height: 2rem;
  border-left: 6px solid #36795f;
  border-bottom: 6px solid #36795f;
  transform: rotate(-45deg);
}
.card.itinerary .content .btn:hover {
  cursor: pointer;
}

.card.story_card {
  grid-template-rows: auto 1fr;
}
.card.story_card .grid {
  gap: 0.2rem;
  grid-template-rows: auto 1fr;
  align-items: flex-start;
}
.card.story_card p {
  margin-bottom: 0;
}
.card.story_card a.button {
  display: none !important;
}
.card.story_card p.small {
  font-size: 0.9rem;
}

.listings .card.story_card.featured-story {
  position: relative;
}
.listings .card.story_card.featured-story .grid.padding_2.bg_beige .small + p {
  font-size: 0.9rem;
  line-height: 150%;
}
.listings .card.story_card.featured-story .texture_banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3rem;
  z-index: 20;
  background-image: url(../assets/texture.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-right: 1px solid #fff;
}
.listings .card.story_card.featured-story .texture_banner .uc.ec.white {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
}
.listings .card.story_card.featured-story a.button {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .listings .card.story_card.featured-story {
    grid-column: span 3;
  }
}

.card.timeline_event_card .swiper-wrapper {
  overflow: hidden;
}
.card.timeline_event_card h3 {
  margin-bottom: 0.5rem;
}
.card.timeline_event_card .circle {
  width: 100%;
  height: 3rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.card.timeline_event_card .circle::after {
  content: "";
  width: 111%;
  height: 2px;
  background-color: #36795f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card.timeline_event_card .circle::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.card.timeline_event_card .circle.green::before {
  background-color: #48ad85;
}
.card.timeline_event_card .circle.maroon::before {
  background-color: #b10e2d;
}
.card.timeline_event_card .title {
  padding: 0.5rem;
  position: relative;
  z-index: 20;
  text-align: left;
}
.card.timeline_event_card .title p {
  font-size: 0.6rem;
  line-height: 150%;
}
.card.timeline_event_card .image {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
.card.timeline_event_card .image img {
  width: 100%;
  scale: 1.1;
  object-fit: cover;
}
.card.timeline_event_card .grid {
  padding: 1rem;
  text-align: left;
  background-color: #fff;
}
.card.timeline_event_card .grid p {
  font-size: 0.8rem;
  line-height: 150%;
}

.card .tags {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.card .tags p {
  margin-left: -1px;
  border: 1px solid;
  border-color: #36795f;
  padding: 0rem 0.4rem;
  font-size: 0.9rem;
  line-height: 140%;
}

.card.venue_card {
  grid-template-rows: auto 1fr;
}
.card.venue_card .grid {
  grid-template-rows: auto 1fr;
  align-items: flex-start;
}
.card.venue_card .grid h4 {
  position: relative;
}
.card.venue_card .grid h4::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.card.venue_card .grid h4.orange_line::after {
  background-color: #d95841;
}
.card.venue_card .grid h4.brown_line::after {
  background-color: #a69078;
}
.card.venue_card .grid > p {
  font-size: 0.9rem;
  line-height: 140%;
  margin-bottom: 0;
}
.card.venue_card .grid .details p {
  font-size: 0.9rem;
  line-height: 140%;
  margin-bottom: 0;
}
.card.venue_card .container.container--threetwo {
  height: 12rem;
}
.card.venue_card a {
  display: none !important;
}

.card.programme {
  padding-left: 3.5rem;
  position: relative;
}
.card.programme .container {
  padding-left: 3rem;
}
.card.programme .container .img_line {
  width: 1rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.card.programme .texture_banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3.5rem;
  z-index: 20;
  background-image: url(/wp-content/themes/army/assets/texture.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-right: 1px solid #fff;
}
.card.programme .texture_banner .uc.ec.white {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  font-size: 2rem;
}
.card.programme .content {
  position: relative;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.card.programme .content h2 {
  line-height: 90%;
  margin-bottom: 0.5rem !important;
}
.card.programme .content p {
  font-size: 0.9rem;
  line-height: 140%;
}
.card.programme .content .btn {
  position: absolute;
  right: 3rem;
  top: 2rem;
  width: 2rem;
  height: 2rem;
  border-left: 6px solid #36795f;
  border-bottom: 6px solid #36795f;
  transform: rotate(-45deg);
}
.card.programme .content .btn:hover {
  cursor: pointer;
}
.card.programme .content a.button {
  margin-top: auto;
}
.card.programme .content::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #48ad85;
  position: absolute;
  top: 0;
  right: 0;
}
.card.programme .details {
  padding: 1rem;
  padding-right: 3rem;
  border: none !important;
}
.card.programme .details p {
  font-size: 0.9rem;
  line-height: 140%;
  margin-bottom: 0.5rem;
}

.pricing_cards {
  overflow-x: auto;
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.pricing_cards::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.pricing_cards::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.pricing_cards .slides::-webkit-scrollbar-track {
  background: transparent;
}
@media screen and (min-width: 1000px) {
  .pricing_cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pricing_cards ul {
  scroll-snap-align: start;
  min-width: calc((100vw - 2 * var(--margin)) / 2);
  padding: 4rem 2rem;
  border-radius: 3rem 0 0 0;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .pricing_cards ul {
    min-width: calc((100vw - 4rem - 2 * var(--margin)) / 4);
  }
}
.pricing_cards ul:first-of-type {
  background-color: #f2eeed;
}
.pricing_cards ul:first-of-type:after {
  content: "";
  width: 4rem;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f2eeed;
}
.pricing_cards ul:nth-of-type(2) {
  background-color: #e3dedc;
}
.pricing_cards ul:nth-of-type(2):after {
  content: "";
  width: 4rem;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #e3dedc;
}
.pricing_cards ul:last-of-type {
  background-color: #c7beb9;
}

.pricing_section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0;
  border-top: none !important;
  border-bottom: none !important;
}
.pricing_section ul {
  grid-template-rows: 3.2rem auto 1fr auto auto;
  height: 100%;
  padding: 4rem 0;
}
.pricing_section ul li {
  font-size: 1.6rem;
  margin-top: 1rem;
  padding: 1rem 2rem 0 2rem;
  border-top: 1px solid #48ad85;
}
.pricing_section ul li:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.pricing_section ul li:last-child {
  height: 2.1rem;
}
.pricing_section .grid > ul li {
  text-align: right;
}
.pricing_section .card_links {
  position: absolute;
  bottom: 0;
  right: var(--margin);
  padding-right: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-bottom: 1rem;
}
.pricing_section .card_links a {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  background-color: #48ad85;
  width: 2rem;
  height: 2rem;
}

.lines_green:has(+ .pricing_section),
.lines_green:has(+ .membership_section) {
  border-bottom: none !important;
}

.membership_cards {
  overflow-x: auto;
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.membership_cards::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.membership_cards::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.membership_cards .slides::-webkit-scrollbar-track {
  background: transparent;
}
@media screen and (min-width: 1000px) {
  .membership_cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 6rem;
  }
}
.membership_cards .membership_card {
  scroll-snap-align: start;
  min-width: calc((100vw - 2 * var(--margin)) / 2);
  padding: 4rem 2rem;
  border-radius: 3rem 0 0 0;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .membership_cards .membership_card {
    min-width: calc((100vw - 10rem - 2 * var(--margin)) / 4);
  }
}
.membership_cards .membership_card:nth-of-type(2) {
  background-color: #f2eeed;
}
.membership_cards .membership_card:nth-of-type(2):after {
  content: "";
  width: 4rem;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f2eeed;
}
.membership_cards .membership_card:nth-of-type(3) {
  background-color: #e3dedc;
}
.membership_cards .membership_card:nth-of-type(3):after {
  content: "";
  width: 4rem;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #e3dedc;
}
.membership_cards .membership_card:nth-of-type(4) {
  background-color: #c7beb9;
}
.membership_cards .membership_card:nth-of-type(4):after {
  content: "";
  width: 4rem;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #c7beb9;
}
.membership_cards .membership_card:last-of-type {
  background-color: #aba49e;
}
.membership_cards .membership_card h2 {
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 70%;
}
.membership_cards .membership_card ul {
  padding-left: 0;
  list-style: inside;
}

.membership_section {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  border-top: none !important;
  border-bottom: none !important;
}
.membership_section .membership_card {
  grid-template-rows: 5rem 1fr auto;
  padding: 4rem 2rem;
}
.membership_section .membership_card [type=checkbox] {
  display: none;
}
.membership_section .membership_card:before {
  content: "";
  width: 100%;
  height: 1px;
  top: 8.5rem;
  left: 0;
  background-color: #48ad85;
  position: absolute;
  z-index: 10;
}
.membership_section .card_links {
  position: absolute;
  bottom: 0;
  right: var(--margin);
  padding-right: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-bottom: 1rem;
  z-index: 10;
}
.membership_section .card_links a {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  background-color: #48ad85;
  width: 2rem;
  height: 2rem;
}

.card.related_page .container.container--threetwo {
  height: 10rem !important;
  margin-bottom: 0.5rem;
  position: relative;
}
.card.related_page .container.container--threetwo img.regimental_corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  object-fit: cover;
  height: auto;
  z-index: 10;
}
.card.related_page .container.container--threetwo .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0;
  transition: 0.6s ease-in-out;
  mix-blend-mode: multiply;
}
.card.related_page .container.container--threetwo .overlay:hover {
  transition: 0.6s ease-in-out;
  opacity: 0.27;
}

.card.related_page .container.container--threetwo {
  height: 11rem !important;
  margin-bottom: 0.5rem;
}
.card.related_page .container.container--threetwo img.regimental_corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  object-fit: cover;
  height: auto;
  z-index: 10;
}

.card.contact_card {
  gap: 0.5rem;
  grid-template-rows: auto 1fr;
}
.card.contact_card .grid {
  grid-template-rows: auto auto auto 1fr;
}
.card.contact_card h4 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 140%;
}
.card.contact_card p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 140%;
}
.card.contact_card a {
  margin-top: 1rem;
  color: #004519;
}

.card.notice,
.card.job {
  background-color: #9abcaf !important;
}

.card.news_card {
  grid-template-rows: auto 1fr;
}
.card.news_card .grid {
  grid-template-rows: auto auto auto 1fr;
  align-items: flex-start;
  gap: 0;
}
.card.news_card .tags {
  margin-bottom: 0.7rem;
}
.card.news_card h4 {
  margin-bottom: 0.7rem;
}
.card.news_card p {
  margin-bottom: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease-in;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}
.modal.open {
  opacity: 1;
}
.modal .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.modal .modal_content {
  margin: var(--header-height) auto;
  width: 90vw;
  max-width: 1250px;
  height: auto;
  display: block;
  position: relative;
}
.modal .modal_content .tile:not(.bg_kynren) svg path {
  fill: #fff;
}
.modal .inner_padding {
  padding: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .modal .inner_padding {
    padding: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal .inner_padding {
    padding: 3rem;
  }
}

form.loading {
  position: relative;
}

form.loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 10px solid #000;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  animation: spin 800ms ease-in-out 0ms infinite;
}

.modal.popup {
  position: fixed;
  top: 100dvh;
  right: 0;
  left: unset;
  width: 700px;
  max-width: 100vw;
  height: fit-content;
  opacity: 0;
  transition: opacity var(--transition) ease-in;
  z-index: 10000;
  background-color: transparent;
  overflow: auto;
  transform: translateY(-80%);
  color: #000;
}
@media screen and (min-width: 1000px) {
  .modal.popup .padding_2 {
    padding: 3rem;
  }
}
.modal.popup.open {
  opacity: 1;
}
.modal.popup h2 {
  font-size: 1.5rem;
  color: #000;
}
.modal.popup p {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .modal.popup p {
    font-size: 1rem;
    font-weight: 400;
  }
}
.modal.popup .modal_content {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .modal.popup .modal_content {
    border-radius: 1.2rem 0 0 1.2rem;
  }
}
.modal.popup .close {
  top: -1rem;
  right: calc(var(--margin) - 1rem);
}
.modal.popup .close svg circle {
  fill: #000;
}
.modal.popup .close svg path {
  fill: #fff;
}
@media screen and (min-width: 1000px) {
  .modal.popup .close {
    top: 2rem;
    right: 2rem;
  }
}
.modal.popup .button:hover {
  background-color: #f0c14f;
}
.modal.popup .mc4wp-form-fields .flex {
  flex-direction: column;
}
.modal.popup .mc4wp-form-fields .flex input[type=email] {
  width: 40ch;
}

.timeline .modal .modal_content {
  width: 950px;
  max-width: 90vw;
  height: auto;
}
.timeline .timeline_link {
  margin-top: 2rem;
}
.timeline .timeline_link button {
  font-weight: bold;
  text-decoration: underline;
  padding: 0;
  background-color: transparent;
  color: #000;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
  border: 1px solid #0c4734;
}
.leaflet-popup-content-wrapper .leaflet-popup-content p {
  font-size: 0.8rem;
  line-height: 140%;
  margin-bottom: 0.3rem;
  margin-top: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content a {
  font-size: 0.8rem;
  line-height: 140%;
}

.play {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 0;
  opacity: 0;
  z-index: 10;
}
.play svg path {
  transition: fill var(--transition) ease;
}

.ready .play {
  opacity: 1;
}

.block-video img {
  transition: opacity var(--transition) ease;
  z-index: 10;
}
.block-video.playing img,
.block-video.playing .play {
  opacity: 0;
  transform: translateX(-200vw);
  visibility: hidden;
}
.block-video.playing iframe {
  visibility: visible;
}
.block-video iframe {
  visibility: hidden;
}

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

.alt_block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.alt_block.open {
  width: 100%;
  max-width: 320px;
}

:has(> .alt_block) {
  position: relative;
  display: block;
}

.block-image,
.alt-block {
  position: relative;
  display: block;
}

.alt_trigger {
  background-color: white;
  color: black;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.1rem;
  min-width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  position: absolute;
  top: 0;
  right: 0;
}

.alt_modal {
  position: absolute;
  background-color: white;
  top: 0;
  right: 0;
  max-width: 90vw;
  padding: 2rem 1rem;
  opacity: 0;
  transform: scale(0);
  transition: opacity calc(var(--transition) / 2) ease, transform var(--move-transition) ease;
  transform-origin: 100% 0;
  visibility: hidden;
}

.open .alt_modal {
  opacity: 1;
  transform: scale(1);
  border: 1px solid #707070;
  visibility: visible;
}

.open .alt_trigger {
  border-bottom: none;
  border-left: none;
}

.banner .alt_block {
  top: unset;
  bottom: var(--margin);
  right: var(--margin);
}
@media screen and (min-width: 1200px) {
  .banner .alt_block {
    top: unset;
    bottom: 8rem;
    right: 8rem;
  }
}

button.close {
  color: var(--color-black-to-white);
  background-color: var(--color-primary);
}

.play svg path {
  fill: #000;
  transition: fill var(--transition) ease;
}
.play svg:hover path {
  fill: #fff;
}
.play svg:hover circle {
  fill: #000;
}
.play svg circle {
  fill: #fff;
  opacity: 1;
}

/* .muted {
	.play {
		svg {
			path {
				fill: $color_white;
				transition: fill var(--transition) ease;
			}
			&:hover {
				path {
					fill: $color_secondary;
				}
				circle {
					fill: $color_white;
				}
			}
			circle {
				fill: $color_secondary;
				opacity: 1;
				transition: fill var(--transition) ease;
			}
		}
	}
} */
.block-image p.caption, .block-image + figcaption p.caption {
  position: absolute;
  bottom: 0;
  margin: 0;
  display: block;
  padding: 0.2rem 0.75rem;
  background: #000;
  color: #fff;
}

figure {
  line-height: 0;
}

/*Videos*/
.video_modal {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: fixed;
  overflow: visible;
  width: calc(100vw - 2 * var(--margin));
  top: 50%;
  left: var(--margin);
  z-index: -1;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity;
  max-height: calc(100dvh - 7rem);
}
@supports (aspect-ratio: 16/9) {
  .video_modal {
    aspect-ratio: 1.7777777778;
  }
}
@supports not (aspect-ratio: 16/9) {
  .video_modal {
    padding-top: 56.25%;
    height: 0;
  }
}
.video_modal::before {
  content: "";
  width: 100vw;
  height: calc(var(--vh) * 100);
  position: absolute;
  top: 50%;
  left: calc(var(--margin) * -1);
  background-color: transparent;
  transform: translateY(-50%);
  transition: all 600ms ease-in 100ms;
}
.video_modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}
.video_modal .close_video {
  position: absolute;
  top: 0;
  right: 1rem;
  width: fit-content;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
@media screen and (min-width: 1200px) {
  .video_modal .close_video {
    right: -2rem;
  }
}
.video_modal .close_video svg {
  height: 18px;
  width: 18px;
}
.video_modal .close_video svg path {
  stroke: #fff;
}

.open .video_modal {
  animation: opacity_and_z 600ms ease-in 0ms 1 normal forwards;
}
.open .video_modal::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.open.video_modal {
  animation: opacity_and_z 600ms ease-in 0ms 1 normal forwards;
}
.open.video_modal::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.close .video_modal {
  z-index: 100;
  opacity: 1;
  animation: opacity_and_z_reverse 600ms ease-in 0ms 1 normal forwards;
}
.close .video_modal::before {
  background-color: rgba(0, 0, 0, 0.8);
}

button.video_toggle {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 0;
  z-index: 11;
}
button.video_toggle svg {
  display: block;
  width: 10vw;
  height: auto;
}
@media screen and (min-width: 700px) {
  button.video_toggle svg {
    width: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  button.video_toggle svg {
    width: 3.8461538462vw;
  }
}

@keyframes opacity_and_z {
  0% {
    z-index: -1;
    opacity: 0;
    display: none;
  }
  1% {
    z-index: 10000;
    opacity: 0;
    display: block;
  }
  100% {
    z-index: 10000;
    opacity: 1;
  }
}
@keyframes opacity_and_z_reverse {
  0% {
    z-index: 10000;
    opacity: 1;
  }
  99% {
    z-index: 10000;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
    display: none;
  }
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.ready:has(> .video_bg__video) img {
  display: none;
}

button.video_bg__play {
  position: absolute;
  bottom: 2rem;
  right: var(--margin);
  background-color: transparent;
  z-index: 20;
}
button.video_bg__play svg {
  width: 2rem;
  height: 2rem;
  opacity: 0.2;
}
button.video_bg__play svg:nth-child(2) {
  display: none;
}

.ready button.video_bg__play svg {
  opacity: 1;
}

.playing button.video_bg__play svg:first-child {
  display: none;
}
.playing button.video_bg__play svg:nth-child(2) {
  display: block;
}

@media screen and (max-width: 700px) {
  .video_modal.open {
    width: 100%;
    left: 0;
  }
  .video_modal::before {
    width: 100%;
    left: 0;
  }
  .video_modal .close_video {
    left: 90%;
    top: -3rem;
  }
}
.video_toggle svg {
  height: 2rem;
}

/* FAQs */
.general_faqs .faq-question h4 {
  font-weight: 600;
}

.mobile_faqs {
  display: block;
}
.mobile_faqs .padding_2 {
  padding: 0;
}
.mobile_faqs h2 {
  margin-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .mobile_faqs {
    display: none;
  }
}

.desktop_faqs {
  display: none;
}
@media screen and (min-width: 1000px) {
  .desktop_faqs {
    display: block;
  }
}

.card.grid.faq.fill_body.mobile_only {
  border: none !important;
  padding: 1rem;
}
.card.grid.faq.fill_body.mobile_only h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card.grid.faq.fill_body.mobile_only summary::after {
  top: unset;
  bottom: 1rem;
}

/*If content is added to a page outside of the untold blocks*/
.type-page > ul, .type-page > ol, .type-page > p, .type-page > h2, .type-page > h3, .type-page > h4, .type-page > h5 {
  width: 680px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.if_content:empty {
  display: none;
}

/*Sidebar*/
.content_wrapper {
  max-width: 800px;
  width: 100%;
  order: 2;
}
@media screen and (min-width: 1000px) {
  .content_wrapper {
    order: unset;
  }
}

#nav_select {
  margin-bottom: 2rem;
  width: calc(100vw - 2 * var(--margin));
  padding: 1rem;
}

.sidebar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .sidebar {
    order: unset;
    display: flex;
    flex-direction: column;
    grid-column: 2/3;
    grid-row: 1/4;
    width: max-content;
  }
  .sidebar nav.sub-nav {
    display: initial;
  }
  .sidebar .mobile_only {
    display: none !important;
  }
}
.sidebar h3 {
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
}
.sidebar .sub-nav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.sidebar .sub-nav ul li {
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: bold;
}
.sidebar .sub-nav ul li a {
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}

.nav-item a {
  position: relative;
  padding-right: 2rem;
  width: fit-content;
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.nav-item a::after {
  content: "";
  height: 0.8rem;
  width: 1.2rem;
  display: block;
  top: calc(50% - 0.4rem);
  right: 0;
  background-image: url(../assets/arrow.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  transition: transform var(--transition) ease;
}
.nav-item a:hover::after {
  transform: translateX(0.2rem);
}
@media (prefers-reduced-motion: reduce) {
  .nav-item a:hover::after {
    transform: none;
  }
}
.nav-item.active a::after {
  content: none;
}

.timeline-horizontal .timeline-slide-image-text-container {
  min-width: 100%;
}

@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide.highlight .timeline-slide-title::before {
    left: -1rem;
    top: 50%;
    transform: rotate(270deg) translateX(50%);
  }
}
.timeline-vertical .timeline-slide.highlight .timeline-slide-year {
  justify-self: end;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide.highlight .timeline-slide-year {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide.tertiary .timeline-slide-title::before {
    right: -1rem;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
    left: unset;
  }
}
.timeline-vertical .timeline-slide.tertiary .timeline-slide-year {
  justify-self: start;
}
.timeline-vertical .timeline-slide.tertiary .timeline-slide-image-text-container {
  justify-self: end;
}
.timeline-vertical .timeline-slide .timeline-slide-title {
  margin-top: 0;
}
.timeline-vertical .timeline-slide .timeline-slide-image-text-container {
  max-width: 472px;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide .timeline-slide-image-text-container {
    margin-top: 0;
  }
}
.timeline-vertical .timeline-slide .timeline-slide-year {
  max-width: 472px;
  align-self: start;
  margin-top: 6px;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide {
    grid-template-columns: 1fr 5rem 1fr;
    display: grid;
  }
  .timeline-vertical .timeline-slide.highlight .timeline-slide-year {
    grid-column: 1/2;
  }
  .timeline-vertical .timeline-slide.highlight .timeline-slide-image-text-container {
    grid-column: 3/4;
  }
  .timeline-vertical .timeline-slide.tertiary .timeline-slide-year {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .timeline-vertical .timeline-slide.tertiary .timeline-slide-image-text-container {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .timeline-vertical .timeline-slide .timeline-slide-icon {
    grid-column: 2/3;
    margin: 0 auto;
    align-self: start;
  }
}

.timeline-vertical {
  position: relative;
  margin-top: 3rem;
}
.timeline-vertical::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffdd00;
  width: 3px;
  height: 100%;
  left: 50%;
}
.timeline-vertical .timeline-slide {
  margin-bottom: 2rem;
}
.timeline-vertical .timeline-slide:first-of-type {
  padding-top: 4rem;
}
.timeline-vertical .timeline-slide:first-of-type::before {
  content: "";
  display: block;
  background-color: #cd962d;
  position: absolute;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  top: 0;
  left: 50%;
  transform: translateX(-40%);
}
.timeline-vertical .timeline-slide:last-of-type {
  padding-bottom: 16rem;
}
.timeline-vertical .timeline-slide:last-of-type::after {
  content: "";
  display: block;
  background-color: #cd962d;
  position: absolute;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  bottom: 0;
  left: 50%;
  transform: translateX(-40%);
}
.timeline-vertical .timeline-slide .timeline-slide-info {
  position: relative;
  z-index: 99;
}
.timeline-vertical .timeline-slide .timeline-slide-year {
  text-align: center;
  width: fit-content;
  background-color: #000;
  z-index: 9;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .timeline-vertical .timeline-slide .timeline-slide-year {
    text-align: unset;
    margin: 0;
    width: 100%;
  }
}
.timeline-vertical .timeline-slide .timeline-slide-title::before {
  transform: translateX(-45%);
}

.timeline-slide.placeholder .timeline-slide-image.container.container--fourthree {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(circle, #cccccc, #2c2929);
}
.timeline-slide.placeholder .timeline-slide-image.container.container--fourthree svg {
  width: 50%;
}

.timeline-slide a.timeline-repeater-link {
  color: #000;
}
.timeline-slide a.timeline-repeater-link:visited {
  color: #000;
}
.timeline-slide.highlight a.timeline-repeater-link.find_out_more.underline::after {
  background-color: #ffdd00;
}
.timeline-slide.tertiary a.timeline-repeater-link.find_out_more.underline::after {
  background-color: #b1d1db;
}

article h3 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
}

.content_layout aside,
#primary .grid_content aside {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .content_layout aside,
  #primary .grid_content aside {
    justify-self: end;
    width: 400px;
    max-width: 90vw;
  }
}

.shop_section .featured_product {
  margin-bottom: 3rem;
}
.shop_section .featured_product h2 {
  font-size: clamp(3rem, 5.5vw, 4.65rem);
  margin-bottom: 1em;
}
.shop_section .featured_product .content-width {
  align-items: center;
}

#footer {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 9992;
}
#footer .address p {
  font-size: 0.8rem;
  line-height: 140%;
  margin-bottom: 0;
}
#footer .contact_details {
  display: flex;
  flex-direction: column;
}
#footer .contact_details a {
  font-size: 0.8rem;
  line-height: 140%;
  margin-bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
#footer .address_links_suppoters a {
  color: #fff;
}
#footer nav a {
  color: #fff;
}
#footer .logo {
  height: 5rem;
}
#footer .logo a {
  height: 100%;
}
#footer .logo a img {
  height: 100%;
}
#footer #primary-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
#footer #primary-menu li a {
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 1000px) {
  #footer #primary-menu li a {
    font-size: 0.8rem;
  }
}
#footer #primary-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
#footer #primary-menu li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 1000px) {
  #footer #primary-menu li a {
    font-size: 0.8rem;
  }
}
#footer #secondary-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  gap: 0;
  margin: 0;
  padding: 0;
}
#footer #secondary-menu li {
  text-decoration: none;
}
#footer #secondary-menu li a {
  text-decoration: none;
  line-height: 140%;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  #footer #secondary-menu li a {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1000px) {
  #footer #secondary-menu {
    padding-left: 2rem;
  }
}
#footer .find_us_grid .find_us_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
#footer .find_us_grid .find_us_item .address p {
  margin-bottom: 0.1rem;
  line-height: 140%;
}
@media screen and (min-width: 1000px) {
  #footer .find_us_grid .find_us_item .address p {
    font-size: 0.8rem;
  }
}
#footer > .flex {
  position: relative;
}
#footer > .flex::after {
  content: "";
  height: 1px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: calc(-1 * var(--margin));
  background-color: #fff;
}

.footer_grid {
  padding-top: 0;
  padding-bottom: 0;
  gap: 0;
}
.footer_grid > div {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer_grid .flex {
  align-items: center;
}
.footer_grid .flex .copyright_text {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.footer_grid svg path {
  fill: #fff;
}

:has(.footer_corner) {
  position: relative;
}
:has(.footer_corner) .footer_corner {
  position: absolute;
  bottom: 0;
  right: clamp(-9rem, -10vw, -4rem);
  width: clamp(10rem, 25vw, 25rem);
  height: auto;
  z-index: 0;
}

.kitnet_optin_banner {
  position: relative;
}
.kitnet_optin_banner .grid {
  position: relative;
  z-index: 1;
}
.kitnet_optin_banner .grid label {
  color: white;
}
.kitnet_optin_banner .grid .form_status {
  color: white;
}

.privacy_policy a {
  color: #fff;
  text-decoration: underline;
}
.privacy_policy a:hover, .privacy_policy a:focus {
  color: #48ad85;
}

.os_map {
  position: relative;
  width: 100%;
  height: 40rem;
  z-index: 10;
}

.os_map_wrapper {
  position: relative;
  z-index: 10;
  height: fit-content;
}

.map .flex.buttons {
  max-width: calc(100vw - var(--margin) * 2);
  margin: 1rem 0;
  justify-content: flex-start;
  gap: 1rem;
}

.map_block h2 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 700px) {
  .map_block--map.bg_grey {
    height: var(--map-height);
  }
  .os_map {
    width: 100%;
  }
  .os_map_wrapper .buttons {
    top: auto;
    bottom: 0;
    padding-left: 1rem;
    height: fit-content;
  }
}
.map_block .leaflet-control-attribution.leaflet-control {
  display: none;
}

.telephone_number {
  margin-bottom: 0.1rem;
}

.color-calendar {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: auto;
  height: auto;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  font-family: "acumin-pro", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  gap: 0;
}

.color-calendar .calendar__header {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  font-family: "acumin-pro", sans-serif;
  background-color: #6ab5a3;
}

.color-calendar .calendar__monthyear {
  font-size: 1.4rem;
  margin: 0 auto;
  text-align: center;
  grid-column: 2/span 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__monthyear .calendar__month {
  cursor: pointer;
}

.color-calendar .calendar__monthyear .calendar__year {
  cursor: pointer;
}

.color-calendar .calendar__arrow {
  height: 35px;
  width: 100%;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-inner {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-prev .calendar__arrow-inner::before {
  margin-left: 0.3em;
  transform: rotate(-135deg);
}

.color-calendar .calendar__arrow-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__arrow-next .calendar__arrow-inner::before {
  margin-right: 0.3em;
  transform: rotate(45deg);
}

.color-calendar .calendar__body {
  height: auto;
  overflow: hidden;
}

.color-calendar .calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  margin-bottom: 0;
  font-family: "acumin-pro", sans-serif;
  background-color: #fff;
}

.color-calendar .calendar__weekdays .calendar__weekday {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.color-calendar .calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  grid-template-rows: repeat(6, minmax(20px, 55px));
  font-family: "acumin-pro", sans-serif;
}

.color-calendar .calendar__days .calendar__day {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-calendar .calendar__days .calendar__day-text {
  cursor: pointer;
}

.color-calendar .calendar__days .calendar__day-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  will-change: opacity;
  background-color: #6ab5a3;
}

.color-calendar .calendar__days .calendar__day-event .calendar__day-bullet {
  position: absolute;
  top: 80%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  cursor: pointer;
}

.color-calendar .calendar__days .calendar__day-selected:not(.calendar__day-today) .calendar__day-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(55% + 8px);
  height: 90%;
  z-index: -1;
  cursor: pointer;
}

.color-calendar .calendar__picker {
  position: absolute;
  z-index: 201;
  width: 100%;
  top: 75px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  font-family: var(--cal-font-family-body);
}

.color-calendar .calendar__picker .calendar__picker-month {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem 6%;
  gap: 1rem 6%;
  margin: 8%;
  transition: none;
}

.color-calendar .calendar__picker .calendar__picker-month-option {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  color: "acumin-pro", sans-serif;
  border-radius: 5px;
  align-self: center;
  cursor: pointer;
}

.color-calendar .calendar__picker .calendar__picker-month-option::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #23595c;
  border-radius: 5px;
  opacity: 0.1;
  z-index: -1;
}

.color-calendar .calendar__picker .calendar__picker-month-option:hover:after {
  opacity: 0.08;
}

.color-calendar .calendar__picker .calendar__picker-month-selected {
  color: white;
}

.color-calendar .calendar__picker .calendar__picker-month-selected::after {
  opacity: 1;
}

.color-calendar .calendar__picker .calendar__picker-month-selected:hover:after {
  opacity: 0.9;
}

.color-calendar .calendar__picker .calendar__picker-year {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  grid-gap: 1rem 6%;
  gap: 1rem 6%;
  margin: 8%;
  transition: none;
}

.color-calendar .calendar__picker .calendar__picker-year-option {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  color: #323232;
  border-radius: 5px;
  align-self: center;
  cursor: pointer;
}

.color-calendar .calendar__picker .calendar__picker-year-option::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #23595c;
  border-radius: 5px;
  opacity: 0.1;
  z-index: -1;
}

.color-calendar .calendar__picker .calendar__picker-year-option:hover:after {
  opacity: 0.08;
}

.color-calendar .calendar__picker .calendar__picker-year-selected {
  color: white;
}

.color-calendar .calendar__picker .calendar__picker-year-selected::after {
  opacity: 1;
}

.color-calendar .calendar__picker .calendar__picker-year-selected:hover:after {
  opacity: 0.9;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow {
  position: absolute;
  opacity: 0.4;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow-left {
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 4px;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow-right {
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  padding-right: 10px;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow:hover {
  opacity: 1;
  background-color: #f8f8f8;
}

.chevron-thin-left {
  display: inline-block;
  border-right: 2px solid #23595c;
  border-bottom: 2px solid #23595c;
  width: 10px;
  height: 10px;
  transform: rotate(-225deg);
}

.chevron-thin-right {
  display: inline-block;
  border-right: 2px solid #23595c;
  border-bottom: 2px solid #23595c;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.color-calendar.month-left-align .calendar__header .calendar__monthyear {
  grid-column: 1/span 5;
  margin: 0;
  justify-content: flex-start;
  padding-left: 5%;
}

.color-calendar.basic {
  border-radius: 0;
  color: #23595c;
  background-color: #fff;
}

.color-calendar.basic .calendar__header {
  color: #000;
  background-color: #fff;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  grid-template-rows: 1fr;
}

.color-calendar.basic .calendar__monthyear {
  font-weight: 600;
  color: #000;
  grid-column: 3/6;
  grid-row: 1/2;
}

.color-calendar.basic .calendar__arrow-inner {
  border-radius: 50%;
}

.color-calendar.basic .calendar__arrow-inner::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}

.color-calendar.basic .calendar__arrow-inner:hover::after {
  transition: opacity 0.3s ease;
  opacity: 0.05;
}

.color-calendar.basic .calendar__arrow-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 1/2;
}

.color-calendar.basic .calendar__arrow-prev .calendar__arrow-inner::before {
  margin-left: 0.3em;
  transform: rotate(-45deg);
}

.color-calendar.basic .calendar__arrow-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 7/8;
  grid-row: 1/2;
}

.color-calendar.basic .calendar__arrow-next .calendar__arrow-inner::before {
  margin-right: 0.3em;
  transform: rotate(135deg);
}

.color-calendar.basic .calendar__body {
  background-color: #fff;
}

.color-calendar.basic .calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 55px));
  border: 1px solid #fff;
}

.color-calendar.basic .calendar__weekdays .calendar__weekday {
  font-weight: 600;
  color: #000;
}

.color-calendar.basic .calendar__days .calendar__day-other {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 1;
}

.color-calendar.basic .calendar__days .calendar__day {
  font-weight: 600;
}

.color-calendar.basic .calendar__days .calendar__day-today {
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
}

.color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
  background-color: #fff;
}

.color-calendar.basic .calendar__days .calendar__day-bullet {
  display: none;
  background-color: #23595c;
}

.color-calendar button[disabled] {
  opacity: 1;
  cursor: default;
}
.color-calendar button[disabled] .calendar__day-text {
  opacity: 0.3;
}
.color-calendar button {
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
.color-calendar button:hover {
  background-color: #0c4734;
  color: #fff;
}
.color-calendar > div {
  background-color: #fff;
  border: 1px solid #fff;
  width: 95%;
  height: 95%;
}
.color-calendar .calendar__header {
  border: 2px solid #fff;
  margin-bottom: -2px;
}

.color-calendar .calendar__header button {
  background: none;
  border: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.color-calendar.basic .calendar__days .calendar__day-box {
  background-color: #fff;
}

.color-calendar.basic .calendar__days .calendar__day-event {
  font-weight: 500;
}

.color-calendar.basic .calendar__days .calendar__day-selected {
  background-color: #48ad85;
  border: 1px solid #fff;
  font-weight: 700;
  color: #000;
}
.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
  background-color: #48ad85;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
  opacity: 1;
}

.color-calendar.basic .calendar__picker {
  background-color: white;
}

.color-calendar.basic .calendar__picker-month-today {
  box-shadow: inset 0px 0px 0px 1px #23595c;
}

.color-calendar.basic .calendar__picker-year-today {
  box-shadow: inset 0px 0px 0px 1px #23595c;
}

.color-calendar.basic.color-calendar--small {
  font-size: 0.8rem;
}

.color-calendar.basic.color-calendar--small .calendar__header {
  padding: 10px 10px 0 10px;
  grid-template-columns: repeat(7, minmax(25px, 41px));
}

.color-calendar.basic.color-calendar--small .calendar__header .calendar__monthyear {
  font-size: 1.2rem;
}

.color-calendar.basic.color-calendar--small .calendar__header .calendar__arrow-inner,
.color-calendar.basic.color-calendar--small .calendar__header .calendar__arrow-inner::after {
  width: 30px;
  height: 30px;
}

.color-calendar.basic.color-calendar--small .calendar__body {
  padding: 0 10px 10px 10px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__weekdays {
  grid-template-columns: repeat(7, minmax(25px, 52px));
  margin-bottom: 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__days {
  grid-template-columns: repeat(7, minmax(25px, 52px));
  grid-template-rows: repeat(6, minmax(30px, 46px));
  gap: 0.1rem;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker {
  top: 55px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-month-option {
  padding: 10px 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-month-option::after {
  height: 40px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-year-option {
  padding: 10px 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-year-option::after {
  height: 40px;
}

#calendar-picker .calendar__day-no-event .calendar__day-text {
  opacity: 0.4;
}

.calendar_details svg {
  width: 2rem;
}

.attraction-info-block-container {
  display: grid;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  grid-template-columns: 100%;
}
@media screen and (min-width: 1000px) {
  .attraction-info-block-container {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: clamp(2rem, 10vw, 10rem);
  }
}

.attraction-info-logo-block svg {
  height: 3rem;
  width: auto;
}

.attraction-info-annual-pass {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.attraction-info-block {
  margin: 2rem 0;
}
.attraction-info-block .toggle_modal {
  background-color: transparent;
  font-weight: 400;
  padding: 0;
  text-decoration: underline;
  text-align: left;
  text-transform: none;
  display: inline;
  transition: text-decoration-thickness var(--transition) ease, color var(--transition) ease;
  text-underline-offset: 0.25em;
}
.attraction-info-block .toggle_modal:hover {
  color: #ffdd00;
  text-decoration-thickness: 0.1em;
}
.attraction-info-block a:not(.button):hover {
  color: #ffdd00;
}

.ticket-button-block {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.ticket-button-block .button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ticket-button-block .button.bg-white {
  color: #000;
}
.ticket-button-block .button.bg-primary:hover {
  color: #000;
}

.attraction-info-item {
  margin-bottom: 0.5rem;
}

.attraction-info-opening-times-block p + p {
  margin-top: -0.75rem;
}

@media screen and (min-width: 1000px) {
  .attraction-info-annual-pass-block {
    grid-column: 2/4;
  }
  .attraction-info-annual-pass-block h3 {
    font-size: 2rem;
    line-height: 125%;
    display: inline;
    margin-right: 1rem;
  }
}

.attraction-info-annual-pass-block .find_out_more {
  display: inline-block;
}

.attraction-info-annual-pass-block .find_out_more.underline:hover {
  color: #ffdd00;
}

.attraction-info-annual-pass-block .find_out_more.underline:hover::after {
  background-color: currentColor;
}

.filter_panel {
  margin-bottom: 2rem;
}
.filter_panel h4 {
  font-size: 0.9rem;
}

details.filter_details,
details.calendar_details {
  border-top: none;
}
details.filter_details summary,
details.calendar_details summary {
  color: #fff;
}
details.filter_details > summary::after,
details.calendar_details > summary::after {
  background-image: url("../assets/down_arrow_alt.svg");
}

.calendar_details svg {
  height: 1rem;
}

.clear_filters {
  background-color: transparent;
  display: flex;
  width: 270px;
  height: 1.2rem;
  align-items: center;
  gap: 0.5rem;
  transition: color var(--transition) ease-in;
  margin-bottom: 1rem;
}
.clear_filters svg {
  height: 1.2rem;
  width: fit-content;
}
.clear_filters svg circle {
  fill: #000;
  transition: fill var(--transition) ease-in;
}
.clear_filters svg path {
  fill: #fff;
  transition: fill var(--transition) ease-in;
}
.clear_filters:hover {
  color: #ffdd00;
}
.clear_filters:hover svg circle {
  fill: #000;
}
.clear_filters:hover svg path {
  fill: #ffdd00;
}

.duet-date__day {
  border-radius: 0;
}
.duet-date__day .is-today {
  box-shadow: 0 0 0 1px #000;
}

.duet-date,
.duet-date__input-wrapper {
  max-width: 200px;
}

.duet-date__dialog-content {
  margin-left: 0;
}

.events_filter form {
  z-index: 10;
  row-gap: 1rem;
}

.filter_wrapper {
  position: relative;
  min-width: 15rem;
  min-height: 5rem;
  width: 100%;
  z-index: 10;
}
.filter_wrapper:first-of-type {
  z-index: 11;
}
.filter_wrapper:has(.open) {
  z-index: 12;
}
.filter_wrapper > label {
  margin-bottom: 1rem;
}

details.filter {
  min-width: 15rem;
  width: 100%;
  border-top: none;
  position: absolute;
  background-color: #fff;
  color: #000;
  transition: all var(--transition) ease;
  padding: 0;
  margin-top: 0.5rem;
}
details.filter .selected {
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 400;
  color: #000;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border: 1px solid #707070;
  transition: all var(--transition) ease;
}
@media screen and (min-width: 1000px) {
  details.filter .selected {
    font-size: 0.9rem;
    line-height: 140%;
  }
}
details.filter .selected ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
}
details.filter .selected ul li {
  font-size: 0.8rem;
  color: #000;
  background-color: #fff;
  width: max-content;
  transition: all var(--transition) ease;
}
details.filter .selected ul li:hover {
  background-color: #48ad85;
  color: #000;
}
details.filter > summary {
  margin-bottom: 0;
}
details.filter > summary::after {
  width: 1rem;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(0);
  transition: all var(--transition) ease;
}
details.filter.open {
  --foreground: #fff;
  --background: #000;
}
details.filter.open > summary::after {
  filter: invert(1);
  transform: translateY(-50%) rotate(180deg);
}

.filter__content.panel {
  background-color: #fff;
  color: #000;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
}
.filter__content.panel .grid {
  max-height: 40dvh;
  overflow-y: auto;
  padding-top: 2px;
  padding-left: 2px;
}

article.no_more {
  grid-column: 1/3;
}

.events_listing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  max-width: calc(100vw - 2 * var(--margin));
}
@media screen and (min-width: 1000px) {
  .events_listing ul {
    gap: clamp(1rem, 3vw, 3rem);
  }
}
.events_listing ul li.event_card {
  max-width: calc(100vw - 2 * var(--margin));
}

#filter .grid:has(.filter_button) {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#filter .grid:has(.filter_button) h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5rem;
  height: fit-content;
}

.filter_button {
  padding: 0.5rem;
  font-size: 1.2rem;
  position: relative;
  border: 1px solid #000;
  cursor: pointer;
  height: fit-content;
  transition: all var(--transition) ease;
  text-align: center;
}
.filter_button:hover {
  background-color: #ffdd00;
  color: #000;
}
.filter_button input {
  position: absolute;
  opacity: 0;
}
.filter_button:has(input:focus) {
  background-color: #ffdd00;
  color: #000;
}
.filter_button:has(input:checked) {
  background-color: #000;
  color: #fff;
}

.date_selector {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}
.date_selector.hide {
  display: none;
}
.date_selector h4 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 0;
}
.date_selector .date_changer {
  background-color: transparent;
  transition: transform var(--transition) ease-in-out;
  margin-top: -0.1rem;
}
.date_selector .date_changer svg {
  height: 0.6rem;
  transform-origin: center center;
}
.date_selector .date_changer.prev_date svg {
  transform: rotate(90deg);
}
.date_selector .date_changer.next_date svg {
  transform: rotate(-90deg);
}
.date_selector .date_changer:hover.prev_date {
  transform: translateX(-0.2rem);
}
.date_selector .date_changer:hover.next_date {
  transform: translateX(0.2rem);
}

.filter_summary {
  grid-column: 1/-1;
  position: relative;
  padding: 1.2rem 0 0 0;
}
.filter_summary.hide {
  display: none;
}
.filter_summary > * {
  position: relative;
}
.filter_summary > .grid {
  grid-auto-flow: column;
  grid-template-rows: 1fr;
  align-items: center;
}
.filter_summary > .grid p {
  margin: 0;
}
.filter_summary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: fit-content;
}
.filter_summary button,
.filter_summary input {
  background-color: transparent;
  border: none;
  color: #000;
  padding: 0;
}
.filter_summary input {
  text-decoration: underline;
  cursor: pointer;
}
.filter_summary button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter_summary button:before {
  content: "x";
  border-radius: 50%;
  color: #fff;
  background-color: #000;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  margin-right: 0.5rem;
  line-height: 1.1rem;
}
.filter_summary button:hover:before {
  background-color: #48ad85;
  color: #000;
}
.filter_summary input {
  margin-right: auto;
}
.filter_summary [type=reset] {
  margin-left: 2rem;
}

.event_header {
  padding-bottom: 0;
  position: relative;
  padding-top: 0;
}
.event_header .background_float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .event_header {
    grid-template-rows: auto auto 6rem;
  }
  .event_header .background_float {
    position: relative;
    grid-column: 1/-1;
    grid-row: 1/3;
    left: calc(var(--margin) * -1);
    right: calc(var(--margin) * -1);
    width: calc(100% + var(--margin) * 2);
  }
  .event_header .span {
    grid-row: 1/2;
    position: relative;
    z-index: 10;
    padding-top: 2rem;
  }
  .event_header .container {
    grid-column: 1/2;
    grid-row: 2/4;
    position: relative;
    z-index: 10;
  }
  .event_header .event_header--content {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 400px;
    position: relative;
    z-index: 10;
    grid-template-rows: auto auto auto auto 1fr;
  }
  .event_header .event_header--content * {
    margin: 0;
  }
}
.event_header h1 {
  font-size: 2rem;
}

.event_content,
.story_content,
.news_content {
  padding-top: 0;
}

.event_content_wrapper aside {
  justify-self: end;
  width: 400px;
  max-width: 90vw;
}

.event_info,
.margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event_info li,
.margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-top: 1px solid black;
  padding: 1rem 0;
}
.event_info li:last-child,
.margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid black;
}

.hdk_events_select {
  padding: 1rem 0;
}
.hdk_events_select label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}
.hdk_events_select select {
  background-color: transparent;
  width: 100%;
  border: 1px solid black;
}
.hdk_events_select .ticket_selector {
  padding: 1rem 0;
}
.hdk_events_select .ticket_selector label {
  margin-bottom: 0.5rem;
}
.hdk_events_select .ticket_selector input + label {
  margin-top: 0.75rem;
}
.hdk_events_select h3 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "acumin-pro", sans-serif;
}
.hdk_events_select .buttons {
  margin-top: 1rem;
  align-items: center;
}

.event_content.grid.grid_content .above_the_fold {
  font-weight: 400;
  max-width: 950px;
}

.event_content > .container {
  margin-bottom: 2rem;
}

#ticketing {
  width: 100%;
}
#ticketing .iframe_container {
  width: 100%;
}
#ticketing .iframe_container iframe {
  width: 100%;
  height: auto;
  min-height: 600px;
  border: none;
}

#primary .event_content .block_inner,
#primary .story_event .block_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}
@media screen and (min-width: 1000px) {
  #primary .event_content .block_inner > *,
  #primary .story_event .block_inner > * {
    max-width: 620px;
    min-width: 620px;
  }
}
#primary .event_content .block_inner.left > *,
#primary .story_event .block_inner.left > * {
  margin-right: auto;
}
#primary .event_content .block_inner .pair,
#primary .story_event .block_inner .pair {
  width: 780px;
  max-width: 780px;
  margin-bottom: 1rem;
}
#primary .event_content .block_inner p.green,
#primary .story_event .block_inner p.green {
  font-size: 0.9rem;
  line-height: 110%;
}

.featured_event .tags {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.featured_event .tags p {
  border: 1px solid #48ad85;
  padding: 0rem 0.4rem;
}
.featured_event .tags p + p {
  margin-left: -1px;
  border-color: #36795f;
}

.event_card .tags {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.event_card .tags p {
  margin-left: -1px;
  border: 1px solid;
  border-color: #36795f;
  padding: 0rem 0.4rem;
}
.event_card .grid {
  align-items: unset;
}
.event_card .container .loc {
  position: absolute;
  right: 0;
  top: 0.5rem;
  z-index: 5;
  padding: 0rem 0.4rem;
}
.event_card .container .top-bar {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 100%;
  height: 0.5rem;
}

.block.featured_event.padding {
  padding-top: 0;
  padding-bottom: 0;
}
.block.featured_event.padding .header_text {
  display: flex;
  align-items: center;
}

.featured_event_info {
  padding-right: 10rem;
}
.featured_event_info .header_text_content {
  display: flex;
  flex-direction: column;
}

.event_card h4.semibold {
  font-size: 1.5rem;
  margin: 1rem 0 0.2rem;
  font-weight: 400;
}
.event_card .button {
  margin-top: 2rem;
}

.double_padding.center {
  display: grid;
  justify-content: center;
}
.double_padding.center.text_left {
  text-align: left;
  align-items: flex-start;
  padding-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .double_padding.center.text_left > * {
    width: 620px;
  }
}
@media screen and (max-width: 699px) {
  .double_padding.center.text_left {
    display: grid;
    justify-content: left;
  }
}
.double_padding.center .buttons.max-text {
  width: 620px;
}

.double_padding.center {
  display: grid;
  justify-content: center;
}
.double_padding.center .text_left > * {
  text-align: left;
  align-items: flex-start;
  padding-bottom: 0;
  width: 620px;
}
.double_padding.center .buttons.max-text {
  width: 620px;
}

article.news.type-news > section > .block {
  width: 100vw;
}

.block.event_content.double_padding.align_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arch {
  mask-image: url("/wp-content/themes/untold/assets/arch.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}

.curved-arch {
  position: relative;
}
.curved-arch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background-color: #000;
  mask-image: url("/wp-content/themes/untold/assets/curved-arch-alt.svg");
  mask-size: cover;
  mask-position: top;
  mask-repeat: no-repeat;
}

.wave {
  mask-image: url("/wp-content/themes/untold/assets/wave.svg");
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}

.wave-reverse {
  mask-image: url("/wp-content/themes/untold/assets/wave-reverse.svg");
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}

.nav_cart {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .nav_cart:hover #site-header-cart, .nav_cart:has(:focus) #site-header-cart {
    opacity: 1;
    transform: translateY(0);
  }
}

#site-header-cart {
  position: absolute;
  opacity: 0;
  transition: opacity 400ms ease-in;
  top: 100%;
  right: 0;
  transform: translate(-100vw, -200%);
  width: 400px;
  z-index: 100;
  padding-top: 2rem;
}

.site-header-cart-inner {
  padding: 1rem;
  border: 1px solid black;
  background-color: #fff;
}

.cart--header {
  position: absolute;
  right: calc(var(--margin) + 4rem);
  top: 1.5rem;
  z-index: 10;
}
.cart--header svg path {
  fill: #fff;
  transition: fill var(--transition) ease-in-out;
}
.cart--header:hover svg path {
  fill: #000;
}

.home .cart--header svg path {
  transition: fill var(--transition) ease-in-out;
}
.home .cart--header:hover svg path {
  fill: #fff;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

#site-header-cart {
  color: #000;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item {
  position: relative;
  padding: 0 0 1rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(25px, auto) 25px;
  column-gap: 0.5rem;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  grid-row: 1/-1;
  grid-column: 1/1;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item::before {
  display: none;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item a {
  line-height: 110%;
  font-weight: 600;
  color: #000;
}
#site-header-cart li.woocommerce-mini-cart-item.mini_cart_item a:hover, #site-header-cart li.woocommerce-mini-cart-item.mini_cart_item a:visited {
  color: #000;
}

.remove.remove_from_cart_button {
  position: absolute;
  left: -0.25rem;
  top: 25px;
  transform: translateY(-50%);
}

p.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
}

.woocommerce-mini-cart__buttons.buttons a {
  text-decoration: none;
  transition: background-color 400ms ease;
}
.woocommerce-mini-cart__buttons.buttons a:visited {
  color: #ffffff;
}
.woocommerce-mini-cart__buttons.buttons a:hover, .woocommerce-mini-cart__buttons.buttons a:focus {
  color: #ffffff;
  background: #303330;
}

.product-name {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-name img {
  width: 100% !important;
  height: 100% !important;
}

.woocommerce:has(.woocommerce-cart-form) .woocommerce-notices-wrapper {
  grid-column: 1/-1;
}
.woocommerce:has(.woocommerce-cart-form) .cart_totals h2 {
  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;
}
.woocommerce:has(.woocommerce-cart-form) .cart_totals h2:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  border-radius: 2rem;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  line-height: 100%;
  background-color: #ffdd00;
  color: black;
  font-weight: 600;
}
.woocommerce #payment #place_order:hover, .woocommerce #payment #place_order:active, .woocommerce-page #payment #place_order:hover, .woocommerce-page #payment #place_order:active {
  color: #000;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: none;
  padding: 1rem;
  background-color: #ffe4d5;
  border-radius: 1rem;
  color: #000;
  width: fit-content;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  display: none;
}

.woocommerce-error {
  background-color: #f7e1e1;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: #cde5eb;
  border-radius: 1rem;
}

@media screen and (min-width: 1000px) {
  .margins.my-account-content .woocommerce {
    display: grid;
    grid-template-columns: minmax(calc(50vw - var(--margin)), 950px) 1fr;
    grid-auto-flow: dense;
  }
  .margins.my-account-content .woocommerce > h2 {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
  .margins.my-account-content .woocommerce .woocommerce-notices-wrapper {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  .margins.my-account-content .woocommerce:before {
    display: none;
  }
  .margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation {
    grid-column: 2/3;
    justify-self: end;
    width: 400px;
    max-width: 90vw;
  }
}
.margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation ul {
  display: grid;
}
.margins.my-account-content .woocommerce .woocommerce-MyAccount-navigation ul a {
  color: #38688d;
  text-decoration: none;
  font-weight: 600;
}

.margins.my-account-content .woocommerce .woocommerce-MyAccount-content {
  grid-column: 1/2;
  width: unset;
}

.margins.my-account-content button {
  margin-top: 1rem;
}

.woocommerce-checkout #payment div.payment_box {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #f7eac1;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f7eac1;
}

.wc_payment_method .payment_method_stripe {
  list-style: none;
}
.wc_payment_method .payment_method_stripe input[type=radio] {
  appearance: auto;
}
.wc_payment_method .payment_method_stripe fieldset {
  border: none;
}

@media screen and (min-width: 1000px) {
  .collection_description h2 {
    margin-bottom: 3rem;
  }
}

.bg_blue .card-object--title {
  color: #fff;
}

.collection_categories .swiper.carousel {
  padding-top: 1rem;
}

.collection-card.card.grid {
  padding: 1rem;
  transform: none;
  transition: 0.3s;
}
.collection-card.card.grid .card_target {
  text-decoration: none;
  font-size: 1rem;
  color: #23595c;
}
.collection-card.card.grid:hover {
  transform: translateY(-1rem);
  transition: 0.3s;
}

.featured_objects .flex_33 {
  gap: 2.7rem;
  justify-content: center;
}
.featured_objects .flex_33::after {
  display: none;
}
.featured_objects .flex_33 .flex_item h3 {
  font-weight: 400;
}
.featured_objects .flex_33 .flex_item .container {
  margin-bottom: 1rem;
}
.featured_objects > h4 {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}

.collection_objects h2 {
  margin-bottom: 2rem;
}

.gallery_objects .breadcrumbs {
  margin-bottom: 2rem;
}
.gallery_objects .card p {
  margin-bottom: 0;
}
.gallery_objects .card h4 {
  font-weight: 400;
  margin-bottom: 0;
}
.gallery_objects > a {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}

.quote_banner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .quote_banner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.quote_banner .quotations::before {
  content: '"';
  font-size: 10rem;
  font-family: "acumin-pro", sans-serif;
  line-height: 10%;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  padding-bottom: 1rem;
  color: #48ad85;
}
@media screen and (min-width: 1000px) {
  .quote_banner .quotations::before {
    padding-top: 2rem;
  }
}
.quote_banner .quotations::after {
  content: '"';
  font-size: 10rem;
  font-family: "acumin-pro", sans-serif;
  line-height: 100%;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #48ad85;
}
@media screen and (min-width: 1000px) {
  .quote_banner .quotations::after {
    padding-top: 5rem;
    bottom: -1rem;
  }
}
.quote_banner .big_text {
  padding-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .quote_banner .big_text {
    padding: 0 6rem;
  }
}
.quote_banner .big_text p {
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  line-height: 110%;
}
.quote_banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: 4rem;
}
.quote_banner .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  opacity: 1;
  border-radius: 0.5rem;
}
.quote_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4rem;
}

.separator {
  margin: 0 var(--margin);
  height: 0;
  position: relative;
  display: none;
}
.separator:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #282431;
  content: "";
  z-index: 1;
}

.bg_white + .separator:has(+ .bg_white),
.bg_black + .separator:has(+ .bg_black),
.bg_bg + .separator:has(+ .bg_bg),
.bg_body + .separator:has(+ .bg_body),
.bg_blue + .separator:has(+ .bg_blue),
.bg_mid_blue + .separator:has(+ .bg_mid_blue),
.bg_light_blue + .separator:has(+ .bg_light_blue),
.bg_green + .separator:has(+ .bg_green),
.bg_mid_green + .separator:has(+ .bg_mid_green),
.bg_light_green + .separator:has(+ .bg_light_green),
.bg_rose + .separator:has(+ .bg_rose),
.bg_mid_rose + .separator:has(+ .bg_mid_rose),
.bg_light_rose + .separator:has(+ .bg_light_rose),
.bg_copper + .separator:has(+ .bg_copper),
.bg_mid_copper + .separator:has(+ .bg_mid_copper),
.bg_light_copper + .separator:has(+ .bg_light_copper),
.bg_ochre + .separator:has(+ .bg_ochre),
.bg_mid_ochre + .separator:has(+ .bg_mid_ochre),
.bg_light_ochre + .separator:has(+ .bg_light_ochre),
.bg_yellow + .separator:has(+ .bg_yellow),
.bg_gray + .separator:has(+ .bg_gray),
.bg_mid_gray + .separator:has(+ .bg_mid_gray),
.bg_light_gray + .separator:has(+ .bg_light_gray),
.page_links + .separator:has(+ .page_links) {
  display: block;
}

.step_1, .step_2, .step_3 {
  display: none;
}

.show_step_1 .step_1,
.show_step_2 .step_2,
.show_step_3 .step_3 {
  display: block;
}
.show_step_1 .step_1.grid,
.show_step_2 .step_2.grid,
.show_step_3 .step_3.grid {
  display: grid;
}
.show_step_1 .step_1.flex,
.show_step_2 .step_2.flex,
.show_step_3 .step_3.flex {
  display: flex;
}

.step_counter_wrapper .step_counter img {
  height: clamp(5rem, 15vw, 8rem);
  width: auto;
}

#time_response h3 {
  font-size: 1.25rem;
}
#time_response h4 {
  margin-top: 0;
  font-size: 1rem;
}

.spektrix_api_times {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spektrix_api_times li {
  background-color: #fff;
  color: #000;
  padding: 0.5rem;
  border-top: 1px solid #48ad85;
  position: relative;
  transition: all var(--transition) ease;
}
.spektrix_api_times li:last-child {
  border-bottom: 1px solid #48ad85;
}
.spektrix_api_times li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.spektrix_api_times li:hover {
  color: #fff;
  background-color: #0c4734;
}
.spektrix_api_times li:has(input:checked) {
  color: #fff;
  background-color: #48ad85;
}

#supp_ticket_frame {
  max-width: calc(50vw - var(--margin));
}
#supp_ticket_frame .TicketType {
  display: grid;
  grid-template-columns: 3fr auto 1fr;
  align-items: center;
  padding: 0.75rem 0;
  border-top: 1px solid #48ad85;
}
#supp_ticket_frame .TicketType:last-child {
  border-bottom: 1px solid #48ad85;
}
#supp_ticket_frame .TicketType .price {
  text-align: right;
  font-weight: 700;
}
#supp_ticket_frame .TicketType label {
  font-weight: 700;
}
#supp_ticket_frame .TicketType .input_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#supp_ticket_frame .TicketType .input_wrap input {
  width: 3rem;
  padding: 0.25rem;
  text-align: center;
  font-size: 1rem;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
#supp_ticket_frame .TicketType .input_wrap input::-webkit-inner-spin-button, #supp_ticket_frame .TicketType .input_wrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#supp_ticket_frame .TicketType .input_wrap span {
  font-size: 0.875rem;
}

.increment_decrement {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #000;
  line-height: 0;
  width: 1rem;
  height: 1rem;
  box-sizing: content-box;
  background-color: #fff;
}
.increment_decrement span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: relative;
  top: -0.1rem;
}
.increment_decrement:hover {
  background-color: #48ad85;
  border-color: #48ad85;
  cursor: pointer;
}
.increment_decrement.decrease:has(+ input[data-value="0"]) {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.logged_in .login {
  display: none;
}
.logged_in .logged_in_no_membership {
  display: block;
}
.logged_in.has_membership .logged_in_friend {
  display: block;
}
.logged_in.has_membership .logged_in_no_membership {
  display: none;
}

.logged_in_no_membership {
  display: none;
}

.logged_in_friend {
  display: none;
}

#page #masthead .logged_in .login {
  display: none;
}
#page #masthead .logged_in .logged_in_no_membership {
  display: grid;
}
#page #masthead .logged_in.has_membership .logged_in_friend {
  display: grid;
}
#page #masthead .logged_in.has_membership .logged_in_no_membership {
  display: none;
}
#page #masthead .logged_in_no_membership {
  display: none;
}
#page #masthead .logged_in_friend {
  display: none;
}

#filter.friends_filter {
  grid-template-columns: auto auto;
  width: min-content;
  margin-bottom: 4rem;
  row-gap: 1rem !important;
}
#filter.friends_filter .filter_summary {
  gap: 1rem;
}

.tab_titles.tablist {
  display: flex;
}

.donation_tabs .tab_panel_container {
  justify-content: flex-start;
}
.donation_tabs .tab_panel {
  max-width: calc(100vw - 2 * var(--margin));
  width: 100%;
  overflow: hidden;
  opacity: 1;
  transition: opacity var(--transition) ease-in;
  padding: 2rem 0;
  border-bottom: 1px solid #48ad85;
  border-top: 1px solid #48ad85;
}
.donation_tabs .tab_panel.is-hidden {
  max-width: 0;
  opacity: 0;
}
.donation_tabs button {
  padding: 1rem 1rem;
  background-color: #36795f !important;
  color: white;
  font-size: 1.5rem;
  font-family: "acumin-pro-extra-condensed", sans-serif;
}
.donation_tabs button:hover, .donation_tabs button.selected {
  cursor: pointer;
  background-color: #000 !important;
  color: #fff;
}
.donation_tabs .tablist button {
  font-size: 1.5rem;
  background-color: white !important;
  color: #000;
  border: 1px solid #48ad85;
  border-bottom: none;
  position: relative;
  line-height: 105%;
}
.donation_tabs .tablist button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #36795f;
  transition: all var(--transition) ease;
  opacity: 0;
}
.donation_tabs .tablist button[aria-selected=true] {
  cursor: default;
}
.donation_tabs .tablist button[aria-selected=true]::before, .donation_tabs .tablist button:hover::before {
  opacity: 1;
}

.donate--amount {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.donate--buttons {
  display: flex;
  gap: 1rem;
}

.donate--input {
  margin: 1rem 0;
}

spektrix-memberships label {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
spektrix-memberships label input {
  margin-right: 1rem;
  display: inline-block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 700px) {
  .alignright, .alignleft {
    margin: 0 auto 1.5rem;
    float: none;
    display: block;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=style.css.map */
