@charset "UTF-8";
/*!
Theme Name: Egniol
Theme URI: https://www.egniol.com/
Author: Poke Marketing
Author URI: https://www.pokemarketing.co.uk/
Description: A bespoke WordPress theme built for Poke Marketing in May 2025 on behalf of Egniol.
Version: 1.0.7
Text Domain: egniol

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-steel-blue: #354559;
  --color-sea-blue: #6AA2AE;
  --color-lime-green: #D7FF80;
  --color-coral: #FF8761;
  --color-teal: #004E5A;
  --color-blue: #AEF5FF;
  --color-brand-primary: var(--color-teal, #004E5A);
  --color-brand-secondary: var(--color-lime-green, #D7FF80);
  --color-brand-tertiary: var(--color-steel-blue, #354559);
  --color-black: #212427;
  --color-white: #ffffff;
  --color-off-white: #F8F7F7;
  --color-meta-grey: #707070;
  --color-grey: #AFAFAF;
  --color-light-grey: #E5E5E5;
  --color-grey: #eaeaea;
  --color-medium-grey: #cacaca;
  --color-dark-grey: #9D9D9C;
  --color-meta-grey: #989898;
  --color-background-body: var(--color-teal);
  --color-background-screen: var(--color-white);
  --color-background-single: var(--color-white);
  --color-background-hr: var(--color-medium-grey, #989898);
  --color-background-button: var(--color-teal, #2E337A);
  --color-background-pre: #eee;
  --color-background-ins: #fff9c0;
  --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: #981629;
  --color-warning: #FFE768;
  --color-success: #45C86B;
  --color-alert-background: #FFDBD3;
  --color-warning-background: #FFF2B3;
  --color-success-background: #A3E3B5;
  --color-text-screen: var(--color-teal, #004E5A);
  --color-text-input: var(--color-teal, #004E5A);
  --color-text-input-focus: var(--color-teal);
  --color-text-main: var(--color-teal, #004E5A);
  --color-text-header: var(--color-teal, #004E5A);
  --color-text-meta: var(--color-steel-blue);
  --color-link: #78a90d;
  --color-link-visited: #9ec842;
  --color-link-hover: #49630f;
  --color-border-button: #ccc #ccc #bbb;
  --color-border-button-hover: #ccc #bbb #aaa;
  --color-border-button-focus: #aaa #bbb #bbb;
  --color-border-input: #afafaf;
  --color-border-input-focus: var(--color-teal);
  --color-border-abbr: #666;
  --color-heading: var(--color-text-header, #2E337A);
  --color-body: var(--color-text-main, #2E337A);
  --color-mobile-menu-link: var(--color-white);
  --color-mobile-menu-link-active: var(--color-lime-green);
  --color-mobile-menu-background: var(--color-teal);
  --color-menu-toggle-active:  var(--color-lime-green);
  --color-menu-toggle: var(--color-white);
}

.has-blue-background-color {
  --color-text-input: #FFFFFF;
}

:root {
  --body-font-weight: 400;
  --body-font-weight-bold: 700;
  --heading-font-weight: 700;
  --heading-line-height: 1.18;
  --body-line-height: 1.25;
  --body-font-family: aptos, sans-serif;
  --heading-font-family: aptos, sans-serif;
  --button-font-family: aptos, 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body {
  -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;
  line-height: var(--body-line-height, 1.2);
  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: var(--heading-margin-top, 0);
  margin-bottom: var(--heading-margin-bottom, 0.75em);
  color: var(--heading-color, var(--color-heading));
  font-weight: var(--heading-font-weight, 700);
  font-family: var(--heading-font-family, unset);
  font-style: var(--heading-font-style, normal);
  line-height: var(--heading-line-height, 1.12);
  letter-spacing: var(--heading-letter-spacing, 0);
  text-transform: var(--heading-text-transform, none);
}

h1, .h1 {
  font-size: clamp(38px, 4.16vw, 60px);
}

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

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

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

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

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

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

.big-header {
  font-size: clamp(38px, 4.16vw, 60px);
}

.md-header {
  font-size: clamp(26px, 3.125vw, 40px);
}

.max-16ch {
  max-width: 16ch;
}

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

.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: .8em;
}

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

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

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

/* Add a custom transition when opening/closing. */
.wp-block-details {
  transition: all 0.5s ease-in-out;
}

/* Add horizontal margin to nested blocks/elements. */
.wp-block-details > :where(:not(summary)) {
  margin-left: 2rem;
  margin-right: 2rem;
}

/* If open, add some bottom padding to avoid content butting against the bottom. */
.wp-block-details[open] {
  padding-bottom: 2rem;
}

/* Base `summary` element styling. */
.wp-block-details summary {
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
  padding: 1.25em 1.75rem;
  font-weight: 500;
  background: var(--color-light-grey);
  color: var(--color-text-black);
  border-radius: 10px;
  font-size: 18px;
}

/* Change the background of the `summary` element based on state. */
.wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
  background: var(--color-brand-primary);
}

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

.wp-block-details summary::after {
  content: " +";
  float: right;
  text-align: right;
}

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

@media all and (max-width: 767px) {
  #page.fixed {
    overflow: hidden;
  }
}

.justify-center {
  justify-content: center;
}

hr,
.wp-block-separator {
  background-color: var(--color-background-hr);
  border: 0;
  height: 1px;
  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;
  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;
}

.alignfull > ul,
.alignfull > ol {
  padding-left: 2em;
}

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

/* Video Embed
--------------------------------------------*/
.wp-video {
  width: 100% !important;
  background-color: var(--color-brand-primary);
}

.wp-video .mejs-container,
.wp-video .mejs-container .mejs-controls,
.wp-video .mejs-embed,
.wp-video .mejs-embed body {
  background-color: transparent;
}

.wp-video .mejs-fullscreen-button {
  display: none;
}

.wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
  background: var(--color-success);
}

.wp-video .mejs-overlay-button {
  background-image: url(assets/img/play-button.svg);
  background-position: 0 0;
  background-size: auto 80px;
}

.wp-video .mejs-overlay:hover > .mejs-overlay-button {
  background-position: -80px 0;
}

/* Player background */
.wp-video.mejs-container,
.wp-video .mejs-controls,
.wp-video .mejs-embed,
.wp-video .mejs-embed body {
  background-color: #efefef;
}

/* Player controls */
.wp-video .mejs-button > button {
  background-image: url("images/mejs-controls-dark.svg");
}

.wp-video .mejs-time {
  color: #888888;
}

/* Progress and audio bars */
/* Progress and audio bar background */
.wp-video .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.wp-video .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #fff;
}

/* Track progress bar background (amount of track fully loaded)
  We prefer to style these with the main accent color of our theme */
.wp-video .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(219, 78, 136, 0.075);
}

/* Current track progress and active audio volume level bar */
.wp-video .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #db4e88;
}

/* Reduce height of the progress and audio bars */
.wp-video .mejs-time-buffering,
.wp-video .mejs-time-current,
.wp-video .mejs-time-float,
.wp-video .mejs-time-float-corner,
.wp-video .mejs-time-float-current,
.wp-video .mejs-time-hovered,
.wp-video .mejs-time-loaded,
.wp-video .mejs-time-marker,
.wp-video .mejs-time-total,
.wp-video .mejs-horizontal-volume-total,
.wp-video .mejs-time-handle-content {
  height: 3px;
}

.wp-video .mejs-time-handle-content {
  top: -6px;
}

.wp-video .mejs-time-total {
  margin-top: 8px;
}

.wp-video .mejs-horizontal-volume-total {
  top: 19px;
}

/* Video Controls
--------------------------------------------*/
/* first or last on mobile
--------------------------------------------*/
@media all and (max-width: 600px) {
  .order-first--sm {
    order: 1;
  }
  .order-last--sm {
    order: 2;
  }
}

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: .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: .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: flex;
  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: .5em;
  margin-bottom: 1em;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: 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: .75em;
  margin-top: -.25em;
}

@media all and (min-width: 980px) {
  .scroll-instruction {
    display: none;
  }
}

