/*!
Theme Name: WithYouth
Author: C27Media
Author URI: https://www.c27media.co.uk
Description: Cuastom theme for WithYouth
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

base is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------- 
Typography ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Font Weights */
/* Padding & Margins */
/* ---------------------------------------------------------------------------------------------------------- 
Header Heights ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- 
Breakpoints ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .cta .wrap h2, .cta .wrap .single-post article h1, .single-post article .cta .wrap 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}

@font-face {
  font-family: "kocha";
  src: url("fonts/kocha-clean-webfont.woff2") format("woff2"), url("fonts/kocha-clean-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1, .cta .wrap h2, .cta .wrap .single-post article h1, .single-post article .cta .wrap h1,
h2,
.single-post article h1,
h3,
h4,
.content-accordion .panel button,
h5,
h6 {
  clear: both;
  font-family: filson-pro, sans-serif;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0;
  color: #1300C1;
}
h1 span.has-bg, .cta .wrap h2 span.has-bg, .cta .wrap .single-post article h1 span.has-bg, .single-post article .cta .wrap h1 span.has-bg,
h2 span.has-bg,
h3 span.has-bg,
h4 span.has-bg,
.content-accordion .panel button span.has-bg,
h5 span.has-bg,
h6 span.has-bg {
  padding: 0.75rem 1rem;
  display: inline-block;
  color: #fff;
}
@media (min-width: 1024px) {
  h1 span.has-bg, .cta .wrap h2 span.has-bg, .cta .wrap .single-post article h1 span.has-bg, .single-post article .cta .wrap h1 span.has-bg,
  h2 span.has-bg,
  h3 span.has-bg,
  h4 span.has-bg,
  .content-accordion .panel button span.has-bg,
  h5 span.has-bg,
  h6 span.has-bg {
    margin-left: -0.75rem;
  }
}

h1, .cta .wrap h2, .cta .wrap .single-post article h1, .single-post article .cta .wrap h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  h1, .cta .wrap h2, .cta .wrap .single-post article h1, .single-post article .cta .wrap h1 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}

h2, .single-post article h1, .single-post article .cta .wrap h2, .cta .wrap .single-post article h2, .cta .wrap .single-post article h1, .single-post article .cta .wrap h1 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  h2, .single-post article h1, .single-post article .cta .wrap h2, .cta .wrap .single-post article h2, .cta .wrap .single-post article h1, .single-post article .cta .wrap h1 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
    margin-top: 2.4rem;
  }
}
h2:first-of-type, .single-post article h1:first-of-type, .single-post article .cta .wrap h2:first-of-type, .cta .wrap .single-post article h2:first-of-type {
  margin-top: 0;
}

h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.9rem;
  margin-top: 2.6rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4, .content-accordion .panel button {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
h4:first-of-type, .content-accordion .panel button:first-of-type {
  margin-top: 0;
}

h5 {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

blockquote {
  font-family: filson-pro, sans-serif;
  font-size: 1.4rem;
  margin: 2rem auto;
  line-height: 1.3;
  position: relative;
  padding: 0 2.5rem;
  color: #1300C1;
}
blockquote p {
  position: relative;
}
blockquote p:before, blockquote p:after {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  color: #333333;
  color: #1300C1;
  font-size: 2rem;
  font-weight: bold;
}
blockquote p:before {
  content: "\f10d";
  position: absolute;
  top: -0.5rem;
  left: -2.3rem;
}
blockquote p:after {
  content: "\f10e";
  position: absolute;
  bottom: 0rem;
  margin-left: 0.5rem;
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  font-size: 1rem;
  font-family: filson-pro, sans-serif;
  font-style: normal;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big, .large {
  font-size: 1.3125rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 1rem 0 1rem 0;
  padding: 0;
  line-height: 1.5;
}

ul {
  list-style: none;
}
ul li {
  padding-left: 1rem;
  position: relative;
}
ul li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 0.75rem;
  position: absolute;
  left: 0px;
  top: 4px;
  content: "\f054";
  display: inline-block;
  color: #E60067;
}

ul.menu li:before, div.menu ul li:before {
  display: none;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

ol > li::marker {
  font-weight: bold;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

ul#wp-admin-bar-root-default {
  margin: 0 !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ff9800 !important;
  background: #ffe0b2 !important;
  text-decoration: underline;
  color: #000 !important;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

form.wpforms-form .wpforms-field-container input[type=text], form.wpforms-form .wpforms-field-container select, form.wpforms-form .wpforms-field-container textarea {
  border-color: #000 !important;
}
form.wpforms-form .wpforms-field-container input[type=text]:focus-visible,
form.wpforms-form .wpforms-field-container select:focus-visible,
form.wpforms-form .wpforms-field-container textarea:focus-visible {
  outline: 3px solid #ff9800 !important;
  background: #ffe0b2 !important;
  text-decoration: underline;
  color: #000 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  border-color: #000 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices:focus-visible {
  outline: 3px solid #ff9800 !important;
  background: #ffe0b2 !important;
  text-decoration: underline;
  color: #000 !important;
}

button[type=button]:focus-visible {
  outline: 3px solid #ff9800 !important;
  background: #ffe0b2 !important;
  text-decoration: underline;
  color: #000 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1300C1;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #1300C1;
}
a:hover, a:focus, a:active {
  color: #E60067;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: none;
}

.button,
a.button,
.wp-block-button__link {
  background-color: #1300C1;
  padding: 0.5rem 0.75rem;
  color: #fff;
  display: inline-block;
  transition: all 0.3s;
  line-height: 1.2;
  border-radius: 4px;
  font-family: kocha, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 1024px) {
  .button,
  a.button,
  .wp-block-button__link {
    padding: 0.75rem 1.5rem;
  }
}
.button:focus-visible,
a.button:focus-visible,
.wp-block-button__link:focus-visible {
  outline: 3px solid #ff9800; /* High-contrast orange outline */
  background: #ffe0b2; /* Light background to enhance focus */
  color: #000; /* Ensures good contrast */
  text-decoration: underline;
}
.button.yellow,
a.button.yellow,
.wp-block-button__link.yellow {
  background-color: #F8CB02;
  color: #333333;
}
.button.green,
a.button.green,
.wp-block-button__link.green {
  background-color: #2A8436;
}
.button.orange,
a.button.orange,
.wp-block-button__link.orange {
  background-color: #CE491C;
}
.button.pink,
a.button.pink,
.wp-block-button__link.pink {
  background-color: #E60067;
}
.button.blue,
a.button.blue,
.wp-block-button__link.blue {
  background-color: #1300C1;
}
.button.purple,
a.button.purple,
.wp-block-button__link.purple {
  background-color: #8149FF;
}
.button:hover,
a.button:hover,
.wp-block-button__link:hover {
  background-color: #E60067;
  color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: none;
  margin-left: auto;
  flex-direction: row;
  align-items: center;
  background-color: #1300C1;
  height: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .main-navigation {
    display: flex;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0 !important;
  padding: 0;
  position: relative;
  align-items: center;
  justify-content: space-between;
  /* Nested sub-menus (child sub-menus) */
}
.main-navigation ul li {
  margin: 0;
  position: relative;
  font-family: kocha, sans-serif;
  line-height: 1;
  text-align: center;
  font-size: 0.9rem;
}
.main-navigation ul li:last-of-type {
  margin-right: 0;
}
.main-navigation ul li.menu-item-has-children:after {
  font-family: "Font Awesome 6 Pro";
  position: relative;
  content: "\f078";
  color: #fff;
  font-size: 10px;
  top: -2px;
  display: inline;
  font-weight: 400;
}
.main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a, .main-navigation ul li.current-menu-ancestor > a {
  text-decoration: underline;
}
.main-navigation ul li:hover > a {
  color: #fff;
  text-decoration: underline;
}
.main-navigation ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 0;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
}
.main-navigation ul ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 100%;
  min-width: 220px;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 1rem 0.5rem;
  display: block;
}
.main-navigation ul ul.sub-menu li {
  position: relative;
  padding: 0;
  margin: 0 !important;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 0.9rem;
}
.main-navigation ul ul.sub-menu li:hover > ul, .main-navigation ul ul.sub-menu li.focus > ul {
  left: 100%;
}
.main-navigation ul ul.sub-menu li:last-of-type a {
  border-bottom: none;
}
.main-navigation ul ul.sub-menu li.menu-item-has-children:after {
  color: #333333;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  content: "\f054";
  color: #333333;
  font-size: 0.9rem;
  top: 6px;
  right: 1rem;
  display: inline;
  font-weight: 400;
}
.main-navigation ul ul.sub-menu li.current_page_item > a, .main-navigation ul ul.sub-menu li.current-menu-item > a, .main-navigation ul ul.sub-menu li.current_page_ancestor > a, .main-navigation ul ul.sub-menu li.current-menu-ancestor > a {
  text-decoration: underline;
}
.main-navigation ul ul.sub-menu a {
  min-width: 220px;
  color: #1300C1;
  padding: 0.5rem 0;
  margin: 0 1rem;
  text-transform: uppercase;
  display: block;
}
.main-navigation ul ul.sub-menu a:before {
  display: none;
}
.main-navigation ul ul.sub-menu a:hover,
.main-navigation ul ul.sub-menu a.focus {
  color: #E60067;
  text-decoration: underline;
}
.main-navigation ul > li:hover > ul.sub-menu,
.main-navigation ul > li:focus-within > ul.sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 1.5rem;
}
.main-navigation ul > li:hover > ul.sub-menu a,
.main-navigation ul > li:focus-within > ul.sub-menu a {
  padding: 0.5rem 0;
}
.main-navigation ul ul.sub-menu ul.sub-menu {
  padding: 1rem 0.5rem;
  min-width: 220px;
  top: 0;
  left: auto;
  right: 100%; /* Open to the left of the parent */
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    align-items: center;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Focus state for keyboard users */
.menu a:focus-visible,
.menu li > a:focus-visible {
  outline: 3px solid #ff9800;
  background: #ffe0b2;
  text-decoration: underline;
  color: #000;
}

.menu__toggler {
  position: fixed;
  z-index: 999;
  width: 40px;
  height: 40px;
  right: 1rem;
  top: 10px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
}
@media (min-width: 1024px) {
  .menu__toggler {
    display: none;
  }
}
.menu__toggler span,
.menu__toggler span::before,
.menu__toggler span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2.5px;
  background: #fff;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.menu__toggler span {
  background-color: #1300C1;
}
.menu__toggler span::before {
  top: -8px;
  background-color: #E60067;
}
.menu__toggler span::after {
  top: 8px;
  background-color: #2A8436;
}
.menu__toggler.active > span {
  background: transparent;
}
.menu__toggler.active > span::before, .menu__toggler.active > span::after {
  background: #E60067;
  top: 0px;
}
.menu__toggler.active > span::before {
  transform: rotate(-225deg);
}
.menu__toggler.active > span::after {
  transform: rotate(225deg);
}

