@charset "UTF-8";
/*!
Theme Name: Liverpool Ladies Network
Theme URI: https://www.liverpoolladiesnetwork.co.uk/
Author: Abigail Sinclair
Author URI: https://www.abigailsinclair.co.uk/
Description: A bespoke WordPress theme built for Liverpool Ladies Network in May 2026.
Version: 1.0.0
Text Domain: lln2026

This theme 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
# Third Party jQuery Plugins
	-
# Base
	- Typography
	- Elements
	-- body
	-- hr
	-- lists
	-- media
	-- tables
	-- container
	- Links
	- Forms
	-- buttons
	-- fields
# Layouts
	- Front Page
# Components
	- Navigation
	- Pagination
	- Posts Grid
	- Single Post
	- Steps / Investors
	- Hero / Page Title Banner
	- Accordion
	- Cards
	- Media
	- Logos
	- Captions
	- Galleries
	- Header
	- Footer
# Plugins
	- Ninja Forms
# Utilities
	- Backgrounds
	- Accessibility
	- Alignments


--------------------------------------------------------------*/
:root {
  --color-lln-blue: #4D5581;
  --color-blue: #4D5581;
  --color-pale-blue: #DDDFEF;
  --color-clay: #C4BCB8;
  --color-teal: #7AB3B6;
  --color-pale-teal: #D2E4E4;
  --color-pink: #DC6DA6;
  --color-pale-pink: #FFF0F8;
  --color-custard: #fbe6d9;
  --color-brand-primary: var(--color-blue, #4D5581);
  --color-brand-secondary: var(--color-pink, #DC6DA6);
  --color-brand-tertiary: var(--color-pink, #DC6DA6);
  --color-black: #212427;
  --color-white: #ffffff;
  --color-off-white: #F8F7F7;
  --color-light-grey: #f1f1f1;
  --color-grey: #AFAFAF;
  --color-medium-grey: #cacaca;
  --color-dark-grey: #524F4D;
  --color-meta-grey: #989898;
  --color-background-body: var(--color-pink, #DC6DA6);
  --color-background-screen: var(--color-white, #FFFFFF);
  --color-background-hr: var(--color-medium-grey, #989898);
  --color-background-button: var(--color-blue, #4D5581);
  --color-background-pre: #eee;
  --color-background-ins: #48719F;
  --button-background-hover:var(--button-outline-background-hover,var(--button-outline-color,var(--button-color)));
  --button-border: 1px solid var(--button-outline-color,var(--button-color));
  --button-border-hover: var(--button-border);
  --color-alert: #EF3340;
  --color-warning: #FFE768;
  --color-success: #48719F;
  --color-alert-background: #ffdce3;
  --color-warning-background: #FFF2B3;
  --color-success-background: #A3E3B5;
  --color-text-screen: var(--color-white, #FFFFFF);
  --color-text-input: currentColor;
  --color-text-input-focus: #4a4a4a;
  --color-text-main: #4a4a4a;
  --color-text-header: var(--color-blue, #4D5581);
  --color-text-meta: var(--color-meta-grey, #989898);
  --color-heading: var(--color-blue, #4D5581);
  --color-body: var(--color-text-main, #4a4a4a);
  --color-link: var(--color-pink, #DC6DA6);
  --color-link-visited: #b05785;
  --color-link-hover: #3d4367;
  --color-border-button: #ccc #ccc #bbb;
  --color-border-button-hover: #ccc #bbb #aaa;
  --color-border-button-focus: #aaa #bbb #bbb;
  --color-border-input: transparent;
  --color-border-input-focus: var(--color-pink);
  --color-border-abbr: #666;
  --color-mobile-menu-link: var(--color-lln-blue);
  --color-mobile-menu-link-active: var(--color-pink);
  --color-mobile-menu-background: var(--color-pale-teal);
  --color-menu-toggle-active: var(--color-lln-blue);
  --color-menu-toggle: inherit;
  --plyr-video-background: transparent;
}

.has-blue-background-color {
  --color-text-input: #FFFFFF;
  --color-border-input: transparent;
  --color-border-input-focus: var(--color-white);
  --color-text-input: #FFFFFF;
  --color-text-main: #FFFFFF;
  --color-heading: var(--color-white);
  --color-text-header: var(--color-white);
}

.has-white-color {
  --color-heading: #FFFFFF;
}

.has-white-color :-ms-input-placeholder {
  color: #FFFFFF;
}

.has-white-color ::-ms-input-placeholder {
  color: #FFFFFF;
}

.has-white-color ::placeholder,
.has-white-color ::-ms-input-placeholder {
  color: #FFFFFF;
}

.has-black-color {
  --color-heading: #000000;
}

.has-text-black-color {
  --color-heading: #212427;
}

.has-light-grey-color {
  --color-heading: #F5F4F2;
}

.has-warm-grey-color {
  --color-heading: #E9E6E3;
}

.has-clay-color {
  --color-heading: #C4BCB8;
}

.has-body-text-color {
  --color-heading: #4a4a4a;
}

.has-dark-blue-color {
  --color-heading: var(--color-lln-blue, #052D45);
}

.has-blue-color {
  --color-heading: var(--color-blue, #4D5581);
}

.has-pale-blue-color {
  --color-heading: var(--color-pale-blue, #E7EBF2);
}

.has-pale-blue-color {
  --color-heading: var(--color-pale-blue, #48719F);
}

.has-pale-teal-color {
  --color-heading: var(--color-pale-teal, #D2E4E4);
}

.has-pink-color {
  --color-heading: var(--color-pink, #DC6DA6);
}

.has-pale-pink-color {
  --color-heading: var(--color-pale-pink, #FFF0F8);
}

.has-custard-color {
  --color-heading: var(--color-custard, #fbe6d9);
}

:root {
  --body-font-weight: 400;
  --body-font-weight-bold: 700;
  --heading-font-weight: 500;
  --heading-line-height: 1.25;
  --body-line-height: 1.5;
  --body-font-family: "Source Sans 3", sans-serif;
  --heading-font-family: "Lora", serif;
  --button-font-family: "Source Sans 3", sans-serif;
  --font-main: var(--body-font-family);
  --font-header: var(--heading-font-family);
  --font-code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  --font-pre: "Courier 10 Pitch", courier, monospace;
}

/*--------------------------------------------------------------
# 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
  --wp--preset--spacing--10: clamp(10px, 0.9375vw, 12px);
  --wp--preset--spacing--20: clamp(32px, 32px + ((1vw - 0.48rem) * 2.885), 40px);
  --wp--preset--spacing--30: clamp(40px, 5vw, 64px);
  --wp--preset--spacing--40: clamp(50px, 6.25vw, 80px);
  --wp--preset--spacing--50: clamp(60px, 7.8125vw, 100px);
  --wp--preset--spacing--60: clamp(80px, 9.375vw, 120px);
  --wp--preset--spacing--70: clamp(80px, 10vw, 140px);
}

/* Typography
--------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-optical-sizing: auto;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-text-main);
  font-family: var(--body-font-family);
  font-size: 18px;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: var(--body-line-height, 1.4);
  font-weight: var(--body-font-weight, 400);
}

.is-style-heading, .is-style-subheading, h1, h2, h3, h4, h5, h6, legend, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  margin-bottom: 0.75em;
  color: var(--color-heading);
  font-weight: var(--heading-font-weight);
  font-family: var(--heading-font-family);
  font-style: normal;
  line-height: var(--heading-line-height, 1.25);
  letter-spacing: 0;
  text-transform: none;
}

h1, .h1 {
  font-size: clamp(28px, 3.36vw, 42px);
}

h2, .h2 {
  font-size: clamp(26px, 2.8125vw, 36px);
}

h3, .h3 {
  font-size: clamp(24px, 2.1875vw, 28px);
}

h4, .h4 {
  font-size: clamp(22px, 2.03125vw, 26px);
}

h5, .h5 {
  font-size: clamp(20px, 1.875vw, 24px);
}

h6, .h6 {
  font-size: clamp(18px, 1.83vw, 22px);
}

.wp-block-post-title,
.wp-block-cover h1,
.hero h1 {
  font-size: clamp(32px, 3.75vw, 54px);
}

.balanced,
.make-balanced {
  text-wrap: balance;
}

.pretty,
.make-pretty {
  text-wrap: pretty;
}

p {
  margin-top: 0;
}

p:not(:last-of-type) {
  margin-bottom: 1.25em;
}

p.lead {
  font-size: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
  font-family: var(--heading-font-family-italic);
}

strong {
  font-weight: var(--body-font-weight-bold, 700);
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: var(--color-background-pre);
  font-family: var(--font-pre);
  font-size: 15px;
  line-height: var(--body-line-height, 1.32);
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: var(--font-code);
  font-size: 15px;
}

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

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

big {
  font-size: 125%;
}

.disclaimer p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote:not(.is-style-plain) {
  line-height: 1.67;
  position: relative;
  text-wrap: pretty;
  font-size: clamp(18px, 2.55vw, 20px);
}

.wp-block-quote:not(.is-style-plain) p {
  margin: 0 0 1.5em;
  text-wrap: pretty;
}

.wp-block-quote:not(.is-style-plain) p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote:not(.is-style-plain) cite {
  margin-top: 1em;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
}

blockquote.is-style-plain {
  position: relative;
}

blockquote.is-style-plain cite {
  font-style: normal;
  font-size: 0.9em;
  margin-top: 1em;
}

figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  font-size: 0.825em;
  margin: 1em 0 0;
}

/* Add a custom transition when opening/closing. */
.wp-block-details {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin-bottom: 11px;
  font-size: clamp(16px, 1.7vw, 18px);
  border: 1px solid rgba(33, 36, 39, 0.4);
  line-height: 1.5;
}

.wp-block-details:first-of-type {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/* Add horizontal margin to nested blocks/elements. */
.wp-block-details > :where(:not(summary)) {
  margin-left: clamp(16px, 2.55vw, 20px);
  margin-right: clamp(16px, 2.55vw, 20px);
}

/* If open, add some bottom padding to avoid content butting against the bottom. */
.wp-block-details[open] {
  padding-bottom: clamp(16px, 2.55vw, 20px);
  background-color: var(--color-pale-blue);
  border-radius: 0.55em;
}

/* Base `summary` element styling. */
.wp-block-details summary {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(12px, 2.55vw, 18px) clamp(16px, 2.55vw, 20px);
  font-weight: var(--heading-font-weight);
  color: var(--color-lln-blue);
  border-radius: 0.55em;
  font-size: clamp(16px, 1.7vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Change the background of the `summary` element based on state. */
.wp-block-details summary:hover {
  background: var(--color-lln-blue);
  color: #FFFFFF;
}

.wp-block-details summary::marker {
  content: none;
}

.wp-block-details summary::after {
  content: "+";
  text-align: right;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.wp-block-details[open] summary {
  border-radius: 0.55em 0.55em 0 0;
  background-color: rgba(32, 154, 231, 0.22);
}

.wp-block-details[open] summary:hover {
  color: var(--color-lln-blue);
}

.wp-block-details[open] summary::after {
  content: "-";
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: var(--color-background-body);
}

#page {
  background: var(--color-background-screen);
  position: relative;
}

#content {
  max-width: 100%;
  overflow: hidden;
  margin-top: -1px;
}

@media all and (max-width: 767px) {
  #page.fixed {
    overflow: hidden;
  }
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

hr:not(.wp-block-separator) {
  background-color: var(--color-background-hr);
  border: 0;
  height: 2px;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

hr.wedge {
  display: block;
  width: 60px;
  height: 6px;
  background-color: var(--color-brand-primary);
  margin: 30px 0;
  -webkit-transform: skew(-20deg, 0deg);
          transform: skew(-20deg, 0deg);
}

hr.center {
  margin-left: auto;
  margin-right: auto;
}

ul, ol {
  margin: 0 0 1.5em 1em;
  padding: 0 0 0 1em;
}
nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

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

ul li::marker {
  font-size: 0.75em;
}

dt {
  font-weight: var(--body-font-weight-bold);
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 0;
}

.alignfull .wp-element-caption {
  padding: 0 0.75em;
}

/* YouTube Responsive CSS */
.responsive-embed,
.wp-block-embed__wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.responsive-embed,
.responsive-embed.responsive-embed-youtube,
.responsive-embed.responsive-embed-wistia,
.responsive-embed.responsive-embed-vimeo,
.wp-block-embed__wrapper,
.wp-block-embed__wrapper.wp-block-embed-youtube,
.wp-block-embed__wrapper.wp-block-embed-vimeo,
.wp-block-embed__wrapper.wp-block-embed-wistia {
  padding-bottom: 56.25%;
}

.wp-block-embed-flickr .wp-block-embed__wrapper {
  padding-bottom: 66.75%;
}

.responsive-embed--map {
  padding-bottom: 82.25%;
}

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

table td {
  padding: 0 5px 5px 0;
  vertical-align: top;
}

.wp-block-table {
  font-size: 16px;
  font-size: 1rem;
}
.wp-block-table table {
  border: 1px solid var(--color-grey);
  border-collapse: collapse;
  margin: 2em 0;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.75em;
  text-align: left;
}
.wp-block-table th {
  border-bottom: 1px solid var(--color-grey);
}

.wp-block-table.is-style-stripes {
  border-bottom: 0;
}
.wp-block-table.is-style-stripes table {
  border-color: transparent;
}

.admissions-table thead th,
.admissions-table.wp-block-table thead th {
  font-size: clamp(14px, 1.2vw, 16px);
  white-space: nowrap;
}

.admissions-table.wp-block-table thead {
  font-weight: 800;
  border-color: var(--color-light-grey, #eaeaea);
}

.admissions-table.wp-block-table table {
  font-family: var(--heading-font-family, unset);
  font-weight: 600;
  font-size: clamp(16px, 1.39vw, 20px);
  margin-top: 0;
  border-color: var(--color-light-grey, #eaeaea);
}

.admissions-table th,
.admissions-table.wp-block-table th,
.admissions-table td,
.admissions-table.wp-block-table td {
  padding: 0.5em;
  white-space: nowrap;
  border-color: var(--color-light-grey, #eaeaea);
}

.admissions-table.wp-block-table td:first-child,
.admissions-table.wp-block-table th:first-child {
  min-width: 270px;
}

h2 + .wp-block-table table,
h3 + .wp-block-table table,
h4 + .wp-block-table table {
  margin-top: 0;
}

.wp-block-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wp-block-table.conversions td {
  width: 96px;
}

.wp-block-table.conversions td:first-child {
  width: 100px;
  padding-left: 0;
}

.scroll-instruction {
  background-color: #eaeaea;
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--heading-font-family, unset);
  font-weight: 600;
}
.scroll-instruction i {
  font-style: normal;
  line-height: 1;
  display: inline-block;
  margin-left: 0.75em;
  margin-top: -0.25em;
}

@media all and (min-width: 980px) {
  .scroll-instruction {
    display: none;
  }
}
:root {
  --site-width-min: 88vw;
  --site-width-max: 1320px;
  --site-width: var(--site-width-min);
  --site-padding: calc((100vw - var(--site-width)) / 2);
}

.row {
  position: relative;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

.entry-content > .wp-block-group.alignfull,
.entry-content > .wp-block-columns.alignfull,
.entry-content > .wp-block-cover.alignfull,
.page-content > .wp-block-group.alignfull,
.page-content > .wp-block-columns.alignfull,
.page-content > .wp-block-cover.alignfull,
.site > .wp-block-group.alignfull,
.site > .wp-block-columns.alignfull,
.site > .wp-block-cover.alignfull {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

.entry-content > .wp-block-group.alignfull > .alignfull,
.entry-content > .wp-block-columns.alignfull > .alignfull,
.entry-content > .wp-block-cover.alignfull > .alignfull,
.page-content > .wp-block-group.alignfull > .alignfull,
.page-content > .wp-block-columns.alignfull > .alignfull,
.page-content > .wp-block-cover.alignfull > .alignfull,
.site > .wp-block-group.alignfull > .alignfull,
.site > .wp-block-columns.alignfull > .alignfull,
.site > .wp-block-cover.alignfull > .alignfull {
  margin-left: calc(var(--site-padding) * -1);
  margin-right: calc(var(--site-padding) * -1);
}

@media (min-width: 600px) {
  :root {
    --site-width-min: 94vw;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: calc(var(--site-width-max) + 100vw - var(--site-width));
  }
}
@media all and (min-width: 1024px) {
  .content-area--sidebar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(680px, 875px) clamp(40px, 6.25vw, 120px) minmax(180px, 330px);
    grid-template-columns: minmax(680px, 875px) minmax(180px, 330px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-column-gap: clamp(40px, 6.25vw, 120px);
       -moz-column-gap: clamp(40px, 6.25vw, 120px);
            column-gap: clamp(40px, 6.25vw, 120px);
        grid-template-areas: "main sidebar";
  }
  .content-area--sidebar .site-main {
    grid-area: main;
    margin-bottom: 0;
  }
  .content-area--sidebar .widget-area {
    grid-area: sidebar;
  }
}
@media all and (min-width: 1024px){
  .content-area--sidebar .site-main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .content-area--sidebar .widget-area {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
/* Column Order
--------------------------------------------*/
.wp-block-columns.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 781px) {
  .content-first--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .sm-order-first {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .sm-order-last {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
/* Links
--------------------------------------------- */
svg#svgdefs {
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

a {
  color: var(--color-link);
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.12em;
}
a:hover, a:focus, a:active {
  color: var(--color-link-hover);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

p a:not(.button) {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.12em;
}
p a:not(.button):hover {
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
button, [type=button], [type=reset], [type=submit] {
  letter-spacing: 0;
}

:root {
  --button-background: var(--color-blue, #DC6DA6);
  --button-background-hover: #3d4367;
  --button-color: var(--color-white, #FFFFFF);
  --button-color-hover: var(--color-white, #FFFFFF);
  --button-outline-color: var(--color-white, #FFFFFF);
  --button-border: 0;
  --button-font-weight: 700;
  --button-font-size: 1rem;
  --button-letter-spacing: 0;
  --button-border-radius: 0 0 1.25em;
}

/* Arrow CSS 
.button:not(.button--prev):not(.button--next):after,
.wp-element-button:after {
    content: "";
    display: inline-block;
    width: .91em;
    height: 1.42em;
    background-color: var(--color-blue);
    -webkit-mask-image: url(assets/img/icons/button-icon.svg); 
    mask-image: url(assets/img/icons/button-icon.svg);
    mask-size: .91em;
    mask-repeat: no-repeat;
    mask-position: center;
    vertical-align: middle;
    margin-left: .5em;
    margin-top: -.1em;
    transition: all 0.1s;
}
.is-style-outline .wp-element-button:after,
.wp-element-button:hover:after {
    background-color: currentColor;
}
*/
.wp-block-button .wp-block-button__link:has(img) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[type=submit].button,
[type=button].button,
[type=reset].button,
.button,
.btn {
  -webkit-transition: all 0.15s; /* Safari */
  transition: all 0.15s;
  display: inline-block;
  position: relative;
  display: var(--button-display, inline-flex);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--button-width, auto);
  margin: var(--button-margin, 0);
  padding: 1em 1.5em;
  color: var(--button-color, #FFFFFF);
  font-weight: var(--button-font-weight, var(--header-font-weight), 400);
  font-size: var(--button-font-size, var(--font-size-base));
  font-family: var(--button-font-family, var(--body-font-family));
  line-height: var(--button-line-height, 1.2);
  letter-spacing: var(--button-letter-spacing, normal);
  white-space: var(--button-white-space, normal);
  text-align: var(--button-text-align, center);
  text-transform: var(--button-text-transform, none);
  -webkit-text-decoration: var(--button-text-decoration, none);
  text-decoration: var(--button-text-decoration, none);
  word-break: var(--button-word-break, normal);
  overflow-wrap: var(--button-overflow-wrap, break-word);
  background: var(--button-background, var(--color-primary));
  border: var(--button-border, 0);
  border-radius: var(--button-border-radius, 10px);
  outline: var(--button-outline, none);
  -webkit-box-shadow: var(--button-box-shadow, none);
          box-shadow: var(--button-box-shadow, none);
  -webkit-transform: var(--button-transform, none);
  transform: var(--button-transform, none);
  -webkit-filter: var(--button-filter, none);
  filter: var(--button-filter, none);
  cursor: var(--button-cursor, pointer);
  opacity: var(--button-opacity, 1);
  -webkit-transition: var(--button-transition, all 0.15s);
  transition: var(--button-transition, all 0.15s);
}

.button:active, .button:focus, .button:hover,
.button:visited:active, .button:visited:focus, .button:visited:hover,
[type=button].button:active, [type=button].button:focus, [type=button].button:hover,
[type=reset].button:active, [type=reset].button:focus, [type=reset].button:hover,
[type=submit].button:active, [type=submit].button:focus, [type=submit].button:hover {
  color: var(--button-color-hover, var(--button-color));
  -webkit-text-decoration: var(--button-text-decoration-hover, var(--button-text-decoration, none));
  text-decoration: var(--button-text-decoration-hover, var(--button-text-decoration, none));
  background: var(--button-background-hover, var(--color-dark-grey, var(--button-background, var(--color-primary))));
  border: var(--button-border-hover, var(--button-border, 0));
  outline: var(--button-outline-hover, var(--button-outline, none));
  -webkit-box-shadow: var(--button-box-shadow-hover, var(--button-box-shadow, none));
          box-shadow: var(--button-box-shadow-hover, var(--button-box-shadow, none));
  -webkit-transform: var(--button-transform-hover, var(--button-transform, none));
  transform: var(--button-transform-hover, var(--button-transform, none));
  -webkit-filter: var(--button-filter-hover, var(--button-filter, none));
  filter: var(--button-filter-hover, var(--button-filter, none));
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent none;
  border-color: currentColor;
  border-width: 2px;
  border-style: solid;
  padding-top: 0.65em;
  padding-right: 1.15em;
  padding-bottom: 0.65em;
  padding-left: 1.15em;
}

.wp-block-button .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link:hover {
  color: var(--color-white, var(--button-color-hover, var(--button-color)));
  background-color: var(--button-background-hover, var(--color-dark-grey, var(--button-background, var(--color-dark-grey))));
  border-color: var(--button-background-hover, var(--color-dark-grey, var(--button-background, var(--color-dark-grey))));
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  color: var(--color-white, var(--button-color-hover, var(--button-color))) !important;
  border-color: var(--color-dark-grey) !important;
  background-color: var(--color-dark-grey);
}

.button:disabled, .button:visited:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-secondary, .btn-secondary:visited,
.button-secondary, .button-secondary:visited {
  --button-color: var(--button-secondary-color);
  --button-color-hover: var(--button-secondary-color-hover,var(--button-secondary-color));
  --button-background: var(--button-secondary-background,var(--color-secondary));
  --button-background-hover: var(--button-secondary-background-hover,var(--color-secondary-dark,var(--color-secondary))) ;
}

.button-outline, .button-outline:visited,
.btn-outline, .btn-outline:visited {
  --button-max-height: calc(100% - 4px);
  --button-color: var(--button-outline-color,var(--color-primary));
  --button-color-hover: var(--button-outline-color-hover,var(--color-primary));
  --button-background: var(--button-outline-background,transparent);
  --button-background-hover: var(--button-outline-background-hover,var(--button-outline-color,var(--button-color)));
  --button-border: 1px solid var(--button-outline-color,var(--button-color));
  --button-border-hover: var(--button-border);
}

.button.has-dark-grey-background-color:hover,
.wp-block-button__link.has-dark-grey-background-color:hover {
  background-color: #E57137 !important;
}

.button.has-white-background-color:hover,
.wp-block-button__link.has-white-background-color:hover {
  background-color: #eaeaea !important;
}

.button-small {
  --button-padding: var(--button-small-padding,.5em 1em);
  --button-font-size: var(--button-small-font-size,1rem) ;
}

.button-large {
  --button-padding: var(--button-large-padding,.75rem 2.5rem);
  --button-font-size: var(--button-large-font-size,1.25rem) ;
}

.button--alt {
  --button-background: var(--color-primary);
  --button-background-hover: var(--color-primary);
}

/* Button hover states — 20% darker background
--------------------------------------------- */
.button.has-blue-background-color:hover,
.wp-block-button__link.has-blue-background-color:hover {
  background-color: #3d4467 !important;
  color: #FFFFFF !important;
}

.button.has-light-blue-background-color:hover,
.wp-block-button__link.has-light-blue-background-color:hover {
  background-color: #b1b2bf !important;
  color: #FFFFFF !important;
}

.button.has-pale-blue-background-color:hover,
.wp-block-button__link.has-pale-blue-background-color:hover {
  background-color: #b9bcc2 !important;
  color: #FFFFFF !important;
}

.button.has-teal-background-color:hover,
.wp-block-button__link.has-teal-background-color:hover {
  background-color: #628f92 !important;
  color: #FFFFFF !important;
}

.button.has-pale-teal-background-color:hover,
.wp-block-button__link.has-pale-teal-background-color:hover {
  background-color: #a8b6b6 !important;
  color: #FFFFFF !important;
}

.button.has-pink-background-color:hover,
.wp-block-button__link.has-pink-background-color:hover {
  background-color: #b05785 !important;
  color: #FFFFFF !important;
}

.button.has-pale-pink-background-color:hover,
.wp-block-button__link.has-pale-pink-background-color:hover {
  background-color: #ccbfc6 !important;
  color: #4a4a4a !important;
}

.button.has-custard-background-color:hover,
.wp-block-button__link.has-custard-background-color:hover {
  background-color: #c9b8ae !important;
  color: #4a4a4a !important;
}

.button.has-white-background-color:hover,
.wp-block-button__link.has-white-background-color:hover {
  background-color: #cccccc !important;
  color: #4a4a4a !important;
}

.button.has-off-white-background-color:hover,
.wp-block-button__link.has-off-white-background-color:hover {
  background-color: #c6c5c5 !important;
  color: #4a4a4a !important;
}

.button.has-light-grey-background-color:hover,
.wp-block-button__link.has-light-grey-background-color:hover {
  background-color: #c4c3c2 !important;
  color: #4a4a4a !important;
}

.button.has-warm-grey-background-color:hover,
.wp-block-button__link.has-warm-grey-background-color:hover {
  background-color: #bab8b6 !important;
  color: #4a4a4a !important;
}

.button.has-clay-background-color:hover,
.wp-block-button__link.has-clay-background-color:hover {
  background-color: #9d9693 !important;
  color: #FFFFFF !important;
}

.button.has-dark-grey-background-color:hover,
.wp-block-button__link.has-dark-grey-background-color:hover {
  background-color: #423f3d !important;
  color: #FFFFFF !important;
}

.button.has-meta-grey-background-color:hover,
.wp-block-button__link.has-meta-grey-background-color:hover {
  background-color: #7a7a7a !important;
  color: #FFFFFF !important;
}

.button.has-body-text-background-color:hover,
.wp-block-button__link.has-body-text-background-color:hover {
  background-color: #3b3b3b !important;
  color: #FFFFFF !important;
}

.button.has-text-black-background-color:hover,
.wp-block-button__link.has-text-black-background-color:hover {
  background-color: #1a1c1f !important;
  color: #FFFFFF !important;
}

.button.has-black-background-color:hover,
.wp-block-button__link.has-black-background-color:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

/* Outline button hover states — fill with border colour
--------------------------------------------- */
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-color:hover {
  background-color: #4D5581 !important;
  color: #FFFFFF !important;
  border-color: #4D5581 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-light-blue-color:hover {
  background-color: #DDDFEF !important;
  color: #4a4a4a !important;
  border-color: #DDDFEF !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-pale-blue-color:hover {
  background-color: #E7EBF2 !important;
  color: #4a4a4a !important;
  border-color: #E7EBF2 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-teal-color:hover {
  background-color: #7AB3B6 !important;
  color: #FFFFFF !important;
  border-color: #7AB3B6 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-pale-teal-color:hover {
  background-color: #D2E4E4 !important;
  color: #4a4a4a !important;
  border-color: #D2E4E4 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-pink-color:hover {
  background-color: #DC6DA6 !important;
  color: #FFFFFF !important;
  border-color: #DC6DA6 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-pale-pink-color:hover {
  background-color: #FFF0F8 !important;
  color: #4a4a4a !important;
  border-color: #FFF0F8 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-custard-color:hover {
  background-color: #fbe6d9 !important;
  color: #4a4a4a !important;
  border-color: #fbe6d9 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  background-color: #FFFFFF !important;
  color: #4a4a4a !important;
  border-color: #FFFFFF !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-off-white-color:hover {
  background-color: #F8F7F7 !important;
  color: #4a4a4a !important;
  border-color: #F8F7F7 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-light-grey-color:hover {
  background-color: #F5F4F2 !important;
  color: #4a4a4a !important;
  border-color: #F5F4F2 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-warm-grey-color:hover {
  background-color: #E9E6E3 !important;
  color: #4a4a4a !important;
  border-color: #E9E6E3 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-clay-color:hover {
  background-color: #C4BCB8 !important;
  color: #FFFFFF !important;
  border-color: #C4BCB8 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-dark-grey-color:hover {
  background-color: #524F4D !important;
  color: #FFFFFF !important;
  border-color: #524F4D !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-meta-grey-color:hover {
  background-color: #989898 !important;
  color: #FFFFFF !important;
  border-color: #989898 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-body-text-color:hover {
  background-color: #4a4a4a !important;
  color: #FFFFFF !important;
  border-color: #4a4a4a !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-text-black-color:hover {
  background-color: #212427 !important;
  color: #FFFFFF !important;
  border-color: #212427 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border-color: #000000 !important;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #768C9D;
  opacity: 1; /* Firefox */
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #768C9D;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #768C9D;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #768C9D;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #768C9D;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #768C9D;
}

:root {
  --color-input-background: rgba(255, 255, 255, 0.36);
  --color-input-background-focus: rgba(255,255,255,1);
}

.has-white-background-color,
.has-warm-grey-background-color,
.has-clay-background-color,
.has-light-grey-background-color,
.has-warm-grey-background-color {
  --color-input-background: #FFFFFF;
  --color-input-background-focus: var(--color-pale-blue);
  --color-border-input: #d0cfcf;
}

.has-pale-blue-background-color {
  --color-input-background: rgba(0, 0, 0, 0.08);
  --color-input-background-focus: #FFFFFF;
}

.grid-bg {
  --color-input-background: rgba(255, 255, 255, 0.57);
  --color-input-background-focus: rgba(255,255,255,1);
}

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,
select {
  background: var(--color-input-background);
  color: var(--color-text-input);
  border: 1px solid var(--color-border-input);
  border-radius: 0;
  padding: 0.75em;
  width: 100%;
  text-align: left;
  line-height: 1.3;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  -webkit-transition: all 0.15s; /* Safari */
  transition: all 0.15s;
}

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,
select:focus {
  color: var(--color-text-input-focus);
  border-color: var(--color-border-input-focus);
  background-color: var(--color-input-background-focus);
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding-right: 1.5em;
}

textarea {
  width: 100%;
  height: 11.25rem;
  padding-top: 1em;
  resize: vertical;
}

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("assets/fonts/slick.eot");
  src: url("assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("assets/fonts/slick.woff") format("woff"), url("assets/fonts/slick.ttf") format("truetype"), url("assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Ar
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 46%;
  display: block;
  width: 36px;
  height: 16px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: center;
  z-index: 100;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled, .slick-prev.slick-disabled:before, .slick-next.slick-disabled, .slick-next.slick-disabled:before {
  opacity: 0.05;
  cursor: default;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}

.slick-prev {
  left: 85px;
  background-image: url(assets/img/icons/arrow--left.svg);
}
[dir=rtl] .slick-prev {
  right: 15px;
  left: auto;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-prev:before {
  content: "←";
}

.slick-next {
  right: 85px;
  background-image: url(assets/img/icons/arrow--right.svg);
}
[dir=rtl] .slick-next {
  right: auto;
  left: 15px;
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-next:before {
  content: "→";
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
.slick-dots li {
  position: relative;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 10px;
  height: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  background-color: var(--color-blue, #4D5581);
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  text-align: center;
  opacity: 0.8;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--color-blue, #4D5581);
}
.slick-dots li.slick-active button:before {
  background-color: currentColor;
  border-color: currentColor;
  color: currentColor;
  opacity: 1;
}

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  gap: 17px;
}
.slick-loading .slick-track {
  visibility: hidden;
}

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.15;
  gap: 0.5em;
}

.tag-list li,
.tag-list li a {
  padding: 0.42em 0.5em;
  border-radius: 0.33em;
  background: rgba(255, 255, 255, 0.35);
  color: var(--color-blue);
  --color-link: var(--color-blue);
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.tag-list li:has(a) {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.tag-list a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.has-white-background-color .tag-list li {
  background: #F5F4F2;
}

@media all and (max-width: 782px) {
  .hide-mobile {
    display: none !important;
  }
}
.lln-top-right {
  background: url(assets/img/lln-faded@2x.png) right var(--site-padding) top 45%/25% auto no-repeat;
}

@media all and (min-width: 1120px) {
  .lln-top-right {
    background-size: 384px auto;
    background-position: right var(--site-padding) top -40px;
  }
}
.home-intro {
  gap: var(--wp--preset--spacing--40) clamp(20px, 3.125vw, 40px);
}

.home-intro__img.first {
  padding-bottom: clamp(20px, 3.125vw, 40px);
}

@media all and (max-width: 1119px) {
  .home-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: var(--wp--preset--spacing--20);
  }
  .home-intro__images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-intro__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (min-width: 1120px) {
  .home-intro {
    padding-top: var(--wp--preset--spacing--40);
  }
  .home-intro__images {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 680px;
            flex: 1 1 680px;
  }
  .home-intro__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 320px;
            flex: 1 0 320px;
  }
}
.logo-row {
  gap: clamp(30px, 3.125vw, 40px) clamp(40px, 5.8vw, 70px);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
:root {
  --menu-item-gap: clamp(1em, 2.5vw, 32px);
  --menu-item-radius: 0;
  --menu-item-link-color: inherit;
  --menu-item-link-color-hover: var(--color-teal);
  --menu-item-link-color-active: var(--color-pink);
  --color-menu-toggle: var(--color-blue);
  --color-menu-toggle-active: var(--color-pink);
}

.masthead.has-text-color {
  --menu-item-link-color: inherit;
  --menu-item-link-color-hover: inherit;
  --menu-item-link-color-active: currentColor;
}

.primary-nav a {
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  text-decoration: none;
}

.menu-item a {
  display: var(--menu-item-link-display, flex);
  -webkit-box-flex: var(--menu-item-link-flex, unset);
      -ms-flex: var(--menu-item-link-flex, unset);
          flex: var(--menu-item-link-flex, unset);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: var(--menu-item-link-justify-content, start);
      -ms-flex-pack: var(--menu-item-link-justify-content, start);
          justify-content: var(--menu-item-link-justify-content, start);
  width: var(--menu-item-link-width, auto);
  max-width: var(--menu-item-link-max-width, 100%);
  padding: var(--menu-item-link-padding, 0 0);
  color: var(--menu-item-link-color);
  text-align: var(--menu-item-link-text-align, start);
  -webkit-transition: var(--menu-item-transition, all 0.15s);
  transition: var(--menu-item-transition, all 0.15s);
}

.menu-item a:hover {
  color: var(--menu-item-link-color-hover);
  text-decoration: underline;
  cursor: pointer;
}

#primary-nav,
#primary-nav nav {
  margin-top: 0;
}

@media all and (max-width: 1079px) {
  #page.fixed {
    overflow: hidden;
  }
  .primary-nav {
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75em;
    padding: 0 var(--site-padding);
  }
  .masthead.has-text-color a {
    color: var(--menu-item-link-color);
  }
  .masthead.has-text-color a:hover {
    color: var(--menu-item-link-color);
  }
  .primary-nav a {
    text-align: center;
  }
  .primary-nav li {
    font-size: clamp(22px, 6vw, 32px);
    line-height: 1.2;
    text-align: center;
  }
  .primary-nav .sub-menu li,
  .primary-nav .wp-block-navigation-submenu li {
    font-size: clamp(18px, 5.4vw, 0.9em);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .primary-nav li > a {
    line-height: 1.05;
    display: inline-block;
    color: var(--color-mobile-menu-link);
  }
  .primary-nav li.current-menu-item > a {
    color: var(--color-mobile-menu-link-active);
    --menu-item-link-color-hover: var(--color-mobile-menu-link-active);
  }
  .primary-nav li a {
    display: inline-block;
  }
  .primary-nav ul {
    list-style: none;
    font-size: 28px;
    display: none;
  }
  .primary-nav__menu {
    margin: 0;
  }
  ul.primary-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 5;
  }
  ul.primary-nav__menu > li {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  ul.primary-nav__menu .wp-block-navigation-item.has-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.primary-nav__menu > ul,
  .primary-nav__menu .wp-block-navigation__submenu-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .primary-nav__menu.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    background: transparent;
    font-size: 0.9em;
  }
  .primary-nav__menu.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    padding: 0.25em 0.5em;
  }
  .primary-nav__menu.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
  .primary-nav__menu.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
  .primary-nav__menu.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    padding: 0.25em 0;
    margin-top: 1em;
    gap: 0.25em;
  }
  .primary-nav__menu .wp-block-navigation-item__label {
    text-align: left;
    line-height: 1.3;
  }
  ul.primary-nav__menu > ul {
    display: block;
    overflow: hidden;
    margin: 0.75em 0 0;
  }
  .toggle-menu {
    display: inline-block;
    margin-left: auto;
    z-index: 10;
    padding: 0;
    border: 0;
    background: transparent;
    outline: 0;
    cursor: pointer;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .toggle-menu:hover, .toggle-menu:focus {
    color: var(--color-menu-toggle);
  }
  .menuicon__bar {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: square;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 48% 49%;
            transform-origin: 48% 49%;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .menuicon {
    display: block;
    cursor: pointer;
    color: var(--color-menu-toggle);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .primary-nav--active,
  .primary-nav--active:target {
    background-color: var(--color-mobile-menu-background);
    --menu-item-link-color: var(--color-lln-blue);
    --menu-item-link-color-hover: var(--color-pink);
    --menu-item-link-color-active: var(--color-pink);
    --color-menu-toggle: var(--color-lln-blue);
    --color-menu-toggle-active: var(--color-pink);
    visibility: visible;
    pointer-events: auto;
    overflow-y: scroll;
  }
  .primary-nav--active .primary-nav__menu,
  .primary-nav--active:target .primary-nav__menu {
    visibility: visible;
  }
  .primary-nav--active .primary-nav__menu > li,
  .primary-nav--active:target .primary-nav__menu > li {
    opacity: 1;
  }
  .toggle-menu--active .menuicon {
    color: var(--color-menu-toggle-active);
  }
  .toggle-menu--active .menuicon__bar:nth-child(1), .toggle-menu--active .menuicon__bar:nth-child(4) {
    opacity: 0;
  }
  .toggle-menu--active .menuicon__bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .toggle-menu--active .menuicon__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media all and (max-height: 580px) {
  .primary-nav--active {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media all and (min-width: 1080px) {
  .masthead a.toggle-menu,
  #primary-nav a.toggle-menu {
    display: none;
  }
  .primary-nav a {
    display: block;
    line-height: 1.3;
  }
  .primary-nav a:active,
  .primary-nav a:hover {
    text-decoration: none;
  }
  .primary-nav__menu {
    font-size: 16px;
    -webkit-column-gap: var(--menu-item-gap, 1em);
       -moz-column-gap: var(--menu-item-gap, 1em);
            column-gap: var(--menu-item-gap, 1em);
  }
  ul.primary-nav__menu,
  nav.primary-nav__menu.wp-block-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.primary-nav__menu > li {
    line-height: 1;
    padding: 0.5em 0;
  }
  ul.primary-nav__menu > li > a:before,
  ul.primary-nav__menu > li > button:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.12em;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    top: 100%;
    left: 0;
  }
  ul.primary-nav__menu > li > button,
  ul.primary-nav__menu > li > a {
    line-height: 1;
    display: block;
    position: relative;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    text-decoration: none;
    z-index: 601;
    text-align: center;
    padding: 0.3em 0;
  }
  #primary-nav .current-menu-item > a {
    color: var(--menu-item-link-color-active);
  }
  ul.primary-nav__menu > .current-menu-item > a:before,
  ul.primary-nav__menu > .current-menu-item > a:hover:before,
  ul.primary-nav__menu > .current-menu-item > button:before,
  ul.primary-nav__menu > .current-menu-item > button:before {
    background-color: currentColor;
  }
  ul.primary-nav__menu > li > a:hover:before,
  ul.primary-nav__menu > li > button:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
  ul.primary-nav__menu > .current-menu-ancestor > a:before,
  ul.primary-nav__menu > .current-menu-ancestor > button:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  grid-column-gap: 40px;
}

.nav-next {
  text-align: left;
}

.nav-previous {
  text-align: right;
}

.pagination {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1rem;
  margin-top: 40px;
  font-weight: 700;
}

.pagination ul,
.wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}

.pagination li,
.wp-block-query-pagination-numbers > a,
.wp-block-query-pagination-numbers > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.875em;
          flex: 0 0 2.875em;
}

.pagination li > a,
.pagination li > span,
.wp-block-query-pagination-numbers > a,
.wp-block-query-pagination-numbers > span {
  margin: 0;
  text-decoration: none;
  line-height: 1em;
  font-size: 1em;
  padding: 0.75em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-lln-blue);
  background-color: var(--color-light-blue);
  -webkit-transition: all 0.15s; /* Safari */
  transition: all 0.15s;
  border-radius: 3em;
  font-weight: 700;
  height: 46px;
}

.pagination li > a:hover,
.wp-block-query-pagination-numbers > a:hover {
  background-color: var(--color-lln-blue);
  border-color: var(--color-lln-blue);
  color: #fff;
  text-decoration: none;
}

.pagination li.active a,
.pagination span.current,
.pagination span.current:hover {
  border-color: var(--color-blue);
  background-color: var(--color-blue);
  color: #fff;
  font-weight: 700;
}

.pagination li.active a:hover,
.pagination li.active a:focus {
  border-color: var(--color-brand-primary);
  background-color: var(--color-brand-primary);
  text-decoration: none;
  color: #fff;
}

.pagination li > a.dots,
.pagination li > span.dots,
.pagination span.dots {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  -ms-flex-preferred-size: 1em;
      flex-basis: 1em;
}

.pagination li > a.dots:hover,
.pagination li > span.dots:hover {
  background-color: transparent;
  color: #2a2a2a;
}

.pagination .fa {
  font-size: 0.9em;
}

.pagination .current {
  cursor: default;
}

.pagination .prev,
.pagination .next,
.pagination .prev a,
.pagination .next a {
  background-color: transparent;
}

.pagination .prev span,
.pagination .next span {
  border: solid var(--color-lln-blue);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4.5px;
  margin: 5px;
  background-color: transparent;
}

.pagination .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.pagination .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.pagination .prev:hover span,
.pagination .next:hover span {
  border-color: var(--color-blue);
}

.post-navigation {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: clamp(1rem, 1.5625vw, 1.125rem);
  padding-top: clamp(40px, 6.25vw, 80px);
  padding-bottom: clamp(40px, 6.25vw, 80px);
  background-color: var(--color-blue);
  color: var(--color-lln-blue);
  text-wrap: balance;
}

.comment-navigation,
.posts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: clamp(1.125rem, 1.5625vw, 1.25rem);
  margin-top: clamp(60px, 9.375vw, 120px);
  margin-bottom: clamp(40px, 6.25vw, 80px);
}

.comment-navigation .container,
.posts-navigation .container,
.post-navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.comment-navigation__link,
.posts-navigation__link,
.post-navigation__link {
  display: block;
  width: 50%;
  margin-bottom: 0;
}

.wp-block-post-navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.post-navigation-link .is-arrow-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  line-height: 1.2;
}

.post-navigation-link-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comment-navigation__link small,
.posts-navigation__link small,
.post-navigation__link small,
.post-navigation-link__label {
  display: block;
}

.comment-navigation__link--prev,
.posts-navigation__link--prev,
.post-navigation__link--prev {
  padding-right: 1em;
}

.comment-navigation__link--next,
.posts-navigation__link--next,
.post-navigation__link--next {
  padding-left: 1em;
  text-align: right;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a,
.wp-block-post-navigation-link a {
  text-decoration: none;
  color: var(--color-text-main);
  display: block;
  text-wrap: pretty;
}

.wp-block-post-navigation-link a:hover .post-navigation-link__title {
  text-decoration: underline;
}

.comment-navigation a small,
.posts-navigation a small,
.post-navigation a small,
.post-navigation-link__label {
  text-transform: uppercase;
  color: var(--color-text-meta);
  display: block;
  line-height: 1.3;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 0.25em;
}

.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  text-decoration: none;
  color: var(--color-lln-blue);
}

.post-navigation a,
.post-navigation a small,
.post-navigation a:hover {
  color: var(--color-lln-blue);
}

.post-navigation__link a > span {
  display: none;
}

.post-navigation__link--next a {
  margin-left: auto;
}

@media all and (min-width: 600px) {
  .post-navigation__link--next a {
    margin-left: auto;
  }
  .post-navigation__link a > span {
    display: block;
  }
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: clamp(10px, 1.9vw, 14px) 0;
  font-size: clamp(12px, 3vw, 14px);
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs span > span,
.breadcrumbs a {
  font-weight: var(--body-font-weight, normal);
}

.breadcrumbs a {
  color: var(--color-blue);
  text-decoration: none;
}

.breadcrumbs a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.breadcrumb_last {
  opacity: 0.8;
}

.breadcrumbs > span > span > a {
  margin-left: 0;
}

.breadcrumbs .separator {
  margin-left: 0.25em;
  margin-right: 0.25em;
  display: inline-block;
  line-height: 1.2;
}

/* Posts Grid
--------------------------------------------- */
.site-main {
  position: relative;
}

.post,
.page {
  margin: 0;
}

.content-area {
  position: relative;
}

.entry-footer {
  font-size: 14px;
  margin: 40px 0;
}

.entry-footer .cat-links {
  font-style: italic;
}

.entry-content .wp-block-image.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.post-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* Event Grid
--------------------------------------------- */
/* 
--------------------------------------------- */
.post-card {
  font-size: 16px;
  text-wrap: pretty;
  line-height: 1.4;
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  overflow: hidden;
  height: 100%;
}

.post-grid__item a:where(:not(.wp-element-button):not(.button)) {
  text-decoration: none;
}

.post-card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--color-lln-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.featured-fallback a,
.featured-fallback img {
  display: block;
  margin: 0;
  width: 100%;
}

.post-category-list {
  margin: 0;
}

.post-category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.post-card__cats {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  font-size: 10px;
  color: #524F4D;
}

.post-card__cats a {
  color: #524F4D;
  display: block;
  font-weight: 500;
  padding: 0.3em 0.5em;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  background-color: var(--color-white);
  border-radius: 0.4em;
}

.post-card__cats a:hover {
  color: #524F4D;
}

.post-card__cats a.cat-insights {
  background-color: var(--color-pink);
  color: var(--color-white);
}

.post-card h2,
.post-card__title {
  font-family: var(--body-font-family);
  font-size: clamp(18px, 1.7vw, 20px);
  font-weight: var(--body-font-weight, 400);
}

.post-card__content .wp-block-post-excerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-card__content {
  padding: clamp(16px, 1.8vw, 22px) clamp(14px, 1.8vw, 20px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-card__meta {
  font-size: 0.75rem;
  color: var(--color-meta-grey, #74797D);
}

@media all and (min-width: 600px) {
  .carousel--posts:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post-grid,
  .carousel--posts:not(.swiper-initialized) .swiper-wrapper {
    gap: 30px 20px;
  }
}
@media all and (min-width: 820px) {
  .post-grid {
    gap: 40px 24px;
  }
}
@media all and (min-width: 600px) {
  .post-grid,
  .post-grid--columns,
  .events-grid,
  .carousel--post:not(.swiper-initialized) .swiper-wrapper,
  .carousel--events:not(.swiper-initialized) .swiper-wrapper,
  .carousel--galleries:not(.swiper-initialized) .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 30px 24px;
  }
  .post-grid > *:nth-child(1), .post-grid--columns > *:nth-child(1), .events-grid > *:nth-child(1), .carousel--post:not(.swiper-initialized) .swiper-wrapper > *:nth-child(1), .carousel--events:not(.swiper-initialized) .swiper-wrapper > *:nth-child(1), .carousel--galleries:not(.swiper-initialized) .swiper-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .post-grid > *:nth-child(2), .post-grid--columns > *:nth-child(2), .events-grid > *:nth-child(2), .carousel--post:not(.swiper-initialized) .swiper-wrapper > *:nth-child(2), .carousel--events:not(.swiper-initialized) .swiper-wrapper > *:nth-child(2), .carousel--galleries:not(.swiper-initialized) .swiper-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .wp-block-latest-posts__list li,
  .post-grid__item,
  .events-grid__item,
  .carousel--post:not(.swiper-initialized) .swiper-slide,
  .carousel--page:not(.swiper-initialized) .swiper-slide,
  .carousel--workshop:not(.swiper-initialized) .swiper-slide,
  .carousel--all:not(.swiper-initialized) .swiper-slide {
    margin-bottom: 0;
  }
}
@media all and (min-width: 820px) {
  .post-grid,
  .post-grid--columns,
  .carousel--post:not(.swiper-initialized) .swiper-wrapper,
  .carousel--events:not(.swiper-initialized) .swiper-wrapper,
  .carousel--galleries:not(.swiper-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .post-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
  .post-grid--three {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1024px) {
  .post-grid,
  .post-grid--columns,
  .carousel--post:not(.swiper-initialized) .swiper-wrapper,
  .carousel--events:not(.swiper-initialized) .swiper-wrapper,
  .carousel--galleries:not(.swiper-initialized) .swiper-wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .post-grid--three {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Single Post
--------------------------------------------- */
/* Copy
--------------------------------------------- */
:root {
  --post-width-min: 92vw;
  --post-width-max: 812px;
  --post-width: var(--post-width-min);
  --post-padding: calc((100vw - var(--post-width)) / 2);
}

.post-template-default .content-area:not(:has(.wp-block-group)) {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-top: clamp(40px, 4.6875vw, 60px);
}

#page .entry-content {
  margin-top: 0;
}

.single-galleries .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),
.page-template-default .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),
.post-template-default .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.single-galleries .entry-content.is-content-justification-left > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),
.page-template-default .entry-content.is-content-justification-left > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),
.post-template-default .entry-content.is-content-justification-left > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  margin-left: 0 !important;
}

.single-galleries .entry-content > :where(.alignfull),
.page-template-default .entry-content > :where(.alignfull),
.post-template-default .entry-content > :where(.alignfull) {
  margin-left: calc(var(--site-padding) * -1);
  margin-right: calc(var(--site-padding) * -1);
}

.single-galleries .entry-content,
.post-template-default .entry-content,
.page-template-default .entry-content {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

.single-galleries .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.post-template-default .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.page-template-default .entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-galleries .entry-content > .alignwide,
.post-template-default .entry-content > .alignwide,
.page-template-default .entry-content > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

/* Margins
--------------------------------------------- */
.the-post__content {
  width: 100%;
  line-height: 1.4;
}

.the-post__content h1 {
  font-size: clamp(28px, 3.75vw, 48px);
  margin-bottom: 1em;
  text-wrap: balance;
}

.the-post__content h2,
.the-post__content h3,
.the-post__content h4,
.the-post__content h5 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.the-post__content ul,
.the-post__content ol {
  margin-top: 1.5em;
  margin-bottom: 2em;
  padding-left: 2em;
}

.the-post__content ul > li,
.the-post__content ol > li {
  margin-bottom: 0.45em;
}

/* 
--------------------------------------------- */
.the-post__header h1 {
  font-size: clamp(28px, 3.125vw, 40px);
  max-width: var(--wp--style--global--content-size);
  text-wrap: pretty;
}

.the-post__header .post-meta {
  font-size: clamp(24px, 3.36vw, 28px);
  margin-bottom: clamp(20px, 2.34vw, 30px);
}

.post-meta__date {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  text-align: right;
  font-size: 1.0625rem;
  font-family: var(--heading-font-family-italic);
}

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

/* 
--------------------------------------------- */
.the-post__footer {
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-top: clamp(40px, 6.25vw, 80px);
  padding-top: clamp(20px, 3.125vw, 40px);
}

.the-post__footer .posted-on {
  padding-right: 0.75em;
  margin-right: 0.75em;
  border-right: 1.5px solid #fff;
}

.the-post__footer .comment-link {
  margin-left: auto;
}

.the-post__footer a {
  color: var(--color-text-main);
  text-decoration: none;
}

.the-post__footer a:hover {
  text-decoration: underline;
}

.the-post__meta {
  color: var(--color-primary-soft);
  font-size: 0.75rem;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.the-post__meta a {
  text-decoration: none;
  color: var(--color-primary-soft);
  text-transform: uppercase;
}

.cat-links .separator:last-child {
  display: none;
}

/* 
--------------------------------------------- */
.wp-block-latest-posts.wp-block-latest-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(40px, 3.125vw, 3.75rem);
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 240px;
          flex: 1 1 240px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li img {
  width: 100%;
  display: block;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  margin: 0;
  padding: 0;
}

.wp-block-latest-posts__post-title {
  text-decoration: none;
  display: block;
  margin-bottom: 1em;
  --color-link: currentColor;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.wp-block-latest-posts__post-title:hover {
  --color-link: var(--color-blue);
  --color-link-hover: var(--color-blue);
  cursor: pointer;
}

.wp-block-latest-posts__featured-image a,
.wp-block-latest-posts__featured-image img {
  display: block;
}

.wp-block-latest-posts__featured-image {
  width: 100%;
  display: block;
  margin-bottom: 0.75em;
}

@media all and (min-width: 400px) {
  .wp-block-latest-posts.wp-block-latest-posts__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 290px;
            flex: 0 1 290px;
  }
}
/* Case Studies
--------------------------------------------- */
.single-case-studies .wp-block-post-title {
  text-wrap: pretty;
}

/* YARPP
--------------------------------------------- */
.related-posts {
  padding-top: clamp(40px, 7.8125vw, 100px);
  padding-bottom: clamp(40px, 4.6875vw, 60px);
}

.related-posts .button,
.related-posts .button-outline {
  --button-outline-color: var(--color-border-input);
  --button-color: var(--color-border-input);
  --button-color-hover: #FFFFFF;
  --button-background-hover: var(--color-border-input);
}

.related-posts__more {
  margin-top: clamp(40px, 5.47vw, 70px);
}

.related-posts__header {
  margin-bottom: clamp(40px, 5.47vw, 70px);
}

/* Blocks
--------------------------------------------- */
.hero {
  background-color: #E4F0F0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  max-height: 740px;
  max-height: clamp(340px, 80vh, 740px);
  position: relative;
  overflow: hidden;
}

.hero .wp-block-button__link {
  display: inline-block;
}

.hero .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
}

.hero .hero__content {
  padding-top: calc(var(--header-height, 80px) + clamp(60px, 3vw, 100px));
}

.hero__content:before {
  content: "";
  background-color: inherit;
  position: absolute;
  height: 100%;
  right: 100%;
  top: 0;
  display: block;
  padding-right: 999em;
}

.hero__inner {
  width: 100%;
  max-width: calc(var(--site-width-max) + 100vw - var(--site-width));
  margin: 0 auto;
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

.hero__content {
  background-color: #E4F0F0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: clamp(60px, 6.25vw, 80px);
  gap: 20px;
  min-width: 280px;
}

.hero__subtitle {
  font-weight: var(--heading-font-weight);
  font-family: var(--heading-font-family);
  color: var(--color-teal);
  font-size: var(--wp--preset--font-size--large-body, 1.25rem);
  line-height: 1;
  display: block;
  font-weight: 500;
}

.hero__title,
.hero h1 {
  line-height: 1.13;
  margin-bottom: 0.5em;
  text-wrap: balance;
}

.hero__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.hero__shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 102%;
  width: auto;
  pointer-events: none;
  z-index: 0;
  display: block;
}

.hero__shape svg {
  height: 100%;
  width: auto;
  display: block;
}

.hero__shape svg path {
  color: #E4F0F0;
  fill: #E4F0F0;
}

.hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 659px) {
  .hero__image {
    width: 100vw;
    margin-left: calc(var(--site-padding) * -1);
    margin-right: calc(var(--site-padding) * -1);
    aspect-ratio: 16/9;
  }
  .hero__shape {
    display: none;
  }
}
@media all and (min-width: 660px) {
  .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
  }
  .hero__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 36.4%;
            flex: 0 1 36.4%;
  }
  .hero__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 61%;
    margin-right: -61vw;
    max-width: 61vw;
    position: relative;
    right: 0;
    width: 61vw;
    max-height: clamp(340px, 80vh, 740px);
    overflow: hidden;
  }
}
/* Page Banner
--------------------------------------------- */
/* Page Banner
--------------------------------------------- */
.page-banner {
  overflow: hidden;
  position: relative;
}

.page-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  width: 100%;
  max-width: calc(var(--site-width-max) + 100vw - var(--site-width));
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
  margin: 0 auto;
}

@media all and (min-width: 820px) {
  .page-banner__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: clamp(220px, 30vw, 380px);
  }
}
.page-banner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 120px clamp(40px, 5vw, 80px) clamp(40px, 5vw, 80px) 0;
  position: relative;
  z-index: 1;
  background-color: inherit;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0;
  min-width: 280px;
}

.page-banner__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 999em;
  height: 100%;
  background: inherit;
}

.page-banner__title {
  font-size: clamp(28px, 3.36vw, 44px);
  margin-bottom: 0.5em;
  text-wrap: balance;
  color: var(--color-heading);
}

.page-banner__text {
  max-width: 64ch;
  text-wrap: pretty;
}

.page-banner__text,
.page-banner__meta {
  font-size: var(--wp--preset--font-size--lead-text);
  line-height: var(--body-line-height);
  color: var(--color-body);
  margin-bottom: 0;
}

.page-banner__actions {
  margin-top: 20px;
}

.page-banner__image img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media all and (max-width: 659px) {
  .page-banner__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .page-banner__content {
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
  }
  .page-banner__image {
    overflow: hidden;
    aspect-ratio: 16/9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media all and (min-width: 660px) {
  .page-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-right: 0;
  }
  .page-banner__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 64%;
            flex: 0 1 64%;
    min-height: 460px;
  }
  .page-banner__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 36vw;
    position: absolute;
    right: 0;
    width: 36vw;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
/* Accordion
--------------------------------------------- */
.faqs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
}

.faqs-block__panel {
  border-radius: 0 0 1.25em;
  position: relative;
  color: #4a4a4a;
  font-size: 16px;
  background-color: var(--color-light-grey);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.faqs-block__toggle {
  line-height: 1.2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 20px;
  color: #3A3A3A;
  font-weight: 600;
  background-color: var(--color-light-grey);
  border-bottom-right-radius: 1.25em;
}

.toggle-bar__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  height: 16px;
  width: 10px;
}

.toggle-bar__text {
  max-width: 95%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 10px);
          flex: 0 0 calc(100% - 10px);
  line-height: 1.2;
}

.faqs-block__toggle--active {
  margin-bottom: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: var(--color-pale-pink);
  border-radius: 0;
}

.faqs-block__toggle--active svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.faqs-block__toggle:hover {
  cursor: pointer;
}

.faqs-block__toggle:last-of-type,
.faqs-block__content p:last-child {
  margin-bottom: 0;
}

.faqs-block__content p a:not(.button) {
  text-decoration: underline;
}

.faqs-block__content a:not(.button),
.faqs-block__content a:not(.button):hover {
  color: inherit;
}

.faqs-block__content {
  display: none;
  margin: 0;
  padding: 26px 20px 32px;
  border-bottom-right-radius: 1.25em;
  font-size: 16px;
  text-wrap: pretty;
}

.faqs-block__content--active,
.faqs-block__content.default {
  display: block;
  background-color: var(--color-pale-pink);
}

.faqs-block .button {
  padding: 0.75em 1em;
}

/* Card row
--------------------------------------------- */
.card-grid .carousel--cards:not(.swiper-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.card-grid .carousel--cards:not(.swiper-initialized) .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media all and (min-width: 640px) {
  .card-grid .carousel--cards:not(.swiper-initialized) .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media all and (min-width: 1000px) {
  .card-grid .carousel--cards:not(.swiper-initialized) .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 11px);
            flex: 0 0 calc(33.333% - 11px);
  }
}
/* Cards
--------------------------------------------- */
.card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  border-radius: 8px;
  border-top: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  color: var(--color-white);
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 16px;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  z-index: 0;
}

.card,
.card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  overflow: hidden;
  height: 100%;
  padding: clamp(20px, 2.74vw, 40px) clamp(20px, 2.05vw, 30px) clamp(60px, 6.67vw, 80px);
}

.card__link {
  background: transparent url(assets/img/icons/arrow-right--white.svg) right clamp(20px, 2.5vw, 30px) bottom clamp(20px, 2.5vw, 30px)/26px auto no-repeat;
}

.card a {
  --heading-color: var(--color-white);
  color: var(--color-white);
  text-decoration: none;
}

.card__image img {
  display: block;
}

.card img {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
}

.services .card__image {
  max-width: 32px;
}

.card__title {
  font-size: clamp(24px, 2.54vw, 26px);
  line-height: 1.2;
}

.card__content {
  text-wrap: pretty;
}

.card__content p:last-of-type {
  margin-bottom: 0;
}

.card:has(.card__link) {
  padding: 0;
}

.card:has(.card__link):hover {
  background-color: var(--color-link-hover);
}

.card--sm:has(.card__link):hover {
  background-color: var(--color-blue);
}

@media all and (max-width: 781px) {
  .card-carousel .swiper-container {
    padding-left: clamp(20px, 12vw, 120px);
    padding-right: clamp(20px, 12vw, 120px);
  }
}
/* Cards
--------------------------------------------- */
/* USP
--------------------------------------------- */
.usp-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}

.usp-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  border-radius: 0 0 1.25rem;
  background-color: var(--color-pale-blue);
  padding: clamp(20px, 2.74vw, 40px) clamp(20px, 2.05vw, 30px) clamp(60px, 6.67vw, 80px);
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.usp-card__header * {
  font-size: clamp(24px, 2.54vw, 26px);
  line-height: 1.2;
}

.usp-card:has(.wp-block-group__link):hover {
  background-color: var(--color-pale-teal);
}

.usp-card__arrow {
  width: 100%;
}

.usp-card .wp-block-group__link {
  background: transparent url(assets/img/icons/arrow-right--white.svg) right clamp(20px, 2.5vw, 30px) bottom clamp(20px, 2.5vw, 30px)/26px auto no-repeat;
}

@media all and (min-width: 380px) {
  .usp-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 320px;
            flex: 1 0 320px;
  }
}
/* Swiper Slides
--------------------------------------------- */
.carousel-wrapper {
  position: relative;
  --swiper-theme-color: #11486a;
  --swiper-navigation-color: var(--color-teal);
  --swiper-pagination-color: var(--color-pink);
  --swiper-scrollbar-drag-bg-color: var(--color-light-blue);
  --swiper-pagination-bullet-inactive-color: var(--color-teal);
  --swiper-pagination-progressbar-bg-color: var(--color-light-blue);
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-horizontal-gap: 0;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  --swiper-scrollbar-left: 0;
  --swiper-scrollbar-right: auto;
  --swiper-scrollbar-size: 3px;
  --swiper-scrollbar-border-radius: 0;
  --swiper-scrollbar-bg-color: #F8FCFF;
}

.carousel-wrapper .swiper-button-next.swiper-button-disabled, .carousel-wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.28;
}

.swiper-button-next:not(.swiper-button-disabled):hover, .swiper-button-prev:not(.swiper-button-disabled):hover {
  color: var(--color-pink);
}

.carousel-wrapper .swiper-slide {
  height: auto;
}

.carousel-wrapper__navigation,
.carousel-header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: clamp(20px, 4.6875vw, 40px);
}

.carousel-wrapper__navigation .swiper-button-next,
.carousel-wrapper__navigation .swiper-button-prev,
.carousel-wrapper__navigation .swiper-pagination,
.carousel-header__controls .swiper-button-next,
.carousel-header__controls .swiper-button-prev,
.carousel-header__controls .swiper-pagination {
  position: static;
}

.carousel-header__controls .swiper-button-next svg path,
.carousel-header__controls .swiper-button-prev svg path,
.carousel-wrapper__navigation .swiper-button-next svg path,
.carousel-wrapper__navigation .swiper-button-prev svg path {
  fill: currentColor;
}

.carousel-wrapper__navigation .swiper-button-next,
.carousel-wrapper__navigation .swiper-button-prev,
.carousel-wrapper__navigation .swiper-button-next svg,
.carousel-wrapper__navigation .swiper-button-prev svg,
.carousel-header__controls .swiper-button-next,
.carousel-header__controls .swiper-button-prev,
.carousel-header__controls .swiper-button-next svg,
.carousel-header__controls .swiper-button-prev svg {
  height: auto;
  margin: 0;
}

.carousel-header__controls > .swiper-button-prev,
.carousel-wrapper__navigation > .swiper-button-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.carousel-header__controls > .swiper-button-next,
.carousel-wrapper__navigation > .swiper-button-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.carousel-header__controls .swiper-button-next:after,
.carousel-header__controls .swiper-button-prev:after,
.carousel-wrapper__navigation .swiper-button-next:after,
.carousel-wrapper__navigation .swiper-button-prev:after {
  display: none;
}

.carousel-wrapper__navigation .swiper-button-next,
.carousel-wrapper__navigation .swiper-button-prev,
.carousel-header__controls .swiper-button-next,
.carousel-header__controls .swiper-button-prev {
  width: 15px;
}

.carousel-wrapper__navigation > .swiper-pagination,
.carousel-header__controls > .swiper-pagination {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.carousel-wrapper__navigation .swiper-pagination-bullets.swiper-pagination-horizontal,
.carousel-header__controls .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 20px;
}

.swiper-arrows {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 24px;
  position: relative;
}

@media all and (min-width: 1380px) {
  .carousel-wrapper--cards .carousel-wrapper__navigation .swiper-button-next,
  .carousel-wrapper--cards .carousel-header__controls .swiper-button-next {
    right: -60px;
  }
  .carousel-wrapper--cards .carousel-wrapper__navigation .swiper-button-prev,
  .carousel-wrapper--cards .carousel-header__controls .swiper-button-prev {
    left: -60px;
  }
  .carousel-wrapper--cards .carousel-wrapper__navigation .swiper-button-next,
  .carousel-wrapper--cards .carousel-wrapper__navigation .swiper-button-prev,
  .carousel-wrapper--cards .carousel-header__controls .swiper-button-next,
  .carousel-wrapper--cards .carousel-header__controls .swiper-button-prev {
    position: absolute;
    bottom: 50%;
    width: 18px;
    height: 30px;
    margin-top: -15px;
  }
}
/* Card carousel
--------------------------------------------- */
.card-grid .carousel-wrapper__navigation .swiper-pagination-bullets.swiper-pagination-horizontal,
.card-grid .carousel-header__controls .swiper-pagination-bullets.swiper-pagination-horizontal {
  gap: 18px;
}

.carousel--cards {
  overflow: hidden;
  padding-bottom: 6px;
}

/* Content Carousel
--------------------------------------------- */
.carousel-wrapper--row {
  margin: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: clamp(25px, 5.9vw, 90px);
  padding-right: clamp(25px, 5.9vw, 90px);
}

.carousel-wrapper__navigation.row,
.carousel-header__controls.row {
  position: static;
}

.colcar-slide {
  opacity: 0;
}

.colcar-slide.swiper-slide-fully-visible {
  opacity: 1;
}

.carousel-wrapper__navigation.row .swiper-button-next,
.carousel-header__controls.row .swiper-button-next {
  right: 5px;
}

.carousel-wrapper__navigation.row .swiper-button-prev,
.carousel-header__controls.row .swiper-button-prev {
  left: 5px;
}

.carousel-wrapper__navigation.row .swiper-button-next,
.carousel-wrapper__navigation.row .swiper-button-prev,
.carousel-header__controls.row .swiper-button-next,
.carousel-header__controls.row .swiper-button-prev {
  position: absolute;
  bottom: 50%;
  width: clamp(20px, 5.9vw, 85px);
  margin-top: clamp(-85px, -5.9vw, -20px);
}

/* Column Carousel Nav
--------------------------------------------- */
.carousel-wrapper--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.carousel-wrapper--columns .swiper-wrapper {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.carousel-wrapper__navigation.row,
.carousel-wrapper__navigation.columns,
.carousel-header__controls.row,
.carousel-header__controls.columns {
  margin-top: 20px;
  margin-bottom: clamp(20px, 2.8vw, 50px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media all and (max-width: 619px) {
  .carousel-wrapper__navigation .swiper-pagination-bullets.swiper-pagination--columns,
  .carousel-wrapper__navigation .swiper-pagination-bullets.swiper-pagination--row,
  .carousel-header__controls .swiper-pagination-bullets.swiper-pagination--columns,
  .carousel-header__controls .swiper-pagination-bullets.swiper-pagination--row {
    gap: 0;
    width: 100%;
  }
}
/* Events Block
--------------------------------------------- */
#upcoming-events {
  position: relative;
  overflow: hidden;
  padding-top: var(--wp--preset--spacing--40);
  padding-bottom: clamp(100px, 13.28vw, 170px);
}

.events-block {
  overflow: hidden;
}

.events-block__shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 102%;
  width: auto;
  pointer-events: none;
  z-index: 0;
  display: none;
}

#upcoming-events .events-block__shape {
  display: block;
}

.events-block__shape svg {
  height: 100%;
  width: auto;
  display: block;
}

.events-block__shape svg path {
  fill: #FFFFFF;
}

.carousel-wrapper--events,
.carousel-header {
  position: relative;
  z-index: 1;
}

.events-block .carousel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.events-block .carousel-header__title,
.carousel-grid__title {
  font-size: clamp(24px, 2.6vw, 26px);
  margin-bottom: 0;
}

.events-block .carousel-header__title {
  display: block;
  margin: 0 auto 0 0;
  line-height: 1;
}

.events-block .carousel-header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* Event Card
--------------------------------------------- */
.event-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  gap: 20px;
}

.event-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: var(--color-teal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.11);
}

.event-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.event-card__image:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.event-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 8px;
}

.event-card__title {
  color: var(--color-heading);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  font-size: clamp(18px, 1.5vw, 22px);
  margin: 0;
}
.event-card__title a {
  color: var(--color-heading);
  text-decoration: none;
}
.event-card__title a:hover {
  color: var(--color-pink);
}

.event-card__meta {
  font-size: clamp(14px, 1.3vw, 16px);
  color: #555;
  font-family: var(--font-main);
}

.event-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding-top: clamp(14px, 1.3vw, 16px);
}

.event-card__link {
  font-size: clamp(13px, 1.3vw, 14px);
  font-weight: var(--body-font-weight-bold);
  color: var(--color-blue);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.event-card__link:hover {
  color: var(--color-pink);
}

.event-card__button {
  --button-background: var(--color-pink);
  --button-color: var(--color-white);
  --button-background-hover: var(--color-blue);
  font-size: clamp(13px, 1.3vw, 14px);
  padding: 0.5em 1em;
  border-bottom-right-radius: 0.75em;
}

/* Events grid — non-carousel fallback
--------------------------------------------- */
.events-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 20px;
}

.events-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 600px) {
  .events-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 24px;
  }
}
@media all and (min-width: 820px) {
  .events-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  #upcoming-events {
    padding-left: clamp(110px, 15.6vw, 280px);
  }
}
@media all and (min-width: 960px) {
  .carousel--events .swiper-slide:nth-child(2n) {
    padding-top: var(--wp--preset--spacing--30);
  }
}
@media all and (min-width: 1024px) {
  .events-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (min-width: 1920px) {
  #upcoming-events {
    max-width: 90vw;
    margin-left: auto;
  }
}
/* Carousel swiper slide height
--------------------------------------------- */
.carousel-wrapper--events .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-wrapper--events .event-card__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Testimonials Block
--------------------------------------------- */
.carousel-wrapper--testimonials {
  --swiper-pagination-color: var(--color-pink);
  --swiper-pagination-bullet-inactive-color: var(--color-teal);
  --swiper-navigation-color: var(--color-teal);
}

.lln-testimonials {
  overflow: hidden;
}

.lln-testimonials__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 820px) {
  .lln-testimonials__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 400px;
  }
}

/* Text carousel
--------------------------------------------- */
.carousel--testimonials-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
}

.carousel--testimonials-text .swiper-slide {
  height: auto;
}

.lln-slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.lln-slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(24px, 3vw, 40px);
  padding: clamp(24px, 3vw, 48px);
}

@media all and (min-width: 820px) {
  .lln-slide__content {
    max-width: calc(590px + clamp(24px, 3vw, 48px));
    padding-bottom: clamp(100px, 5vw, 120px);
  }
}
/* Navigation — sits between the two carousels
--------------------------------------------- */
.carousel-wrapper--testimonials .carousel-wrapper__navigation {
  position: absolute;
  z-index: 10;
  bottom: var(--wp--preset--spacing--40);
  left: var(--site-padding);
  width: 50%;
  max-width: calc(590px + clamp(24px, 3vw, 48px));
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin-top: 0;
}

@media all and (max-width: 819px) {
  .carousel-wrapper--testimonials .carousel-wrapper__navigation {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    padding: var(--wp--preset--spacing--10) var(--site-padding) var(--wp--preset--spacing--30);
  }
}
@media all and (min-width: 1440px) {
  .carousel-wrapper--testimonials .carousel-wrapper__navigation {
    left: auto;
    right: calc(50% + clamp(24px, 3vw, 48px));
  }
}
/* Quote
--------------------------------------------- */
.lln-quote-mark {
  display: block;
  font-family: var(--font-header);
  font-size: clamp(6rem, 8vw, 8.5rem);
  line-height: 1;
  height: 0.4em;
  color: var(--color-pink);
}

.lln-quote-text {
  margin: 0;
  padding: 0;
  border: none;
  font-style: italic;
  font-size: clamp(18px, 1.72vw, 22px);
  line-height: 1.4;
  line-height: var(--body-line-height);
  color: var(--color-body);
  text-wrap: pretty;
}

/* Author
--------------------------------------------- */
.lln-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: auto;
}

.lln-author__avatar,
.lln-author__initials {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  width: 55px;
  height: 55px;
  border-radius: 200px;
  overflow: hidden;
}

.lln-author__avatar {
  border: 1px solid var(--color-light-grey);
  -o-object-fit: cover;
     object-fit: cover;
}

.lln-author__initials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color-pale-pink);
  color: var(--color-pink);
  font-family: var(--font-main);
  font-weight: var(--body-font-weight-bold);
  font-size: clamp(14px, 1.5vw, 16px);
}

.lln-author__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.lln-author__name {
  font-family: var(--font-main);
  font-weight: var(--body-font-weight-bold);
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.4;
  color: var(--color-body);
}

.lln-author__role {
  font-family: var(--font-main);
  font-weight: var(--body-font-weight);
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: 1.4;
  color: var(--color-meta-grey);
}

/* Photo carousel
--------------------------------------------- */
.carousel--testimonials-photo {
  overflow: hidden;
  background: var(--color-pale-pink) url(assets/img/testimonials-default.webp) center/cover no-repeat;
}
@media all and (max-width: 819px) {
  .carousel--testimonials-photo {
    aspect-ratio: 16/9;
  }
}
@media all and (min-width: 820px) {
  .carousel--testimonials-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.carousel--testimonials-photo .swiper-slide,
.carousel--testimonials-photo .lln-slide__photo {
  width: 100%;
  height: 100%;
}

.lln-slide__photo {
  overflow: hidden;
  max-height: 630px;
}
.lln-slide__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.client-logos {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: clamp(40px, 4.44vw, 80px) clamp(24px, 4.44vw, 80px);
}

.client-logos .wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(90px, 8.33vw, 120px);
          flex: 0 0 clamp(90px, 8.33vw, 120px);
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 379px) {
  .client-logos {
    grid-gap: 30px clamp(10px, 6vw, 30px);
  }
  .client-logos .wp-block-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 15px);
            flex: 0 1 calc(50% - 15px);
  }
}
@media all and (min-width: 800px) {
  .client-logos .wp-block-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(90px, 8.33vw, 120px);
            flex: 0 0 clamp(90px, 8.33vw, 120px);
  }
}
@media all and (max-width: 767px) {
  #page .testimonials__content,
  #page .client-logos,
  #page .clients,
  #page .quote-image * {
    visibility: visible;
    opacity: 1;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

#gallery,
.gallery-row {
  padding-left: var(--site-padding);
}

#gallery .gallery-row__inner {
  margin: 0;
  overflow: hidden;
}

#gallery .wp-block-gallery,
#gallery .gallery-row__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 28px;
  overflow: auto;
  white-space: nowrap;
}

#gallery .wp-block-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 398px;
          flex: 0 0 398px;
}

/* Post Grid Carousel
--------------------------------------------- */
/* Carousel Navigation */
.button--prev,
.button--next,
.button--prev:hover,
.button--next:hover,
.posts-prev,
.posts-next {
  padding: 12px;
  min-width: 42px;
}

.button--prev span,
.posts-prev span {
  -webkit-mask-image: url(assets/img/icons/arrow-left.svg);
  mask-image: url(assets/img/icons/arrow-left.svg);
}

.button--next span,
.posts-next span {
  -webkit-mask-image: url(assets/img/icons/arrow-right.svg);
  mask-image: url(assets/img/icons/arrow-right.svg);
}

.button--prev span,
.button--next span,
.posts-prev span,
.posts-next span {
  display: inline-block;
  width: 15px;
  height: 0.85em;
  background-color: #FFFFFF;
  background-color: currentColor;
  -webkit-mask-size: 14px;
          mask-size: 14px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center 0.05em;
          mask-position: center 0.05em;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.button--prev:hover span,
.button--next:hover span,
.posts-prev:hover span,
.posts-next:hover span {
  background-color: var(--button-color-hover);
}

.slider-controls {
  margin: clamp(40px, 6.25vw, 120px) auto 0;
  width: 100%;
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
  max-width: calc(var(--site-width-max) + 100vw - var(--site-width));
}

.slider-controls .carousel-dots {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slider-controls .slick-disabled,
.slider-controls .slick-disabled span,
.slider-controls .slick-disabled:hover,
.recent-posts .slick-disabled,
.recent-posts .slick-disabled span,
.recent-posts .slick-disabled:hover {
  opacity: 0.2;
}

.slider-controls .slick-disabled:hover,
.recent-posts .slick-disabled:hover {
  cursor: default;
}

/* Gallery block (CPT)
--------------------------------------------- */
/* Events Block
--------------------------------------------- */
#upcoming-galleries {
  position: relative;
  overflow: hidden;
  padding-top: var(--wp--preset--spacing--40);
  padding-bottom: clamp(100px, 13.28vw, 170px);
}

.galleries-block {
  overflow: hidden;
}

.galleries-block__shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 102%;
  width: auto;
  pointer-galleries: none;
  z-index: 0;
  display: none;
}

#upcoming-galleries .galleries-block__shape {
  display: block;
}

.galleries-block__shape svg {
  height: 100%;
  width: auto;
  display: block;
}

.galleries-block__shape svg path {
  fill: #FFFFFF;
}

.carousel-wrapper--galleries,
.carousel-header {
  position: relative;
  z-index: 1;
}

.galleries-block .carousel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.galleries-block .carousel-header__title,
.carousel-grid__title {
  font-size: clamp(24px, 2.6vw, 26px);
  margin-bottom: 0;
}

.galleries-block .carousel-header__title {
  display: block;
  margin: 0 auto 0 0;
  line-height: 1;
}

.galleries-block .carousel-header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* Event Card
--------------------------------------------- */
.gallery-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  gap: 20px;
}

.gallery-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: var(--color-teal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.11);
}

.gallery-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.gallery-card__image:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.gallery-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 8px;
}

.gallery-card__title {
  color: var(--color-heading);
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  font-size: clamp(18px, 1.5vw, 22px);
  margin: 0;
}
.gallery-card__title a {
  color: var(--color-heading);
  text-decoration: none;
}
.gallery-card__title a:hover {
  color: var(--color-pink);
}

/* Gallery grid — non-carousel fallback
--------------------------------------------- */
.galleries-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 20px;
}