:root {
  --site-width-min: 88vw;
  --site-width-max: 1240px;
  --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);
}

.page-section {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 100vw;
}

.page-section.pt-0 {
  padding-top: 0;
}

.page-section.pb-0 {
  padding-bottom: 0;
}

.wp-block-group.alignfull > .alignfull {
  margin-left: calc(var(--site-padding) * -1);
  margin-right: calc(var(--site-padding) * -1);
}

.wp-block-group.alignfull {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

.page-section {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
  padding-top: clamp(3.125rem, 9.375vw, 7.5rem);
  padding-bottom: clamp(3.125rem, 9.375vw, 7.5rem);
  max-width: 100vw;
}

.page-section.pt-0 {
  padding-top: 0;
}

.page-section.pb-0 {
  padding-bottom: 0;
}

.page-section.pt-less {
  padding-top: clamp(2.5em, 4.6875vw, 3.75rem);
}

.page-section.pb-less {
  padding-bottom: clamp(2.5rem, 4.6875vw, 3.75rem);
}

.page-section.pt-more {
  padding-top: clamp(3.75rem, 10.9375vw, 8.75rem);
}

.page-section.pb-more {
  padding-bottom: clamp(3.75rem, 10.9375vw, 8.75rem);
}

@media (min-width: 600px) {
  :root {
    --site-width-min: 92vw;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: calc(var(--site-width-max) + calc(100vw - var(--site-width)));
  }
}

@media all and (min-width: 1024px) {
  .content-area--sidebar {
    display: grid;
    grid-template-columns: minmax(680px, 875px) minmax(180px, 330px);
    grid-template-rows: auto;
    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;
  }
}

/* Column Order
--------------------------------------------*/
.wp-block-columns.space-between {
  justify-content: space-between;
}

@media all and (max-width: 781px) {
  .content-first--sm {
    flex-flow: column-reverse;
  }
  .sm-order-first {
    order: 0;
  }
  .sm-order-last {
    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);
}

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

p a:not(.button):hover {
  text-decoration: none;
}

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

:root {
  --button-background: var(--color-lime-green, #D7FF80);
  --button-background-hover: var(--color-coral, #FF8761);
  --button-color: var(--color-teal, #004E5A);
  --button-color-hover: var(--color-teal, #004E5A);
  --button-outline-color: var(--color-lime-green, #D7FF80);
  --button-border: 0;
  --button-font-weight: 700;
  --button-font-size: 1em;
  --button-letter-spacing: 0;
  --button-border-radius: 20px 0 20px 0;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  display: inline-flex;
  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);
  align-items: center;
  justify-content: center;
  width: var(--button-width, auto);
  margin: var(--button-margin, 0);
  padding: .75em 1.25em;
  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-lime-green));
  border: var(--button-border, 0);
  border-radius: var(--button-border-radius, 3em);
  outline: var(--button-outline, 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);
  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-lime-green-dark, var(--button-background, var(--color-lime-green))));
  border: var(--button-border-hover, var(--button-border, 0));
  outline: var(--button-outline-hover, var(--button-outline, 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 .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  transition: all .2s;
}

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

.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: .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-lime-green));
  --button-color-hover: var(--button-outline-color-hover,var(--color-lime-green));
  --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-mint-blue-background-color:hover,
.wp-block-button__link.has-mint-blue-background-color:hover {
  background-color: #AFD8C5 !important;
  color: #FFFFFF !important;
}

.button.has-dark-grey-background-color:hover,
.wp-block-button__link.has-dark-grey-background-color:hover {
  background-color: #AFD8C5 !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-lime-green);
  --button-background-hover: var(--color-lime-green);
}

.button.full,
.field-wrap input[type=submit].button.full {
  width: 100%;
}

.wp-block-buttons,
.wp-block-buttons.is-layout-flex {
  grid-gap: 1.25em;
  gap: 1.25em;
}

@media all and (max-width: 767px) {
  .wp-block-buttons,
  .wp-block-buttons.is-layout-flex {
    grid-gap: 1em;
    gap: 1em;
  }
}

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

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

:root {
  --color-input-background: var(--color-background-screen);
  --color-input-background-focus: #F7FFE4;
}

.has-sea-blue-background-color input,
.has-sea-blue-background-color textarea,
.has-sea-blue-background-color select {
  --color-border-input-focus: var(--color-steel-blue);
  --color-border-input: var(--color-white);
  --color-text-input: var(--color-steel-blue);
}

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: 10px;
  padding: .65em 1em;
  width: 100%;
  text-align: left;
  line-height: 1.23;
  height: 2.5em;
  font-size: var(--wp--preset--font-size--meta, 20px);
  -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;
  height: 58px;
}

textarea {
  width: 100%;
  height: 11.25rem;
  padding-top: 1.25em;
  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: flex;
  position: relative;
  justify-content: 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%);
  -ms-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: .05;
  cursor: default;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .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: flex;
  justify-content: center;
  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: #AEF5FF;
}

.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: #AEF5FF;
}

.slick-dots li.slick-active button:before {
  background-color: currentColor;
  border-color: currentColor;
  color: currentColor;
  opacity: 1;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  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: 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
--------------------------------------------------------------*/
.contact-row__text {
  border-top-right-radius: clamp(120px, 13.89vw, 200px);
  border-bottom-right-radius: clamp(120px, 13.89vw, 200px);
  position: relative;
}

.contact-row__text:before {
  display: block;
  position: absolute;
  top: 0;
  content: "";
  background-color: inherit;
  position: absolute;
  height: 100%;
  right: 100%;
  top: 0;
  display: block;
  padding-right: 100vw;
}

.curved-side-col--left {
  position: relative;
  border-top-right-radius: clamp(120px, 13.89vw, 200px);
  border-bottom-right-radius: clamp(120px, 13.89vw, 200px);
}

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

.curved-side-col--right {
  position: relative;
  border-top-left-radius: clamp(120px, 13.89vw, 200px);
  border-bottom-left-radius: clamp(120px, 13.89vw, 200px);
}

.curved-side-col--right:after {
  content: "";
  background-color: inherit;
  position: absolute;
  height: 100%;
  left: 100%;
  top: 0;
  display: block;
  padding-left: 999em;
}

.edge-bg {
  position: relative;
}

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

.edge-bg--after:after {
  content: "";
  background-color: inherit;
  position: absolute;
  height: 100%;
  left: 100%;
  top: 0;
  display: block;
  padding-left: 999em;
}

.round-edge--right {
  border-radius: 0 120px 120px 0;
  padding-right: clamp(60px, 10vw, 120px);
}

.round-edge--left {
  border-radius: 120px 0 0 120px;
  padding-left: clamp(60px, 10vw, 120px);
}

@media all and (min-width: 700px) {
  .round-edge--left {
    border-radius: 30vw 0 0 30vw;
  }
  .round-edge--right {
    border-radius: 0 30vw 30vw 0;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
:root {
  --menu-item-gap: 30px;
  --menu-item-radius: 0;
  --menu-item-link-color: #FFFFFF;
  --menu-item-link-color-hover: var(--color-lime-green);
  --menu-item-link-color-active: var(--color-lime-green);
}

.masthead__menu 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);
  flex: var(--menu-item-link-flex, unset);
  align-items: center;
  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, var(--color-heading));
  text-align: var(--menu-item-link-text-align, start);
  transition: var(--menu-item-transition, all 0.15s);
  font-weight: 700;
}

.menu-item a:hover {
  color: var(--menu-item-link-color-hover, var(--color-brand-secondary));
  cursor: pointer;
}