#mobile-header-links {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mobile-header-links .button {
  flex: 0 0 calc(50% - 1rem);
  margin: 0.25rem 0;
}

.menu.offcanvas {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 998;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 800ms right cubic-bezier(0.77, 0, 0.175, 1);
  padding: 1rem;
  overflow: auto;
}
@media (min-width: 1024px) {
  .menu.offcanvas {
    display: none;
    visibility: hidden;
  }
}
.menu.offcanvas.active {
  right: 0;
}
.menu.offcanvas p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.menu.offcanvas ul {
  color: #1300C1;
  margin: 0;
  font-size: 1rem;
  list-style: none;
  text-align: left;
}
.menu.offcanvas ul li {
  padding: 0.5rem 0;
}
.menu.offcanvas ul li:hover {
  opacity: 1;
}
.menu.offcanvas ul li.current_page_item > a, .menu.offcanvas ul li.current-menu-item > a, .menu.offcanvas ul li.current_page_ancestor > a, .menu.offcanvas ul li.current-menu-ancestor > a {
  color: #E60067;
}
.menu.offcanvas ul li.current_page_item > a:before, .menu.offcanvas ul li.current-menu-item > a:before, .menu.offcanvas ul li.current_page_ancestor > a:before, .menu.offcanvas ul li.current-menu-ancestor > a:before {
  display: none;
}
.menu.offcanvas ul li > a {
  color: #1300C1;
}
.menu.offcanvas ul.main-menu {
  padding: 0;
}
.menu.offcanvas ul.sub-menu {
  max-height: 0px;
  overflow-y: hidden;
  transition: all 0.3s;
  list-style: none;
}
.menu.offcanvas li.menu-item-has-children {
  position: relative;
}
.menu.offcanvas li.menu-item-has-children:focus {
  outline: none;
}
.menu.offcanvas li.menu-item-has-children:after {
  content: "+";
  font-family: "Font Awesome 6 pro";
  color: #1300C1;
  position: absolute;
  right: 1rem;
  top: 13px;
  font-size: 0.8rem;
  opacity: 1;
  font-weight: bold;
}
.menu.offcanvas li.menu-item-has-children.open:after {
  content: "\f068";
}
.menu.offcanvas li.menu-item-has-children.open > ul.sub-menu {
  max-height: 1000px;
  padding: 1rem 0;
  margin-left: 0;
  margin-bottom: 1rem;
}
.menu.offcanvas li.menu-item-has-children.open > ul.sub-menu li {
  list-style: none;
  padding: 0 2rem 0 1rem;
}
.menu.offcanvas li.menu-item-has-children.open > ul.sub-menu li:first-of-type {
  padding-top: 0;
}
.menu.offcanvas li.menu-item-has-children.open > ul.sub-menu li a {
  padding: 0.25rem 0;
  display: block;
  font-size: 0.9rem;
  padding-right: 1rem;
}
.menu.offcanvas #language {
  display: block;
  margin: 0;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