.galleries-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 600px) {
  .galleries-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 24px;
  }
}
@media all and (min-width: 820px) {
  .galleries-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1024px) {
  .galleries-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Carousel swiper slide height
--------------------------------------------- */
.carousel-wrapper--galleries .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carousel-wrapper--galleries .gallery-card__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Posts/Events Carousel Header
--------------------------------------------- */
.carousel-header {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}

.carousel-header__heading {
  display: block;
  margin-right: auto;
  margin-bottom: 0;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 20px;
}

.carousel-header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-top: 0;
  position: relative;
}

@media all and (min-width: 600px) {
  .carousel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .carousel-header__heading {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
  }
}
@media all and (min-width: 800px) {
  .carousel-header {
    gap: 26px;
  }
}
@media all and (min-width: 1200px) {
  .carousel-header {
    margin-bottom: 80px;
  }
}
/* Header
--------------------------------------------- */
/* Header
--------------------------------------------- */
.toggle-menu {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: mh-toggle;
}

.masthead__branding {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: mh-logo;
}

.masthead__menu {
  grid-area: mh-nav;
}

.masthead__widgets {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: mh-widgets;
}

#page.menu-open {
  position: fixed;
  width: 100vw;
}

.site-header {
  margin: 0 !important;
  width: 100%;
}