@media all and (max-width: 1139px) {
  #page.fixed {
    overflow: hidden;
  }
  .masthead__menu {
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    padding: 70px 0 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .75em;
  }
  #primary-menu {
    padding: 0;
    transition-delay: 1s;
    transition-property: background-color;
  }
  .masthead__menu a,
  .masthead__menu li a {
    display: block;
  }
  .masthead__menu a:hover,
  .masthead__menu a:focus {
    --menu-item-link-color-hover: var(--color-brand-secondary);
    color: #FFFFFF;
  }
  .masthead__menu li {
    font-size: clamp(16px, 6vw, 20px);
    line-height: 1;
    margin: 0;
  }
  .masthead__menu li > a {
    line-height: 1.05;
    display: block;
    color: var(--color-mobile-menu-link);
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    padding: 0.5em 1em;
  }
  .masthead__menu .sub-menu a {
    padding-left: 1.5em;
  }
  .masthead__menu li.current-menu-item > a {
    color: var(--color-mobile-menu-link-active);
    --menu-item-link-color-hover: var(--color-mobile-menu-link-active);
  }
  .masthead__menu ul {
    list-style: none;
    font-size: 28px;
    display: none;
  }
  .primary-nav__main {
    padding-top: 90px;
    padding-bottom: 14vh;
    -moz-transition: linear right 0.2s;
    -o-transition: linear right 0.2s;
    -webkit-transition: linear right 0.2s;
    transition: linear right 0.2s;
    overflow: scroll;
    position: fixed;
    top: 0;
    right: -380px;
    width: 380px;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 100vh;
    max-height: 100dvh;
    min-height: -webkit-fill-available;
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: .75em;
  }
  .primary-nav__main > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding: 0;
  }
  .primary-nav__main > ul > li {
    opacity: 0;
    transition: all .2s;
  }
  .primary-nav__main > ul ul {
    display: block;
    overflow: hidden;
    margin: 0;
  }
  .toggle-menu {
    display: inline-block;
    margin-left: auto;
    z-index: 10;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    order: 4;
  }
  .toggle-menu:hover, .toggle-menu:focus {
    color: var(--color-menu-toggle);
  }
  .menuicon {
    display: block;
    cursor: pointer;
    color: var(--color-menu-toggle);
    transform: rotate(0deg);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menuicon__bar {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    transform: rotate(0deg);
    transform-origin: 48% 49%;
    transition: transform .25s ease-in-out;
  }
  .splash {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
  }
  .splash::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.6, 0.13, 0.32, 1.46);
    will-change: transform;
  }
  .masthead__menu--active,
  .masthead__menu--active:target {
    visibility: visible;
    pointer-events: auto;
    overflow-y: scroll;
    right: 0;
  }
  .masthead__menu--active > div > ul,
  .masthead__menu--active:target > div > ul {
    visibility: visible;
  }
  .masthead__menu--active > div > ul > li,
  .masthead__menu--active:target > div > ul > li {
    opacity: 1;
  }
  .masthead__menu--active .nav__menu,
  .masthead__menu--active:target .nav__menu {
    visibility: visible;
  }
  .masthead__menu--active .nav__item,
  .masthead__menu--active:target .nav__item {
    opacity: 1;
    transform: translateY(0);
  }
  .masthead__menu--active > .splash::after,
  .masthead__menu--active:target > .splash::after {
    opacity: 1;
  }
  .masthead__menu--active .primary-nav__main,
  .masthead__menu--active:target .primary-nav__main {
    background-color: var(--color-mobile-menu-background);
    right: 0;
  }
  .toggle-menu--active {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    padding: 0 7px;
    border-radius: 20px;
    background-color: var(--color-teal);
  }
  .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) {
    transform: rotate(45deg);
  }
  .toggle-menu--active .menuicon__bar:nth-child(3) {
    transform: rotate(-45deg);
  }
}

@media all and (max-width: 380px) {
  .primary-nav__main {
    right: -94vw;
    width: 94vw;
  }
  .masthead__menu--active .primary-nav__main,
  .masthead__menu--active:target .primary-nav__main {
    right: 0;
  }
}

@media all and (max-height: 580px) {
  .masthead__menu--active {
    justify-content: flex-start;
    padding-top: 90px;
  }
}

@media all and (min-width: 1140px) {
  .masthead a.toggle-menu,
  #primary-nav a.toggle-menu,
  #primary-menu > li.mobile-only {
    display: none;
  }
  .primary-nav {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 0;
    row-gap: 1em;
  }
  .primary-nav__sub {
    margin-left: calc(var(--menu-item-gap) * 2);
  }
  .primary-nav__main {
    flex: 1 0 auto;
  }
  .primary-nav ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .primary-nav a {
    display: block;
    line-height: 1.3;
  }
  .primary-nav a:active,
  .primary-nav a:hover {
    text-decoration: none;
  }
  #primary-menu {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: var(--menu-item-gap, 1em);
    font-size: 16px;
  }
  #primary-menu > li {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: .5em 0;
  }
  #primary-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: .35em 0;
    border-radius: var(--menu-item-radius, 0);
  }
  #primary-menu > li:hover > a {
    color: var(--menu-item-link-color-hover, var(--color-brand-secondary));
  }
  #primary-menu > li:hover > a:hover {
    color: var(--menu-item-link-color-hover, var(--color-brand-secondary));
  }
  #primary-menu > li.contact {
    padding: 0;
  }
  #primary-menu > li.contact > a {
    display: block;
    line-height: 1;
    font-weight: 700;
    background: var(--color-lime-green);
    color: var(--color-teal);
    padding: .65em 2em;
    border-radius: 1.25em 0;
  }
  #primary-menu > li.contact > a:hover {
    background-color: var(--color-white);
    color: var(--color-teal);
  }
  #primary-menu > li.contact > a:before {
    display: none;
  }
  #primary-menu > li.contact.current-menu-item > a,
  #primary-menu > li.contact.current-menu-item > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #primary-menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 1em;
  }
  #primary-menu > li.menu-item-has-children > a:after {
    content: "+";
    position: absolute;
    right: 0;
  }
  #primary-menu > li.current_page_parent > a,
  #primary-menu > li.current-menu-parent > a,
  #primary-menu > li.current-menu-item > a,
  #primary-menu > li.current-page-ancestor > a {
    color: var(--menu-item-link-color-active);
  }
  #primary-menu > li.current_page_parent > a:before,
  #primary-menu > li.current-menu-parent > a:before,
  #primary-menu > li.current-menu-item > a:before,
  #primary-menu > li.current-page-ancestor > a:before {
    background-color: currentColor;
  }
  #primary-menu > li.current_page_parent > a:hover,
  #primary-menu > li.current-menu-parent > a:hover,
  #primary-menu > li.current-menu-item > a:hover,
  #primary-menu > li.current-page-ancestor > a:hover {
    color: var(--menu-item-link-color-active);
  }
  #primary-menu > li:hover ul {
    display: block;
  }
  #primary-menu > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    text-align: left;
    margin: 0;
    padding: 0;
    z-index: 600;
    background-color: var(--color-sea-blue);
  }
  #primary-menu > #menu-item-847 > ul {
    width: 370px;
  }
  #primary-menu > li > ul > li:hover {
    background-color: var(--color-steel-blue);
    color: var(--color-white);
  }
  #primary-menu > li > ul > li a:hover {
    color: var(--color-white);
  }
  #primary-menu > li > ul > li a {
    padding: .5em;
  }
  #primary-menu > li > ul > li ul a {
    padding: 3px 15px;
    font-size: 1rem;
  }
}

.nav-links {
  display: flex;
  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-family: var(--heading-font-family);
  font-weight: 700;
}

.pagination ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.pagination li {
  padding: 0;
  margin: 0 .25em;
  flex: 0 0 46px;
  display: inline;
  overflow: hidden;
}

.pagination li.active a {
  border-color: var(--color-brand-primary);
  background-color: var(--color-brand-primary);
  color: #fff;
  font-weight: 800;
}

.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, .pagination li > span {
  margin: 0;
  text-decoration: none;
  line-height: 1em;
  font-size: 1em;
  padding: .75em .5em .95em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-blue);
  background-color: var(--color-pale-blue);
  -webkit-transition: all 0.15s;
  /* Safari */
  transition: all 0.15s;
  border-radius: 33px;
  font-weight: 700;
  width: 46px;
  height: 46px;
}

.pagination li > a.dots, .pagination li > span.dots {
  background-color: transparent;
  border-color: transparent;
}

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

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

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

