/*!
Theme Name: Farnborough
Theme URI: http://farnborough.co.uk
Author: Recognition Creative
Author URI: recognitioncreative.com/
Version: 1.0.0
Developer: Mike Turner
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: farnborough
*/
/*--------------------------------------------------------------
# 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Gorditas:wght@400;700&family=Hind:wght@300;400;600;700&family=Poppins:wght@300;400;600;700&family=Roboto:wght@300;400;500;700&display=swap");
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.
 */
/* 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: 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;
  /* 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: #404040;
  font-family: sans-serif;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

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 {
  font-size: 125%;
}

/*--------------------------------------------------------------
# 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: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 850px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  color: #3C3C3B;
  font-family: "Hind", sans-serif;
  font-size: 1.7rem;
  -webkit-font-smoothing: antialiased;
  background: #EEEAF0;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.container, .small-container {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1216px) {
  .container {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 760px) {
  .small-container {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .site-content {
    margin-top: 104px;
  }
}
a {
  color: #3C3C3B;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  text-decoration: underline;
}
a:visited, a:active, a:hover {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 38px;
  font-size: clamp(2.4rem, 7vw, 3.8rem);
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 31px;
  font-size: clamp(2rem, 7vw, 3.1rem);
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-size: 27px;
  font-size: clamp(1.8rem, 7vw, 2.7rem);
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h4 {
  font-size: 24px;
  font-size: clamp(2.4rem, 5vw, 2.4rem);
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h5 {
  font-size: 22px;
  font-size: clamp(1.2rem, 5vw, 2.2rem);
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 19px;
  font-size: clamp(1.4rem, 4vw, 1.9rem);
  margin: 0;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 17px;
  font-size: clamp(1.4rem, 4vw, 1.7rem);
  font-weight: normal;
}

.caption {
  font-size: 13px;
  font-size: clamp(1rem, 4vw, 1.3rem);
}

.customButton.button-purple {
  background: #512D6D;
  color: #ffffff;
  padding: 12px 18px;
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
  text-decoration: none;
  margin-right: 10px;
}
.customButton.button-purple:hover {
  background: #3c2150;
  transition: all 0.3s ease;
  text-decoration: none;
}
.customButton.button-purple:active {
  background: #0e0813;
}
.customButton.button-fuschia {
  background: #A50050;
  color: #ffffff;
  padding: 12px 18px;
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
  text-decoration: none;
  margin-right: 10px;
}
.customButton.button-fuschia:hover {
  background: #7c003c;
  transition: all 0.3s ease;
  text-decoration: none;
}
.customButton.button-fuschia:active {
  background: #260012;
}
.customButton.button-violet {
  background: #485CC7;
  color: #ffffff;
  padding: 12px 18px;
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
  text-decoration: none;
  margin-right: 10px;
}
.customButton.button-violet:hover {
  background: #3649b0;
  transition: all 0.3s ease;
  text-decoration: none;
}
.customButton.button-violet:active {
  background: #222e6e;
}
.customButton.button-teal {
  background: #009F98;
  color: #ffffff;
  padding: 12px 18px;
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
  text-decoration: none;
  margin-right: 10px;
}
.customButton.button-teal:hover {
  background: #007671;
  transition: all 0.3s ease;
  text-decoration: none;
}
.customButton.button-teal:active {
  background: #00201e;
}
.customButton.button-orange {
  background: #EC6608;
  color: #ffffff;
  padding: 12px 18px;
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
  text-decoration: none;
  margin-right: 10px;
}
.customButton.button-orange:hover {
  background: #c55507;
  transition: all 0.3s ease;
  text-decoration: none;
}
.customButton.button-orange:active {
  background: #713104;
}
.customButton.button-lime {
  background: #488300;
  color: #ffffff;
  padding: 12px 18px;
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
  text-decoration: none;
  margin-right: 10px;
}
.customButton.button-lime:hover {
  background: #325a00;
  transition: all 0.3s ease;
  text-decoration: none;
}
.customButton.button-lime:active {
  background: #020400;
}

.group-svg-image {
  width: 420px;
  height: auto;
  margin: 10px auto;
}

.green-divider {
  width: 48px;
  height: 2px;
  background-color: #C0D100;
  margin: 20px 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #feffff #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #feffff;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.search-results .site-main {
  margin: 50px 0;
}
.search-results h1 {
  margin-bottom: 20px;
}
.search-results article {
  border-bottom: 2px solid #512D6D;
}
.search-results article:first-of-type {
  border-top: 2px solid #512D6D;
  margin-top: 50px;
}
.search-results article img {
  display: none;
}
.search-results article h2 a {
  color: #512D6D;
  font-size: 20px;
}
.search-results article .entry-footer, .search-results article .entry-meta {
  display: none;
}

.purpletintthree {
  background-color: #EEEAF0;
}
.purpletintthree h1, .purpletintthree h2, .purpletintthree h3, .purpletintthree h4, .purpletintthree h5, .purpletintthree h6 {
  color: #512D6D;
}
.purpletintthree .quote-content {
  background-color: #512D6D !important;
}
.purpletintthree .snake-diagram-section .diagram-bg-image {
  color: #8A729D;
}
.purpletintthree .snake-diagram-section .bubble {
  background-color: #512D6D;
  outline: 10px solid #EEEAF0;
}
.purpletintthree .snake-diagram-section .text-block {
  background-color: #512D6D;
}
.purpletintthree .snake-diagram-section .mobile-only-svg-line {
  color: #512D6D;
}
.purpletintthree .accordion-section .accordion-head {
  border-bottom: 2px solid #8A729D;
}
.purpletintthree .accordion-section .arrow path {
  stroke: #8A729D;
}

.fuschiatintthree {
  background-color: #F5E4EC;
}
.fuschiatintthree h1, .fuschiatintthree h2, .fuschiatintthree h3, .fuschiatintthree h4, .fuschiatintthree h5, .fuschiatintthree h6 {
  color: #A50050;
}
.fuschiatintthree .quote-content {
  background-color: #A50050 !important;
}
.fuschiatintthree .snake-diagram-section .diagram-bg-image {
  color: #C3548A;
}
.fuschiatintthree .snake-diagram-section .bubble {
  background-color: #A50050;
  outline: 10px solid #F5E4EC;
}
.fuschiatintthree .snake-diagram-section .text-block {
  background-color: #A50050;
}
.fuschiatintthree .snake-diagram-section .mobile-only-svg-line {
  color: #A50050;
}
.fuschiatintthree .accordion-section .accordion-head {
  border-bottom: 2px solid #C3548A;
}
.fuschiatintthree .accordion-section .arrow path {
  stroke: #C3548A;
}

.tealtintthree {
  background-color: #E5F5F5;
}
.tealtintthree h1, .tealtintthree h2, .tealtintthree h3, .tealtintthree h4, .tealtintthree h5, .tealtintthree h6 {
  color: #009F98;
}
.tealtintthree .quote-content {
  background-color: #009F98 !important;
}
.tealtintthree .snake-diagram-section .diagram-bg-image {
  color: #54BFBA;
}
.tealtintthree .snake-diagram-section .bubble {
  background-color: #009F98;
  outline: 10px solid #E5F5F5;
}
.tealtintthree .snake-diagram-section .text-block {
  background-color: #009F98;
}
.tealtintthree .snake-diagram-section .mobile-only-svg-line {
  color: #009F98;
}
.tealtintthree .accordion-section .accordion-head {
  border-bottom: 2px solid #54BFBA;
}
.tealtintthree .accordion-section .arrow path {
  stroke: #54BFBA;
}

.violettintthree {
  background-color: #EDEFF9;
}
.violettintthree h1, .violettintthree h2, .violettintthree h3, .violettintthree h4, .violettintthree h5, .violettintthree h6 {
  color: #485CC7;
}
.violettintthree .quote-content {
  background-color: #485CC7 !important;
}
.violettintthree .snake-diagram-section .diagram-bg-image {
  color: #8492D9;
}
.violettintthree .snake-diagram-section .bubble {
  background-color: #485CC7;
  outline: 10px solid #EDEFF9;
}
.violettintthree .snake-diagram-section .text-block {
  background-color: #485CC7;
}
.violettintthree .snake-diagram-section .mobile-only-svg-line {
  color: #485CC7;
}
.violettintthree .accordion-section .accordion-head {
  border-bottom: 2px solid #8492D9;
}
.violettintthree .accordion-section .arrow path {
  stroke: #8492D9;
}

.orangetintthree {
  background-color: #FDF0E6;
}
.orangetintthree h1, .orangetintthree h2, .orangetintthree h3, .orangetintthree h4, .orangetintthree h5, .orangetintthree h6 {
  color: #EC6608;
}
.orangetintthree .quote-content {
  background-color: #EC6608 !important;
}
.orangetintthree .snake-diagram-section .diagram-bg-image {
  color: #F2985A;
}
.orangetintthree .snake-diagram-section .bubble {
  background-color: #EC6608;
  outline: 10px solid #FDF0E6;
}
.orangetintthree .snake-diagram-section .text-block {
  background-color: #EC6608;
}
.orangetintthree .snake-diagram-section .mobile-only-svg-line {
  color: #EC6608;
}
.orangetintthree .accordion-section .accordion-head {
  border-bottom: 2px solid #F2985A;
}
.orangetintthree .accordion-section .arrow path {
  stroke: #F2985A;
}

.limetintthree {
  background-color: #F2FFF2;
}
.limetintthree h1, .limetintthree h2, .limetintthree h3, .limetintthree h4, .limetintthree h5, .limetintthree h6 {
  color: #488300;
}
.limetintthree .quote-content {
  background-color: #488300 !important;
}
.limetintthree .snake-diagram-section .diagram-bg-image {
  color: #82A85B;
}
.limetintthree .snake-diagram-section .bubble {
  background-color: #488300;
  outline: 10px solid #F2FFF2;
}
.limetintthree .snake-diagram-section .text-block {
  background-color: #488300;
}
.limetintthree .snake-diagram-section .mobile-only-svg-line {
  color: #488300;
}
.limetintthree .accordion-section .accordion-head {
  border-bottom: 2px solid #82A85B;
}
.limetintthree .accordion-section .arrow path {
  stroke: #82A85B;
}

.error404 .error-404.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
}
.error404 .error-404.not-found .container {
  display: flex;
  gap: 50px;
  justify-content: center;
  text-align: center;
  color: #512D6D;
}
@media (max-width: 768px) {
  .error404 .error-404.not-found .container {
    flex-direction: column;
    align-items: center;
  }
}
.error404 .error-404.not-found .container h2 {
  margin: 20px 0 40px 0;
}
@media (max-width: 768px) {
  .error404 .error-404.not-found .container h2 {
    margin: 20px 0;
  }
}
.error404 .error-404.not-found .container h4 {
  margin-bottom: 10px;
}
.error404 .search-form h2 {
  margin: 0;
  font-size: 2.3rem;
  text-align: left;
  margin-bottom: 10px;
}
.error404 .search-form .search-form {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .error404 .search-form .search-form {
    flex-direction: column;
  }
}
.error404 .search-form label {
  width: auto;
  display: inline-block;
  margin-right: -5px;
}
@media (max-width: 768px) {
  .error404 .search-form label {
    width: 100%;
  }
}
.error404 .search-form .search-field {
  border-radius: 0;
  border: 2px solid #512D6D;
}
.error404 .search-form input {
  padding: 6px 10px 9px;
}
@media (max-width: 768px) {
  .error404 .search-form input {
    width: 100%;
  }
}
.error404 .search-form .search-submit {
  background: #512D6D;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #512D6D;
  transition: 0.5s;
  display: inline-block;
  margin: 10px 0;
  padding: 11px 30px 14px 30px !important;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  position: static;
  cursor: pointer;
}
@media (max-width: 768px) {
  .error404 .search-form .search-submit {
    width: 100%;
  }
}

.no-results.not-found {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #512D6D;
}
.no-results.not-found .search-field {
  border-radius: 0;
  border: 2px solid #512D6D;
}
.no-results.not-found input {
  padding: 6px 10px 9px;
}
@media (max-width: 768px) {
  .no-results.not-found input {
    width: 100%;
  }
}
.no-results.not-found .search-submit {
  background: #512D6D;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  border: 1px solid #512D6D;
  transition: 0.5s;
  display: inline-block;
  margin: 10px 0 10px -5px;
  padding: 11px 30px 14px 30px !important;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  position: static;
  cursor: pointer;
}
@media (max-width: 768px) {
  .no-results.not-found .search-submit {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# 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.
 */