.site-header + .wp-block-group {
  margin-top: 0;
}

.site.home .site-header,
.has-banner .site .site-header,
.page-template-page-with-banner .site .site-header,
.single-events .site .site-header,
.single-galleries .site .site-header {
  position: absolute;
  top: 0;
}

.wp-block-template-part[data-slug=header] {
  position: relative;
  z-index: 100;
}

.lln-hero--overlay {
  padding-top: var(--header-height, 80px);
}

/* Masthead
--------------------------------------------- */
.masthead {
  position: sticky;
  top: 0;
  z-index: 400;
  width: 100%;
  font-size: 1rem;
  padding: 20px var(--site-padding);
}

.masthead * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.masthead a {
  text-decoration: none;
  --color-link-hover: var(--color-pink);
  --menu-item-link-color: var(--color-blue);
}

.masthead.has-text-color a {
  --menu-item-link-color: inherit;
}

.masthead a:focus {
  outline: none;
}

.masthead .wp-block-group {
  margin-top: 0;
}

.masthead .wp-element-button {
  font-size: clamp(14px, 1.8vw, 1rem);
}

.masthead .wp-block-button .wp-block-button__link {
  padding: 0.65em 1em;
}

.masthead .custom-logo-link {
  width: 100%;
}

.masthead__main {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: minmax(90px, 110px) clamp(22px, 3.28vw, 42px) -webkit-max-content clamp(22px, 3.28vw, 42px) 32px;
  -ms-grid-columns: minmax(90px, 110px) clamp(22px, 3.28vw, 42px) max-content clamp(22px, 3.28vw, 42px) 32px;
  grid-template-columns: minmax(90px, 110px) -webkit-max-content 32px;
  grid-template-columns: minmax(90px, 110px) max-content 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
      grid-template-areas: "mh-logo mh-widgets mh-toggle";
  gap: 0 clamp(22px, 3.28vw, 42px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 20px 0;
  background: var(--color-white);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  padding: 0 30px 0 10px;
}

.has-absolute-header .masthead {
  position: absolute;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
  left: 0;
  right: 0;
}

.masthead__branding {
  z-index: 900;
  width: 100%;
}

.masthead__branding svg {
  width: 100%;
}

.masthead__branding img,
.masthead__branding svg {
  display: block;
}

.masthead__branding a {
  display: block;
}

a.masthead__logo {
  color: inherit;
}

.masthead__widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-open .masthead.has-text-color a.masthead__logo,
.menu-open a.masthead__logo,
.menu-open .masthead__logo {
  color: var(--color-lln-blue);
  z-index: 300;
}

/* Masthead — responsive
--------------------------------------------- */
@media all and (min-width: 600px) {
  .masthead__main {
    -ms-grid-columns: minmax(80px, 110px) minmax(-webkit-max-content, 1fr) 32px;
    -ms-grid-columns: minmax(80px, 110px) minmax(max-content, 1fr) 32px;
    grid-template-columns: minmax(80px, 110px) minmax(-webkit-max-content, 1fr) 32px;
    grid-template-columns: minmax(80px, 110px) minmax(max-content, 1fr) 32px;
  }
}
@media all and (min-width: 1080px) {
  .masthead {
    border-bottom-right-radius: 40px;
  }
  .masthead__main {
    -ms-grid-columns: minmax(80px, 190px) minmax(-webkit-max-content, 1fr) -webkit-max-content;
    -ms-grid-columns: minmax(80px, 190px) minmax(max-content, 1fr) max-content;
    grid-template-columns: minmax(80px, 190px) minmax(-webkit-max-content, 1fr) -webkit-max-content;
    grid-template-columns: minmax(80px, 190px) minmax(max-content, 1fr) max-content;
        grid-template-areas: "mh-logo mh-nav mh-widgets";
  }
  .masthead__branding {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .masthead__menu {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .masthead__widgets {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media all and (min-width: 1180px) {
  .masthead {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .masthead__main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .masthead__branding {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .masthead__logo {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .masthead__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* Footer
--------------------------------------------- */
.site-footer .col--branding {
  grid-area: sf-branding;
}

.site-footer .col--cols {
  grid-area: sf-nav;
}

.site-footer .col--social {
  grid-area: sf-social;
}

.site-footer .col--legal {
  grid-area: sf-legal;
}

.site-footer {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: var(--color-blue);
  color: var(--color-white);
  margin-top: 0;
}

.site-footer.wp-block-template-part {
  margin-top: 0;
}

.site-footer__main,
.site-footer__legal {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

.site-footer__main .alignwide,
.site-footer__legal .alignwide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 100%;
  position: relative;
  row-gap: 40px;
}

.site-footer__legal .alignwide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.site-footer .menu-item a {
  font-weight: 400;
  text-decoration: none;
}

.site-footer a {
  color: var(--color-white);
  --menu-item-link-color: var(--color-white);
  --menu-item-link-color-hover: var(--color-pink);
}

.site-footer__main {
  padding-top: clamp(40px, 5.25vw, 55px);
  padding-bottom: clamp(40px, 5.25vw, 55px);
  gap: 40px;
}

.site-footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 180px;
          flex: 0 1 180px;
  gap: 40px;
}

.site-footer .col--01 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}

.site-footer .col--01 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}

p.widget-title,
.widget_nav_menu .widget-title {
  display: block;
  font-size: 1rem;
  font-weight: var(--heading-font-weight, 400);
  font-family: var(--heading-font-family);
  margin-bottom: 1.5em;
}

.site-footer .wp-block-social-links {
  color: var(--color-white);
}

.site-footer__branding {
  width: 200px;
  margin-bottom: 25px;
}

.site-footer__branding a {
  display: block;
}

.site-footer__branding svg {
  width: 144px;
  height: 89px;
  max-width: 100%;
}

.sf-brand {
  margin-bottom: 40px;
}

.sf-brand .wp-block-image {
  max-width: 30vw;
  margin-left: auto;
  margin-right: auto;
}

.sf-brand .wp-block-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 2.11em;
     -moz-column-gap: 2.11em;
          column-gap: 2.11em;
}

.sf-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.site-footer__main .site-footer__column {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 210px;
          flex: 1 1 210px;
}

.site-footer__column.col--01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-footer__column.col--02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

.site-footer__legal {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: var(--color-white);
  background-color: var(--color-pink);
  font-size: 16px;
  --menu-item-link-color: var(--color-white);
  --menu-item-link-color-hover: var(--color-pink);
}

.site-footer__legal a {
  color: var(--color-white);
  --menu-item-link-color: var(--color-white);
  --menu-item-link-color-hover: var(--color-pink);
  text-decoration: none;
}

.site-footer__policies li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
}

.site-footer__policies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5em 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer__newsletter {
  border-bottom: 1px solid #FFFFFF;
  padding: clamp(20px, 2.34vw, 30px);
}

.site-footer__newsletter nf-fields-wrap,
.mc4wp-form-fields .newsletter-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mc4wp-form-fields .newsletter-mini {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}

.site-footer__newsletter nf-field:nth-child(1),
.site-footer__newsletter nf-field:nth-child(4),
.mc4wp-form-fields .newsletter-mini__disclaimer,
.mc4wp-form-fields .newsletter-mini__header {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.site-footer__newsletter nf-field:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}

.site-footer__newsletter nf-field:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.newsletter-mini {
  max-width: 1040px;
  margin: 0 auto;
}

.newsletter-mini .nf-field-container {
  margin: 0;
}

.newsletter-mini p {
  margin-bottom: 0;
}

.newsletter-mini__disclaimer {
  font-size: 14px;
}

.newsletter-mini input[type=email],
.newsletter-mini input[type=submit] {
  border: 0;
  height: 46px;
}

.newsletter-mini input[type=submit] {
  background-color: var(--color-blue);
  border-radius: 0 100px 100px 0;
  font-size: 18px;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5em 1em;
  padding-right: 1.25em;
  width: 100%;
}

.newsletter-mini input[type=email] {
  border-radius: 100px 0 0 100px;
}

.newsletter-mini__header {
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 700;
}

.newsletter-mini__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.newsletter-mini__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.newsletter-mini__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

@media all and (min-width: 460px) {
  .site-footer__main .alignwide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .site-footer__legal .alignwide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sf-brand {
    margin-bottom: 0;
  }
}
@media all and (min-width: 782px) {
  .site-footer__newsletter nf-field:nth-child(1),
  .site-footer__newsletter nf-field:nth-child(4),
  .mc4wp-form-fields .newsletter-mini__disclaimer,
  .mc4wp-form-fields .newsletter-mini__header {
    text-align: left;
  }
  .site-footer__newsletter nf-field:nth-child(2) {
    margin-left: clamp(20px, 3.125vw, 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 280px;
            flex: 0 1 280px;
  }
  .site-footer__newsletter nf-field:nth-child(3) {
    margin-right: clamp(20px, 3.125vw, 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
  .site-footer__newsletter nf-field:nth-child(4),
  .mc4wp-form-fields .newsletter-mini__disclaimer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding-top: 5px;
  }
  .sf-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46em;
            flex: 0 1 46em;
  }
  .sf-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 75%;
            flex: 1 1 75%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .site-footer .col--01 .menu {
    gap: 1em;
  }
  .site-footer .col--01 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.5em);
            flex: 0 0 calc(50% - 0.5em);
  }
}
@media all and (min-width: 1000px) {
  .site-footer__newsletter nf-field:nth-child(1),
  .mc4wp-form-fields .newsletter-mini__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    padding-top: 12px;
    text-align: left;
  }
  .site-footer__legal .alignwide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .site-footer__legal p {
    margin-bottom: 0;
  }
  .site-footer__legal p + p {
    margin-top: 1em;
  }
  .sf-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .sf-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-footer__policies {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media all and (min-width: 1280px) {
  .site-footer__branding {
    width: auto;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.wp-site-blocks .nf-field-label .nf-label-span,
.wp-site-blocks .nf-field-label label {
  font-size: 1rem;
  line-height: 1.23;
  display: block;
  text-align: left;
  font-weight: 500;
}

.wp-site-blocks .label-above .nf-field-label {
  margin-bottom: 0.5em;
}

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 1rem;
}

.nf-form-fields-required {
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: normal;
  display: none;
}

.has-dark-blue-background-color .field-wrap input[type=submit].button,
.has-dark-blue-background-color .nf-element.button,
.has-dark-blue-background-color .nf-element.button-outline {
  --button-background: var(--color-white);
  --button-color: var(--color-lln-blue);
  --button-background-hover: var(--color-blue);
  --button-color-hover: var(--color-white);
}

.field-wrap input[type=submit].button,
.nf-element.button,
.nf-element.button-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 1em;
  --button-font-size: 16px;
  text-transform: uppercase;
}

.wp-site-blocks #ninja_forms_required_items,
.wp-site-blocks .nf-field-container {
  margin-bottom: 1em;
}

.wp-site-blocks .nf-field-element textarea {
  height: 11.5em;
}

.wp-site-blocks .nf-after-field .nf-error-msg {
  margin: 0;
}

.wp-site-blocks .nf-error.listimage-wrap .nf-field-element ul,
.wp-site-blocks .nf-error .ninja-forms-field:not(.btn) {
  background-color: var(--color-alert-background);
  border-color: var(--color-alert);
  border-width: 0;
  --color-text-input: var(--color-lln-blue);
  --color-text-input-focus: var(--color-lln-blue);
  --color-border-input: #FFFFFF;
  --color-border-input-focus: var(--color-lln-blue);
}

.wp-site-blocks .nf-error .ninja-forms-field:not(.btn) {
  padding-left: 0.5em;
}

.nf-error ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-alert);
}

.nf-error ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-alert);
}