a.paginate_button:focus-visible,
.select2-container--default .select2-selection--single:focus-visible,
a.reset:focus-visible {
  outline: 3px solid #ff9800 !important;
  background: #ffe0b2 !important;
  text-decoration: underline;
  color: #000 !important;
}

input[type=search]:focus-visible,
button[type=button].gm-control-active:focus-visible {
  outline: 3px solid #ff9800 !important;
  background: #ffe0b2 !important;
  text-decoration: underline;
  color: #000 !important;
}

button[type=submit].wpforms-submit:focus-visible {
  outline: 3px solid #ff9800 !important;
  background: #ffe0b2 !important;
  text-decoration: underline;
  color: #000 !important;
}

.posts-table-wrapper .posts-table-controls select, .posts-table-wrapper .posts-table-controls input[type=search] {
  border: 2px solid #1300C1;
}
.posts-table-wrapper .posts-table-controls .select2-container .select2-selection--single {
  border: 2px solid #1300C1;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#top-bar {
  display: none;
  height: 35px;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 400;
  background-color: #E60067;
  color: #fff;
}
@media (min-width: 1024px) {
  #top-bar {
    display: flex;
  }
}
#top-bar a {
  color: #fff;
}
#top-bar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#top-bar #tb-left {
  flex: 0 0 calc(25% - 1rem);
  display: flex;
  align-items: center;
}
#top-bar #tb-right {
  flex: 0 0 calc(50% - 1rem);
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}
#top-bar #tb-right a:focus-visible {
  outline: 3px solid #ff9800;
  background: #ffe0b2;
  color: #000;
}
#top-bar #tb-contact {
  margin-right: 2rem;
  color: #fff;
}
#top-bar #tb-contact i:nth-of-type(2) {
  margin-left: 0.5rem;
}
#top-bar #tb-contact a {
  margin-right: 0.25rem;
  text-decoration: none;
}
#top-bar #tb-contact a:hover {
  opacity: 0.7;
}
#top-bar .social a:first-of-type > i {
  margin-left: 1rem;
}
#top-bar .social i {
  margin: 0 0.25rem;
  font-size: 1.125rem;
  font-weight: 400;
}
#top-bar .social a:hover i {
  opacity: 0.6;
  color: #fff;
}
#top-bar .social a:focus-visible {
  outline: 3px solid #ff9800;
  background: #ffe0b2;
}
#top-bar .social a:focus-visible i {
  color: #000;
}
#top-bar .gt_white_content a {
  color: #333333;
}

header {
  background-color: #fff;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  height: 60px;
}
header .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  header {
    height: 85px;
  }
}
@media (min-width: 1024px) {
  header {
    height: 140px;
  }
}
header .social {
  margin-left: 1.5rem;
  margin-top: 7px;
}
header .social a:hover i {
  color: #E60067;
}
header .social i {
  margin: 0 0.25rem;
}
@media (min-width: 1024px) {
  header .social {
    display: none;
  }
}
@media (min-width: 1024px) {
  header #language {
    display: none;
  }
}
header #header-right {
  display: none;
  margin-left: auto;
  flex: 0 0 calc(66.667% - 1rem);
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1024px) {
  header #header-right {
    display: flex;
  }
}
header #header-right .button {
  margin-left: 1rem;
  font-family: kocha, sans-serif;
}
header #header-right .button:first-of-type {
  margin-left: 0;
}
header #header-right .button:focus-visible {
  outline: 3px solid #ff9800; /* High-contrast orange outline */
  background: #ffe0b2; /* Light background to enhance focus */
  color: #000; /* Ensures good contrast */
  text-decoration: underline;
}

/*--------------------------------------------------------------
# LOGOS AND BRANDING
--------------------------------------------------------------*/
.site-branding a.custom-logo-link {
  height: 32px;
  width: 148px;
  display: block;
  transition: all 0.3s;
}
.site-branding a.custom-logo-link img {
  width: 100%;
  height: 100%;
}
.site-branding a.custom-logo-link:focus-visible {
  outline: 3px solid #ff9800;
  color: #000;
}
@media (min-width: 1024px) {
  .site-branding a.custom-logo-link {
    height: 85px;
    width: 392px;
  }
}

#sb-search {
  height: 100%;
}
#sb-search form {
  position: relative;
  height: 100%;
  margin: 0;
}
#sb-search input[type=search] {
  background-color: #e60066;
  color: #ffffff;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 0 1rem;
}
#sb-search input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #fff;
  font-weight: normal;
}
#sb-search input[type=search]::placeholder {
  opacity: 1;
  color: #fff;
  font-weight: normal;
}
#sb-search input[type=search]:focus {
  outline: none;
}
#sb-search input[type=search]:focus-visible {
  outline: 3px solid #ff9800;
  background: #ffe0b2;
  color: #000;
}
#sb-search input[type=search]:focus-visible::-moz-placeholder {
  color: #000;
}
#sb-search input[type=search]:focus-visible::placeholder {
  color: #000;
}
#sb-search input[type=submit] {
  background-color: #e60066;
  color: #ffffff;
  border: 0;
  font-weight: bold;
  border-radius: 0;
  height: 100%;
}
#sb-search .sb-icon-search {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  background-color: #e60066;
  padding: 0;
  font-weight: bold;
  transition: all 0.3s;
  color: #fff;
}
#sb-search .sb-icon-search:hover {
  cursor: pointer;
  background-color: #1300C1;
}
#sb-search .sb-icon-search:focus-visible {
  outline: 3px solid #ff9800;
  background-color: #ffe0b2;
  color: #000;
}

#offcanvas-menu #sb-search {
  height: 40px;
  width: 85%;
  margin-top: -6px;
}
#offcanvas-menu input[type=search] {
  flex: 1 0 80%;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1rem;
  color: #1300C1;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#offcanvas-menu input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