/* 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: 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;
  /* 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
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  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;
}

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 1280px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  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: 0px 5px 20px 0px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  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;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

.site-header .main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  .site-header .main-navigation {
    padding: 20px 0;
  }
}
.site-header .site-title img {
  display: block;
  min-width: 150px;
  max-width: 182px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .site-header .site-title img {
    min-width: 100px;
    max-width: 125px;
  }
}
.site-header .right-side {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header .right-side .button {
  background: #512D6D;
  color: #ffffff;
  padding: 12px 18px;
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
  -moz-animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.site-header .right-side .button:hover {
  background: #3c2150;
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-header .right-side .button:active {
  background: #0e0813;
}
@media screen and (max-width: 769px) {
  .site-header .right-side .button {
    font-size: 13px;
    text-align: center;
    padding: 12px 15px;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #512D6D;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
  }
}
.site-header .right-side .search-icon svg {
  width: 45px;
  display: block;
}
.site-header .menu-main-menu-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .menu-overlay {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  border-top: 1px solid #512D6D;
  height: 73px;
}
.site-header .menu-overlay #primary-menu {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 100px;
}
@media screen and (max-width: 769px) {
  .site-header .menu-overlay #primary-menu {
    gap: 18px;
  }
}
.site-header .menu-overlay #primary-menu a {
  cursor: pointer;
  font-size: 10px;
  position: relative;
  display: block;
  top: 50px;
  height: 73px;
  text-decoration: none;
}
.site-header .menu-overlay #primary-menu > li {
  opacity: 0.75;
  padding: 0 26px;
  position: unset;
}
@media screen and (max-width: 769px) {
  .site-header .menu-overlay #primary-menu > li {
    opacity: 1;
    padding: 0;
  }
}
.site-header .menu-overlay #primary-menu > li:first-of-type {
  color: #512D6D;
  position: relative;
}
.site-header .menu-overlay #primary-menu > li:first-of-type a {
  color: #512D6D;
}
.site-header .menu-overlay #primary-menu > li:first-of-type a:hover {
  background-color: #EEEAF0;
}
.site-header .menu-overlay #primary-menu > li:first-of-type::before {
  content: url("/wp-content/themes/farnborough/img/choice-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline;
}
.site-header .menu-overlay #primary-menu > li:nth-child(2) {
  color: #A50050;
  position: relative;
}
.site-header .menu-overlay #primary-menu > li:nth-child(2) a {
  color: #A50050;
}
.site-header .menu-overlay #primary-menu > li:nth-child(2) a:hover {
  background-color: #F5E4EC;
}
.site-header .menu-overlay #primary-menu > li:nth-child(2)::before {
  content: url("/wp-content/themes/farnborough/img/opportunity-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline;
}
.site-header .menu-overlay #primary-menu > li:nth-child(3) {
  color: #009F98;
  position: relative;
}
.site-header .menu-overlay #primary-menu > li:nth-child(3) a {
  color: #009F98;
}
.site-header .menu-overlay #primary-menu > li:nth-child(3) a:hover {
  background-color: #E5F5F5;
}
.site-header .menu-overlay #primary-menu > li:nth-child(3)::before {
  content: url("/wp-content/themes/farnborough/img/excellence-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline;
}
.site-header .menu-overlay #primary-menu > li:nth-child(4) {
  color: #485CC7;
  position: relative;
}
.site-header .menu-overlay #primary-menu > li:nth-child(4) a {
  color: #485CC7;
}
.site-header .menu-overlay #primary-menu > li:nth-child(4) a:hover {
  background-color: #EDEFF9;
}
.site-header .menu-overlay #primary-menu > li:nth-child(4)::before {
  content: url("/wp-content/themes/farnborough/img/usp-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline;
}
.site-header .menu-overlay #primary-menu > li:nth-child(5) {
  color: #EC6608;
  position: relative;
}
.site-header .menu-overlay #primary-menu > li:nth-child(5) a {
  color: #EC6608;
}
.site-header .menu-overlay #primary-menu > li:nth-child(5) a:hover {
  background-color: #FDF0E6;
}
.site-header .menu-overlay #primary-menu > li:nth-child(5)::before {
  content: url("/wp-content/themes/farnborough/img/support-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline;
}
.site-header .menu-overlay #primary-menu > li:nth-child(6) {
  color: #488300;
  position: relative;
}
.site-header .menu-overlay #primary-menu > li:nth-child(6) a {
  color: #488300;
}
.site-header .menu-overlay #primary-menu > li:nth-child(6) a:hover {
  background-color: #F2FFF2;
}
.site-header .menu-overlay #primary-menu > li:nth-child(6)::before {
  content: url("/wp-content/themes/farnborough/img/progression-icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline;
}
.site-header .menu-overlay #primary-menu > li:hover {
  opacity: 1;
  cursor: pointer;
}
.site-header .menu-overlay .sub-menu {
  display: none;
  margin: 0;
  list-style: none;
  position: fixed;
  bottom: 73px;
  left: 0;
  background: #ffffff;
  width: max-content;
  border-radius: 15px 15px 0 0;
  box-shadow: 0px -4px 10px 0px rgba(81, 45, 109, 0.3);
  width: 100%;
  padding: 0 50px;
}
@media screen and (max-width: 769px) {
  .site-header .menu-overlay .sub-menu {
    padding: 0;
  }
}
.site-header .menu-overlay .sub-menu a {
  font-size: 19px !important;
  font-size: clamp(1.4rem, 4vw, 1.9rem) !important;
  font-weight: normal;
  color: #512D6D;
  top: 0 !important;
  height: auto !important;
  padding: 24px;
}
.site-header .menu-overlay .sub-menu li {
  border-bottom: 1px solid #512D6D;
}
.site-header .menu-overlay .sub-menu li:last-child {
  border: none;
}
.site-header .menu-overlay .menu-item-has-children {
  position: relative;
}
.site-header .menu-overlay .menu-item-has-children:hover .sub-menu {
  display: block;
}
.site-header .header-search-desktop {
  display: block;
  position: relative;
  margin-right: 10px;
  color: var(--primarytowhite);
}
.site-header .header-search-desktop .header-search-icon {
  cursor: pointer;
  animation: shake-animation 5s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.site-header .header-search-backdrop {
  background: rgba(81, 45, 109, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.site-header .header-search-backdrop .header-search-close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #06062d;
  cursor: pointer;
  z-index: 9999;
  width: 25px;
}
.site-header .header-search-backdrop .header-search-form {
  width: 50%;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}
@media (max-width: 768px) {
  .site-header .header-search-backdrop .header-search-form {
    width: 95%;
  }
}
.site-header .header-search-backdrop .header-search-form .search-form {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .site-header .header-search-backdrop .header-search-form .search-form {
    flex-direction: column;
  }
}
.site-header .header-search-backdrop .header-search-form .close-search-popup {
  cursor: pointer;
  text-align: right;
  position: absolute;
  right: 0;
  top: -25px;
}
.site-header .header-search-backdrop .header-search-form .close-search-popup path {
  fill: #ffffff;
}
.site-header .header-search-backdrop .header-search-form label {
  width: 100%;
}
.site-header .header-search-backdrop .header-search-form .search-field {
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.site-header .header-search-backdrop .header-search-form input {
  padding: 8px 10px 10px;
}
@media (max-width: 768px) {
  .site-header .header-search-backdrop .header-search-form input {
    width: 100%;
  }
}
.site-header .header-search-backdrop .header-search-form .search-submit {
  opacity: 0;
  position: static;
  cursor: pointer;
}
@media (max-width: 768px) {
  .site-header .header-search-backdrop .header-search-form .search-submit {
    width: 100%;
  }
}
.site-header .header-search-backdrop .header-search-form .search-icon-open {
  position: absolute;
  right: -5px;
  top: 3px;
  z-index: -1;
}
.site-header .header-search-backdrop .header-search-form .search-icon-open svg circle, .site-header .header-search-backdrop .header-search-form .search-icon-open svg line {
  stroke: white;
}
@media (max-width: 768px) {
  .site-header .header-search-backdrop .header-search-form .search-icon-open svg {
    width: 40px;
    top: -8px;
    position: relative;
  }
}

.fixed-top-banner {
  display: none;
}
.fixed-top-banner .button {
  background: #512D6D;
  color: #ffffff;
  padding: 12px 18px;
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
  text-decoration: none;
  border-radius: 0;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 9;
  top: 0;
}
.fixed-top-banner .button:hover {
  background: #3c2150;
  transition: all 0.3s ease;
  text-decoration: none;
}
.fixed-top-banner .button:active {
  background: #0e0813;
}

.site-footer {
  background-color: #ffffff;
  padding: 24px 0 75px 0;
}
.site-footer .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .site-footer .container {
    flex-direction: column;
    gap: 5px;
  }
}
.site-footer .container p {
  margin: 0;
}
.site-footer .button {
  background: #512D6D;
  color: #ffffff;
  padding: 12px 18px;
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
  text-decoration: none;
}
.site-footer .button:hover {
  background: #3c2150;
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-footer .button:active {
  background: #0e0813;
}
.site-footer .social {
  display: flex;
  gap: 20px;
  align-items: baseline;
  margin-top: 20px;
}
.site-footer .social svg {
  width: 30px;
  height: 30px;
}
.site-footer .social svg path {
  fill: #3C3C3B;
}

.text-block-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .text-block-section {
    margin: 24px 0;
  }
}

.image-container-section {
  margin: 48px 0;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
  transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  transform: translateY(7%);
  opacity: 0;
}
.image-container-section.visible {
  transform: translateY(0);
  opacity: 1;
}
.image-container-section:nth-child(-n+4) {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 769px) {
  .image-container-section {
    margin: 24px 0;
  }
}
.image-container-section .image {
  width: 100%;
  height: 444px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  box-shadow: 5px 5px 20px rgba(60, 60, 59, 0.5);
}
@media screen and (max-width: 769px) {
  .image-container-section .image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
}

.header-image-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .header-image-section {
    margin: 24px 0;
  }
}
.header-image-section .image {
  width: 100%;
  height: 456px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  box-shadow: 5px 5px 20px rgba(60, 60, 59, 0.5);
  position: relative;
}
@media screen and (max-width: 769px) {
  .header-image-section .image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
}
.header-image-section .image .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 223px;
  height: 223px;
}

.feature-drawers-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .feature-drawers-section {
    margin: 24px 0;
  }
}
.feature-drawers-section .drawers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  align-items: baseline;
}
@media screen and (max-width: 769px) {
  .feature-drawers-section .drawers {
    grid-template-columns: 1fr;
  }
}
.feature-drawers-section .drawer {
  border-radius: 30px;
  color: #ffffff;
  position: relative;
}
.feature-drawers-section .drawer img {
  margin-bottom: 12px;
}
.feature-drawers-section .drawer p {
  margin: 0;
}
.feature-drawers-section .drawer h3 {
  color: #ffffff;
}
.feature-drawers-section .drawer a {
  text-decoration: none;
}
.feature-drawers-section .drawer a:hover {
  text-decoration: underline;
}
.feature-drawers-section .more-text {
  display: none;
}
.feature-drawers-section .plus {
  height: 20px;
  position: absolute;
  right: 24px;
  top: 24px;
}
.feature-drawers-section .plus:after {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  color: #ffffff;
  transform-origin: 50% 50%;
  transition-duration: 0.8s;
  transition-property: transform;
}
.feature-drawers-section .drawer-top.close .plus:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
}
.feature-drawers-section .drawer-top.open .plus:after {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition-duration: 0.5s;
  transition-property: transform;
}
.feature-drawers-section .drawer-top {
  padding: 24px;
  z-index: 1;
  position: relative;
  border-radius: 30px;
  min-height: 200px;
}
.feature-drawers-section .drawer-top.purple {
  background-color: #512D6D;
}
.feature-drawers-section .drawer-top.fuschia {
  background-color: #A50050;
}
.feature-drawers-section .drawer-top.violet {
  background-color: #485CC7;
}
.feature-drawers-section .drawer-top.teal {
  background-color: #009F98;
}
.feature-drawers-section .drawer-top.orange {
  background-color: #EC6608;
}
.feature-drawers-section .drawer-top.lime {
  background-color: #488300;
}
.feature-drawers-section .more-text {
  padding: 24px;
  background-color: #ffffff;
  color: #512D6D;
  margin-top: -30px;
  padding-top: 50px;
  border-bottom-left-radius: 29px;
  border-bottom-right-radius: 29px;
}

.fixed-bubble-section {
  margin: 48px 0;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
  transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  transform: translateY(7%);
  opacity: 0;
}
.fixed-bubble-section.visible {
  transform: translateY(0);
  opacity: 1;
}
.fixed-bubble-section:nth-child(-n+4) {
  opacity: 1;
  transform: translateY(0);
}
.fixed-bubble-section .fbs-content {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 24px 110px 24px 24px;
  position: relative;
}
.fixed-bubble-section p {
  margin-bottom: 0;
}
.fixed-bubble-section .person-wrap {
  width: 120px;
  height: auto;
  position: absolute;
  right: -30px;
  bottom: -50px;
}
@media screen and (max-width: 769px) {
  .fixed-bubble-section .person-wrap {
    right: -20px;
  }
}

.featured-body-section {
  margin: 48px 0;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
  transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  transform: translateY(7%);
  opacity: 0;
}
.featured-body-section.visible {
  transform: translateY(0);
  opacity: 1;
}
.featured-body-section:nth-child(-n+4) {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 769px) {
  .featured-body-section {
    margin: 24px 0;
  }
}
.featured-body-section .fbs-content {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 24px;
}
.featured-body-section h3 {
  color: #512D6D;
}
@media screen and (max-width: 769px) {
  .featured-body-section img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.video-panel-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .video-panel-section {
    margin: 24px 0;
  }
}
.video-panel-section .small-container {
  position: relative;
  display: flex;
  justify-content: center;
}
.video-panel-section h5 {
  color: #512D6D;
  font-weight: normal;
  width: 250px;
}
.video-panel-section .person-image {
  width: 277px;
  height: auto;
  margin-left: -150px;
  top: 30px;
  position: relative;
  cursor: pointer;
}
.video-panel-section .video-popup-wrapper {
  background: rgba(81, 45, 109, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
}
.video-panel-section .video-popup-wrapper.videoup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-panel-section .video-popup-wrapper .video-popup {
  position: relative;
}
.video-panel-section .close-video-popup {
  cursor: pointer;
  text-align: right;
}
.video-panel-section .close-video-popup path {
  fill: #ffffff;
}

.accordion-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .accordion-section {
    margin: 24px 0;
  }
}
.accordion-section h2 {
  font-weight: normal;
  margin: 0;
}
.accordion-section h3 {
  font-weight: normal;
  color: #512D6D;
  margin: 0;
}

.accordion span {
  font-size: 16px;
  margin-top: 30px;
  display: block;
}
.accordion #step-1 {
  margin-top: 15px;
}
.accordion .accordion-head {
  color: #512D6D;
  background-color: transparent;
  border-bottom: 2px solid #512D6D;
  position: relative;
  padding: 10px 20px 10px 0;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.accordion .accordion-head * {
  cursor: pointer;
}
.accordion .accordion-head h4 {
  margin: 0;
  font-weight: normal;
}
.accordion .accordion-head:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.accordion .accordion-body {
  padding: 10px 20px 10px 0;
  height: auto;
  display: none;
  margin: 0;
}
.accordion .accordion-body p {
  margin: 10px 0;
}

.arrow {
  height: 20px;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  transition-duration: 0.5s;
  transition-property: transform;
}

.accordion-head.open .arrow {
  transform: rotate(0);
  transform-origin: 50% 50%;
}

.quote-section {
  margin: 48px 0;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
  transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  transform: translateY(7%);
  opacity: 0;
}
.quote-section.visible {
  transform: translateY(0);
  opacity: 1;
}
.quote-section:nth-child(-n+4) {
  opacity: 1;
  transform: translateY(0);
}
.quote-section .quote-content {
  background-color: #009F98;
  color: #ffffff;
  border-radius: 15px;
  padding: 24px 110px 24px 24px;
  position: relative;
}
.quote-section .quote-content .image {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.quote-section .quote-content.right {
  padding: 24px 88px 24px 24px;
}
.quote-section .quote-content.right .image {
  right: -30px;
}
@media screen and (max-width: 769px) {
  .quote-section .quote-content.right .image {
    right: -20px;
  }
}
.quote-section .quote-content.left {
  padding: 24px 24px 24px 100px;
}
.quote-section .quote-content.left .image {
  left: -30px;
}
@media screen and (max-width: 769px) {
  .quote-section .quote-content.left .image {
    left: -20px;
  }
}
.quote-section h1, .quote-section h2, .quote-section h3, .quote-section h5, .quote-section h6 {
  color: #ffffff;
  font-weight: normal;
}
.quote-section .image {
  width: 120px;
  border-radius: 100%;
}

.course-list-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .course-list-section {
    margin: 24px 0;
  }
}
.course-list-section .coures-repeater-letters {
  margin-bottom: 26px;
}
.course-list-section h3 {
  margin-bottom: 14px;
}
.course-list-section h6 {
  font-weight: normal;
  color: #3C3C3B;
}
.course-list-section p {
  margin: 0;
}
.course-list-section .course-letter {
  scroll-margin-top: 25px;
}
.course-list-section .top-course-letter {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.two-column-text-image-section {
  margin: 48px 0;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
  transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  transform: translateY(7%);
  opacity: 0;
}
.two-column-text-image-section.visible {
  transform: translateY(0);
  opacity: 1;
}
.two-column-text-image-section:nth-child(-n+4) {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 769px) {
  .two-column-text-image-section {
    margin: 24px 0;
  }
}
.two-column-text-image-section .container {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .two-column-text-image-section .container {
    flex-direction: column;
  }
}
.two-column-text-image-section .container.left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .two-column-text-image-section .container.left {
    flex-direction: column-reverse;
  }
}
.two-column-text-image-section .container.right {
  flex-direction: row;
}
@media screen and (max-width: 769px) {
  .two-column-text-image-section .container.right {
    flex-direction: column-reverse;
  }
}
.two-column-text-image-section .content {
  flex: 1;
}
.two-column-text-image-section .image-wrap {
  flex: 1;
  width: 100%;
}
.two-column-text-image-section .image {
  flex: 1;
  width: 100%;
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  box-shadow: 5px 5px 20px rgba(60, 60, 59, 0.5);
}
@media screen and (max-width: 769px) {
  .two-column-text-image-section .image {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
}

.two-column-text-section {
  margin: 48px 0;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
  transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  transform: translateY(7%);
  opacity: 0;
}
.two-column-text-section.visible {
  transform: translateY(0);
  opacity: 1;
}
.two-column-text-section:nth-child(-n+4) {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 769px) {
  .two-column-text-section {
    margin: 24px 0;
  }
}
.two-column-text-section .container {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .two-column-text-section .container {
    flex-direction: column;
  }
}

.three-column-text-section {
  margin: 48px 0;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
  transition-timing-function: cubic-bezier(0.47, 0.33, 0.65, 1.07);
  transform: translateY(7%);
  opacity: 0;
}
.three-column-text-section.visible {
  transform: translateY(0);
  opacity: 1;
}
.three-column-text-section:nth-child(-n+4) {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 769px) {
  .three-column-text-section {
    margin: 24px 0;
  }
}
.three-column-text-section .container {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 769px) {
  .three-column-text-section .container {
    flex-direction: column;
  }
}
.three-column-text-section .left, .three-column-text-section .middle, .three-column-text-section .right {
  flex: 1;
}

.single-character-feature-text-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .single-character-feature-text-section {
    margin: 24px 0;
  }
}
.single-character-feature-text-section .person-wrap {
  width: 232px;
  height: 425px;
  margin: 0 auto;
  position: relative;
}
.single-character-feature-text-section .person-wrap h5 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 166px;
  color: #512D6D;
}
.single-character-feature-text-section .all-people {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: auto 1fr;
}
.single-character-feature-text-section .all-people svg {
  width: 300px;
}

.character-group-feature-text-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .character-group-feature-text-section {
    margin: 24px 0;
  }
}
.character-group-feature-text-section .group-wrap {
  width: 304px;
  margin: 0 auto;
  position: relative;
}
.character-group-feature-text-section .group-wrap h4 {
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 190px;
  color: #009F98;
}

.timetable-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .timetable-section {
    margin: 24px 0;
    overflow: scroll;
    overflow-y: scroll;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
  }
}
.timetable-section .container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.timetable-section .flex {
  display: flex;
  gap: 24px;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .timetable-section .flex {
    justify-content: unset;
  }
}
.timetable-section .period-title {
  padding: 9px;
  color: #A50050;
  font-weight: bold;
}
.timetable-section .day {
  max-width: 196px;
  min-width: 196px;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #A50050;
  padding: 9px;
  border: 1px solid #F5E4EC;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
}
.timetable-section .period-time {
  color: #A50050;
  padding: 9px;
  max-width: 70px;
  min-width: 70px;
  width: 100%;
}
.timetable-section .period-box {
  max-width: 196px;
  min-width: 196px;
  width: 100%;
  min-height: 122px;
  position: relative;
}
.timetable-section .period-box .top {
  padding: 18px 18px 30px 42px;
  position: relative;
}
.timetable-section .period-box .top::before {
  content: "";
  height: 92px;
  width: 14px;
  display: inherit;
  position: absolute;
  left: 14px;
  border-radius: 8px;
}
.timetable-section .period-box .top svg {
  position: absolute;
  right: 14px;
  top: 14px;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  transition-duration: 0.5s;
  transition-property: transform;
}
.timetable-section .period-box p {
  margin: 0;
  padding-top: 16px;
  padding-bottom: 6px;
}
.timetable-section .period-box.open svg {
  transform: rotate(0);
}
.timetable-section .breakout {
  margin: -1px -100% 0 -100%; /* old browsers fallback */
  margin: -1px calc(50% - 50vw) 0 calc(50% - 50vw);
  background-color: #ffffff;
  padding: 14px;
  border-top: 1px solid #F5E4EC;
  border-bottom: 1px solid #F5E4EC;
}
@media screen and (max-width: 769px) {
  .timetable-section .breakout {
    width: max-content;
  }
}
.timetable-section .one {
  background-color: #F5E4EC;
}
.timetable-section .one .top::before {
  background-color: #A50050;
}
.timetable-section .one svg path {
  stroke: #C3548A;
}
.timetable-section .two {
  background-color: #F2FFF2;
}
.timetable-section .two .top::before {
  background-color: #488300;
}
.timetable-section .two svg path {
  stroke: #82A85B;
}
.timetable-section .three {
  background-color: #EDEFF9;
}
.timetable-section .three .top::before {
  background-color: #485CC7;
}
.timetable-section .three svg path {
  stroke: #8492D9;
}
.timetable-section .four {
  background-color: #FDF0E6;
}
.timetable-section .four .top::before {
  background-color: #EC6608;
}
.timetable-section .four svg path {
  stroke: #F2985A;
}
.timetable-section .five {
  background-color: #EEEAF0;
}
.timetable-section .five .top::before {
  background-color: #512D6D;
}
.timetable-section .five svg path {
  stroke: #8A729D;
}
.timetable-section .six {
  background-color: #EBEBEB;
}
.timetable-section .six .top::before {
  background-color: #BDBDBC;
}
.timetable-section .six svg path {
  stroke: #BDBDBC;
}
.timetable-section .seven {
  background-color: #E5F5F5;
}
.timetable-section .seven .top::before {
  background-color: #009F98;
}
.timetable-section .seven svg path {
  stroke: #54BFBA;
}
.timetable-section .none {
  opacity: 0;
}
.timetable-section h6 {
  color: #3C3C3B;
}