.nf-error :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-alert);
}

.nf-error ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-alert);
}

.nf-error ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-alert);
}

.nf-error ::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--color-alert);
}

.wp-site-blocks .nf-error-msg,
.wp-site-blocks .nf-error-field-errors {
  padding: 0.5em;
  background-color: var(--color-alert);
  color: var(--color-white);
  font-size: 1rem;
}

.wp-site-blocks .ninja-forms-req-symbol {
  color: var(--color-alert);
}

.list-wrap .nf-label-span {
  margin-bottom: 0.75em;
}

.file_upload-wrap .nf-fu-progress {
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 10px;
  margin-bottom: 0;
  height: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.file_upload-wrap .nf-fu-progress-bar {
  background-color: var(--color-pale-blue);
}

.file_upload-wrap button,
.file_upload-wrap input[type=button],
.file_upload-wrap input[type=submit],
.file_upload-wrap .btn {
  --button-background: var(--color-pale-blue);
  --button-color: var(--color-lln-blue);
  border-radius: var(--button-border-radius, 3em);
  padding: 0.5em 1em;
  border-width: 0;
}

.file_upload-wrap button:hover,
.file_upload-wrap input[type=button]:hover,
.file_upload-wrap input[type=submit]:hover,
.file_upload-wrap .btn:hover {
  --button-color: var(--color-lln-blue);
  --button-background: var(--color-white);
}

.nf-error .ninja-forms-field.btn {
  border: 0;
}

.files_uploaded {
  margin-top: 10px;
}

.files_uploaded p {
  font-size: 1rem;
  color: #FFFFFF;
}

.files_uploaded p a {
  --color-link: var(--color-blue);
  --color-link-hover: var(--color-lln-blue);
  margin-left: 1em;
  display: inline-block;
}

.files_uploaded p:last-child {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.08);
  padding: 0.5em;
  border-radius: 0.25em;
}