.pagination .current {
  cursor: default;
  color: var(--color-text-main);
}

.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: var(--color-text-main);
}

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

.pagination .prev span,
.pagination .next span {
  border: solid var(--color-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-pale-blue);
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  display: flex;
  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: flex;
  flex-direction: row;
}

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

.comment-navigation__link small,
.posts-navigation__link small,
.post-navigation__link small {
  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 {
  text-decoration: none;
  color: var(--color-text-main);
  max-width: 36ch;
  display: block;
}

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

.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
  text-decoration: none;
  color: var(--color-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 {
  font-size: clamp(12px, 3vw, 14px);
  display: flex;
  text-align: left;
  padding: clamp(12px, 1.9vw, 15px) 0;
  border-bottom: 1px solid #e7e7e7;
}

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

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

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

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

.breadcrumb_last {
  opacity: .8;
  font-weight: var(--body-font-weight-bold, 700);
}

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

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

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

.post,
.page {
  margin: 0;
}

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

.content-area {
  position: relative;
}

.search .content-area,
.archive .content-area,
.blog .content-area {
  padding-top: clamp(40px, 7vw, 60px);
  padding-bottom: clamp(40px, 7vw, 90px);
}

.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.post-grid--related {
  flex-direction: column;
}

.post-grid__item a:where(:not(.wp-element-button):not(.button)),
.carousel__item a:where(:not(.wp-element-button):not(.button)) {
  text-decoration: none;
  color: var(--color-lime-green);
}

.post-grid__item .article__title a:hover,
.carousel__item .article__title a:hover {
  color: var(--color-blue);
}

.post-grid__item .article__title,
.carousel__item .article__title {
  text-wrap: pretty;
}

.post-grid__item a.button,
.carousel__item a.button {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.45em 1.25em;
  font-size: 20px;
  line-height: 1.2;
}

.wp-block-latest-posts__list li,
.post-grid__item {
  flex: 0 1 400px;
  margin-bottom: 40px;
}

.wp-block-latest-posts__list li,
.post-grid__item,
.carousel__item {
  color: var(--color-text-main);
  line-height: 1.4;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
}

.post-grid__item,
.recent-posts .carousel__item {
  background-color: var(--color-steel-blue);
  color: #FFFFFF;
  --heading-color: var(--color-lime-green);
}

/* 
--------------------------------------------- */
.article--featured,
.swiper-slide .article {
  height: 100%;
}

.article--featured .article__title {
  font-size: clamp(22px, 1.875vw, 24px);
}

/* 
--------------------------------------------- */
.article {
  font-size: 16px;
}

.article__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 10px;
  gap: 10px;
  font-size: .875rem;
  margin-bottom: 1em;
}

.article__date {
  font-size: clamp(16px, 1.53vw, 18px);
  margin-bottom: 1em;
  display: block;
  font-weight: var(--body-font-weight-bold);
}

.article__title,
.article__text {
  text-wrap: pretty;
}

.article__title {
  margin-bottom: .75em;
  line-height: 1.26;
  font-size: clamp(20px, 2vw, 22px);
}

.article__text {
  padding: clamp(20px, 2.4vw, 34px) clamp(16px, 2.4vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.article__text p:last-of-type {
  margin-bottom: 1.5em;
}

.article__image,
.article__image img {
  display: block;
}

.article__image img {
  -webkit-transition: all 0.15s;
  /* Safari */
  transition: all 0.15s;
  width: 100%;
}

.article__image {
  overflow: hidden;
  background-color: var(--color-steel-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article__image:hover img {
  opacity: .7;
}

/* 
--------------------------------------------- */
.news-post {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: clamp(16px, 1.53vw, 22px);
}

.news-post a {
  text-decoration: none;
}

.news-post__title a {
  color: var(--color-text-black);
}

.news-post__title {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 300;
  margin-bottom: .5em;
  text-wrap: balance;
}

.news-post__cat {
  font-size: clamp(16px, 1.8vw, 26px);
  margin-bottom: 1em;
  font-weight: var(--body-font-weight-bold);
  color: var(--color-sea-blue);
  text-wrap: pretty;
}

.news-post__excerpt {
  max-width: 28em;
  text-wrap: pretty;
  margin-bottom: 1em;
  line-height: 1.4;
}

.news-post__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.news-post__image a,
.news-post__image img {
  display: block;
}

@media all and (max-width: 499px) {
  .news-post__image {
    justify-content: center;
    max-height: 30vh;
    overflow: hidden;
  }
}

@media all and (min-width: 500px) {
  .news-post {
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 40px;
    column-gap: clamp(30px, 3.125vw, 60px);
  }
  .news-post__image {
    flex: 0 1 35%;
  }
  .news-post__text {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: clamp(46px, 3.75vw, 72px);
  }
}

@media all and (min-width: 720px) {
  .news-post__image {
    flex-basis: 45%;
  }
  .news-post__text {
    flex-basis: 50%;
  }
}

@media all and (min-width: 600px) {
  .post-grid,
  .post-grid--columns,
  .carousel--posts:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 30px 20px;
    gap: 30px 20px;
  }
  .wp-block-latest-posts__list li,
  .post-grid__item,
  .carousel--posts:not(.swiper-initialized) .swiper-slide {
    margin-bottom: 0;
    flex: 0 0 calc(50% - 10px);
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .post-grid__item,
  .carousel--posts:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc(50% - 15px);
  }
}

@media all and (min-width: 820px) {
  .post-grid,
  .post-grid--columns,
  .carousel--posts:not(.swiper-initialized) .swiper-wrapper {
    margin-bottom: 40px;
    grid-gap: 40px 20px;
    gap: 40px 20px;
  }
  .wp-block-latest-posts__list li,
  .post-grid__item,
  .carousel--posts:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc(50% - 15px);
  }
}

@media all and (min-width: 1024px) {
  .post-grid__item,
  .carousel--posts:not(.swiper-initialized) .swiper-slide {
    flex: 0 1 calc(33.333% - 14px);
  }
}

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

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

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

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

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

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

.single .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 .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;
  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: flex;
  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: .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: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(40px, 3.125vw, 3.75rem);
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  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;
  transition: color .2s;
}

.wp-block-latest-posts__post-title:hover {
  --color-link: var(--color-pale-blue);
  --color-link-hover: var(--color-pale-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: .75em;
}

@media all and (min-width: 400px) {
  .wp-block-latest-posts.wp-block-latest-posts__list li {
    flex: 0 1 290px;
  }
}

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

/* Single Post
--------------------------------------------- */
/* Layout
--------------------------------------------- */
.page-template-page-sidebar .content-area--sidebar {
  padding-top: clamp(40px, 6.25vw, 80px);
  padding-bottom: clamp(40px, 6.25vw, 80px);
}

@media all and (min-width: 1024px) {
  .content-area--sidebar {
    display: grid;
    grid-template-columns: minmax(180px, 320px) minmax(600px, 820px);
    grid-template-rows: auto;
    column-gap: clamp(40px, 4vw, 90px);
    grid-template-areas: "sidebar main";
  }
  .page-template-page-sidebar .site-main {
    grid-area: main;
    margin-bottom: 0;
    order: 2;
  }
  .page-template-page-sidebar .widget-area {
    grid-area: sidebar;
    order: 1;
  }
}

/* Page List (Sidebar)
--------------------------------------------- */
.page-list ul,
.wp-block-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: clamp(16px, 1.71vw, 18px);
  --link-color: var(--color-dark-blue);
}

.wp-block-page-list:not(.children),
.page-list ul:not(.children) {
  border-top: 1px solid #89a979;
}

.wp-block-page-list:not(.children) > li,
.page-list ul:not(.children) > li {
  border-bottom: 1px solid #89a979;
}

.wp-block-page-list.children,
.page-list ul.children {
  margin-bottom: .75em;
  --spacing: 10px;
  --radius: 10px;
  margin-left: 8px;
  padding-left: 0;
}

.wp-block-page-list.children li,
.page-list .children li {
  display: block;
  position: relative;
  padding-left: calc(2 * var(--spacing) - 2px);
  border-left: 2px solid #89a979;
}

.wp-block-page-list.children li:last-child,
.page-list .children li:last-child {
  border-color: transparent;
}

.wp-block-page-list.children li::before,
.page-list .children li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  width: calc(var(--spacing) + 2px);
  height: 50%;
  border: solid #89a979;
  border-width: 0 0 2px 2px;
}

.wp-block-page-list a,
.page-list a {
  text-decoration: none;
  display: block;
  line-height: 1.2;
  padding: .75em .5em;
  color: var(--color-black);
}

.wp-block-page-list a:hover,
.wp-block-page-list a:focus,
.wp-block-page-list a:active,
.page-list a:hover,
.page-list a:focus,
.page-list a:active {
  background-color: #8DB579;
}

.wp-block-page-list .current-menu-item > a,
.page-list .current_page_item > a {
  background-color: #9BBE89;
}

.wp-block-page-list.children a,
.page-list ul.children a {
  padding: .5em;
}

/* Steps / Privacy Center
--------------------------------------------- */
/* Steps / Privacy Center
--------------------------------------------- */
.privacy-pages,
.privacy-pages.is-layout-flex,
.steps,
.steps.is-layout-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  gap: clamp(20px, 2.8vw, 40px);
  align-items: stretch;
}