#offcanvas-menu input[type=search]::placeholder {
  opacity: 1;
  color: #999999;
}
#offcanvas-menu input[type=submit] {
  background-color: #fff;
}
#offcanvas-menu .sb-icon-search {
  right: 0;
  background-color: #fff;
  color: #1300C1;
}
#offcanvas-menu .sb-icon-search i {
  font-size: 1.25rem;
}
#offcanvas-menu .sb-icon-search:hover i {
  color: #fff;
}
#offcanvas-menu .sb-icon-search:focus-visible {
  outline: 3px solid #ff9800;
  background: #ffe0b2;
  color: #000;
}

#banner {
  position: relative;
  height: 70vh;
  max-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: bottom center;
}
@media (min-width: 1024px) {
  #banner {
    height: 80vh;
  }
}
#banner svg.curve {
  z-index: 1;
}
#banner .slider-container,
#banner .slick-slider,
#banner .slick-list,
#banner .slick-track {
  height: 100%;
  width: 100%;
  z-index: 0;
}
#banner .slide {
  height: 100%;
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
#banner .slide picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
#banner .slide picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#banner .slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}
#banner .banner-content {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  position: relative;
}
@media (min-width: 1024px) {
  #banner .banner-content {
    text-align: left;
    width: 41.667%;
    max-width: 1200px;
    font-size: 1.25rem;
    margin: 0;
    margin-left: 8.33%;
  }
}
#banner .banner-content * {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
#banner .button-label {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  #banner .button-label {
    flex-direction: row;
    margin-top: 2rem;
  }
}
#banner .button-label .button {
  display: flex;
  align-items: center;
  font-family: kocha, sans-serif;
  background-color: #E60067;
  text-align: center;
  width: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  color: #fff;
}
@media (min-width: 1024px) {
  #banner .button-label .button {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
#banner .button-label .button:hover {
  background-color: #E60067;
}

footer {
  background-color: #fff;
  color: #333333;
  padding: 4rem 0 2rem 0;
  font-size: 0.9rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  footer {
    padding: 4rem 0;
  }
}
footer a {
  text-decoration: none;
  font-weight: bold;
}
footer img.footer-image {
  max-width: 200px;
  margin-bottom: 1rem;
}
footer h4, footer .content-accordion .panel button, .content-accordion .panel footer button {
  color: #1300C1;
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .col {
  flex: 0 0 100%;
  margin-bottom: 2rem;
  text-align: left;
}
@media (min-width: 1024px) {
  footer .col {
    flex: 0 0 calc(25% - 1rem);
    margin-bottom: 0;
  }
  footer .col:nth-of-type(1) {
    text-align: center;
    margin-right: 8.33%;
  }
  footer .col:nth-of-type(3) {
    flex: 0 0 calc(16.667% - 1rem);
  }
  footer .col:nth-of-type(4) {
    text-align: right;
  }
  footer .col:nth-of-type(4) p {
    margin-bottom: 0.5rem;
  }
}
footer ul {
  margin: 0;
  list-style: none;
}
footer ul li {
  min-height: 24px;
  text-align: left;
  display: flex;
}
footer ul li:before {
  top: 4px;
}
footer ul a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 0.125rem 0;
}
footer ul a:focus-visible {
  outline: 3px solid #ff9800; /* High-contrast orange outline */
  background: #ffe0b2 !important; /* Light background to enhance focus */
  color: #000; /* Ensures good contrast */
  text-decoration: underline;
}
footer div.social ul > li {
  padding-left: 0;
}
footer div.social ul > li i {
  width: 1rem;
}
footer div.social ul > li:before {
  display: none;
}

.error404 #content > main {
  text-align: center;
  height: 80vh;
  background-color: #fff;
  background-size: cover;
}
.error404 #content > main .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
.error404 #content > main .wrap * {
  color: #1300C1;
}
.error404 #content > main .wrap .button {
  color: #fff;
}
.error404 #content > main .wrap span.pre-head {
  font-size: 1.75rem;
}
.error404 #content > main .wrap h1, .error404 #content > main .cta .wrap h2, .cta .error404 #content > main .wrap h2 {
  font-size: 104px;
  font-weight: bold;
  margin-bottom: -20px;
}
.error404 #content > main .wrap p {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}

.blog .site-content,
.single-post .site-content,
.search .site-content {
  padding: 2.5rem 0;
}
@media (min-width: 1024px) {
  .blog .site-content,
  .single-post .site-content,
  .search .site-content {
    padding: 4.375rem 0;
  }
}
.blog .site-content .wrap,
.single-post .site-content .wrap,
.search .site-content .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .blog main,
  .single-post main,
  .search main {
    flex: 0 0 calc(75% - 1rem);
  }
}
@media (min-width: 1024px) {
  .blog #sidebar,
  .single-post #sidebar,
  .search #sidebar {
    flex: 0 0 calc(25% - 1rem);
  }
}
.blog main > .wrap,
.single-post main > .wrap,
.search main > .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}
.blog main > .wrap h2, .blog main > .wrap .single-post article h1,
.single-post main > .wrap h2,
.single-post main > .wrap article h1,
.single-post article main > .wrap h1,
.search main > .wrap h2,
.search main > .wrap .single-post article h1 {
  width: 100%;
}
.blog article,
.single-post article,
.search article {
  display: block !important;
  flex: 0 0 calc(50% - 0.5rem);
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1200px) {
  .blog article,
  .single-post article,
  .search article {
    flex: 0 0 calc(33.33% - 1rem);
  }
}
.blog article picture,
.single-post article picture,
.search article picture {
  position: relative;
  display: block;
}
.blog article picture img,
.single-post article picture img,
.search article picture img {
  display: block;
}
.blog article picture span.post-date,
.single-post article picture span.post-date,
.search article picture span.post-date {
  position: absolute;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.blog article picture span.post-date i,
.single-post article picture span.post-date i,
.search article picture span.post-date i {
  margin-right: 0.25rem;
}
.blog article .post-link,
.single-post article .post-link,
.search article .post-link {
  position: relative;
  padding: 0.5rem;
  background-color: #E60067;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 0 0 4px 4px;
  min-height: 50px;
  transition: all 0.3s;
}
.blog article .post-link *,
.single-post article .post-link *,
.search article .post-link * {
  color: #fff;
}
@media (min-width: 1024px) {
  .blog article .post-link,
  .single-post article .post-link,
  .search article .post-link {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .blog article .post-link,
  .single-post article .post-link,
  .search article .post-link {
    min-height: 70px;
    border-radius: 0 0 8px 8px;
  }
}
.blog article .post-link h4, .blog article .post-link .content-accordion .panel button, .content-accordion .panel .blog article .post-link button,
.single-post article .post-link h4,
.single-post article .post-link .content-accordion .panel button,
.content-accordion .panel .single-post article .post-link button,
.search article .post-link h4,
.search article .post-link .content-accordion .panel button,
.content-accordion .panel .search article .post-link button {
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .blog article .post-link h4, .blog article .post-link .content-accordion .panel button, .content-accordion .panel .blog article .post-link button,
  .single-post article .post-link h4,
  .single-post article .post-link .content-accordion .panel button,
  .content-accordion .panel .single-post article .post-link button,
  .search article .post-link h4,
  .search article .post-link .content-accordion .panel button,
  .content-accordion .panel .search article .post-link button {
    font-size: 1rem;
  }
}
.blog article .post-link i,
.single-post article .post-link i,
.search article .post-link i {
  display: none;
  position: absolute;
  bottom: 1.65rem;
  right: 1rem;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .blog article .post-link i,
  .single-post article .post-link i,
  .search article .post-link i {
    display: block;
  }
}
.blog article:hover .post-link,
.single-post article:hover .post-link,
.search article:hover .post-link {
  background-color: #1300C1;
}
.blog article:hover .post-link i,
.single-post article:hover .post-link i,
.search article:hover .post-link i {
  right: 0.5rem;
}
.blog #sidebar,
.single-post #sidebar,
.search #sidebar {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .blog #sidebar,
  .single-post #sidebar,
  .search #sidebar {
    margin-top: 1rem;
  }
}
.blog #sidebar h2, .blog #sidebar .single-post article h1,
.single-post #sidebar h2,
.single-post #sidebar article h1,
.single-post article #sidebar h1,
.search #sidebar h2,
.search #sidebar .single-post article h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.blog #sidebar ul,
.single-post #sidebar ul,
.search #sidebar ul {
  padding: 0;
  margin: 0;
}
.blog #sidebar ul li,
.single-post #sidebar ul li,
.search #sidebar ul li {
  list-style: none;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.5rem;
  padding-left: 0;
  border-bottom: 1px solid #1300C1;
}
.blog #sidebar ul li:before,
.single-post #sidebar ul li:before,
.search #sidebar ul li:before {
  display: none;
}