.nf-form-wrap .list-checkbox-wrap .nf-field-element li:last-child,
.nf-form-wrap .list-radio-wrap .nf-field-element li:last-child {
  margin-bottom: 0 !important;
}

.nf-form-wrap .list-checkbox-wrap .nf-field-element li:hover,
.nf-form-wrap .list-radio-wrap .nf-field-element li:hover {
  background-color: var(--color-light-blue);
}

.nf-form-wrap .list-checkbox-wrap .nf-field-element label,
.nf-form-wrap .list-radio-wrap .nf-field-element label {
  padding: 0.25em 0 !important;
}

.nf-form-wrap .list-checkbox-wrap .nf-field-element label:hover,
.nf-form-wrap .list-radio-wrap .nf-field-element label:hover {
  cursor: pointer;
}

.nf-form-wrap .list-checkbox-wrap .nf-field-element li,
.nf-form-wrap .list-radio-wrap .nf-field-element li {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  padding: 0 0.5em !important;
}

.nf-form-wrap .list-checkbox-wrap .nf-field-element li input,
.nf-form-wrap .list-radio-wrap .nf-field-element li input {
  margin-top: 0.45em;
}

.nf-form-wrap .list-checkbox-wrap .nf-field-element li:has(.nf-checked-label),
.nf-form-wrap .list-radio-wrap .nf-field-element li:has(.nf-checked-label) {
  background: rgba(69, 163, 219, 0.42);
}