.privacy-pages__item .wp-block-buttons,
.steps__item .wp-block-buttons {
  margin-top: auto;
}

.privacy-pages__item,
.steps__item {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}

.privacy-pages__item {
  padding: clamp(24px, 2.08vw, 40px);
}

.steps__item {
  padding: clamp(14px, 2.34vw, 30px);
  padding-bottom: clamp(20px, 2.8vw, 40px);
  font-size: clamp(16px, 1.5625vw, 18px);
}

.steps__item h2,
.privacy-pages__item h2 {
  margin-bottom: 2em;
  font-size: clamp(26px, 2.8125vw, 34px);
}

.steps__item:has(p) h2,
.privacy-pages__item:has(p) h2 {
  margin-bottom: .5em;
}

.privacy-pages__item p:last-of-type {
  margin-bottom: 2em;
}

/* Step Count
--------------------------------------------- */
p.step-count,
.step-count > p {
  width: clamp(50px, 6.84vw, 70px);
  height: clamp(50px, 6.84vw, 70px);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: var(--heading-font-weight, 600);
  font-family: var(--heading-font-family, unset);
  line-height: 1;
  border: 1px solid currentColor;
  padding-top: clamp(0px, 10vw, 0.45em);
  margin-bottom: .75em;
  border-radius: 70px;
  color: var(--color-blue);
}

/* Blocks
--------------------------------------------- */
.page-header .container {
  position: relative;
  z-index: 5;
}

.page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: clamp(45px, 5.2vw, 75px);
}

.page-header h1,
.page-header .h1 {
  line-height: 1.1;
  margin-bottom: 0;
  max-width: 16ch;
}

.page-header .post-title {
  font-size: clamp(28px, 4.6875vw, 45px);
  max-width: 27ch;
}

.page-header:has(p) h1 {
  margin-bottom: 0.5em;
}

.page-banner {
  padding-top: clamp(20px, 4.02vw, 55px);
}

.page-banner__image {
  background: url(assets/img/patterns/page-banner.webp) top left/auto 100% no-repeat;
}

#hero {
  padding-top: clamp(100px, 13.2vw, 190px);
  padding-bottom: clamp(60px, 6.1vw, 88px);
}

#hero .wp-block-cover__background {
  mix-blend-mode: multiply;
}