.more-text {
  display: none;
  padding: 14px;
}
.more-text p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.stat-repeater-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .stat-repeater-section {
    margin: 24px 0;
  }
}
.stat-repeater-section .stats-block {
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
  justify-content: center;
  color: #009F98;
}
@media screen and (max-width: 769px) {
  .stat-repeater-section .stats-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stat-repeater-section .stats-block .stat {
  text-align: center;
  flex: 0 1 250px;
  line-height: initial;
}
.stat-repeater-section .stats-block span {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0;
}
.stat-repeater-section .stats-block h4 {
  color: #009F98;
}

.snake-diagram-section {
  margin: 48px 0;
}
@media screen and (max-width: 769px) {
  .snake-diagram-section {
    margin: 24px 0;
  }
}
.snake-diagram-section .bubble-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background-repeat: no-repeat;
  background-position: center 70px;
  position: relative;
}
@media only screen and (max-width: 1216px) {
  .snake-diagram-section .bubble-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 480px;
    margin: 0 auto 50px;
  }
}
.snake-diagram-section .diagram-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-41%, 15%);
}
@media only screen and (max-width: 1216px) {
  .snake-diagram-section .diagram-bg-image {
    transform: translate(-50%, 9%);
  }
}
.snake-diagram-section .diagram-bg-image-desktop {
  visibility: hidden;
}
@media only screen and (max-width: 1216px) {
  .snake-diagram-section .diagram-bg-image-desktop {
    display: none;
  }
}
.snake-diagram-section .diagram-bg-image-mobile {
  display: none;
}
@media only screen and (max-width: 1216px) {
  .snake-diagram-section .diagram-bg-image-mobile {
    display: block;
  }
}
.snake-diagram-section .bubble {
  background-color: #512D6D;
  color: #ffffff;
  padding: 18px;
  border-radius: 100%;
  width: 245px;
  height: 245px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  outline: 10px solid #EEEAF0;
  visibility: hidden;
}
@media only screen and (max-width: 1216px) {
  .snake-diagram-section .bubble {
    visibility: visible;
  }
}
.snake-diagram-section .bubble h6 {
  margin-bottom: 10px;
  color: #ffffff;
}
.snake-diagram-section .bubble-two {
  margin-left: auto;
}
@media only screen and (min-width: 1216px) {
  .snake-diagram-section .bubble-two {
    grid-column: 2/1;
    margin-left: 200px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1216px) {
  .snake-diagram-section .bubble-three {
    margin-left: -50px;
    grid-column: 2/3;
    grid-row: 1;
  }
}
.snake-diagram-section .bubble-four {
  margin-left: auto;
}
@media only screen and (min-width: 1216px) {
  .snake-diagram-section .bubble-four {
    margin-left: 200px;
    grid-column: 2/3;
    grid-row: 2;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1216px) {
  .snake-diagram-section .bubble-five {
    margin-left: -50px;
    grid-column: 3/3;
    grid-row: 1;
  }
}
.snake-diagram-section .text-block {
  background-color: #512D6D;
  border-radius: 30px;
  padding: 24px;
  color: #ffffff;
  text-align: center;
}
.snake-diagram-section .text-block h6 {
  color: #ffffff;
}
.snake-diagram-section.visible .bubble {
  opacity: 0;
  animation: fading ease-in 1s;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}
@keyframes fading {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  40% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
.snake-diagram-section.visible .bubble.bubble-two {
  animation-delay: 0.5s;
}
.snake-diagram-section.visible .bubble.bubble-three {
  animation-delay: 1.2s;
}
.snake-diagram-section.visible .bubble.bubble-four {
  animation-delay: 2s;
}
.snake-diagram-section.visible .bubble.bubble-five {
  animation-delay: 2.7s;
}
.snake-diagram-section.visible .diagram-bg-image-desktop path {
  opacity: 0;
  animation: move 3.2s linear;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
  visibility: visible;
}
@keyframes move {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.snake-diagram-section .mobile-only-svg-line {
  display: none;
}
@media only screen and (max-width: 1216px) {
  .snake-diagram-section .mobile-only-svg-line {
    display: block;
  }
  .snake-diagram-section .left-line-svg-one {
    height: 200px;
    position: absolute;
    top: 210px;
    left: 0;
    z-index: -1;
  }
  .snake-diagram-section .left-line-svg-two {
    height: 200px;
    position: absolute;
    top: 740px;
    left: 0;
    z-index: -1;
  }
  .snake-diagram-section .right-line-svg-one {
    height: 200px;
    position: absolute;
    top: 480px;
    right: 0;
    z-index: -1;
  }
  .snake-diagram-section .right-line-svg-two {
    height: 200px;
    position: absolute;
    top: 1005px;
    right: 0;
    z-index: -1;
  }
  .snake-diagram-section .bubble, .snake-diagram-section .mobile-only-svg-line {
    opacity: 0;
  }
  .snake-diagram-section .bubble.visible, .snake-diagram-section .mobile-only-svg-line.visible {
    opacity: 0;
    animation: fading ease-in 1s;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
  }
  @keyframes fading {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    40% {
      transform: scale(0);
    }
    80% {
      transform: scale(1.2);
    }
    100% {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
    }
  }
  .snake-diagram-section .bubble.bubble-two, .snake-diagram-section .mobile-only-svg-line.right-line-svg-one {
    animation-delay: 0.5s;
  }
  .snake-diagram-section .bubble.bubble-three, .snake-diagram-section .mobile-only-svg-line.left-line-svg-two {
    animation-delay: 1.2s;
  }
  .snake-diagram-section .bubble.bubble-four, .snake-diagram-section .mobile-only-svg-line.right-line-svg-two {
    animation-delay: 2s;
  }
  .snake-diagram-section .bubble.bubble-five {
    animation-delay: 2.7s;
  }
}

.pop-up-bubble-section {
  height: 0;
  right: 70px;
  top: 40%;
  transform: translate(0, -50%);
  z-index: 9;
  visibility: hidden;
}
@media screen and (max-width: 769px) {
  .pop-up-bubble-section {
    top: 70%;
    right: 30px;
  }
}
.pop-up-bubble-section .bubble {
  position: absolute;
  display: none;
  animation: 1s ease 0s normal forwards 1 fadeinbubble;
}
.pop-up-bubble-section .bubble .title {
  margin: 0;
  font-weight: bold;
  color: #512D6D;
}
.pop-up-bubble-section .bubble p {
  margin: 0;
}
.pop-up-bubble-section .bubble .close-icon svg {
  position: absolute;
  right: -25px;
  top: 0;
  cursor: pointer;
}
.pop-up-bubble-section .person-wrap {
  width: 120px;
  height: auto;
  position: absolute;
  right: -30px;
  bottom: -120px;
  visibility: hidden;
  opacity: 0;
}
@keyframes fadeinbubble {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0;
    transform: scale(0.5);
  }
  88% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.pop-up-bubble-section.visible {
  visibility: visible;
  position: fixed;
  height: auto;
}
.pop-up-bubble-section.visible .bubble {
  position: relative;
  display: block;
  width: 274px;
  background-color: #ffffff;
  padding: 14px 14px 28px 14px;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgba(81, 45, 109, 0.2));
}
.pop-up-bubble-section.visible .person-wrap {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.post-type-archive-resources .resources-page-title,
.page-template-page-resources-results .resources-page-title {
  background-color: #512D6D;
  color: #ffffff;
  padding: 40px 0;
  margin-bottom: 60px;
}
.post-type-archive-resources .resources-page-title h1,
.page-template-page-resources-results .resources-page-title h1 {
  position: relative;
  margin-bottom: 40px;
  color: #ffffff;
}
.post-type-archive-resources .resources-page-title h1::after,
.page-template-page-resources-results .resources-page-title h1::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #009F98;
  bottom: -30px;
  left: 0;
}
.post-type-archive-resources .resources-main-block,
.page-template-page-resources-results .resources-main-block {
  display: flex;
  margin-top: 70px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 769px) {
  .post-type-archive-resources .resources-main-block,
.page-template-page-resources-results .resources-main-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-type-archive-resources .resources-main-block .single-resource,
.page-template-page-resources-results .resources-main-block .single-resource {
  border: 2px solid #009F98;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  max-width: 400px;
  width: 100%;
  min-height: 400px;
  height: 100%;
  padding: 50px;
}
.post-type-archive-resources .resources-main-block .single-resource .type-icon,
.page-template-page-resources-results .resources-main-block .single-resource .type-icon {
  width: auto;
  height: 60px;
  margin-bottom: 15px;
}
.post-type-archive-resources .resources-main-block .category,
.page-template-page-resources-results .resources-main-block .category {
  margin: 10px 0;
}
.post-type-archive-resources .resources-main-block .recommended-by,
.page-template-page-resources-results .resources-main-block .recommended-by {
  margin: 10px 0;
}
.post-type-archive-resources .resources-main-block .recommended-by p,
.page-template-page-resources-results .resources-main-block .recommended-by p {
  margin: 0;
}
.post-type-archive-resources .resources-main-block .button,
.page-template-page-resources-results .resources-main-block .button {
  background: #009F98;
  color: #000;
  padding: 12px 18px;
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
  text-decoration: none;
  align-self: baseline;
  margin-top: 20px;
}
.post-type-archive-resources .resources-main-block .button:hover,
.page-template-page-resources-results .resources-main-block .button:hover {
  background: #007671;
  transition: all 0.3s ease;
  text-decoration: none;
}
.post-type-archive-resources .resources-main-block .button:active,
.page-template-page-resources-results .resources-main-block .button:active {
  background: #00201e;
}
.post-type-archive-resources .resources-main-block .button::after,
.page-template-page-resources-results .resources-main-block .button::after {
  content: none;
}
.post-type-archive-resources .resources-main-block .button .button-icon,
.page-template-page-resources-results .resources-main-block .button .button-icon {
  left: 17px;
  position: relative;
  top: 2px;
}

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