@media all and (max-width: 600px) {
  #content .nf-form-cont .one-half,
  #content .nf-form-cont .three-sixths,
  #content .nf-form-cont .two-fourths {
    width: 100%;
    float: none;
  }
  #content .nf-form-cont .five-sixths,
  #content .nf-form-cont .four-sixths,
  #content .nf-form-cont .one-fourth,
  #content .nf-form-cont .one-half,
  #content .nf-form-cont .one-sixth,
  #content .nf-form-cont .one-third,
  #content .nf-form-cont .three-fourths,
  #content .nf-form-cont .three-sixths,
  #content .nf-form-cont .two-fourths,
  #content .nf-form-cont .two-sixths,
  #content .nf-form-cont .two-thirds {
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Backgrounds
--------------------------------------------- */
/* 
--------------------------------------------- */
/* 
--------------------------------------------- */
.hero-section {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-blue, #4D5581)), color-stop(40%, rgba(15, 51, 121, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(36.2%, rgba(14, 46, 107, 0)), color-stop(67.76%, var(--color-blue, #4D5581))), url(assets/img/osl-grid-tile.webp) 0% 0%/120px auto repeat, var(--color-blue, #4D5581);
  background: linear-gradient(180deg, var(--color-blue, #4D5581) 0%, rgba(15, 51, 121, 0) 40%), linear-gradient(180deg, rgba(14, 46, 107, 0) 36.2%, var(--color-blue, #4D5581) 67.76%), url(assets/img/osl-grid-tile.webp) 0% 0%/120px auto repeat, var(--color-blue, #4D5581);
}

.page-title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, var(--color-blue, #4D5581)), to(rgba(15, 51, 121, 0))), url(assets/img/osl-grid-tile.webp) 0% 0%/120px auto repeat, var(--color-blue, #4D5581);
  background: linear-gradient(180deg, var(--color-blue, #4D5581) 40%, rgba(15, 51, 121, 0) 100%), url(assets/img/osl-grid-tile.webp) 0% 0%/120px auto repeat, var(--color-blue, #4D5581);
}

.grid-bg {
  background: url(assets/img/osl-grid-tile--light.webp) 0% 0%/120px auto repeat;
}

.graph-bg {
  background: url(assets/img/graph-bg.svg) left 0 top 8%/101% auto no-repeat var(--color-blue, #4D5581);
}

@media all and (min-width: 1000px) {
  .graph-bg {
    background-position: center top;
  }
}
/* 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: var(--color-background-screen);
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color-text-screen);
  display: block;
  font-size: 0.875rem;
  font-weight: var(--body-font-weight-bold, 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
--------------------------------------------- */