.card-row__grid .cards:not(.slick-initialized) {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.card-row__grid .cards:not(.slick-initialized) .card {
  flex: 0 0 100%;
}

@media all and (min-width: 640px) {
  .card-row__grid .cards:not(.slick-initialized) .card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media all and (min-width: 1000px) {
  .card-row__grid .cards:not(.slick-initialized) .card {
    flex: 0 0 calc(33.333% - 11px);
  }
}

.card-carousel {
  --wp--style--global--content-size: 614px;
}

.card-carousel .carousel-wrapper__navigation .swiper-pagination-bullets.swiper-pagination-horizontal {
  gap: 8px;
}

.card-carousel .carousel-wrapper {
  overflow: visible;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  padding-bottom: 50px;
}

.card {
  background-color: var(--color-teal);
  color: var(--color-lime-green);
  --heading-color: var(--color-white);
  z-index: 0;
  font-size: clamp(1rem, 1.39vw, 20px);
  line-height: 1.2;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: clamp(30px, 3.47vw, 50px);
  border-bottom-right-radius: clamp(30px, 3.47vw, 50px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.card__link,
.card__image img {
  display: block;
}

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

.card a:hover img {
  opacity: 0.5;
}

.card__content {
  padding: clamp(30px, 3.47vw, 50px) clamp(20px, 4.02vw, 58px);
  font-weight: 600;
  text-wrap: balance;
}

.card__text--linked {
  padding-right: 40px;
  min-height: 54px;
  background: url(assets/img/icons/arrow-right--white.svg) bottom right/40px no-repeat;
}

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

@media all and (max-width: 781px) {
  .card-carousel .swiper-container {
    padding-left: clamp(20px, 12vw, 120px);
    padding-right: clamp(20px, 12vw, 120px);
  }
}

/* Swiper Slides
--------------------------------------------- */
.carousel-wrapper {
  overflow: hidden;
  position: relative;
  --swiper-theme-color: var(--color-steel-blue);
  --swiper-navigation-color: var(--color-steel-blue);
  --swiper-pagination-color: var(--color-steel-blue);
  --swiper-pagination-bullet-inactive-color: var(--color-white);
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0;
}

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

.carousel-wrapper__navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin-top: clamp(40px, 4.6875vw, 60px);
}

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

.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 {
  height: auto;
  margin: 0;
}

.carousel-wrapper__navigation > .swiper-button-prev {
  order: 1;
}

.carousel-wrapper__navigation > .swiper-button-next {
  order: 3;
}

.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 {
  width: 40px;
}

.carousel-wrapper__navigation > .swiper-pagination {
  order: 2;
}

.carousel-wrapper__navigation .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}

.swiper-pagination-bullet {
  border: 2px solid var(--swiper-pagination-color);
}

.swiper-arrows {
  order: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px 24px;
}

/* Content Carousel
--------------------------------------------- */
.content-carousel {
  position: static;
  display: block;
  overflow: hidden;
}

.content-carousel * {
  min-height: 0;
  min-width: 0;
}

.carousel--content-carousel:not(.swiper-initialized) .swiper-slide {
  margin-bottom: clamp(26px, 2.08vw, 40px);
}

.cc-item {
  overflow: hidden;
  background-color: var(--color-coral);
  color: var(--color-white);
  --heading-color: var(--color-steel-blue);
  border-radius: 50px 0 50px 0;
}

.cc-item__header {
  display: block;
}

.cc-item__image {
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

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

.cc-item__content {
  padding: clamp(30px, 3.47vw, 50px) clamp(20px, 4.02vw, 58px);
}

.cc-item__text.cols-02 {
  columns: 2;
  column-width: 20em;
  column-gap: clamp(1em, 4.02vw, 58px);
  break-inside: avoid-column;
}

.cc-item__button {
  margin-top: 1.25em;
}

.content-carousel .carousel-wrapper__navigation {
  margin-top: 30px;
}

@media all and (min-width: 782px) {
  .cc-item {
    display: flex;
    flex-direction: row;
    border-radius: 50px 0 50px 0;
  }
  .cc-item__image {
    flex: 0 1 45%;
  }
  .cc-item__image.img--sm {
    flex: 0 1 30%;
  }
  .cc-item__content {
    flex: 1 1 55%;
  }
  .cc-item__content.txt--sm {
    flex: 1 1 70%;
  }
}

.carousel-wrapper--posts .carousel-wrapper__navigation .swiper-pagination-bullets.swiper-pagination-horizontal {
  gap: 8px;
}

.carousel-wrapper--posts {
  overflow: visible;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

@media all and (max-width: 599px) {
  .recent-posts .swiper-container {
    padding-left: clamp(20px, 6vw, 70px);
    padding-right: clamp(20px, 6vw, 70px);
  }
}

/* Content Carousel
--------------------------------------------- */
.team {
  position: static;
  display: block;
  overflow: hidden;
}

.team * {
  min-height: 0;
  min-width: 0;
}

.carousel--team:not(.swiper-initialized) .swiper-slide {
  margin-bottom: clamp(26px, 2.08vw, 40px);
}

.member {
  overflow: hidden;
  background-color: var(--color-steel-blue);
  color: var(--color-white);
  --heading-color: var(--color-white);
  border-radius: 0 50px 0 50px;
}

.member__name {
  display: block;
  margin-top: 2em;
  font-size: clamp(18px, 2vw, 20px);
}

.member__name p {
  margin-bottom: 0;
  line-height: 1.5;
}

.member-name {
  font-weight: 700;
}

.member__image {
  overflow: hidden;
}

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

.member__content {
  padding: clamp(30px, 5.2vw, 65px) clamp(20px, 3.82vw, 55px);
  text-wrap: pretty;
}

.team .carousel-wrapper__navigation {
  margin-top: 30px;
}

.team .carousel-wrapper__navigation .swiper-pagination-bullets.swiper-pagination-horizontal {
  gap: 8px;
}

.team-grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  grid-template-rows: auto;
  grid-gap: 20px;
  gap: 20px;
}

.team-grid__item {
  background-color: var(--color-white);
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}

.member-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}

.member-col:hover img {
  opacity: 0.8;
}

.member-col__image img {
  display: block;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  transition: opacity 0.2s;
}

.member-col__content {
  padding: clamp(18px, 2vw, 20px);
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
  text-wrap: pretty;
}

.member-col__name .member-name {
  margin-bottom: .5em;
}

.member-col__name .member-name,
.member-col__name .member-role {
  display: block;
}

.member-col__name p {
  margin-bottom: 0;
  line-height: 1.2;
}

.member-col__name {
  display: block;
  margin-bottom: auto;
  font-size: clamp(18px, 2vw, 20px);
  text-wrap: balance;
}

.member-col--active .member-col__name {
  margin-bottom: 1em;
}

.member-col--active .member-col__bio {
  margin-bottom: auto;
}

.member-col__bio.hidden {
  display: none;
}

.member-col__icon {
  width: 44px;
  margin-left: auto;
  transition: transform 0.2s;
}

.toggle-bio--active {
  margin-top: 1em;
  transform: rotate(180deg);
}

.member-col__icon svg {
  display: block;
}

@media all and (min-width: 782px) {
  .member {
    display: flex;
    flex-direction: row;
  }
  .member__image {
    flex: 0 1 490px;
  }
  .member__content {
    flex: 1 1 480px;
  }
}

/* Testimonials
--------------------------------------------- */
.testimonials {
  position: static;
  display: block;
}

.testimonials .carousel-wrapper {
  --swiper-theme-color: var(--color-lime-green);
  --swiper-navigation-color: var(--color-lime-green);
  --swiper-pagination-color: var(--color-lime-green);
  --swiper-pagination-bullet-inactive-color: var(--color-steel-blue);
  --swiper-pagination-bullet-size: 18px;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
  --swiper-pagination-bullet-horizontal-gap: 0;
  overflow: visible;
}

.testimonials .carousel-wrapper__navigation {
  justify-content: space-between;
}

.testimonials .carousel-wrapper__navigation .swiper-pagination {
  order: 0;
}

.testimonials * {
  min-height: 0;
  min-width: 0;
}

.testimonials blockquote::before {
  content: open-quote;
  position: absolute;
  left: -.5em;
}

.testimonials blockquote {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  text-wrap: pretty;
  line-height: 1.2;
  quotes: "“" "”";
}

.testimonials blockquote p:first-of-type {
  margin-top: 0;
}

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

.testimonials blockquote b {
  font-weight: var(--body-font-weight-bold);
}

.testimonials .review__identity {
  font-style: normal;
  display: block;
  margin-top: 2em;
  font-size: clamp(20px, 0.64em, 2rem);
}

.carousel--testimonials:not(.swiper-initialized) .swiper-slide {
  margin-bottom: clamp(26px, 2.08vw, 40px);
}

@media all and (min-width: 500px) {
  .testimonials .carousel-wrapper__navigation {
    margin-top: clamp(18px, 2.1875vw, 28px);
    color: var(--color-lime-green);
    position: static;
  }
}

/* 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: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: clamp(40px, 4.44vw, 80px) clamp(24px, 4.44vw, 80px);
}

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

@media all and (max-width: 379px) {
  .client-logos {
    grid-gap: 30px clamp(10px, 6vw, 30px);
  }
  .client-logos .wp-block-image {
    flex: 0 1 calc(50% - 15px);
  }
}

@media all and (min-width: 800px) {
  .client-logos .wp-block-image {
    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;
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-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: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-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: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 28px;
  overflow: auto;
  white-space: nowrap;
}

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

/* Portfolio
--------------------------------------------- */
.portfolio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px 40px;
}

.portfolio .wp-block-image {
  flex: 0 1 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Scrolling Gallery
--------------------------------------------- */
#hire-gallery .wp-block-gallery.has-nested-images figure.wp-block-image.slick-slide {
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-row {
  overflow: hidden;
  padding-top: clamp(80px, 10.42vw, 190px);
  padding-bottom: clamp(80px, 13.54vw, 260px);
}

.gallery-row__header {
  font-size: clamp(28px, 2.6vw, 50px);
  margin-bottom: 1.5em;
}

@media all and (min-width: 1000px) {
  .gallery-row__header {
    font-size: clamp(28px, 2.6vw, 50px);
    margin-bottom: clamp(40px, 6.93vw, 130px);
  }
}

/* Post Grid Carousel
--------------------------------------------- */
.upcoming-events,
.todays-services,
.recent-posts {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 1279px) {
  .upcoming-events,
  .todays-services,
  .recent-posts {
    width: calc(100% - (var(--side-spacing) * 2));
    margin-left: auto;
    margin-right: auto;
  }
  .carousel-wrap.wp-block-group.alignfull > .wp-block-group__inner-container {
    margin-right: auto;
    margin-left: auto;
  }
  .carousel-wrap .wp-block-group__inner-container {
    width: 100% !important;
    max-width: 100%;
  }
}

.card-carousel .slick-track {
  margin: 0;
}

.card-carousel.slick-initialized {
  margin-left: -8px;
  margin-right: -8px;
}

.card-carousel.slick-initialized .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}

.card-carousel .post-card,
.card-carousel .event-card {
  flex: 0 0 100%;
}

@media all and (min-width: 640px) {
  .card-carousel .post-card,
  .card-carousel .event-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media all and (min-width: 1000px) {
  .card-carousel .post-card,
  .card-carousel .event-card {
    flex: 0 0 calc(33.333% - 11px);
  }
}

/* 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;
  mask-size: 14px;
  mask-repeat: no-repeat;
  mask-position: center .05em;
  vertical-align: middle;
  transition: all .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) + calc(100vw - var(--site-width)));
}

.slider-controls .carousel-dots {
  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: .2;
}

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

/* Posts/Events Carousel Header
--------------------------------------------- */
.carousel-header {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}

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

.carousel-header__heading .big-header {
  margin-bottom: 0;
}

.carousel-header__controls {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
  flex: 0 0 82px;
  margin-top: 0;
}

.photo-gallery__header .carousel-header__link {
  flex: 0 0 200px;
}

@media all and (min-width: 600px) {
  .carousel-header {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .carousel-header__heading {
    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
--------------------------------------------- */
.toggle-menu {
  grid-area: mh-toggle;
}

.masthead__branding {
  grid-area: mh-logo;
}

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

.masthead__widgets {
  grid-area: mh-widgets;
}

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

.masthead {
  z-index: 400;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--color-teal);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
}

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

.masthead a:focus {
  outline: none;
}

.masthead__main .container {
  display: grid;
  position: relative;
  grid-template-columns: minmax(90px, 130px) 1fr 42px;
  grid-template-rows: auto;
  grid-gap: 0 30px;
  gap: 0 30px;
  grid-template-areas: "mh-logo mh-widgets mh-toggle";
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.masthead__branding,
.masthead__branding svg {
  width: 100%;
}

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

.masthead__logo {
  display: flex;
  width: 130px;
  height: 44px;
  max-width: 100%;
  position: relative;
}

.masthead__widgets {
  z-index: 0;
  display: none;
}

#social-top,
.masthead__widgets .wp-block-social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#social-top .wp-block-social-link.wp-social-link,
.masthead__widgets .wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-flex;
  align-items: center;
}

#social-top svg,
.masthead__widgets .wp-block-social-links svg {
  display: block;
}

@media all and (min-width: 600px) {
  .masthead__widgets {
    display: block;
  }
  .masthead__main .container {
    padding-top: 20px;
    padding-bottom: 20px;
    grid-template-columns: minmax(90px, 170px) 1fr 42px;
  }
}

@media all and (min-height: 900px) {
  .masthead__main .container {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media all and (min-width: 1140px) {
  .masthead__main .container {
    grid-template-columns: minmax(90px, 240px) minmax(max-content, 1fr) max-content;
    grid-template-areas: "mh-logo mh-nav mh-widgets";
  }
}

@media all and (min-width: 1180px) {
  .masthead__menu {
    grid-area: mh-nav;
  }
  .masthead {
    transition: all 0.2s;
  }
  .masthead__main .container {
    display: grid;
    position: relative;
    grid-template-rows: auto;
    grid-gap: 0 24px;
    gap: 0 24px;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .masthead .custom-logo-link {
    width: 100%;
  }
  .masthead__branding {
    order: 1;
    transition: all 0.2s;
  }
  .masthead__branding a {
    display: block;
  }
  .masthead__nav {
    order: 2;
    margin-left: auto;
    justify-content: flex-end;
  }
  .masthead__logo {
    transition: all 0.2s;
  }
}

/* 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: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-background-body) url(assets/img/patterns/shape-footer.svg) bottom left/80vw no-repeat;
}

.site-footer__legal .container {
  flex-direction: column;
}

.site-footer .container {
  display: flex;
  flex-direction: row;
  flex-flow: column;
  width: 100%;
  position: relative;
}

.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-lime-green);
}

.site-footer__main {
  gap: 40px;
  padding-top: clamp(40px, 6.94vw, 100px);
}

.site-footer .widget_nav_menu + .widget_nav_menu {
  margin-top: 2em;
}

.site-footer .widget_nav_menu li {
  margin-bottom: 0.5em;
}

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

.site-footer__branding a {
  display: block;
}

.sf-brand {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
}

.sf-info {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.site-footer__main .site-footer__column {
  width: 100%;
  flex: 1 1 245px;
}

.site-footer__column.col--01 {
  order: 2;
}

.site-footer__column.col--02 {
  order: 3;
}

.site-footer__legal {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: var(--color-teal);
  --menu-item-link-color: var(--color-teal);
  --menu-item-link-color-hover: var(--color-white);
}

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

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

.site-footer__policies {
  display: flex;
  flex-direction: row;
  gap: .5em 2em;
  flex-wrap: wrap;
}

@media all and (max-width: 1000px) {
  .site-footer {
    background-size: 80vw;
    padding-bottom: 28vw !important;
  }
}

@media all and (min-width: 460px) {
  .site-footer .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 60px;
  }
  .site-footer__legal .container {
    flex-direction: column;
  }
  .sf-brand {
    margin-bottom: 0;
  }
}

@media all and (min-width: 782px) {
  .site-footer {
    background-size: 980px;
    background-position: bottom right 52vw;
  }
  .sf-info {
    flex: 0 1 610px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .site-footer__column,
  .site-footer__column.col--03 {
    flex: 1 1 50%;
  }
}

@media all and (min-width: 1000px) {
  .site-footer {
    background-position: bottom right 48vw;
  }
  .site-footer__main {
    padding-bottom: clamp(100px, 24vw, 240px);
  }
  .site-footer__main .container {
    grid-template-columns: minmax(140px, 190px) minmax(60%, 610px);
    justify-content: space-between;
  }
  .site-footer__legal .container {
    flex-direction: row;
  }
  .site-footer__legal p {
    margin-bottom: 0;
  }
  .site-footer__legal p + p {
    margin-top: 1em;
  }
  .sf-info {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 1280px) {
  .site-footer__branding {
    width: auto;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.nf-form-cont {
  font-size: clamp(16px, 2.15vw, 18px);
}

.site .nf-field-label .nf-label-span,
.site .nf-field-label label {
  font-size: clamp(16px, 2.15vw, 18px);
  line-height: 1.23;
  display: block;
  text-align: left;
}

.site .label-above .nf-field-label {
  margin-bottom: .5em;
}

.site .label-above .file_upload-wrap .nf-field-label {
  margin-bottom: .35em;
}

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

.field-wrap input[type=submit].button,
.nf-element.button,
.nf-element.button-outline {
  display: inline-flex;
  align-items: center;
  --button-background: var(--color-steel-blue);
  --button-color: var(--color-white);
  --button-background-hover: var(--color-lime-green);
  --button-color-hover: var(--color-steel-blue);
  padding: .5em 1.25em;
  --button-font-size: 20px;
  width: 155px;
}

#nf-field-11 {
  width: auto;
}

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

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

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

.site .nf-error.listimage-wrap .nf-field-element ul,
.site .nf-error .ninja-forms-field:not(.btn) {
  background-color: var(--color-alert-background);
  border-color: var(--color-alert);
  border-width: 1px;
}

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

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

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

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

.list-wrap .nf-label-span {
  margin-bottom: .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-lime-green);
}

.file_upload-wrap button,
.file_upload-wrap input[type=button],
.file_upload-wrap input[type=submit],
.file_upload-wrap .btn {
  --button-background: var(--color-lime-green);
  --button-color: var(--color-steel-blue);
  border-radius: 3em;
  padding: 0.5em 1.25em;
  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-steel-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-lime-green);
  --color-link-hover: var(--color-blue);
  margin-left: 1em;
  display: inline-block;
}

.files_uploaded p:last-child {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.08);
  padding: .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-blue);
}

.nf-form-wrap .list-checkbox-wrap .nf-field-element label,
.nf-form-wrap .list-radio-wrap .nf-field-element label {
  padding: .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 {
  border-radius: 2em;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  padding: 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: .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
--------------------------------------------- */
.grid-bg--11x8 {
  background: url(assets/img/patterns/grid-11x8-v2.svg) top 0 right 20px/auto 810px no-repeat;
}

.grid-bg--12x9 {
  background: url(assets/img/patterns/grid-12x9.svg) top 2px left 0/auto 730px no-repeat;
}

.grid-bg--20x15 {
  background: url(assets/img/patterns/grid-20x15.svg) top center/1440px no-repeat;
}

@media all and (min-width: 782px) {
  .grid-bg--12x9 {
    background-position: top 2px left 0;
  }
}

@media all and (min-width: 1440px) {
  .grid-bg--11x8 {
    background-position: top 0 right 31px;
  }
}

/* Partners
--------------------------------------------- */
#partners {
  background: url(assets/img/patterns/grid-12x9.svg) top center/auto 730px no-repeat;
  padding-top: 48px;
  padding-bottom: 50px;
  padding-left: clamp(30px, 6.94vw, 88px);
  padding-right: clamp(30px, 6.94vw, 88px);
}

@media all and (min-width: 782px) {
  #partners {
    padding-left: 44px;
    padding-right: clamp(30px, 6.94vw, 44px);
    background-position: top 0 left -44px;
    background-size: auto 730px;
  }
  .partner-row__content {
    padding-top: 114px;
  }
  .partner-row__text {
    max-width: 445px;
    min-height: 325px;
  }
}

@media all and (min-width: 1080px) {
  #partners {
    background-position: top left;
    padding-left: 88px;
    padding-right: clamp(30px, 6.94vw, 88px);
  }
}

/* About Us
--------------------------------------------- */
#about-us {
  padding-top: clamp(40px, 7vw, 90px);
  position: relative;
}

#about-shapes {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}

#about-shapes .wp-block-image,
#about-shapes .wp-block-image img {
  display: block;
}

#about-shapes .wp-block-image {
  position: absolute;
  bottom: 0;
}

#about-shapes .about-shapes__left {
  left: 0;
  width: clamp(240px, 38vw, 560px);
}