.single-post article {
  flex: 0 0 100%;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .single-post article {
    padding-bottom: 4.375rem;
  }
}
.single-post article span.date {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: -1rem;
  margin-bottom: 1rem;
}

svg.curve {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  border: 0;
  outline: 0;
  z-index: 1;
}
svg.curve .curve.white {
  fill: #fff;
}
svg.curve .curve.green {
  fill: #2A8436;
}
svg.curve .curve.yellow {
  fill: #F8CB02;
}
svg.curve .curve.blue {
  fill: #1300C1;
}
svg.curve .curve.pink {
  fill: #E60067;
}
svg.curve .curve.purple {
  fill: #8149FF;
}
svg.curve .curve.orange {
  fill: #CE491C;
}

/*--------------------------------------------------------------
# SUB BANNER
--------------------------------------------------------------*/
#sub-banner {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  #sub-banner {
    margin-bottom: 0;
  }
}
#sub-banner svg {
  z-index: -1;
}
#sub-banner .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#sub-banner .wrap #left-content {
  flex: 0 0 100%;
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  #sub-banner .wrap #left-content {
    flex: 0 0 calc(41.667% - 1rem);
    padding: 6rem 0;
  }
}
#sub-banner .wrap #left-content p {
  font-weight: 400;
}
#sub-banner .wrap #box-holder {
  margin-bottom: -2rem;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  #sub-banner .wrap #box-holder {
    flex: 0 0 calc(41.667% - 1rem);
    margin-bottom: 0;
  }
}
#sub-banner .wrap #box-holder .box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 calc(50% - 0.5rem);
}
#sub-banner .wrap #box-holder .box picture {
  position: relative;
}
#sub-banner .wrap #box-holder .box picture img {
  display: block;
}
#sub-banner .wrap #box-holder .box .box-link {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  padding: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #E60067;
  transition: all ease-in 0.3s;
  width: 100%;
  font-size: 0.8rem;
}
@media (min-width: 1024px) {
  #sub-banner .wrap #box-holder .box .box-link {
    font-size: 1rem;
  }
}
#sub-banner .wrap #box-holder .box .box-link i {
  margin-left: 0.25rem;
  transition: all 0.3s;
  right: 0;
  display: flex;
}
#sub-banner .wrap #box-holder .box:nth-of-type(2) .box-link {
  background-color: #1300C1;
}
#sub-banner .wrap #box-holder .box:hover i {
  position: relative;
  margin-right: 0;
  margin-left: 25%;
}
#sub-banner .wrap #box-holder .box:focus-visible {
  outline: 3px solid #ff9800; /* High-contrast orange outline */
  background: #ffe0b2; /* Light background to enhance focus */
  color: #000; /* Ensures good contrast */
  text-decoration: underline;
}

/*--------------------------------------------------------------
# ADJUSTABLE COLUMNS
--------------------------------------------------------------*/
.col-1, .col-2, .col-3, .col-4 {
  position: relative;
}
.col-1 .wrap, .col-2 .wrap, .col-3 .wrap, .col-4 .wrap {
  position: relative;
  flex-wrap: wrap;
}
.col-1 svg, .col-2 svg, .col-3 svg, .col-4 svg {
  z-index: 0;
}