#about-shapes .about-shapes__right {
  right: 0;
  width: clamp(90px, 12.5vw, 180px);
}

@media all and (min-width: 782px) and (max-width: 899px) {
  #about-us {
    padding-bottom: clamp(100px, 24vw, 190px);
  }
  .about-grid-cols {
    grid-column-gap: 30px;
  }
}

@media all and (max-width: 899px) {
  .about-us__text {
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
  }
}

@media all and (min-width: 900px) {
  #about-us {
    padding-bottom: clamp(30px, 7vw, 90px);
  }
  .about-us-cols {
    padding-top: 57px;
    padding-bottom: 57px;
    min-height: 810px;
    background: url(assets/img/patterns/grid-about-us.svg) top center/auto 810px no-repeat;
  }
  .about-us__text {
    padding-left: clamp(53px, 6.5vw, 84px);
    padding-top: 33px;
  }
  .about-us__grid {
    max-width: 602px;
  }
  .about-grid {
    max-width: 500px;
    min-height: 630px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .about-grid__header,
  .about-grid__lead,
  .about-grid__text {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid var(--color-teal);
    border-right: 1px solid var(--color-teal);
    background-color: var(--color-lime-green);
    margin: 0;
  }
  .about-grid__header,
  .about-grid__lead {
    border-top: 1px solid var(--color-teal);
  }
  .about-grid__lead,
  .about-grid__text {
    border-bottom: 1px solid var(--color-teal);
  }
  .about-grid__header {
    grid-area: 1 / 1 / 2 / 5;
  }
  .about-grid__lead {
    grid-area: 2 / 1 / 4 / 7;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-grid__text {
    grid-area: 4 / 1 / 8 / 6;
    padding-top: 20px;
  }
}

@media all and (min-width: 1440px) {
  .about-us-cols {
    background: url(assets/img/patterns/grid-11x8-v2.svg) top 0 left 399px/auto 810px no-repeat;
  }
  .about-grid {
    max-width: 602px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: row;
    grid-template-areas: "about-grid__header about-grid__header about-grid__header about-grid__header . ." "about-grid__lead about-grid__lead about-grid__lead about-grid__lead about-grid__lead about-grid__lead" "about-grid__lead about-grid__lead about-grid__lead about-grid__lead about-grid__lead about-grid__lead" "about-grid__text about-grid__text about-grid__text about-grid__text about-grid__text ." "about-grid__text about-grid__text about-grid__text about-grid__text about-grid__text ." "about-grid__text about-grid__text about-grid__text about-grid__text about-grid__text ." "about-grid__text about-grid__text about-grid__text about-grid__text about-grid__text .";
  }
  .about-us__text {
    padding-left: 83px;
  }
  .about-grid__lead {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-grid__text {
    padding-top: 20px;
  }
  .about-grid__header {
    grid-area: about-grid__header;
  }
  .about-grid__lead {
    grid-area: about-grid__lead;
  }
  .about-grid__text {
    grid-area: about-grid__text;
  }
}

/* Logo Block
--------------------------------------------- */
.logo-block {
  min-height: 618px;
  padding: clamp(60px, 5vw, 80px) clamp(30px, 5vw, 105px);
}

/* Why Us
--------------------------------------------- */
.why-us-header p:last-of-type {
  margin-bottom: 0;
}

.why-us-header {
  background: url(assets/img/patterns/shape-whyus.svg) bottom 0 left 45vw/auto 80px no-repeat;
  min-height: 250px;
  padding-bottom: clamp(120px, 22vw, 180px);
}

/* Why Partner
--------------------------------------------- */
.why-partner {
  background: url(assets/img/patterns/why-partner--top.svg) top -50px left 60vw/500px no-repeat;
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

@media all and (min-width: 960px) {
  .why-partner {
    background-position: top right;
  }
}

/* Health Safety
--------------------------------------------- */
.hs-container {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

.hs-top {
  padding-bottom: clamp(60px, 9.26vw, 100px);
}

.hs-bottom {
  background: url(assets/img/patterns/hs-after.svg) bottom left 45vw/670px no-repeat;
  padding-bottom: 120px;
}

@media all and (min-width: 1080px) {
  .hs-top {
    background: url(assets/img/patterns/hs-top.svg) top right 41vw/845px no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hs-bottom {
    background-position: bottom left 53vw;
    padding-bottom: 90px;
  }
}

@media all and (min-width: 1158px) {
  .hs-bottom {
    padding-bottom: 150px;
  }
}

@media all and (min-width: 1440px) {
  .hs-top {
    background-position: top left;
  }
  .hs-bottom {
    background-position: bottom right;
  }
}

/* Testimonials +
--------------------------------------------- */
@media all and (min-width: 782px) {
  #testimonials,
  .testimonial-row {
    background: url(assets/img/patterns/shape-testimonials.svg) bottom left/449px no-repeat;
  }
  .after-testimonials {
    background: url(assets/img/patterns/shape-explore.svg) bottom left/449px no-repeat;
  }
  .after-testimonials.cases {
    background-image: url(assets/img/patterns/shape-cases.svg);
    min-height: 425px;
    background-position: top left;
  }
  .why-us-header {
    background-position: bottom 0 left 65vw;
    background-size: auto 250px;
    padding-bottom: clamp(40px, 6.94vw, 75px);
  }
}

@media all and (min-width: 782px) and (max-width: 1080px) {
  #testimonials,
  .testimonial-row {
    background-size: 40vw;
  }
  .after-testimonials {
    background-size: calc(40vw + 2px);
  }
}

/* Case Studies (Pattern on right)
--------------------------------------------- */
@media all and (min-width: 600px) {
  .cs-header--left-aligned {
    background: url(assets/img/patterns/cs-header.svg) top left 60vw/520px no-repeat;
  }
}

@media all and (min-width: 960px) {
  .cs-header--left-aligned {
    background-position: top right;
  }
}

/* 
--------------------------------------------- */
.wp-block-media-text.explore-services,
.explore-services {
  overflow: hidden;
  border-top-left-radius: clamp(30px, 3.47vw, 50px);
  border-bottom-right-radius: clamp(30px, 3.47vw, 50px);
}

.wp-block-media-text.explore-services .wp-block-media-text__media {
  min-height: 100%;
}

/* What We Do (Blue)
--------------------------------------------- */
.wwd-blue {
  background: url(assets/img/patterns/wwd-blue.svg) bottom left 864px/500px no-repeat;
}

@media all and (min-width: 1380px) {
  .wwd-blue {
    background-position: bottom left 940px;
  }
}

/* What We Do (White)
--------------------------------------------- */
.wwd-row__inner {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}

@media all and (min-width: 900px) {
  .wwd-row__inner {
    background: url(assets/img/patterns/wwd.svg) top 320px left -100px/60vw no-repeat;
  }
}

@media all and (min-width: 1300px) {
  .wwd-row__inner {
    background: url(assets/img/patterns/wwd.svg) top 320px left -80px/871px no-repeat;
  }
}

@media all and (min-width: 1380px) {
  .wwd-row__inner {
    background-position: top 318px left 0;
  }
}

/* 
--------------------------------------------- */
.foundation-row__inner {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
  padding-bottom: clamp(100px, 24vw, 190px);
}

@media all and (min-width: 1300px) {
  .foundation-row__inner {
    background: url(assets/img/patterns/foundation-shape.svg) top 0 left 638px/819px no-repeat;
  }
}

@media all and (min-width: 1380px) {
  .foundation-row__inner {
    background-position: top 0 left 718px;
  }
}

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