/*--------------------------------------------------------------
# 1 COL BLOCK
--------------------------------------------------------------*/
.col-1 .wrap {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.col-1 .wrap > div {
  flex: 0 0 100%;
}

/*--------------------------------------------------------------
# 2 COL BLOCK
--------------------------------------------------------------*/
.col-2 .wrap {
  display: flex;
  justify-content: space-between;
}
.col-2 .wrap > div {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .col-2 .wrap > div {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 768px) {
  .col-2.col-60-40 div:nth-of-type(odd) {
    flex: 0 0 calc(60% - 1rem);
  }
  .col-2.col-60-40 div:nth-of-type(even) {
    flex: 0 0 calc(40% - 1rem);
  }
  .col-2.col-70-30 div:nth-of-type(odd) {
    flex: 0 0 calc(70% - 1rem);
  }
  .col-2.col-70-30 div:nth-of-type(even) {
    flex: 0 0 calc(30% - 1rem);
  }
  .col-2.col-80-20 div:nth-of-type(odd) {
    flex: 0 0 calc(80% - 1rem);
  }
  .col-2.col-80-20 div:nth-of-type(even) {
    flex: 0 0 calc(20% - 1rem);
  }
  .col-2.col-20-80 div:nth-of-type(odd) {
    flex: 0 0 calc(20% - 1rem);
  }
  .col-2.col-20-80 div:nth-of-type(even) {
    flex: 0 0 calc(80% - 1rem);
  }
  .col-2.col-30-70 div:nth-of-type(odd) {
    flex: 0 0 calc(30% - 1rem);
  }
  .col-2.col-30-70 div:nth-of-type(even) {
    flex: 0 0 calc(70% - 1rem);
  }
  .col-2.col-40-60 div:nth-of-type(odd) {
    flex: 0 0 calc(40% - 1rem);
  }
  .col-2.col-40-60 div:nth-of-type(even) {
    flex: 0 0 calc(60% - 1rem);
  }
}

/*--------------------------------------------------------------
# 3 COL BLOCK
--------------------------------------------------------------*/
.col-3 .wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .col-3 .wrap > div {
    flex: 0 0 calc(33.33% - 1rem);
  }
}
@media (min-width: 768px) {
  .col-3.col-20-60-20 div:nth-of-type(3n + 1),
  .col-3.col-20-60-20 div:nth-of-type(3n + 3) {
    flex: 0 0 calc(20% - 1rem);
  }
  .col-3.col-20-60-20 div:nth-of-type(3n+2) {
    flex: 0 0 calc(60% - 1rem);
  }
  .col-3.col-20-20-60 div:nth-of-type(3n + 1),
  .col-3.col-20-20-60 div:nth-of-type(3n + 2) {
    flex: 0 0 calc(20% - 1rem);
  }
  .col-3.col-20-20-60 div:nth-of-type(3n+3) {
    flex: 0 0 calc(60% - 1rem);
  }
  .col-3.col-60-20-20 div:nth-of-type(3n + 2),
  .col-3.col-60-20-20 div:nth-of-type(3n + 3) {
    flex: 0 0 calc(20% - 1rem);
  }
  .col-3.col-60-20-20 div:nth-of-type(3n+1) {
    flex: 0 0 calc(60% - 1rem);
  }
}

/*--------------------------------------------------------------
# 4 COL BLOCK
--------------------------------------------------------------*/
.col-4 .wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .col-4 .wrap > div {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  .col-4 .wrap > div {
    flex: 0 0 calc(25% - 1rem);
  }
}

/*--------------------------------------------------------------
# BOX LINK ROW
--------------------------------------------------------------*/
.row-intro {
  text-align: center;
  padding-bottom: 2.5rem;
  margin: 0 1rem;
}
@media (min-width: 1024px) {
  .row-intro {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .row-intro {
    max-width: 50%;
    margin: 0 auto;
  }
  .row-intro p {
    font-size: 125%;
  }
}

.box-link-row {
  position: relative;
}
.box-link-row.no-padding .box-link.overlap {
  margin-top: -1rem;
}
.box-link-row.top-bottom-padding .box-link.overlap, .box-link-row.top-padding .box-link.overlap {
  margin-top: -5rem;
}
.box-link-row .box-link-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.box-link-row .box-link-holder .box-link {
  position: relative;
  flex: 0 0 90%;
  margin: 0 auto 2rem auto;
}
@media (min-width: 768px) {
  .box-link-row .box-link-holder .box-link {
    flex: 0 0 calc(33.33% - 1rem);
  }
}
.box-link-row .box-link-holder .box-link:after {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 13px;
  left: 13px;
  z-index: 0;
  width: 99%;
  height: 97%;
  content: "";
  overflow: visible;
  transition: all 0.3s;
}
.box-link-row .box-link-holder .box-link:focus-visible {
  outline: 3px solid #ff9800; /* High-contrast orange outline */
  background: #ffe0b2; /* Light background to enhance focus */
  color: #000; /* Ensures good contrast */
  text-decoration: underline;
}
.box-link-row .box-link-holder .box-link.pink span {
  background-color: #E60067;
}
.box-link-row .box-link-holder .box-link.pink:after {
  background-image: url("images/rough-shadow-pink.png");
}
.box-link-row .box-link-holder .box-link.green span {
  background-color: #2A8436;
}
.box-link-row .box-link-holder .box-link.green:after {
  background-image: url("images/rough-shadow-green.png");
}
.box-link-row .box-link-holder .box-link.blue span {
  background-color: #1300C1;
}
.box-link-row .box-link-holder .box-link.blue:after {
  background-image: url("images/rough-shadow-blue.png");
}
.box-link-row .box-link-holder .box-link.orange span {
  background-color: #CE491C;
}
.box-link-row .box-link-holder .box-link.orange:after {
  background-image: url("images/rough-shadow-orange.png");
}
.box-link-row .box-link-holder .box-link.yellow span {
  background-color: #F8CB02;
  color: #333333;
}
.box-link-row .box-link-holder .box-link.yellow:after {
  background-image: url("images/rough-shadow-yellow.png");
}
.box-link-row .box-link-holder .box-link.purple span {
  background-color: #8149FF;
}
.box-link-row .box-link-holder .box-link.purple:after {
  background-image: url("images/rough-shadow-purple.png");
}
.box-link-row .box-link-holder .box-link picture {
  position: relative;
  z-index: 1;
}
.box-link-row .box-link-holder .box-link img {
  -webkit-mask-image: url("images/rough-mask.png");
          mask-image: url("images/rough-mask.png");
  mask-mode: alpha;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-shadow: 5px 5px 0 #2A8436;
  aspect-ratio: 8/5;
}
.box-link-row .box-link-holder .box-link span {
  position: absolute;
  left: 0;
  bottom: 3.5rem;
  display: block;
  padding: 0.5rem 1rem;
  background-color: #E60067;
  color: #fff;
  z-index: 2;
  font-family: kocha, sans-serif;
  text-transform: uppercase;
  transition: all 0.3s;
}
.box-link-row .box-link-holder .box-link:hover span {
  padding-left: 1.5rem;
}
.box-link-row .box-link-holder .box-link:hover:after {
  top: 0;
  left: 0;
  opacity: 0;
}

/*--------------------------------------------------------------
# BOX TEXT ROW
--------------------------------------------------------------*/
.box-text-row {
  background-color: #CE491C;
  position: relative;
}
.box-text-row .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.box-text-row.no-padding .box-text-holder.overlap {
  margin-top: -1rem;
}
.box-text-row.top-bottom-padding .box-text-holder.overlap, .box-text-row.top-padding .box-text-holder.overlap {
  margin-top: -5rem;
}
.box-text-row .box-text-holder {
  margin-top: -1rem;
  margin-bottom: 4rem;
  text-align: center;
  flex: 0 0 100%;
}
.box-text-row .box-text-holder:last-of-type {
  margin-bottom: 0;
}
.box-text-row .box-text-holder h2, .box-text-row .box-text-holder .single-post article h1, .single-post article .box-text-row .box-text-holder h1 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .box-text-row .box-text-holder {
    flex: 0 0 calc(33% - 1rem);
    margin-bottom: 0;
  }
}
.box-text-row .box-text-holder img {
  -webkit-mask-image: url("images/rough-mask.png");
          mask-image: url("images/rough-mask.png");
  mask-mode: alpha;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.box-text-row .box-text-holder .box-text {
  padding: 0 3rem;
  color: #fff;
  font-weight: 400;
}

/*--------------------------------------------------------------
# POST ROW
--------------------------------------------------------------*/
.post-row {
  padding: 2.5rem 0;
  position: relative;
}
@media (min-width: 1024px) {
  .post-row {
    padding: 4.375rem 0;
  }
}
.post-row article {
  flex: 0 0 calc(50% - 0.5rem);
  margin-top: 1rem;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 15px rgba(157, 128, 4, 0.5);
}
@media (min-width: 1200px) {
  .post-row article {
    flex: 0 0 calc(25% - 1rem);
    margin-top: 0;
  }
}
.post-row article picture {
  position: relative;
  display: block;
}
.post-row article picture img {
  display: block;
}
.post-row article picture span.post-date {
  position: absolute;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.post-row article .post-link {
  position: relative;
  padding: 0.5rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 0 0 4px 4px;
  min-height: 50px;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .post-row article .post-link {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .post-row article .post-link {
    min-height: 70px;
    border-radius: 0 0 8px 8px;
  }
}
.post-row article .post-link h4, .post-row article .post-link .content-accordion .panel button, .content-accordion .panel .post-row article .post-link button {
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .post-row article .post-link h4, .post-row article .post-link .content-accordion .panel button, .content-accordion .panel .post-row article .post-link button {
    font-size: 1rem;
  }
}
.post-row article .post-link i {
  display: none;
  position: absolute;
  bottom: 1.65rem;
  right: 1rem;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .post-row article .post-link i {
    display: block;
  }
}
.post-row article .post-link:focus-visible {
  outline: 3px solid #ff9800; /* High-contrast orange outline */
  background: #ffe0b2; /* Light background to enhance focus */
  color: #000; /* Ensures good contrast */
  text-decoration: underline;
}
.post-row article:hover .post-link {
  background-color: #1300C1;
}
.post-row article:hover .post-link i {
  right: 0.5rem;
}
.post-row a {
  text-decoration: none;
}
.post-row h2, .post-row .single-post article h1, .post-row .single-post article .cta .wrap h2, .cta .wrap .post-row .single-post article h2, .post-row .cta .wrap .single-post article h2, .single-post article .post-row h1, .single-post article .post-row .cta .wrap h2, .cta .wrap .single-post article .post-row h2, .single-post article .cta .wrap .post-row h2 {
  margin-bottom: 0;
  display: flex;
  max-width: 50%;
}
.post-row svg.curve {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.post-row svg.curve .curve {
  fill: #fff;
}
.post-row .row-header {
  display: flex;
  max-width: 1200px;
  margin: 0 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .post-row .row-header {
    margin: 0 1rem 2rem 1rem;
  }
}
@media (min-width: 1200px) {
  .post-row .row-header {
    margin: 0 auto 2rem auto;
  }
}
.post-row .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-accordion {
  width: 100%;
}
.content-accordion .panel > div {
  display: none;
  padding: 1rem;
}
.content-accordion .panel button {
  color: #fff;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.25rem;
  width: 100%;
  text-align: left;
  border-radius: 0;
  border: 0;
}
.content-accordion .panel button:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 1rem;
}
.content-accordion .panel button:focus-visible {
  outline: 3px solid #ff9800; /* High-contrast orange outline */
  background: #ffe0b2 !important; /* Light background to enhance focus */
  color: #000; /* Ensures good contrast */
  text-decoration: underline;
}
.content-accordion .panel button[aria-expanded=true]:after {
  content: "\f077";
  position: absolute;
  right: 1rem;
}
.content-accordion .panel button[aria-expanded=true] + .accordion-content {
  display: block;
}

.staff-box-container {
  width: 100%;
  container-type: inline-size;
}
.staff-box-container > .staff-box {
  background-color: #fff;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 8px;
  margin: 0 0 1rem 0;
  padding: 1rem;
  text-align: center;
  min-height: 200px;
}
@container (min-width: 580px) {
  .staff-box-container > .staff-box .staff-right {
    flex: 0 0 66.667%;
    margin-left: auto;
    text-align: left;
  }
  .staff-box-container > .staff-box .staff-right .staff-contact {
    display: flex;
  }
  .staff-box-container > .staff-box .staff-right .staff-contact > div {
    margin-right: 1rem;
  }
}
.staff-box-container > .staff-box .name-title {
  margin-bottom: 1rem;
}
.staff-box-container > .staff-box .name-title h3 {
  margin-bottom: 0.5rem;
}
.staff-box-container > .staff-box .staff-contact {
  margin-bottom: 1rem;
  color: #1300C1;
  font-size: 1rem;
  line-height: 1.5;
}
.staff-box-container > .staff-box .staff-contact i {
  width: 1rem;
}
.staff-box-container > .staff-box .staff-description {
  display: none;
}
@container (min-width: 580px) {
  .staff-box-container > .staff-box .staff-description {
    display: block;
    max-height: 80px;
  }
  .staff-box-container > .staff-box .staff-description p {
    font-size: 1rem;
  }
}
@container (min-width: 580px) {
  .staff-box-container > .staff-box {
    display: flex;
    align-self: stretch;
    max-height: 300px;
  }
}
.staff-box-container .circle.large {
  width: 150px;
  height: 150px;
  margin: 1rem auto;
  position: relative;
  z-index: 3;
}
.staff-box-container .circle.large img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.staff-box-container .show-more {
  display: none;
  height: 45px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #1300C1;
  z-index: 2;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FFFFFF 100%);
}
@container (min-width: 580px) {
  .staff-box-container .show-more {
    display: flex;
  }
}
.staff-box-container .show-more:hover {
  cursor: pointer;
  text-decoration: underline;
}
.staff-box-container .show-more i {
  margin-left: 0.25rem;
}
.staff-box-container .show-more .less {
  display: none;
}

.staff-box.active {
  max-height: 1000px;
  transition: max-height 0.3s ease-out;
}
.staff-box.active .more {
  display: none;
}
.staff-box.active .less {
  display: block;
}
.staff-box.active .staff-description {
  max-height: 1000px;
  padding-bottom: 45px;
}

.select2-container ul li:before {
  display: none;
}

/*--------------------------------------------------------------
# POP UP WYSIWYG
--------------------------------------------------------------*/
.content-popup-wysiwyg .button {
  margin-bottom: 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
}

/*--------------------------------------------------------------
# BG COLOUR OPTIONS
--------------------------------------------------------------*/
.highlight {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  margin-bottom: 1rem;
}

.green-bg {
  background-color: #2A8436;
}
.green-bg * {
  color: #fff;
}
.green-bg a {
  color: #333333;
}
.green-bg ul li:before {
  color: #fff;
}

.orange-bg {
  background-color: #CE491C;
}
.orange-bg * {
  color: #fff;
}
.orange-bg a {
  color: #333333;
}
.orange-bg ul li:before {
  color: #fff;
}

.yellow-bg {
  background-color: #F8CB02;
  color: #333333 !important;
}
.yellow-bg ul li:before {
  color: #333333;
}

.blue-bg {
  background-color: #1300C1;
}
.blue-bg * {
  color: #fff;
}
.blue-bg ul li:before {
  color: #fff;
}

.pink-bg {
  background-color: #E60067;
}
.pink-bg * {
  color: #fff;
}
.pink-bg ul li:before {
  color: #fff;
}

.purple-bg {
  background-color: #8149FF;
  color: #fff;
}
.purple-bg ul li:before {
  color: #fff;
}

.white-background {
  background-color: #fff;
}

.blue10-bg {
  background-color: #e7e5f9;
}

.blue20-bg {
  background-color: #d0ccf3;
}

.pink30-bg {
  background-color: #f7b2d1;
}

.green30-bg {
  background-color: #bfdac2;
}

.purple30-bg {
  background-color: #d9c8ff;
}

.top-padding {
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {
  .top-padding {
    padding-top: 4.375rem;
  }
}

.bottom-padding {
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .bottom-padding {
    padding-bottom: 4.375rem;
  }
}

.top-bottom-padding {
  padding: 2.5rem 0;
}
@media (min-width: 1024px) {
  .top-bottom-padding {
    padding: 4.375rem 0;
  }
}

/*--------------------------------------------------------------
# HIGHLIGHTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# COLOURS (FOR HEADINGS & TEXT)
--------------------------------------------------------------*/
.banner-content.yellow * {
  color: #F8CB02;
}
.banner-content.green * {
  color: #2A8436;
}
.banner-content.orange * {
  color: #CE491C;
}
.banner-content.pink * {
  color: #E60067;
}
.banner-content.blue * {
  color: #1300C1;
}
.banner-content.purple * {
  color: #8149FF;
}
.banner-content.white * {
  color: #fff;
}
.banner-content.black * {
  color: #333333;
}
.banner-content * {
  color: #fff;
}

header #language {
  display: none;
}

#language {
  margin-left: 0.5rem;
  margin-top: 2px;
}
#language a.switcher-popup span {
  display: none !important;
}
#language #gt_lightbox a span {
  display: inline-block !important;
  color: #333333;
}
@media (max-width: 1024px) {
  #language #gt_lightbox .gt_languages {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#language #gt_lightbox a:hover span {
  color: #1300C1;
  text-decoration: none;
}
#language #gt_lightbox a:hover {
  text-decoration: none !important;
  color: #fff;
}
#language a.glink span {
  font-size: 0.9rem !important;
}
#language a.glink img {
  margin-top: -4px;
}
#language .gt_white_content {
  position: fixed;
  top: 30% !important;
  left: 0px !important;
  right: 0px !important;
  width: 75% !important;
  height: 375px;
  margin: 0 auto !important;
  padding: 6px 16px;
  border-radius: 5px;
  background-color: white;
  color: black;
  z-index: 19881205;
  overflow: auto;
  text-align: left;
  border: 0;
}
#language .gt_white_content a {
  display: block;
  font-size: 1rem;
  border: 0;
}
#language .gt_white_content a img {
  border: 0;
  margin-left: 5px;
}
#language .social .gt_white_content a {
  float: none;
  width: 100%;
}
#language .gt_white_content a.glink span {
  display: inline-block;
}
#language #gt_lightbox a {
  color: #333;
  border: none !important;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.site-content {
  overflow: hidden;
}

body {
  margin: 0 !important;
  font-size: 1rem;
  font-family: filson-pro, sans-serif;
  font-weight: 100;
}
@media (min-width: 1024px) {
  body {
    font-size: 1.2rem;
  }
}

.wrap {
  max-width: 1200px;
}
@media (min-width: 1024px) {
  .wrap {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .flex-h {
    display: flex;
    justify-content: space-between;
  }
}

.container {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1216px) {
  .container {
    padding: 0;
  }
}

.wp-block-image img {
  width: 100%;
}

.padding-top-bottom {
  padding: 2.5rem 0;
}
@media (min-width: 1024px) {
  .padding-top-bottom {
    padding: 4.375rem 0;
  }
}

.padding-top {
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {
  .padding-top {
    padding-top: 4.375rem;
  }
}

.padding-bottom {
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .padding-bottom {
    padding-bottom: 4.375rem;
  }
}

.no-padding {
  padding: 0;
}

/*--------------------------------------------------------------
# CTA  
--------------------------------------------------------------*/
.cta {
  position: relative;
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta .wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.cta .wrap * {
  color: #ffffff;
}
.cta .wrap h2, .cta .wrap .single-post article h1, .single-post article .cta .wrap h1 {
  color: #fff;
}
.cta .wrap .button {
  margin-top: 2rem;
}
.cta picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.cta picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta.overlay img {
  filter: grayscale(100%);
}
.cta.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
  mix-blend-mode: darken;
}
.cta.overlay.pink:before {
  background-color: #e60067;
}
.cta.overlay.blue:before {
  background-color: #1300c1;
}
.cta.overlay.green:before {
  background-color: #2a8436;
}
.cta.overlay.orange:before {
  background-color: #ce491c;
}
.cta.overlay.yellow:before {
  background-color: #f8cb02;
}
.cta.overlay.purple:before {
  background-color: #8149ff;
}

/*--------------------------------------------------------------
# CONTENT SPACE
--------------------------------------------------------------*/
.contentspacer {
  height: 2rem;
  display: block;
}

.contentspacer-half {
  height: 1rem;
  display: block;
}

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