@charset "UTF-8";
/*!
Theme Name: SCC Group
Theme URI: https://wearebauercreate.co.uk/
Author: Aaron Nergaard - Bauer Create
Author URI: https://wearebauercreate.co.uk/
Description: Theme for use on SCC Group
Requires at least: WordPress 5.0.0
Version: 1.0.6
Text Domain: scc
*/
:root {
  --brand-one: #004f99;
  --brand-two: #000000;
  --brand-three: #004f99;
  --brand-four: #004f99;
  --white: #ffffff;
  --black: #000000;
  --light-grey: #898989;
  --form-border: #cacaca;
  --inner-width: 1200px;
  --sp: 1rem;
  --sp-small: .5rem;
  --sp-large: 2rem;
}

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 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;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.lity-close:focus {
  outline: 3px solid white;
}

/* lato-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/lato-v23-latin-100.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-100.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-100.woff2") format("woff2"), url("fonts/lato-v23-latin-100.woff") format("woff"), url("fonts/lato-v23-latin-100.ttf") format("truetype"), url("fonts/lato-v23-latin-100.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  src: url("fonts/lato-v23-latin-100italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-100italic.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-100italic.woff2") format("woff2"), url("fonts/lato-v23-latin-100italic.woff") format("woff"), url("fonts/lato-v23-latin-100italic.ttf") format("truetype"), url("fonts/lato-v23-latin-100italic.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/lato-v23-latin-300.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-300.woff2") format("woff2"), url("fonts/lato-v23-latin-300.woff") format("woff"), url("fonts/lato-v23-latin-300.ttf") format("truetype"), url("fonts/lato-v23-latin-300.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/lato-v23-latin-300italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-300italic.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-300italic.woff2") format("woff2"), url("fonts/lato-v23-latin-300italic.woff") format("woff"), url("fonts/lato-v23-latin-300italic.ttf") format("truetype"), url("fonts/lato-v23-latin-300italic.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/lato-v23-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-regular.woff2") format("woff2"), url("fonts/lato-v23-latin-regular.woff") format("woff"), url("fonts/lato-v23-latin-regular.ttf") format("truetype"), url("fonts/lato-v23-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/lato-v23-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-italic.woff2") format("woff2"), url("fonts/lato-v23-latin-italic.woff") format("woff"), url("fonts/lato-v23-latin-italic.ttf") format("truetype"), url("fonts/lato-v23-latin-italic.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/lato-v23-latin-700.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-700.woff2") format("woff2"), url("fonts/lato-v23-latin-700.woff") format("woff"), url("fonts/lato-v23-latin-700.ttf") format("truetype"), url("fonts/lato-v23-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/lato-v23-latin-700italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-700italic.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-700italic.woff2") format("woff2"), url("fonts/lato-v23-latin-700italic.woff") format("woff"), url("fonts/lato-v23-latin-700italic.ttf") format("truetype"), url("fonts/lato-v23-latin-700italic.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/lato-v23-latin-900.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-900.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-900.woff2") format("woff2"), url("fonts/lato-v23-latin-900.woff") format("woff"), url("fonts/lato-v23-latin-900.ttf") format("truetype"), url("fonts/lato-v23-latin-900.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/lato-v23-latin-900italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-900italic.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-900italic.woff2") format("woff2"), url("fonts/lato-v23-latin-900italic.woff") format("woff"), url("fonts/lato-v23-latin-900italic.ttf") format("truetype"), url("fonts/lato-v23-latin-900italic.svg#Lato") format("svg"); /* Legacy iOS */
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  overflow-x: hidden;
}
body.large_font {
  font-size: 20px;
}

.padd_all {
  padding: var(--sp);
}

.padd_top, .padd_vertical {
  padding-top: var(--sp);
}

.padd_bottom, .padd_vertical {
  padding-bottom: var(--sp);
}

.padd_left, .padd_horizontal {
  padding-left: var(--sp);
}

.padd_right, .padd_horizontal {
  padding-right: var(--sp);
}

.margin_all {
  margin: var(--sp);
}

.margin_top {
  margin-top: var(--sp);
}

.margin_bottom {
  margin-bottom: var(--sp);
}

.margin_left {
  margin-left: var(--sp);
}

.margin_right {
  margin-right: var(--sp);
}

.padd_small {
  --sp: var(--sp-small);
}

.padd_large {
  --sp: var(--sp-large);
}

.margin_small {
  --sp: var(--sp-small);
}

.margin_large {
  --sp: var(--sp-large);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footable-toggle {
  display: none;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23004f99'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  margin-right: 0.5em;
}
@media screen and (max-width: 847px) {
  .footable-toggle {
    display: inline-block;
    height: 1em;
    width: 1em;
  }
}

.footable-row-detail-inner .footable-row-detail-name {
  font-weight: bold;
  margin-bottom: 1rem;
}
.footable-row-detail-inner .footable-row-detail-row .footable-row-detail-value {
  margin-bottom: 1em;
}
.footable-row-detail-inner .footable-row-detail-row:last-of-type .footable-row-detail-value {
  margin-bottom: 0;
}

#site_search {
  background-color: var(--brand-one);
  padding: 2rem;
  width: 600px;
  max-width: 100%;
  border-radius: 2rem;
}
#site_search p {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 auto 1rem;
  color: var(--white);
}
#site_search button {
  margin-top: 2rem;
  padding: 1rem 3rem 1rem 2rem;
  text-transform: uppercase;
  background-color: var(--brand-two);
  color: var(--white);
  border: none;
  border-radius: 5rem;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 80%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
}
#site_search button:hover {
  background-color: var(--brand-two);
  color: var(--white);
  background-position: center left 85%;
}
#site_search input[type=search] {
  background-color: var(--white);
  padding: 1rem;
  border: none;
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 5rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #site_search input[type=search] {
    font-size: 1rem;
  }
}
#site_search input[type=search]:focus-visible {
  outline: none;
}
#site_search ::-webkit-search-cancel-button {
  position: relative;
  -webkit-appearance: none;
  right: 10px;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000000'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E");
  background-size: 20px;
  color: var(--black);
}
#site_search ::-webkit-input-placeholder {
  color: var(--light-grey);
  opacity: 0.9;
}
#site_search ::-moz-placeholder {
  color: var(--light-grey);
  opacity: 0.9;
}
#site_search ::-ms-placeholder {
  color: var(--light-grey);
  opacity: 0.9;
}
#site_search ::-moz-placeholder {
  color: var(--light-grey);
  opacity: 0.9;
}
#site_search ::placeholder {
  color: var(--light-grey);
  opacity: 0.9;
}

.document-selector {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem 4rem 1rem 1rem;
  background-color: var(--white);
  color: var(--brand-one);
  border: 1px solid #afafaf;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5em;
  border-radius: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23000000'%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  max-width: 100%;
  background-size: 1em;
  background-position: center right 1rem;
  background-repeat: no-repeat;
  white-space: pre-wrap;
  line-height: 1.5em;
  width: 100%;
  -webkit-text-emphasis: center;
          text-emphasis: center;
}
@media screen and (max-width: 991px) {
  .document-selector {
    font-size: 1em;
  }
}

.site_header {
  background-color: var(--brand-two);
  z-index: 1;
  position: relative;
  z-index: 3;
}
.site_header .logo {
  display: block;
  max-width: 150px;
  flex: 0 0 150px;
}

.nav_container {
  background-color: var(--brand-one);
  position: relative;
}
.nav_container .menu {
  flex: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .nav_container .menu {
    display: none;
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
}
.nav_container .menu-item {
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .nav_container .menu-item {
    display: block;
    margin: 0 auto 0.5rem;
  }
}

#menu-header {
  margin: 0;
  padding: 2px;
  font-size: 110%;
  list-style: none;
  font-weight: 600;
}
#menu-header li {
  margin: 0;
  padding: 0;
  border: 0 solid black;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  #menu-header li {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  #menu-header li a {
    display: block;
  }
}
#menu-header > li {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #menu-header > li {
    text-align: center;
    display: block;
    margin: 0 auto 0.5rem;
  }
}
#menu-header > li li {
  display: block;
}
#menu-header > li > [role=menuitem] {
  display: inline-block;
  padding: 0.75rem;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border: 2px solid transparent;
  border-radius: 5rem;
}
@media screen and (max-width: 1200px) {
  #menu-header > li > [role=menuitem] {
    display: inline-block;
    vertical-align: middle;
  }
}
#menu-header > li > [role=menuitem]:hover, #menu-header > li > [role=menuitem]:focus {
  border: 2px solid var(--white);
  color: var(--white);
}
#menu-header [role=menu] [role=menuitem] {
  display: block;
  width: 12em;
  padding: 0.5rem 1rem;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  margin: 0 auto;
}
#menu-header [role=menuitem] svg {
  fill: currentcolor;
  stroke: currentcolor;
  margin-left: 0.25em;
}
#menu-header [role=menuitem] svg.down {
  padding-left: 0.125em;
}
#menu-header [role=menuitem] svg.right {
  position: absolute;
  padding-top: 0.35em;
  right: 0.75em;
}
#menu-header [role=menuitem][aria-expanded=true] svg.down {
  transform: rotate(180deg);
}
#menu-header [role=menuitem][aria-expanded=true] svg.right {
  transform: rotate(90deg) translate(5px, -5px);
}
#menu-header [role=menu] {
  display: none;
  position: absolute;
  margin: 0;
  background-color: var(--brand-two);
  font-size: 0.8em;
  text-align: left;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 1rem 0.5rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  #menu-header [role=menu] {
    position: relative !important;
    top: unset !important;
    box-shadow: unset;
    width: 100%;
  }
}
#menu-header [role=menu].toggled-on {
  display: block;
}
#menu-header [role=menu]:after {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid var(--brand-two);
}
@media screen and (max-width: 1200px) {
  #menu-header [role=menu]:after {
    left: 50%;
    margin-left: -0.5rem;
  }
}
#menu-header [role=group] {
  margin: 0;
  padding: 0;
}

/* focus styling */
#menu-header > li > [aria-expanded=true],
#menu-header > li > [role=menuitem]:focus,
#menu-header > li > [role=menuitem]:hover {
  outline: none;
}

#menu-header > li > [role=menuitem]:focus,
#menu-header > li > [role=menuitem]:hover {
  border: 2px solid var(--white);
}

#menu-header [role=menu] [aria-expanded=true],
#menu-header [role=menu] [role=menuitem]:focus,
#menu-header [role=menu] [role=menuitem]:hover {
  outline: none;
}

#menu-header [role=menu] [role=menuitem]:focus,
#menu-header [role=menu] [role=menuitem]:hover {
  color: var(--white);
  text-decoration: underline;
}

#menu-header > li > [aria-expanded=true].aria-current-path,
#menu-header > li > [role=menuitem].aria-current-path:focus,
#menu-header > li > [role=menuitem].aria-current-path:hover,
#menu-header > li > [role=menuitem][aria-current]:focus,
#menu-header > li > [role=menuitem][aria-current]:hover {
  color: var(--white);
}

.top-banner {
  padding: 4rem 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--brand-two);
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .top-banner {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .top-banner {
    padding: 2rem;
  }
}
.top-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.top-banner .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 12rem;
}
@media screen and (max-width: 991px) {
  .top-banner .inner {
    min-height: auto;
  }
}
.top-banner .banner-text {
  max-width: 50%;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .top-banner .banner-text {
    max-width: 75%;
  }
}
@media screen and (max-width: 991px) {
  .top-banner .banner-text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.top-banner .banner-text p {
  background-color: transparent !important;
}
.top-banner .pre,
.top-banner .sub {
  color: var(--white);
}
.top-banner h1, .top-banner h2, .top-banner h3, .top-banner h4, .top-banner h5, .top-banner h6, .top-banner .sub {
  text-transform: uppercase;
}
.top-banner h1, .top-banner h2, .top-banner h3, .top-banner h4, .top-banner h5, .top-banner h6 {
  font-weight: 800;
  font-size: 4rem;
  line-height: 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-banner h1, .top-banner h2, .top-banner h3, .top-banner h4, .top-banner h5, .top-banner h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.top-banner .pre {
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1em;
}
.top-banner .sub {
  font-weight: 700;
  margin-top: 0.5rem;
}
.top-banner .divider {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.nav-inner,
.logo-inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  .nav-inner,
  .logo-inner {
    padding: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .nav-inner {
    flex-direction: column;
  }
}

.logo-inner {
  padding: 2rem;
}

.link-access,
.link-search {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .link-access,
  .link-search {
    display: inline-block !important;
  }
}
.link-access .sub-menu,
.link-search .sub-menu {
  left: unset;
  right: 0;
}
.link-access .sub-menu:after,
.link-search .sub-menu:after {
  left: unset;
  right: 1rem;
}
.link-access svg,
.link-search svg {
  display: none;
}
.link-access a,
.link-search a {
  background-size: 1.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 !important;
  height: 3rem;
  width: 3rem;
  font-size: 0;
  border: 2px solid var(--brand-two) !important;
  border-radius: 50%;
  display: block;
}
.link-access a:hover, .link-access a:focus,
.link-search a:hover,
.link-search a:focus {
  background-color: var(--brand-two);
  border: 2px solid var(--brand-two) !important;
}

@media screen and (max-width: 1200px) {
  .link-access {
    display: none !important;
  }
}
.link-access a {
  background-image: url("data:image/svg+xml,%3Csvg id='accessibility' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M0,49.94C.01,22.33,22.43-.01,50.1,0c27.55,.01,49.91,22.44,49.9,50.06-.01,27.58-22.42,49.95-50.01,49.94C22.35,99.99,0,77.6,0,49.94Zm6.72,.02c-.03,23.73,19.37,43.26,43.05,43.31,23.89,.06,43.46-19.3,43.5-43.03,.05-24.02-19.34-43.52-43.26-43.53-23.82,0-43.26,19.41-43.3,43.25Z'/%3E%3Cpath class='cls-1' d='M50,59.4c-.17,.41-.28,.65-.37,.9-2.47,6.56-4.94,13.12-7.42,19.68-.67,1.76-2.13,2.73-3.99,2.68-1.7-.04-3.1-1.07-3.65-2.66-.34-.98-.21-1.93,.11-2.89,1.55-4.74,3.21-9.44,4.58-14.23,1.87-6.53,2.65-13.25,2.66-20.04,0-1.42-.33-1.83-1.72-2.15-5.33-1.2-10.66-2.4-15.99-3.6-1.22-.27-2.19-.89-2.76-2.02-1.18-2.36,.63-5.14,3.35-4.99,1.79,.1,3.57,.5,5.35,.75,5.55,.79,11.04,1.92,16.66,2.17,5.15,.23,10.25-.15,15.32-.96,4.12-.66,8.23-1.3,12.35-1.94,2.17-.33,4.05,.91,4.39,2.87,.33,1.94-.94,3.64-3.11,4.13-5.3,1.2-10.6,2.39-15.9,3.58-1.45,.33-1.76,.71-1.77,2.19-.06,10.1,2.1,19.79,5.48,29.25,.61,1.7,1.19,3.4,1.79,5.1,.79,2.27-.15,4.41-2.26,5.19-2.17,.8-4.46-.24-5.3-2.45-2.48-6.56-4.95-13.12-7.42-19.68-.09-.25-.21-.49-.38-.89Z'/%3E%3Cpath class='cls-1' d='M49.97,17.32c3.87-.02,6.99,3.05,7.04,6.93,.05,3.89-3.09,7.08-6.98,7.1-3.88,.02-7.06-3.15-7.05-7.03,0-3.87,3.11-6.97,6.98-6.99Z'/%3E%3C/svg%3E");
}
.link-access a:hover, .link-access a:focus {
  background-image: url("data:image/svg+xml,%3Csvg id='accessibility' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M0,49.94C.01,22.33,22.43-.01,50.1,0c27.55,.01,49.91,22.44,49.9,50.06-.01,27.58-22.42,49.95-50.01,49.94C22.35,99.99,0,77.6,0,49.94Zm6.72,.02c-.03,23.73,19.37,43.26,43.05,43.31,23.89,.06,43.46-19.3,43.5-43.03,.05-24.02-19.34-43.52-43.26-43.53-23.82,0-43.26,19.41-43.3,43.25Z'/%3E%3Cpath class='cls-1' d='M50,59.4c-.17,.41-.28,.65-.37,.9-2.47,6.56-4.94,13.12-7.42,19.68-.67,1.76-2.13,2.73-3.99,2.68-1.7-.04-3.1-1.07-3.65-2.66-.34-.98-.21-1.93,.11-2.89,1.55-4.74,3.21-9.44,4.58-14.23,1.87-6.53,2.65-13.25,2.66-20.04,0-1.42-.33-1.83-1.72-2.15-5.33-1.2-10.66-2.4-15.99-3.6-1.22-.27-2.19-.89-2.76-2.02-1.18-2.36,.63-5.14,3.35-4.99,1.79,.1,3.57,.5,5.35,.75,5.55,.79,11.04,1.92,16.66,2.17,5.15,.23,10.25-.15,15.32-.96,4.12-.66,8.23-1.3,12.35-1.94,2.17-.33,4.05,.91,4.39,2.87,.33,1.94-.94,3.64-3.11,4.13-5.3,1.2-10.6,2.39-15.9,3.58-1.45,.33-1.76,.71-1.77,2.19-.06,10.1,2.1,19.79,5.48,29.25,.61,1.7,1.19,3.4,1.79,5.1,.79,2.27-.15,4.41-2.26,5.19-2.17,.8-4.46-.24-5.3-2.45-2.48-6.56-4.95-13.12-7.42-19.68-.09-.25-.21-.49-.38-.89Z'/%3E%3Cpath class='cls-1' d='M49.97,17.32c3.87-.02,6.99,3.05,7.04,6.93,.05,3.89-3.09,7.08-6.98,7.1-3.88,.02-7.06-3.15-7.05-7.03,0-3.87,3.11-6.97,6.98-6.99Z'/%3E%3C/svg%3E");
}
.link-access .menu-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}
.link-access .menu-item svg {
  fill: #ffffff;
  max-width: 1rem;
  width: 1rem;
  margin-left: 1rem;
  display: none;
}
@media screen and (max-width: 1200px) {
  .link-access .menu-item svg {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1200px) {
  .link-access .menu-item {
    display: block;
    margin: 0 auto 0.5rem;
  }
}
.link-access .menu-item a {
  font-weight: 700;
  padding: 0.75rem;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border: 2px solid transparent;
  border-radius: 5rem;
  background-image: none;
  padding: 0.5rem 1rem !important;
  height: auto;
  width: auto;
  font-size: 1em;
  border: none;
  border-radius: none;
}
@media screen and (max-width: 1200px) {
  .link-access .menu-item a {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
.link-access .menu-item a:hover, .link-access .menu-item a:focus {
  color: var(--white) !important;
}

@media screen and (max-width: 1200px) {
  .link-search {
    margin-left: 0.5rem !important;
  }
}
.link-search a {
  background-image: url("data:image/svg+xml,%3Csvg id='search_icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M85.1,79.15c-6.54-6.52-6.43-6.42-12.96-12.95l-3.94-3.94c.19-.26,.38-.51,.56-.77,3.91-5.47,6.11-11.54,6.56-18.04,.7-10.23-2.47-19.25-9.41-26.84-5.15-5.65-11.65-9.29-19.3-10.83-1.02-.21-2.04-.35-3.03-.48-.46-.06-.91-.13-1.37-.2l-4.78-.02-.2,.02c-.45,.07-.9,.13-1.36,.2-1.02,.14-2.03,.29-3.03,.48-6.2,1.23-11.74,3.95-16.46,8.09-6.44,5.65-10.44,12.85-11.88,21.37-.12,.7-.21,1.4-.3,2.1l-.13,.95v4.76l.12,1.08c.08,.69,.17,1.37,.28,2.05,1.42,8.48,5.27,15.57,11.43,21.05,8.5,7.55,18.54,10.49,29.81,8.7,5.48-.87,10.61-3.05,15.24-6.5l.28-.21c7.77,7.79,8.93,8.94,16.71,16.72,.31,.3,.66,.66,1.07,.97,.87,.66,1.91,1.01,2.98,1.01,.51,0,1.02-.08,1.51-.24,1.53-.5,2.72-1.72,3.18-3.27,.56-1.89,.04-3.66-1.57-5.27h-.02Zm-19.52-38.38c-.12,14.46-11.46,25.8-25.82,25.82h-.04c-14.19,0-25.75-11.56-25.78-25.79-.02-6.85,2.66-13.31,7.52-18.2,4.88-4.9,11.38-7.61,18.27-7.62h.04c14.2,0,25.78,11.57,25.81,25.79Z'/%3E%3C/svg%3E");
}
.link-search a:hover, .link-search a:focus {
  background-image: url("data:image/svg+xml,%3Csvg id='search_icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M85.1,79.15c-6.54-6.52-6.43-6.42-12.96-12.95l-3.94-3.94c.19-.26,.38-.51,.56-.77,3.91-5.47,6.11-11.54,6.56-18.04,.7-10.23-2.47-19.25-9.41-26.84-5.15-5.65-11.65-9.29-19.3-10.83-1.02-.21-2.04-.35-3.03-.48-.46-.06-.91-.13-1.37-.2l-4.78-.02-.2,.02c-.45,.07-.9,.13-1.36,.2-1.02,.14-2.03,.29-3.03,.48-6.2,1.23-11.74,3.95-16.46,8.09-6.44,5.65-10.44,12.85-11.88,21.37-.12,.7-.21,1.4-.3,2.1l-.13,.95v4.76l.12,1.08c.08,.69,.17,1.37,.28,2.05,1.42,8.48,5.27,15.57,11.43,21.05,8.5,7.55,18.54,10.49,29.81,8.7,5.48-.87,10.61-3.05,15.24-6.5l.28-.21c7.77,7.79,8.93,8.94,16.71,16.72,.31,.3,.66,.66,1.07,.97,.87,.66,1.91,1.01,2.98,1.01,.51,0,1.02-.08,1.51-.24,1.53-.5,2.72-1.72,3.18-3.27,.56-1.89,.04-3.66-1.57-5.27h-.02Zm-19.52-38.38c-.12,14.46-11.46,25.8-25.82,25.82h-.04c-14.19,0-25.75-11.56-25.78-25.79-.02-6.85,2.66-13.31,7.52-18.2,4.88-4.9,11.38-7.61,18.27-7.62h.04c14.2,0,25.78,11.57,25.81,25.79Z'/%3E%3C/svg%3E");
}

.link-button {
  margin-left: 0.75rem;
}
@media screen and (max-width: 1200px) {
  .link-button {
    display: inline-block !important;
    margin-right: 0.5rem !important;
  }
}
.link-button a {
  border-color: var(--brand-two) !important;
  padding: 0.75rem 1.5rem !important;
}
.link-button a:hover, .link-button a:focus {
  border-color: var(--brand-two);
  background-color: var(--brand-two);
  color: var(--white) !important;
}

.course-banner {
  background-position: center center;
  background-size: cover;
  background-color: var(--black);
}
.course-banner.apprenticeship .inner {
  max-width: 90%;
}
.course-banner.apprenticeship .banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
.course-banner.apprenticeship h1 {
  flex: 0 0 60%;
}
@media screen and (max-width: 991px) {
  .course-banner.apprenticeship h1 {
    flex: 0 0 100%;
  }
}
.course-banner.apprenticeship br {
  display: none;
}
.course-banner.apprenticeship p {
  margin: 0 auto;
}
.course-banner.apprenticeship .app-intro {
  background-color: var(--brand-one);
  color: var(--white);
  padding: 1rem;
  background-image: url(img/a-faded.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (max-width: 991px) {
  .course-banner.apprenticeship .app-intro {
    background-position: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
}
.course-banner.apprenticeship .app-title {
  background-color: var(--brand-two);
  color: var(--white);
  display: block;
  padding: 0.25em;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.course-banner.apprenticeship table {
  background-color: transparent !important;
  max-width: 100%;
  margin: 0.5rem auto 0 !important;
}
.course-banner.apprenticeship table tr {
  background: transparent !important;
}
.course-banner.apprenticeship table tr td:first-of-type {
  border-right: 1px solid var(--white);
  font-weight: 700 !important;
}
.course-banner.apprenticeship table * {
  color: var(--white);
}
.course-banner .banner-text {
  background-color: var(--brand-two);
  color: var(--white);
  padding: 2rem;
}
.course-banner .banner-text h1 {
  font-size: 2.5rem;
  line-height: 1.2em;
  margin-bottom: 0;
}
.course-banner .banner-text .type {
  margin: 0 auto;
  font-size: 1.5rem;
  color: var(--white);
  font-style: italic;
}
.course-banner .banner-text span {
  background-color: transparent !important;
  font-family: unset !important;
  color: inherit !important;
}

.nav-toggle {
  border: none;
  background-color: transparent;
  color: var(--white);
  flex: 0 0 2rem;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle svg {
  fill: currentColor;
  width: 2rem;
  height: auto;
  display: block;
}

.post-type-archive-courses .search_container,
.page-template-template-16-18-courses .search_container,
.page-template-template-he-courses .search_container,
.page-template-template-adult-courses .search_container {
  border: 4px solid var(--brand-one);
  background-color: var(--brand-two);
  border-radius: 5rem;
  overflow: hidden;
  padding: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  width: 500px;
}
.post-type-archive-courses .search_container:has(input:focus-visible),
.page-template-template-16-18-courses .search_container:has(input:focus-visible),
.page-template-template-he-courses .search_container:has(input:focus-visible),
.page-template-template-adult-courses .search_container:has(input:focus-visible) {
  border-color: var(--white);
}
@media screen and (max-width: 991px) {
  .post-type-archive-courses .search_container,
  .page-template-template-16-18-courses .search_container,
  .page-template-template-he-courses .search_container,
  .page-template-template-adult-courses .search_container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-courses .search_container,
  .page-template-template-16-18-courses .search_container,
  .page-template-template-he-courses .search_container,
  .page-template-template-adult-courses .search_container {
    width: 100%;
  }
}
.post-type-archive-courses .search_icon,
.page-template-template-16-18-courses .search_icon,
.page-template-template-he-courses .search_icon,
.page-template-template-adult-courses .search_icon {
  flex: 0 0 50px;
  padding: 0.75rem 0.5rem 0.25rem 0.75rem;
}
.post-type-archive-courses .search_icon svg,
.page-template-template-16-18-courses .search_icon svg,
.page-template-template-he-courses .search_icon svg,
.page-template-template-adult-courses .search_icon svg {
  fill: #ffffff;
}
.post-type-archive-courses form,
.page-template-template-16-18-courses form,
.page-template-template-he-courses form,
.page-template-template-adult-courses form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: auto;
}
.post-type-archive-courses input[type=search],
.page-template-template-16-18-courses input[type=search],
.page-template-template-he-courses input[type=search],
.page-template-template-adult-courses input[type=search] {
  flex: auto;
  padding: 1rem 0 1rem 0.5rem;
  background-color: transparent;
  border: none;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post-type-archive-courses input[type=search],
  .page-template-template-16-18-courses input[type=search],
  .page-template-template-he-courses input[type=search],
  .page-template-template-adult-courses input[type=search] {
    font-size: 1rem;
  }
}
.post-type-archive-courses input[type=search]:focus-visible,
.page-template-template-16-18-courses input[type=search]:focus-visible,
.page-template-template-he-courses input[type=search]:focus-visible,
.page-template-template-adult-courses input[type=search]:focus-visible {
  outline: none;
}
.post-type-archive-courses ::-webkit-search-cancel-button,
.page-template-template-16-18-courses ::-webkit-search-cancel-button,
.page-template-template-he-courses ::-webkit-search-cancel-button,
.page-template-template-adult-courses ::-webkit-search-cancel-button {
  position: relative;
  -webkit-appearance: none;
  right: 10px;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ffffff'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E");
  background-size: 20px;
  color: white;
}
.post-type-archive-courses ::-webkit-input-placeholder,
.page-template-template-16-18-courses ::-webkit-input-placeholder,
.page-template-template-he-courses ::-webkit-input-placeholder,
.page-template-template-adult-courses ::-webkit-input-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.post-type-archive-courses ::-moz-placeholder,
.page-template-template-16-18-courses ::-moz-placeholder,
.page-template-template-he-courses ::-moz-placeholder,
.page-template-template-adult-courses ::-moz-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.post-type-archive-courses ::-ms-placeholder,
.page-template-template-16-18-courses ::-ms-placeholder,
.page-template-template-he-courses ::-ms-placeholder,
.page-template-template-adult-courses ::-ms-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.post-type-archive-courses ::-moz-placeholder, .page-template-template-16-18-courses ::-moz-placeholder, .page-template-template-he-courses ::-moz-placeholder, .page-template-template-adult-courses ::-moz-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.post-type-archive-courses ::placeholder,
.page-template-template-16-18-courses ::placeholder,
.page-template-template-he-courses ::placeholder,
.page-template-template-adult-courses ::placeholder {
  color: var(--white);
  opacity: 0.9;
}
.post-type-archive-courses .search_container button,
.page-template-template-16-18-courses .search_container button,
.page-template-template-he-courses .search_container button,
.page-template-template-adult-courses .search_container button {
  flex: 0 0 150px;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: var(--brand-one);
  color: var(--white);
  border: none;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 80%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .post-type-archive-courses .search_container button,
  .page-template-template-16-18-courses .search_container button,
  .page-template-template-he-courses .search_container button,
  .page-template-template-adult-courses .search_container button {
    flex: 0 0 60px;
    font-size: 0 !important;
    background-position: center !important;
    background-size: 1rem !important;
    -webkit-clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%) !important;
            clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%) !important;
    padding: 0;
    border-radius: 0 4rem 4rem 0;
  }
}
.post-type-archive-courses .search_container button:hover,
.page-template-template-16-18-courses .search_container button:hover,
.page-template-template-he-courses .search_container button:hover,
.page-template-template-adult-courses .search_container button:hover {
  background-color: var(--brand-one);
  color: var(--white);
  background-position: center left 85%;
}

#page-header {
  position: relative;
}
#page-header .inner {
  z-index: 2;
}
#page-header .divider {
  z-index: 1;
}

.single-post .top-banner h1, .single-post .top-banner h2, .single-post .top-banner h3, .single-post .top-banner h4, .single-post .top-banner h5, .single-post .top-banner h6 {
  text-transform: unset;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.2em;
}
@media screen and (max-width: 991px) {
  .single-post .top-banner h1, .single-post .top-banner h2, .single-post .top-banner h3, .single-post .top-banner h4, .single-post .top-banner h5, .single-post .top-banner h6 {
    text-align: center;
    font-size: 2rem;
  }
}

.single-careers .banner-text {
  max-width: 100%;
}

.my_apps {
  position: absolute;
  top: 5rem;
  right: 0;
  content: "";
  padding: 0.5rem 1rem;
  border-radius: 0 0 0 0.5rem;
  background-color: var(--white);
  width: 86px;
  height: auto;
  box-shadow: 0 0.5rem 0.5rem 0.25rem rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .my_apps {
    width: 86px;
    right: 0;
  }
}
.my_apps a {
  text-decoration: none;
  color: var(--brand-one);
}
.my_apps a:hover {
  text-decoration: none;
  color: var(--brand-two);
}
.my_apps a:hover .icon {
  color: var(--brand-two);
}
.my_apps .basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.my_apps .icon {
  flex: 0 0 1.5rem;
  color: var(--brand-one);
}
.my_apps .text {
  flex: auto;
}
.my_apps .text p {
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 0.5em;
}

.apprenticeship-banner .inner {
  max-width: 90%;
}
.apprenticeship-banner .banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
.apprenticeship-banner h1 {
  flex: 0 0 60%;
}
@media screen and (max-width: 991px) {
  .apprenticeship-banner h1 {
    flex: 0 0 100%;
  }
}
.apprenticeship-banner br {
  display: none;
}
.apprenticeship-banner p {
  margin: 0 auto;
}
.apprenticeship-banner .app-intro {
  background-color: var(--brand-one);
  color: var(--white);
  padding: 1rem;
  flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (max-width: 991px) {
  .apprenticeship-banner .app-intro {
    background-position: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
}
.apprenticeship-banner .app-title {
  background-color: var(--brand-two);
  color: var(--white);
  display: block;
  padding: 0.25em;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.apprenticeship-banner table {
  background-color: transparent !important;
  max-width: 100%;
  margin: 0.5rem auto 0 !important;
}
.apprenticeship-banner table tr {
  background: transparent !important;
}
.apprenticeship-banner table tr td:first-of-type {
  border-right: 1px solid var(--white);
  font-weight: 700 !important;
}
.apprenticeship-banner table * {
  color: var(--white);
}

.site-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-radius: 1rem;
  max-width: 1200px;
  background-color: var(--white);
  display: none;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
@media screen and (max-width: 991px) {
  .site-popup {
    flex-wrap: wrap;
  }
}
.site-popup::-webkit-scrollbar {
  display: none;
}
.site-popup.popup-pos-right {
  flex-direction: row;
}
.site-popup.popup-pos-right .popup-text {
  flex: 0 0 60%;
}
@media screen and (max-width: 991px) {
  .site-popup.popup-pos-right .popup-text {
    flex: 0 0 100%;
  }
}
.site-popup.popup-pos-right .popup-image {
  flex: 0 0 40%;
}
@media screen and (max-width: 991px) {
  .site-popup.popup-pos-right .popup-image {
    flex: 0 0 100%;
    padding-bottom: 50%;
  }
}
.site-popup.popup-pos-top {
  flex-direction: column;
  max-width: 800px;
}
.site-popup.popup-pos-top img {
  width: 100%;
}
.site-popup.popup-pos-top .popup-text {
  flex: 0 0 100%;
  width: 100%;
  order: 1;
}
.site-popup.popup-pos-top .popup-image {
  flex: 0 0 100%;
  width: 100%;
  order: 0;
}
.site-popup .popup-text {
  padding: 2rem;
}
.site-popup .popup-text a:not(.btn) {
  color: var(--brand-one);
  text-decoration: underline;
}
.site-popup .popup-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.site-popup .btn {
  margin-top: 1rem;
}

.lity .site-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-grid .filter-item select:focus {
  outline: 3px solid black;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 input {
  width: 100%;
  display: block;
}
.wpcf7 label {
  display: block;
  margin: 0 auto 1rem;
  font-weight: 700;
}

.wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 5px solid var(--form-border);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 auto 1rem;
}
.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  width: auto;
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  border: none;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}

.wpcf7-not-valid-tip {
  color: var(--white);
  background-color: red;
  display: block;
  padding: 0.5rem;
  margin: 1rem auto;
  border-radius: 0.25rem;
}

.wpcf7-form.submitting .wpcf7-submit {
  display: none;
}

.wpcf7-spinner {
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.25rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: green;
  color: var(--white);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: red;
  color: var(--white);
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: red;
  color: var(--white);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: red;
  color: var(--white);
}

/**
 * Accordion v3.3.2
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac {
  margin-top: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
}

.ac .ac-trigger {
  font: bold 16px "Arial", sans-serif;
  color: #111;
  text-align: left;
  width: 100%;
  padding: 10px 30px 10px 10px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
  height: 1em !important;
}

.ac .ac-trigger:focus {
  color: #8a8a8a;
}

.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font: 15px/24px "Arial", sans-serif;
  color: #111;
  padding: 10px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}

.career-list {
  padding: 4rem 2rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .career-list {
    padding: 2rem;
  }
}
.career-list .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.career-list p {
  line-height: 1.5em;
  margin: 1rem auto;
}
.career-list p span {
  line-height: 1.2em;
}
.career-list h1, .career-list h2, .career-list h3, .career-list h4, .career-list h5, .career-list h6 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
.career-list .career-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-radius: 1rem;
  border: 1px solid #b0b0b0;
  overflow: hidden;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 991px) {
  .career-list .career-card {
    flex-wrap: wrap;
  }
}
.career-list .card-left {
  flex: 0 0 66.66%;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .career-list .card-left {
    flex: 0 0 100%;
  }
}
.career-list .card-right {
  flex: 0 0 33.33%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .career-list .card-right {
    flex: 0 0 100%;
    min-height: 300px;
  }
}
.career-list .card-right img {
  max-height: 100px;
  margin: 0 auto 1rem;
  flex: 0 0 100%;
}
@media screen and (max-width: 991px) {
  .career-list .card-right img {
    max-width: 300px;
    max-height: 100px;
  }
}
.career-list .card-right p {
  flex: 0 0 100%;
  width: 100%;
  margin: 0 auto;
}
.career-list .card-right .btn {
  background-color: var(--black);
}
.career-list .card-right .btn:hover {
  background-color: var(--black);
}
.career-list table {
  border-collapse: collapse;
}
.career-list table tr td {
  padding: 0.5rem;
  color: #2d2d2e;
  vertical-align: middle;
}
.career-list table tr td:first-of-type {
  padding-left: 0;
  border-right: 1px solid;
  color: var(--black);
}
.career-list table .job_title {
  font-size: 1.5em;
}
.career-list table .view_job {
  font-weight: 800;
  padding-top: 1rem;
}
.career-list table a {
  color: inherit;
  text-decoration: none;
}
.career-list table a:hover {
  color: inherit;
  text-decoration: underline;
}

.glide-vac {
  background-color: var(--brand-one);
  padding: 2rem 4rem;
}
.glide-vac img {
  max-height: 75px;
  margin: 0 auto;
}
.glide-vac .glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  box-shadow: none;
  top: 50%;
}
.glide-vac .glide__arrows .glide__arrow--left {
  left: 1rem;
}
.glide-vac .glide__arrows .glide__arrow--right {
  right: 1rem;
}
.glide-vac .glide__arrows svg {
  width: 15px;
  height: auto;
  fill: var(--white);
}
.glide-vac .glide__slides {
  align-items: center;
}

.career-buttons {
  padding: 0rem 2rem 2rem;
  position: relative;
}
.career-buttons .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.career-buttons a {
  flex: 0 0 49%;
  color: var(--white);
  text-decoration: none;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .career-buttons a {
    flex: 0 0 100%;
  }
}
.career-buttons a:hover {
  color: var(--white);
  text-decoration: none;
}
.career-buttons a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  border-radius: 1rem;
}
.career-buttons .career-button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 2rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.career-buttons .career-button p {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  color: inherit;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .career-buttons .career-button p {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.career-intro {
  padding: 0 2rem;
}
.career-intro .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.career-intro .career-intro-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0 0 1rem 1rem;
  border: 1px solid #b0b0b0;
  overflow: hidden;
  margin: 2rem auto 0;
}
@media screen and (max-width: 991px) {
  .career-intro .career-intro-card {
    flex-wrap: wrap;
  }
}
.career-intro .career-intro-header {
  flex: 0 0 100%;
  padding: 2rem;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .career-intro .career-intro-header {
    text-align: left;
  }
}
.career-intro .career-intro-header img {
  display: inline-block;
  width: auto;
  max-height: 50px;
}
.career-intro .career-intro-details {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.career-intro .career-intro-details table {
  border-collapse: collapse;
}
.career-intro .career-intro-details table tr td {
  padding: 0.5rem;
  color: #2d2d2e;
  vertical-align: top;
}
.career-intro .career-intro-details table tr td:first-of-type {
  padding-left: 0;
  font-weight: 700;
  color: var(--black);
}
.career-intro .career-intro-details .left {
  flex: 0 0 66.66%;
}
@media screen and (max-width: 991px) {
  .career-intro .career-intro-details .left {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}
.career-intro .career-intro-details .right {
  flex: 0 0 33.33%;
}
@media screen and (max-width: 991px) {
  .career-intro .career-intro-details .right {
    flex: 0 0 100%;
  }
}

.standard {
  padding: 4rem 2rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .standard {
    padding: 2rem;
  }
}
.standard + .icon-row {
  padding-top: 0;
}
.standard .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .standard .inner {
    flex-wrap: wrap;
  }
}
.standard.standard-white + .standard-white {
  padding: 0 2rem 4rem;
}
@media screen and (max-width: 1200px) {
  .standard.standard-white + .standard-white {
    padding: 0 2rem 2rem;
  }
}
.standard.standard-white blockquote {
  color: var(--brand-one);
}
.standard a.btn {
  margin-top: 0.5rem;
}
.standard .tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--brand-two);
  color: var(--white);
}
.standard .tablepress th,
.standard .tablepress td {
  text-align: center;
}
.standard .standard-content {
  width: 100%;
}
.standard .standard-content p {
  line-height: 1.5em;
}
.standard .standard-content p span {
  line-height: 1.5em;
}
.standard .standard-content h1, .standard .standard-content h2, .standard .standard-content h3, .standard .standard-content h4, .standard .standard-content h5, .standard .standard-content h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.5em;
}
.standard .standard-content h1 {
  font-size: 3rem;
}
.standard .standard-content h2 {
  font-size: 2.5rem;
}
.standard .standard-content h3 {
  font-size: 1.75rem;
}
.standard .standard-content h4 {
  font-size: 1.5rem;
}
.standard .standard-content h5 {
  font-size: 1.25rem;
}
.standard .standard-content h6 {
  font-size: 1rem;
}
.standard .video-wrapper {
  margin: 2rem auto;
}
.standard ul, .standard li {
  list-style-position: inside;
  padding-left: 0;
  margin: 2rem auto;
}
.standard blockquote {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.standard blockquote p {
  font-size: 1.3em;
  line-height: 1.3em !important;
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .standard blockquote p {
    font-size: 1.25em;
  }
}
.standard img {
  margin: 2rem auto;
}
.standard img.alignright {
  margin: 2rem;
  max-width: 30%;
  float: right;
}
@media screen and (max-width: 991px) {
  .standard img.alignright {
    float: unset;
    margin: 0 auto 2rem;
    max-width: 100%;
  }
}

.course-information .standard {
  padding: 2rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .course-information .standard {
    padding: 2rem;
  }
}
.course-information .standard + .standard {
  padding-top: 0;
}

.apply-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 2rem auto;
}
.apply-table thead tr {
  background-color: var(--brand-two);
  color: var(--white);
}
.apply-table th, .apply-table td {
  padding: 1rem;
}
.apply-table tbody tr {
  background-color: #f1f2f3;
  color: var(--black);
  border-top: 4px solid var(--white);
  border-bottom: 4px solid var(--white);
}
.apply-table.apply-flex .apply-grid-row {
  padding: 1rem;
  background-color: #f1f2f3;
  color: var(--black);
  border-top: 4px solid var(--white);
  border-bottom: 4px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1%;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .apply-grid-row {
    flex-wrap: wrap;
  }
}
.apply-table.apply-flex .apply-grid-row.apply-flex-header {
  background-color: var(--brand-two);
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item-two,
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item-three,
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item-four,
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item-five,
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item-six {
    display: none;
  }
}
.apply-table.apply-flex .apply-grid-row p {
  margin: 0 auto;
}
.apply-table.apply-flex .apply-grid-row p.mob-head {
  font-weight: 700;
  display: none;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .apply-grid-row p.mob-head {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .apply-grid-row p.hide-mob {
    display: none;
  }
}
.apply-table.apply-flex .flex-item {
  flex: auto;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item {
    margin-bottom: 1rem;
  }
}
.apply-table.apply-flex .flex-item a.btn {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item:last-of-type {
    margin-bottom: 0;
  }
}
.apply-table.apply-flex .flex-item-one {
  flex: 0 0 8%;
}
@media screen and (max-width: 1200px) {
  .apply-table.apply-flex .flex-item-one {
    flex: 0 0 8%;
  }
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-one {
    flex: 0 0 100%;
  }
}
.apply-table.apply-flex .flex-item-two {
  flex: 0 0 35%;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-two {
    flex: 0 0 100%;
  }
}
.apply-table.apply-flex .flex-item-three {
  flex: 0 0 23%;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-three {
    flex: 0 0 100%;
  }
}
.apply-table.apply-flex .flex-item-four {
  flex: 0 0 11%;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-four {
    flex: 0 0 100%;
  }
}
.apply-table.apply-flex .flex-item-five {
  flex: 0 0 7%;
}
@media screen and (max-width: 1200px) {
  .apply-table.apply-flex .flex-item-five {
    flex: 0 0 7%;
  }
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-five {
    flex: 0 0 100%;
  }
}
.apply-table.apply-flex .flex-item-six {
  flex: 0 0 12%;
}
@media screen and (max-width: 1200px) {
  .apply-table.apply-flex .flex-item-six {
    flex: 0 0 21%;
  }
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-six {
    flex: 0 0 100%;
  }
}

input.btn {
  border: none;
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  margin: 0 auto;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}
input.btn:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}

p.error {
  color: red;
}

p.success {
  color: green;
}

.toggle-col svg {
  width: 1rem;
  height: auto;
}

.btn-reveal {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' fill='%23ffffff' viewBox='0 0 576 512'%3E%3Cpath d='M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z'/%3E%3C/svg%3E") !important;
}
.btn-reveal:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' fill='%23ffffff' viewBox='0 0 576 512'%3E%3Cpath d='M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z'/%3E%3C/svg%3E") !important;
}

.centres .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.centres .centre {
  flex: 0 0 14.2857142857%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .centres .centre {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 991px) {
  .centres .centre {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1100px) {
  .centres .centre:nth-last-of-type(1), .centres .centre:nth-last-of-type(2), .centres .centre:nth-last-of-type(3) {
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .centres .centre:nth-last-of-type(1), .centres .centre:nth-last-of-type(2), .centres .centre:nth-last-of-type(3) {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 991px) {
  .centres .centre:nth-last-of-type(1) {
    flex: 0 0 100%;
  }
}
.centres .centre:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .centres .centre:hover img {
    transform: unset;
  }
}
.centres .centre a {
  flex: 0 0 100%;
  position: relative;
  padding: 24rem 2rem;
}
@media screen and (max-width: 1100px) {
  .centres .centre a {
    padding: 12rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .centres .centre a {
    padding: 0rem 2rem;
  }
}
.centres .centre img {
  position: relative;
  transform-origin: center;
  transition: all 0.5s ease-in-out;
}
.centres .centre .centre-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: grayscale(1);
  opacity: 0.3;
  mix-blend-mode: luminosity;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  .centres .centre .centre-bg {
    background-position: center top;
  }
}
.centres .centre .centre-bg:hover {
  opacity: 0.1;
}

.intro_block {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .intro_block {
    padding: 2rem;
  }
}
.intro_block + .intro_block, .intro_block + .standard-white {
  padding-top: 0;
}
.intro_block.heading-small h1, .intro_block.heading-small h2, .intro_block.heading-small h3, .intro_block.heading-small h4, .intro_block.heading-small h5, .intro_block.heading-small h6 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .intro_block.heading-small h1, .intro_block.heading-small h2, .intro_block.heading-small h3, .intro_block.heading-small h4, .intro_block.heading-small h5, .intro_block.heading-small h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.intro_block .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .intro_block .inner {
    flex-wrap: wrap;
  }
}
.intro_block .left,
.intro_block .right {
  position: relative;
}
.intro_block .left {
  flex: 0 0 35%;
}
@media screen and (max-width: 991px) {
  .intro_block .left {
    flex: 0 0 100%;
  }
}
.intro_block .right {
  flex: 0 0 60%;
}
@media screen and (max-width: 991px) {
  .intro_block .right {
    flex: 0 0 100%;
  }
}
.intro_block h1, .intro_block h2, .intro_block h3, .intro_block h4, .intro_block h5, .intro_block h6, .intro_block .sub {
  text-transform: uppercase;
}
.intro_block h1, .intro_block h2, .intro_block h3, .intro_block h4, .intro_block h5, .intro_block h6, .intro_block .pre, .intro_block .sub {
  margin: 0 auto;
}
.intro_block .pre, .intro_block .sub {
  color: var(--brand-one);
}
.intro_block .pre {
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  line-height: 1.25em;
}
.intro_block .sub {
  font-weight: 700;
  margin-top: 0.5rem;
}
.intro_block p {
  line-height: 1.5em;
  margin: 0.5rem auto;
}
.intro_block p span {
  line-height: 1.2em;
}
.intro_block h1, .intro_block h2, .intro_block h3, .intro_block h4, .intro_block h5, .intro_block h6 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro_block h1, .intro_block h2, .intro_block h3, .intro_block h4, .intro_block h5, .intro_block h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.intro_block img,
.intro_block .video-padding {
  padding: 1.5rem 1.5rem 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .intro_block img,
  .intro_block .video-padding {
    padding: 0.75rem 0.75rem 0 0;
  }
}
.intro_block img {
  width: 100%;
}
.intro_block .image_border {
  height: 90%;
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .intro_block .image_border {
    height: 50%;
  }
}
.intro_block .image_border:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.intro_block .image_border.border_one, .intro_block .image_border.border_three, .intro_block .image_border.border_four {
  background-color: var(--brand-one);
}
.intro_block .image_border.border_two {
  background-color: var(--brand-two);
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .left {
    order: 1;
  }
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .right {
    order: 0;
  }
}
@media screen and (min-width: 991px) {
  .intro_block.d-left img {
    padding: 1.5rem 0 0 1.5rem;
  }
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .image_border {
    top: 0;
    left: 0;
    right: unset;
  }
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .image_border:after {
    top: 0;
    left: 0;
    right: unset;
  }
}
@media screen and (max-width: 991px) {
  .intro_block.m-top .left {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .intro_block.m-top .spacer {
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .intro_block.m-top .right {
    order: 0;
  }
}
.intro_block .spacer {
  display: none;
  max-width: 100%;
  height: 0;
}
@media screen and (max-width: 991px) {
  .intro_block .spacer {
    display: block;
    flex: 0 0 100%;
    height: 2rem;
  }
}
.intro_block a:not(.btn) {
  color: var(--brand-one);
  text-decoration: none;
  font-weight: 800;
}
.intro_block a:not(.btn):hover {
  color: var(--brand-one);
  text-decoration: underline;
}
.intro_block a.btn {
  margin-top: 0.75rem;
}
.intro_block .img-wrapper {
  position: relative;
}
.intro_block .img-top {
  margin-top: 2rem;
}

.image_container {
  position: relative;
}

a.btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 3.5rem 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
}
a.btn:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}

.links-block {
  padding: 2rem 0;
  overflow: hidden;
}
.links-block.links-two {
  background-color: var(--brand-two);
}
.links-block.links-two h1, .links-block.links-two h2, .links-block.links-two h3, .links-block.links-two h4, .links-block.links-two h5, .links-block.links-two h6 {
  color: var(--white);
}
.links-block.links-two p {
  color: var(--white);
}
.links-block.links-two .link-block a.link-image {
  border-color: var(--brand-one);
}
.links-block.links-two .link-block a.link-image:hover {
  border-color: var(--white);
}
.links-block.links-two .link-heading {
  color: var(--white);
}
.links-block.links-two .link-text {
  color: var(--white);
}
.links-block.links-two .link-url a {
  color: var(--white);
}
.links-block.links-two .link-url a:hover {
  color: var(--white);
}
.links-block.links-one {
  background-color: var(--brand-one);
}
.links-block.links-one h1, .links-block.links-one h2, .links-block.links-one h3, .links-block.links-one h4, .links-block.links-one h5, .links-block.links-one h6 {
  color: var(--white);
}
.links-block.links-one p {
  color: var(--white);
}
.links-block.links-one .link-block a.link-image {
  border-color: var(--brand-two);
}
.links-block.links-one .link-block a.link-image:hover {
  border-color: var(--white);
}
.links-block.links-one .link-heading {
  color: var(--white);
}
.links-block.links-one .link-text {
  color: var(--two);
}
.links-block.links-one .link-text {
  color: var(--white);
}
.links-block.links-one .link-url a {
  color: var(--white);
}
.links-block.links-one .link-url a:hover {
  color: var(--white);
}
.links-block .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .links-block .inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 991px) {
  .links-block .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.links-block .left {
  flex: 0 0 49%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .links-block .left {
    flex: 0 0 90%;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.links-block .left h1, .links-block .left h2, .links-block .left h3, .links-block .left h4, .links-block .left h5, .links-block .left h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .links-block .left h1, .links-block .left h2, .links-block .left h3, .links-block .left h4, .links-block .left h5, .links-block .left h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.links-block .left a:not(.btn) {
  font-weight: 700;
  text-decoration: none;
}
.links-block .left a:not(.btn):hover {
  text-decoration: underline;
}
.links-block .left p {
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media screen and (max-width: 991px) {
  .links-block .left p {
    font-size: 1rem;
  }
}
.links-block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 49%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .links-block .right {
    flex: 0 0 100%;
  }
}
.links-block .link-block {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 0 0 49%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .links-block .link-block {
    flex: 0 0 49%;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.links-block .link-block a.link-image {
  flex: 0 0 48%;
  max-width: 48%;
  border-radius: 50%;
  border: 4px solid;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .links-block .link-block a.link-image {
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 1rem;
  }
}
.links-block .link-block .link-info {
  flex: 0 0 48%;
}
@media screen and (max-width: 991px) {
  .links-block .link-block .link-info {
    flex: 0 0 100%;
    text-align: center;
  }
}
.links-block .link-heading {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 auto;
}
.links-block .link-text {
  margin: 1rem auto;
}
.links-block .link-url {
  margin-bottom: 0;
}
.links-block .link-url a {
  font-weight: 700;
  text-decoration: none;
}
.links-block .link-url a svg {
  height: 1rem;
  width: auto;
  margin-left: 0.5rem;
  fill: currentColor;
}
.links-block .link-url a span, .links-block .link-url a svg {
  display: inline-block;
  vertical-align: middle;
}

.latest-news-section {
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .latest-news-section {
    padding: 2rem 0;
  }
}
.latest-news-section .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .latest-news-section .inner {
    flex-wrap: wrap;
    max-width: 90%;
  }
}
.latest-news-section .left {
  flex: 0 0 65%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .latest-news-section .left {
    flex: 0 0 90%;
  }
}
.latest-news-section .right {
  flex: 0 0 32%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .latest-news-section .right {
    flex: 0 0 90%;
    text-align: left;
  }
}
.latest-news-section p {
  line-height: 1.5rem;
}
.latest-news-section h1, .latest-news-section h2, .latest-news-section h3, .latest-news-section h4, .latest-news-section h5, .latest-news-section h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 2.5rem;
}
.latest-news-section .btn {
  background-color: var(--white);
  color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23004f99'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.latest-news-section .btn:hover {
  background-color: var(--white);
  color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23000000'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}

.article-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem auto 0;
  flex: 0 0 100%;
}
@media screen and (max-width: 767px) {
  .article-grid {
    margin: 1rem auto 0;
  }
}
.article-grid .post-card {
  flex: 0 0 31%;
  margin-right: 2%;
  background-color: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  text-align: left;
  border: 1px solid #BBBBBB;
  margin: 0 1% 2% 1%;
}
@media screen and (max-width: 991px) {
  .article-grid .post-card {
    flex: 0 0 46%;
    margin: 0 2% 4% 2%;
  }
}
@media screen and (max-width: 767px) {
  .article-grid .post-card {
    flex: 0 0 90%;
    margin: 0 auto 5% auto;
  }
}
.article-grid .post-card img {
  width: 100%;
  border-bottom: 5px solid;
}
.article-grid .post-card .card-inner {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.article-grid .post-card .post-title {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0 auto 1rem;
  text-align: center;
}
.article-grid .post-card .post-title strong {
  font-weight: 700;
}
.article-grid .post-card p {
  flex: 0 0 49%;
  margin: 0 0 1rem;
}
@media screen and (max-width: 991px) {
  .article-grid .post-card p {
    flex: 0 0 100%;
    text-align: center;
  }
}
.article-grid .post-card p.full {
  flex: 0 0 100%;
}
.article-grid .post-card p:last-child {
  margin: 1.5rem auto 0;
}
.article-grid .post-card strong, .article-grid .post-card b {
  display: block;
}
.article-grid .btn {
  display: block;
  text-align: left;
  background-color: var(--white);
  color: var(--brand-one);
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23004f99'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}
.article-grid .btn:hover {
  background-color: var(--white);
  color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23000000'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}

.card-image {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--brand-two);
  position: relative;
}
.card-image span {
  position: absolute;
  right: 0;
  top: 1rem;
  background-color: var(--brand-one);
  color: var(--white);
  padding: 0.75rem;
  content: "";
  width: 170px;
  height: 2.7rem;
  display: block;
}

.scc-navigation {
  margin: 2rem auto;
  text-align: center;
  flex: 0 0 100%;
}
.scc-navigation ul {
  list-style-type: none;
  padding-left: 0;
}
.scc-navigation li {
  display: inline-block;
  margin: 0 0.25rem 0.5rem;
}
.scc-navigation li.active a {
  pointer-events: none;
  background-color: var(--brand-two);
  color: var(--white);
}
.scc-navigation a {
  padding: 1em;
  background-color: var(--brand-one);
  color: var(--white);
  text-decoration: none;
  border-radius: 0.5rem;
  line-height: 1;
  display: inline-block;
}
.scc-navigation a:hover, .scc-navigation a:focus, .scc-navigation a::before {
  background-color: var(--brand-two);
  color: var(--white);
}

.latest-posts .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem auto 0;
}
.latest-posts .post-card {
  flex: 0 0 31%;
  margin-right: 2%;
  background-color: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  text-align: left;
  border: 1px solid #BBBBBB;
  margin: 0 1% 2% 1%;
}
@media screen and (max-width: 991px) {
  .latest-posts .post-card {
    flex: 0 0 46%;
    margin: 0 2% 4% 2%;
  }
}
@media screen and (max-width: 767px) {
  .latest-posts .post-card {
    flex: 0 0 75%;
    margin: 0 auto 5% auto;
  }
}
.latest-posts .post-card img {
  width: 100%;
  border-bottom: 5px solid;
}
.latest-posts .post-card .card-inner {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.latest-posts .post-card .post-title {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0 auto 1rem;
  text-align: center;
}
.latest-posts .post-card .post-title strong {
  font-weight: 700;
}
.latest-posts .post-card p {
  flex: 0 0 49%;
  margin: 0 0 1rem;
}
@media screen and (max-width: 991px) {
  .latest-posts .post-card p {
    flex: 0 0 100%;
    text-align: center;
  }
}
.latest-posts .post-card p.full {
  flex: 0 0 100%;
}
.latest-posts .post-card p:last-child {
  margin: 1.5rem auto 0;
}
.latest-posts .post-card strong, .latest-posts .post-card b {
  display: block;
}
.latest-posts .btn {
  display: block;
  text-align: left;
  background-color: var(--white);
  color: var(--brand-one);
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23004f99'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}
.latest-posts .btn:hover {
  background-color: var(--white);
  color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%231c1c1c'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}

.card-image {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--brand-two);
  position: relative;
}
.card-image span {
  position: absolute;
  right: 0;
  top: 1rem;
  background-color: var(--brand-one);
  color: var(--white);
  padding: 0.75rem;
  content: "";
  width: 170px;
  height: 2.7rem;
  display: block;
}

#s_article img, #s_article video, #s_article audio, #s_article iframe,
.standard img,
.standard video,
.standard audio,
.standard iframe {
  margin: 2rem auto;
}
#s_article p,
.standard p {
  line-height: 2em;
}
#s_article .video-wrapper,
.standard .video-wrapper {
  margin: 2rem auto;
}
#s_article .video-wrapper iframe, #s_article .video-wrapper video,
.standard .video-wrapper iframe,
.standard .video-wrapper video {
  margin: 0 auto;
}

.course-search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem auto 0;
}
.course-search-results .result-card {
  flex: 0 0 31%;
  margin-right: 2%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: left;
  border: 1px solid #BBBBBB;
  margin: 0 1% 2% 1%;
}
@media screen and (max-width: 991px) {
  .course-search-results .result-card {
    flex: 0 0 46%;
    margin: 0 2% 4% 2%;
  }
}
@media screen and (max-width: 767px) {
  .course-search-results .result-card {
    flex: 0 0 75%;
    margin: 0 auto 5% auto;
  }
}
.course-search-results .result-card img {
  width: 100%;
  border-bottom: 5px solid;
}
.course-search-results .result-card .card-inner {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.course-search-results .result-card .course-title {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 800;
  margin: 0 auto 1rem;
  text-align: center;
}
.course-search-results .result-card p {
  flex: 0 0 49%;
  margin: 0 0 1rem;
}
@media screen and (max-width: 991px) {
  .course-search-results .result-card p {
    flex: 0 0 100%;
    text-align: center;
  }
}
.course-search-results .result-card p.full {
  flex: 0 0 100%;
}
.course-search-results .result-card strong, .course-search-results .result-card b {
  display: block;
}
.course-search-results .result-card p:has(.btn) {
  text-align: center;
  margin-top: 1.5em;
}

.course-filters {
  padding: 0 2rem;
}
.course-filters .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.course-filters h1, .course-filters h2, .course-filters h3, .course-filters h4, .course-filters h5, .course-filters h6 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .course-filters h1, .course-filters h2, .course-filters h3, .course-filters h4, .course-filters h5, .course-filters h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.filter-grid {
  margin: 0 auto;
  padding: 0 2rem;
}
.filter-grid .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.filter-grid .filter-item {
  flex: 0 0 23%;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .filter-grid .filter-item {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 991px) {
  .filter-grid .filter-item {
    flex: 0 0 100%;
  }
}
.filter-grid .filter-item label,
.filter-grid .filter-item select {
  display: block;
}
.filter-grid .filter-item label {
  font-weight: 900;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.filter-grid .filter-item select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem;
  border: 2px solid var(--brand-one);
  border-radius: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23000000'%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
  background-size: 0.5rem;
  background-position: center right 5%;
  background-repeat: no-repeat;
}

.card-image {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.result-card[data-dupe=yes] {
  display: none;
}

.acad-year-para {
  display: none;
}

.contact-info {
  padding: 4rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .contact-info {
    padding: 2rem 0;
  }
}
.contact-info.contact-white svg {
  fill: var(--brand-one);
}
.contact-info.contact-white a:not(.btn) {
  color: var(--brand-two);
}
.contact-info.contact-white a:not(.btn):hover {
  color: var(--brand-one);
}
.contact-info.contact-white .contact-intro a,
.contact-info.contact-white .contact-outro a {
  color: var(--brand-one);
}
.contact-info.contact-white .contact-intro a:hover,
.contact-info.contact-white .contact-outro a:hover {
  color: var(--brand-one);
}
.contact-info.contact-white a.btn {
  background-color: var(--brand-one);
  color: var(--white);
}
.contact-info.contact-white a.btn:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
.contact-info.contact-one {
  background-color: var(--brand-one);
}
.contact-info.contact-one svg {
  fill: var(--brand-two);
}
.contact-info.contact-one a:not(.btn) {
  color: var(--white);
}
.contact-info.contact-one a:not(.btn):hover {
  color: var(--brand-two);
}
.contact-info.contact-one h1, .contact-info.contact-one h2, .contact-info.contact-one h3, .contact-info.contact-one h4, .contact-info.contact-one h5, .contact-info.contact-one h6, .contact-info.contact-one p {
  color: var(--white);
}
.contact-info.contact-one .contact-intro a,
.contact-info.contact-one .contact-outro a {
  color: var(--brand-two);
}
.contact-info.contact-one .contact-intro a:hover,
.contact-info.contact-one .contact-outro a:hover {
  color: var(--brand-two);
}
.contact-info.contact-one a.btn {
  background-color: var(--white);
  color: var(--brand-two);
}
.contact-info.contact-one a.btn:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
.contact-info.contact-one .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%232d2d2e;' /%3E%3C/svg%3E");
}
.contact-info.contact-two {
  background-color: var(--brand-two);
}
.contact-info.contact-two svg {
  fill: var(--brand-one);
}
.contact-info.contact-two a:not(.btn) {
  color: var(--white);
}
.contact-info.contact-two a:not(.btn):hover {
  color: var(--brand-one);
}
.contact-info.contact-two h1, .contact-info.contact-two h2, .contact-info.contact-two h3, .contact-info.contact-two h4, .contact-info.contact-two h5, .contact-info.contact-two h6, .contact-info.contact-two p {
  color: var(--white);
}
.contact-info.contact-two .contact-intro a,
.contact-info.contact-two .contact-outro a {
  color: var(--brand-one);
}
.contact-info.contact-two .contact-intro a:hover,
.contact-info.contact-two .contact-outro a:hover {
  color: var(--brand-one);
}
.contact-info.contact-two a.btn {
  background-color: var(--brand-one);
  color: var(--white);
}
.contact-info.contact-two a.btn:hover {
  background-color: var(--white);
  color: var(--brand-one);
}
.contact-info.contact-two .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23988011;' /%3E%3C/svg%3E");
}
.contact-info .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-info .contact-intro,
.contact-info .contact-outro {
  flex: 0 0 90%;
  text-align: center;
  margin: 0 auto;
}
.contact-info .contact-intro p,
.contact-info .contact-outro p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.contact-info .contact-intro h1, .contact-info .contact-intro h2, .contact-info .contact-intro h3, .contact-info .contact-intro h4, .contact-info .contact-intro h5, .contact-info .contact-intro h6,
.contact-info .contact-outro h1,
.contact-info .contact-outro h2,
.contact-info .contact-outro h3,
.contact-info .contact-outro h4,
.contact-info .contact-outro h5,
.contact-info .contact-outro h6 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .contact-info .contact-intro h1, .contact-info .contact-intro h2, .contact-info .contact-intro h3, .contact-info .contact-intro h4, .contact-info .contact-intro h5, .contact-info .contact-intro h6,
  .contact-info .contact-outro h1,
  .contact-info .contact-outro h2,
  .contact-info .contact-outro h3,
  .contact-info .contact-outro h4,
  .contact-info .contact-outro h5,
  .contact-info .contact-outro h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.contact-info .contact-intro a,
.contact-info .contact-outro a {
  text-decoration: none;
}
.contact-info .contact-intro a:hover,
.contact-info .contact-outro a:hover {
  text-decoration: underline;
}
.contact-info-grid {
  flex: 0 0 90%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 2rem auto;
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  .contact-info-grid {
    padding: 0;
    margin-bottom: 0;
  }
}
.contact-info .line {
  background-position: center;
  background-repeat: repeat-y;
  background-size: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23988011;' /%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .contact-info .line {
    background-image: none !important;
  }
}
.contact-info .contact-item {
  flex: 0 0 33%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .contact-info .contact-item {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}
.contact-info .contact-item svg {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.contact-info .contact-item a:not(.btn) {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 1.5rem auto 0;
}
.contact-info .contact-item a:not(.btn):hover {
  text-decoration: none;
}
.contact-info a.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 3rem 1rem 2rem;
  border-radius: 4rem;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1.25em;
}
.contact-info a.btn:hover {
  text-decoration: none;
}

.course_search {
  padding: 4rem 2rem;
  position: relative;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .course_search {
    padding: 2rem 2rem;
  }
}
.course_search .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.course_search-info {
  margin: 0;
  position: relative;
  text-align: center;
}
.course_search.search_two {
  background-color: var(--brand-two);
  color: var(--white);
}
.course_search.search_two #search_icon {
  fill: #8e8e8e;
}
.course_search.search_two .search_container {
  border: 8px solid var(--brand-one);
  background-color: var(--white);
}
.course_search.search_two h1, .course_search.search_two h2, .course_search.search_two h3, .course_search.search_two h4, .course_search.search_two h5, .course_search.search_two h6 {
  border-color: var(--brand-one);
}
.course_search.search_two .market-btn {
  background-color: var(--brand-one);
  border: 2px solid var(--white);
  color: var(--white);
}
.course_search.search_two .market-btn:hover {
  background-image: none;
  background-color: var(--brand-two);
  color: var(--white);
}
.course_search.search_one, .course_search.search_three, .course_search.search_four {
  background-color: var(--brand-one);
  color: var(--white);
}
.course_search.search_one #search_icon, .course_search.search_three #search_icon, .course_search.search_four #search_icon {
  fill: #8e8e8e;
}
.course_search.search_one .search_container, .course_search.search_three .search_container, .course_search.search_four .search_container {
  border: 8px solid var(--brand-two);
  background-color: var(--white);
}
.course_search.search_one .search_container button, .course_search.search_three .search_container button, .course_search.search_four .search_container button {
  background-color: var(--brand-two);
  color: var(--white);
}
.course_search.search_one .search_container button:hover, .course_search.search_three .search_container button:hover, .course_search.search_four .search_container button:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
.course_search.search_one h1, .course_search.search_one h2, .course_search.search_one h3, .course_search.search_one h4, .course_search.search_one h5, .course_search.search_one h6, .course_search.search_three h1, .course_search.search_three h2, .course_search.search_three h3, .course_search.search_three h4, .course_search.search_three h5, .course_search.search_three h6, .course_search.search_four h1, .course_search.search_four h2, .course_search.search_four h3, .course_search.search_four h4, .course_search.search_four h5, .course_search.search_four h6 {
  border-color: var(--brand-two);
}
.course_search.search_one .market-btn, .course_search.search_three .market-btn, .course_search.search_four .market-btn {
  background-color: var(--brand-two);
  border: 2px solid var(--white);
  color: var(--white);
}
.course_search.search_one .market-btn:hover, .course_search.search_three .market-btn:hover, .course_search.search_four .market-btn:hover {
  background-image: none;
  background-color: var(--brand-one);
  color: var(--white);
}
.course_search h1, .course_search h2, .course_search h3, .course_search h4, .course_search h5, .course_search h6 {
  text-align: center;
  font-weight: 800;
  font-size: 4rem;
  line-height: 4rem;
  margin: 0 auto;
  border-bottom: 6px solid;
  display: inline-block;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .course_search h1, .course_search h2, .course_search h3, .course_search h4, .course_search h5, .course_search h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.course_search .search_container {
  border: 8px solid var(--brand-one);
  background-color: var(--brand-two);
  border-radius: 5rem;
  overflow: hidden;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .course_search .search_container {
    padding: 0;
  }
}
.course_search .search_icon {
  flex: 0 0 50px;
  padding: 0.75rem 0.5rem 0.25rem 0.75rem;
}
.course_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: auto;
}
.course_search input[type=search] {
  flex: auto;
  padding: 1rem 0 1rem 0.5rem;
  background-color: transparent;
  border: none;
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .course_search input[type=search] {
    font-size: 1rem;
  }
}
.course_search input[type=search]:focus-visible {
  outline: none;
}
.course_search ::-webkit-search-cancel-button {
  position: relative;
  -webkit-appearance: none;
  right: 10px;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000000'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E");
  background-size: 20px;
  color: var(--black);
}
.course_search ::-webkit-input-placeholder {
  color: var(--black);
  opacity: 0.9;
}
.course_search ::-moz-placeholder {
  color: var(--black);
  opacity: 0.9;
}
.course_search ::-ms-placeholder {
  color: var(--black);
  opacity: 0.9;
}
.course_search ::-moz-placeholder {
  color: var(--black);
  opacity: 0.9;
}
.course_search ::placeholder {
  color: var(--black);
  opacity: 0.9;
}
.course_search .all_courses {
  margin: 2rem auto 0;
  line-height: 1em;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course_search .all_courses {
    font-size: 1rem;
  }
}
.course_search .all_courses a {
  color: var(--white);
  text-decoration: none;
}
.course_search .all_courses a:hover {
  text-decoration: none;
}
.course_search .all_courses a:hover i {
  margin-left: 1rem;
}
.course_search .all_courses span, .course_search .all_courses i {
  display: inline-block;
  vertical-align: middle;
}
.course_search .all_courses i {
  margin-left: 0.5rem;
}
.course_search .all_courses svg {
  fill: currentColor;
  width: 1em;
}
.course_search .search_container {
  width: 100%;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .course_search .search_container {
    width: 100%;
  }
}
.course_search .search_container button {
  padding: 0 3rem 0 2rem;
  text-transform: uppercase;
  background-color: var(--brand-one);
  color: var(--white);
  border: none;
  border-radius: 5rem;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 80%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .course_search .search_container button {
    flex: 0 0 60px;
    font-size: 0 !important;
    background-position: center !important;
    background-size: 1rem !important;
    -webkit-clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%) !important;
            clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%) !important;
    padding: 0;
    border-radius: 0 4rem 4rem 0;
  }
}
.course_search .search_container button:hover {
  background-color: var(--brand-one);
  color: var(--white);
  background-position: center left 85%;
}
.course_search .markets {
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  /*justify-content: space-between;*/
  flex-wrap: wrap;
}



.course_search .market-btn {
  background-color: var(--brand-one);
  border: 2px solid var(--white);
  color: var(--white);
  padding: 1rem 2rem;
  border-radius: 0.5em;
  margin: 0 1% 1% 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  flex: 0 0 19%;
    white-space:nowrap;
   /* flex: 0 0 24%; */
 
}
@media screen and (max-width: 991px) {
  .course_search .market-btn {
    flex: 0 0 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .course_search .market-btn {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.course_search .market-btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .course_search .market-btn:nth-of-type(2) {
    margin-right: 0;
  }
}
.course_search .market-btn:hover {
  background-image: none;
  background-color: var(--brand-one);
  color: var(--white);
}

#search::-moz-placeholder {
  color: rgba(0, 0, 0, 0.95);
}

#search::placeholder {
  color: rgba(0, 0, 0, 0.95);
}

#search::-moz-placeholder {
  color: rgba(0, 0, 0, 0.95);
}

#search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.95);
}

#confirm {
  background-color: var(--white);
  padding: 2rem;
  max-width: 800px;
}
#confirm p {
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
}
#confirm strong {
  font-size: 1.2em;
  padding: 0.5em;
  display: inline-block;
  margin-top: 0.5em;
}
#confirm .confirm-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 2rem;
}
#confirm button.btn {
  background-color: var(--brand-one);
  border: 1px solid var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  margin: 0 auto;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  flex: 0 0 48%;
}
#confirm button.btn:hover {
  border: 1px solid var(--brand-two);
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}
#confirm button.btn-no {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 384 512' fill='%231c1c1c'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
  background-color: transparent;
  border: 1px solid var(--brand-two);
  color: var(--brand-two);
}
#confirm button.btn-no:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 384 512' fill='%23ffffff'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
  background-color: var(--brand-two);
  border: 1px solid var(--brand-two);
  color: var(--white);
}
#confirm button.btn-yes {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}

.parent-portal {
  padding: 4rem 0 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .parent-portal {
    padding: 2rem 0;
  }
}
.parent-portal .inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.parent-portal .intro,
.parent-portal .icon-process,
.parent-portal .steps,
.parent-portal .step-filters {
  flex: 0 0 100%;
}
.parent-portal p {
  line-height: 1.5rem;
}
.parent-portal h1, .parent-portal h2, .parent-portal h3, .parent-portal h4, .parent-portal h5, .parent-portal h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.5em;
}
.parent-portal h1 {
  font-size: 3rem;
}
.parent-portal h2 {
  font-size: 2rem;
}
.parent-portal h3 {
  font-size: 1.75rem;
}
.parent-portal h4 {
  font-size: 1.5rem;
}
.parent-portal h5 {
  font-size: 1.25rem;
}
.parent-portal h6 {
  font-size: 1rem;
}
.parent-portal p:has(.btn) {
  text-align: center;
  margin-top: 2rem;
}
.parent-portal .intro,
.parent-portal .outro {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2rem;
}
.parent-portal .outro .btn {
  background-color: var(--brand-two);
}
.parent-portal .outro .btn:hover {
  background-color: var(--brand-two);
}
.parent-portal .icon-process {
  padding: 0 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2rem auto;
}
.parent-portal .icon-process .process-item {
  flex: 0 0 20%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .parent-portal .icon-process .process-item {
    flex: 0 0 45%;
  }
}
.parent-portal .icon-process .process-item img {
  max-width: min(200px, 90%);
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .parent-portal .icon-process .process-item img {
    max-width: 90%;
  }
}
.parent-portal .step-filters a {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23004f99'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  border: 3px solid var(--brand-one);
  color: var(--brand-one);
  margin: 0.5rem;
}
@media screen and (max-width: 991px) {
  .parent-portal .step-filters a {
    display: block;
  }
}
.parent-portal .step-filters a:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-color: var(--brand-one);
  color: var(--white);
}
.parent-portal .step-filters a.active {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
  pointer-events: none;
}
.parent-portal .step-filters a.active:hover {
  background-color: var(--brand-one);
  color: var(--white);
}
.parent-portal .steps {
  padding: 2rem 0;
  margin-top: 2rem;
  overflow: hidden;
  background-color: var(--brand-two);
  color: var(--white);
  text-align: center;
  display: none;
}
.parent-portal .steps.active {
  display: block;
}
.parent-portal .step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 991px) {
  .parent-portal .step-row {
    margin-bottom: 0;
  }
}
.parent-portal .step-row:last-of-type {
  margin-bottom: 0;
}
.parent-portal .step-row:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .parent-portal .step-row:nth-child(odd) {
    flex-direction: row;
  }
}
.parent-portal .step-intro {
  text-align: center;
  margin: 0 auto 2rem;
}
.parent-portal .step-intro p {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 2rem;
}
.parent-portal .step-content {
  flex: 0 0 31%;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .parent-portal .step-content {
    flex: 0 0 100%;
  }
}
.parent-portal .step-content a {
  color: var(--brand-one);
  font-weight: 700;
  text-decoration: none;
}
.parent-portal .step-content a:hover {
  text-decoration: underline;
}
.parent-portal .step-number {
  color: var(--brand-one);
  font-size: 2rem;
  line-height: 1em;
  margin: 0 auto;
}
.parent-portal .step-image {
  flex: 0 0 64%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .parent-portal .step-image {
    flex: 0 0 100%;
  }
}
.parent-portal .step-image img {
  padding-top: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 2;
  width: 100%;
}
.parent-portal .image_border {
  height: 200px;
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 0;
  overflow: hidden;
  background-color: var(--brand-one);
}

.event-slider {
  padding: 4rem 2rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .event-slider {
    padding: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .event-slider {
    padding: 2rem 2rem 4rem;
  }
}
.event-slider .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: block;
}
@media screen and (max-width: 991px) {
  .event-slider .inner {
    flex-wrap: wrap;
  }
}
.event-slider h1, .event-slider h2, .event-slider h3, .event-slider h4, .event-slider h5, .event-slider h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 2.5rem;
}
.event-slider .intro {
  margin: 0 auto;
  text-align: center;
}
.event-slider .intro p {
  line-height: 1.5em;
}
.event-slider .event-card {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-gap: 0;
  width: 100%;
}
.event-slider .event-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 13;
}
@media screen and (max-width: 991px) {
  .event-slider .event-img {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 8;
  }
}
.event-slider .event-text {
  background-color: var(--white);
  padding: 2rem;
  grid-row-start: 2;
  grid-row-end: 12;
  grid-column-start: 7;
  grid-column-end: 13;
  z-index: 1;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0.25rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .event-slider .event-text {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 7;
    grid-row-end: 13;
  }
}
.event-slider .event-text-heading {
  font-size: 2em;
  font-weight: 800;
  color: var(--brand-one);
  margin: 0 auto;
}
.event-slider .event-text-content {
  line-height: 1.5em;
}
.event-slider .event-text-btn {
  margin: 1.5rem 0 0;
}
.event-slider .glide__slides {
  padding-bottom: 2rem;
  margin-top: 2rem;
}
.event-slider .glide__slide {
  padding: 0 1rem;
}
.event-slider .glide__arrows {
  width: 100px;
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.event-slider .glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  box-shadow: none;
  bottom: 0;
}
.event-slider .glide__arrows .glide__arrow--left {
  left: 0;
}
.event-slider .glide__arrows .glide__arrow--right {
  right: 0;
}
.event-slider .glide__arrows svg {
  width: 25px;
  fill: var(--brand-one);
  height: auto;
}

.facility-slider {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .facility-slider {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 991px) {
  .facility-slider {
    padding: 2rem 0 4rem;
  }
}
.facility-slider.fac-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.facility-slider.fac-one .glide__bullet--active {
  background-color: var(--brand-two);
}
.facility-slider.fac-one .glide__bullet--active:focus {
  border-color: var(--brand-two);
}
.facility-slider.fac-two {
  background-color: var(--brand-one);
  color: var(--white);
}
.facility-slider.fac-two .glide__bullet--active {
  background-color: var(--brand-one);
}
.facility-slider.fac-two .glide__bullet--active:focus {
  border-color: var(--brand-one);
}
.facility-slider .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: block;
}
@media screen and (max-width: 991px) {
  .facility-slider .inner {
    flex-wrap: wrap;
  }
}
.facility-slider h1, .facility-slider h2, .facility-slider h3, .facility-slider h4, .facility-slider h5, .facility-slider h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 2.5rem;
}
.facility-slider .intro {
  margin: 0 auto;
  text-align: center;
}
.facility-slider .intro p {
  line-height: 1.5em;
}
.facility-slider .glide__bullets {
  bottom: 0;
}
.facility-slider .glide__bullet {
  border-radius: 0;
  width: 50px;
  background-color: var(--white);
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .facility-slider .glide__bullet {
    width: 30px;
  }
}
.facility-slider .glide__bullet--active {
  background-color: var(--brand-one);
}
.facility-slider .glide__bullet--active:focus {
  border-color: var(--brand-one);
}
.facility-slider .glide__slides {
  overflow: visible;
  padding: 2rem 0;
}
.facility-slider .glide__slides img {
  border: 4px solid var(--white);
  border-radius: 1rem;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.3);
}

.custom-cards {
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  .custom-cards {
    padding: 2rem 0;
  }
}
.custom-cards .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.custom-cards.cc-white {
  background-color: var(--white);
  color: var(--black);
}
.custom-cards.cc-white .card-heading {
  color: var(--brand-one);
}
.custom-cards.cc-white .card img {
  border-color: var(--brand-one) !important;
}
.custom-cards.cc-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.custom-cards.cc-one .card-heading {
  color: var(--brand-one);
}
.custom-cards.cc-one .card img {
  border-color: var(--brand-one) !important;
}
.custom-cards.cc-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.custom-cards.cc-two .card-heading {
  color: var(--brand-two);
}
.custom-cards.cc-two .card img {
  border-color: var(--brand-two) !important;
}
.custom-cards.cc-two .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.custom-cards.cc-two .btn:hover {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.custom-cards .cc-content {
  padding: 0 1rem;
  text-align: center;
}
.custom-cards h1, .custom-cards h2, .custom-cards h3, .custom-cards h4, .custom-cards h5, .custom-cards h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .custom-cards h1, .custom-cards h2, .custom-cards h3, .custom-cards h4, .custom-cards h5, .custom-cards h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.custom-cards p {
  line-height: 1.5em;
}
.custom-cards .card-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont {
    padding: 0 2rem;
  }
}
.custom-cards .card-cont.quad .card {
  flex: 0 0 23%;
  margin-right: 2%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1rem;
  color: var(--black);
}
.custom-cards .card-cont.quad .card:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont.quad .card:last-of-type {
    margin: 0 2% 2% 2%;
  }
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont.quad .card {
    flex: 0 0 100%;
    margin: 0 auto 5% auto;
  }
}
.custom-cards .card-cont .card {
  flex: 0 0 30%;
  margin-right: 2%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 2rem;
  color: var(--black);
  border: 1px solid #b0b0b0;
  border-radius: 1rem;
}
.custom-cards .card-cont .card:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont .card:last-of-type {
    margin: 0 2% 2% 2%;
  }
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont .card {
    flex: 0 0 100%;
    margin: 0 auto 5% auto;
  }
}
.custom-cards .card-cont .card img {
  width: 100%;
  border-bottom: 5px solid;
  margin-bottom: 1rem;
}
.custom-cards .card-cont .card p {
  padding: 0 1rem;
  margin: 0 auto;
}
.custom-cards .card-cont .card .card-heading {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.custom-cards .card-cont .card .card-text {
  margin: 1rem auto;
}
.custom-cards .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#frm,
#mfrm {
  width: 100%;
  margin: 2rem auto;
}
#frm .frm-inner,
#mfrm .frm-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#frm .frm-half,
#mfrm .frm-half {
  flex: 0 0 49%;
  margin-bottom: 1%;
}
@media screen and (max-width: 991px) {
  #frm .frm-half,
  #mfrm .frm-half {
    flex: 0 0 100%;
  }
}
#frm .frm-full,
#mfrm .frm-full {
  flex: 0 0 100%;
}
#frm label,
#mfrm label {
  display: block;
  font-weight: 800;
  margin: 0 auto 0.5rem;
  text-transform: uppercase;
}
#frm label span,
#mfrm label span {
  color: red;
}
#frm input[type=text],
#frm input[type=tel],
#frm input[type=email],
#frm input[type=number],
#frm input[type=date],
#frm input[type=password],
#mfrm input[type=text],
#mfrm input[type=tel],
#mfrm input[type=email],
#mfrm input[type=number],
#mfrm input[type=date],
#mfrm input[type=password] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 5px solid var(--form-border);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 auto 1rem;
}
#frm button,
#mfrm button {
  display: inline-block;
  width: 100%;
  background-color: var(--brand-one);
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}
#frm button:hover,
#mfrm button:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
#frm .error,
#mfrm .error {
  color: red;
  margin: 0 auto 1rem;
  display: none;
}

.Fees {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem auto;
}
.Fees td, .Fees th {
  padding: 1rem;
  text-align: left;
}
.Fees td p, .Fees th p {
  margin: 0 auto;
}
.Fees thead tr {
  text-transform: uppercase;
  font-weight: 800;
  background-color: var(--brand-one);
  color: var(--white);
}
.Fees tr {
  background-color: var(--white);
}
.Fees tr:nth-of-type(2n) {
  background-color: #f1f2f3;
}
@media screen and (max-width: 848px) {
  .Fees tr:nth-of-type(2n) {
    background-color: var(--white);
  }
}
.Fees tr.footable-row-detail {
  background-color: #f1f2f3;
}
.Fees img {
  width: 100%;
}
@media screen and (max-width: 848px) {
  .Fees img {
    display: none;
  }
}
.Fees .prod-img {
  width: 10%;
}
@media screen and (max-width: 848px) {
  .Fees .prod-img {
    width: 0;
  }
}
.Fees .prod-title {
  width: 20%;
}
.Fees .prod-desc {
  width: 35%;
}
.Fees .prod-desc select {
  margin-top: 1em;
}
.Fees .prod-price {
  width: 15%;
}
.Fees .prod-q {
  width: 10%;
}
.Fees .prod-pay {
  width: 10%;
}
.Fees select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 5px solid var(--form-border);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 auto 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 0.5em;
}
.Fees input[type=text],
.Fees input[type=tel],
.Fees input[type=email],
.Fees input[type=number],
.Fees input[type=date],
.Fees input[type=password] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 5px solid var(--form-border);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 auto 1rem;
}
.Fees input[type=checkbox] {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 0 1rem 0;
}
.Fees input[type=checkbox]:disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' fill='red' viewBox='0 0 384 512'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid red;
  border-radius: 2px;
  cursor: not-allowed;
}
.Fees .footable-first-column p {
  display: inline-block;
  vertical-align: middle;
}
.Fees table {
  width: 100%;
}

#s_fees #frm button {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#frm.marketing-form button,
#frm.marketing-form input[type=submit],
#mfrm.marketing-form button,
#mfrm.marketing-form input[type=submit] {
  display: inline-block;
  width: unset;
  background-color: var(--brand-one);
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}
#frm.marketing-form button:hover,
#frm.marketing-form input[type=submit]:hover,
#mfrm.marketing-form button:hover,
#mfrm.marketing-form input[type=submit]:hover {
  background-color: var(--brand-two);
  color: var(--white);
}

#mfrm .checkbox-container {
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.5em;
  background-color: #f1f2f3;
  transition: background-color 0.5s ease;
}
#mfrm .checkbox-container label, #mfrm .checkbox-container input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  flex: auto;
}
#mfrm .checkbox-container input {
  flex: 0 0 15px;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1em;
  height: 1em;
  background-color: var(--white);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}
#mfrm .checkbox-container input:checked {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='green'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}
#mfrm .checkbox-container input:disabled {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 384 512' fill='red'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
}
#mfrm .checkbox-container:has(input:checked) {
  background-color: green;
  color: var(--white);
}
#mfrm .checkbox-container:has(input:disabled) {
  cursor: not-allowed;
}

.centre-section {
  padding: 4rem 2rem;
  position: relative;
  background-color: #191919;
}
@media screen and (max-width: 1200px) {
  .centre-section {
    padding: 2rem;
  }
}
.centre-section .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.centre-section .centre-card {
  flex: 0 0 32%;
  background-color: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
  margin-bottom: 2%;
}
.centre-section .centre-card:nth-of-type(3n+1) {
  margin-right: 1%;
}
@media screen and (max-width: 991px) {
  .centre-section .centre-card:nth-of-type(3n+1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .centre-section .centre-card:nth-of-type(n+1) {
    margin-right: 2% !important;
  }
}
.centre-section .centre-card:nth-of-type(3n+2) {
  margin: 0 1%;
}
@media screen and (max-width: 991px) {
  .centre-section .centre-card:nth-of-type(3n+2) {
    margin: unset;
  }
}
.centre-section .centre-card:nth-of-type(3n+3) {
  margin-left: 1%;
}
@media screen and (max-width: 991px) {
  .centre-section .centre-card:nth-of-type(3n+3) {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .centre-section .centre-card {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 767px) {
  .centre-section .centre-card {
    flex: 0 0 100%;
    margin: 0 auto 2rem !important;
  }
}
.centre-section iframe {
  width: 100%;
  height: 300px;
}
.centre-section .card-logo-cont {
  margin-bottom: 2rem;
}
.centre-section .card-logo-cont img {
  width: 100%;
  margin: 0 auto;
}
.centre-section .card-inner {
  padding: 0 1rem;
}
.centre-section p.address {
  font-weight: 800;
}
.centre-section p.social-heading {
  margin: 1em auto 0.5em;
  font-weight: 800;
}
.centre-section p.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-one);
  flex-wrap: nowrap;
  font-size: 1.25rem;
}
.centre-section p.phone svg {
  fill: currentColor;
  flex: 0 0 1em;
  margin-right: 0.5em;
}
.centre-section p.phone a {
  text-decoration: none;
  color: var(--black);
  font-weight: 800;
}
.centre-section p.phone a:hover {
  text-decoration: none;
  color: var(--brand-one);
}
.centre-section .social_container a:hover {
  color: var(--brand-two);
}
.centre-section .btn {
  margin: 1rem auto 2rem;
}
.centre-section h1, .centre-section h2, .centre-section h3, .centre-section h4, .centre-section h5, .centre-section h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 2.5rem;
  font-size: 2.5rem;
}
.centre-section .centre-intro {
  margin: 0 auto 4rem;
  color: var(--white);
  flex: 0 0 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .centre-section .centre-intro {
    margin: 0 auto 2rem;
  }
}

.prod-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem auto;
}
.prod-table td, .prod-table th {
  padding: 1rem;
  text-align: left;
}
.prod-table td p, .prod-table th p {
  margin: 0 auto;
}
.prod-table thead tr {
  text-transform: uppercase;
  font-weight: 800;
  background-color: var(--brand-one);
  color: var(--white);
}
.prod-table tr {
  background-color: var(--white);
}
.prod-table tr:nth-of-type(2n) {
  background-color: #f1f2f3;
}
@media screen and (max-width: 848px) {
  .prod-table tr:nth-of-type(2n) {
    background-color: var(--white);
  }
}
.prod-table tr.footable-row-detail {
  background-color: #f1f2f3;
}
.prod-table img {
  width: 100%;
}
@media screen and (max-width: 848px) {
  .prod-table img {
    display: none;
  }
}
.prod-table .prod-img {
  width: 10%;
}
@media screen and (max-width: 848px) {
  .prod-table .prod-img {
    width: 0;
  }
}
.prod-table .prod-title {
  width: 20%;
}
.prod-table .prod-desc {
  width: 35%;
}
.prod-table .prod-desc select {
  margin-top: 1em;
}
.prod-table .prod-price {
  width: 15%;
}
.prod-table .prod-q {
  width: 10%;
}
.prod-table .prod-pay {
  width: 10%;
}
.prod-table select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 5px solid var(--form-border);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 auto 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 0.5em;
}
.prod-table input[type=text],
.prod-table input[type=tel],
.prod-table input[type=email],
.prod-table input[type=number],
.prod-table input[type=date],
.prod-table input[type=password] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 5px solid var(--form-border);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 auto 1rem;
}
.prod-table input[type=checkbox] {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 0 1rem 0;
}
.prod-table input[type=checkbox]:disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' fill='red' viewBox='0 0 384 512'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid red;
  border-radius: 2px;
  cursor: not-allowed;
}
.prod-table .footable-first-column p {
  display: inline-block;
  vertical-align: middle;
}

#btnSubmit {
  display: inline-block;
  background-color: var(--brand-one);
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  border: none;
  cursor: pointer;
}
#btnSubmit:hover {
  background-color: var(--brand-two);
  color: var(--white);
}

p#ErrorMsg {
  color: red;
  margin: 0 auto 1rem;
  display: none;
}

.strat-plan {
  padding: 4rem 2rem;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 1200px) {
  .strat-plan {
    padding: 2rem;
  }
}
.strat-plan .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.strat-plan.sp-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.strat-plan.sp-one .glide__bullet {
  background-color: var(--white);
}
.strat-plan.sp-one .glide__bullet--active {
  background-color: var(--brand-two);
}
.strat-plan.sp-one .glide__bullet--active:focus {
  border-color: var(--brand-two);
}
.strat-plan.sp-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.strat-plan.sp-two .glide__bullet {
  background-color: var(--white);
}
.strat-plan.sp-two .glide__bullet--active {
  background-color: var(--brand-one);
}
.strat-plan.sp-two .glide__bullet--active:focus {
  border-color: var(--brand-one);
}
.strat-plan .video-top {
  margin-top: -10rem;
  margin-bottom: 2rem;
  display: block;
}
@media screen and (max-width: 1200px) {
  .strat-plan .video-top {
    margin-top: -8rem;
  }
}
.strat-plan .video-bottom {
  margin: 2rem auto;
}
.strat-plan .intro {
  text-align: center;
  margin: 2rem auto;
}
.strat-plan .intro * {
  color: var(--white);
}
.strat-plan .intro h1, .strat-plan .intro h2, .strat-plan .intro h3, .strat-plan .intro h4, .strat-plan .intro h5, .strat-plan .intro h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .strat-plan .intro h1, .strat-plan .intro h2, .strat-plan .intro h3, .strat-plan .intro h4, .strat-plan .intro h5, .strat-plan .intro h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.strat-plan .intro p {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.strat-plan p {
  line-height: 1.5rem;
}
.strat-plan .glide__bullets {
  bottom: 0;
}
.strat-plan .glide__bullet {
  border-radius: 0;
  width: 50px;
  background-color: var(--white);
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .strat-plan .glide__bullet {
    width: 30px;
  }
}
.strat-plan .glide__bullet--active {
  background-color: var(--brand-one);
}
.strat-plan .glide__bullet--active:focus {
  border-color: var(--brand-one);
}
.strat-plan .glide__slides {
  margin: 1rem auto;
}
.strat-plan .glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  box-shadow: none;
  top: 35%;
}
.strat-plan .glide__arrows .glide__arrow--left {
  left: 0rem;
}
.strat-plan .glide__arrows .glide__arrow--right {
  right: 0rem;
}
.strat-plan .glide__arrows svg {
  width: 25px;
  fill: var(--white);
}
.strat-plan .icon {
  text-align: center;
  margin: 0 auto 2rem;
}
.strat-plan .icon img {
  max-width: 180px;
  margin: 0 auto 2rem;
}
.strat-plan strong, .strat-plan b {
  font-weight: 800;
  font-size: 1.5em;
}

.how-to-apply {
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  .how-to-apply {
    padding: 2rem 0;
  }
}
.how-to-apply .btn {
  text-decoration: none !important;
  line-height: 1.5rem;
}
.how-to-apply .btn:hover, .how-to-apply .btn:focus {
  text-decoration: none !important;
}
.how-to-apply.hta-one {
  background-color: var(--brand-one);
}
.how-to-apply.hta-one .contact-intro,
.how-to-apply.hta-one .contact-outro {
  color: var(--white);
}
.how-to-apply.hta-one .contact-intro a,
.how-to-apply.hta-one .contact-outro a {
  color: var(--brand-two);
}
.how-to-apply.hta-one .contact-intro a:hover,
.how-to-apply.hta-one .contact-outro a:hover {
  color: var(--brand-two);
}
.how-to-apply.hta-one .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23000000;' /%3E%3C/svg%3E");
}
.how-to-apply.hta-one svg {
  fill: var(--brand-two);
}
.how-to-apply.hta-one a:not(.btn) {
  color: var(--white);
}
.how-to-apply.hta-one a:not(.btn):hover {
  color: var(--brand-two);
}
.how-to-apply.hta-one .hra-intro .btn,
.how-to-apply.hta-one .hta-outro .btn,
.how-to-apply.hta-one .contact-intro .btn,
.how-to-apply.hta-one .contact-outro .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.how-to-apply.hta-one .hra-intro .btn:hover,
.how-to-apply.hta-one .hta-outro .btn:hover,
.how-to-apply.hta-one .contact-intro .btn:hover,
.how-to-apply.hta-one .contact-outro .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23000000'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.how-to-apply.hta-two {
  background-color: var(--brand-two);
}
.how-to-apply.hta-two svg {
  fill: var(--brand-one);
}
.how-to-apply.hta-two a:not(.btn) {
  color: var(--white);
}
.how-to-apply.hta-two a:not(.btn):hover {
  color: var(--brand-one);
}
.how-to-apply.hta-two .contact-intro,
.how-to-apply.hta-two .contact-outro {
  color: var(--white);
}
.how-to-apply.hta-two .contact-intro a,
.how-to-apply.hta-two .contact-outro a {
  color: var(--brand-one);
}
.how-to-apply.hta-two .contact-intro a:hover,
.how-to-apply.hta-two .contact-outro a:hover {
  color: var(--brand-one);
}
.how-to-apply.hta-two .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23004f99;' /%3E%3C/svg%3E");
}
.how-to-apply.hta-two .hra-intro .btn,
.how-to-apply.hta-two .hta-outro .btn,
.how-to-apply.hta-two .contact-intro .btn,
.how-to-apply.hta-two .contact-outro .btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.how-to-apply.hta-two .hra-intro .btn:hover,
.how-to-apply.hta-two .hta-outro .btn:hover,
.how-to-apply.hta-two .contact-intro .btn:hover,
.how-to-apply.hta-two .contact-outro .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23004f99'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.how-to-apply .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.how-to-apply .card-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem auto 2rem;
}
.how-to-apply .card-cont .card {
  flex: 0 0 23%;
  margin-right: 2%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1rem;
}
.how-to-apply .card-cont .card:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .how-to-apply .card-cont .card:last-of-type {
    margin: 0 auto 4% auto;
  }
}
@media screen and (max-width: 991px) {
  .how-to-apply .card-cont .card {
    flex: 0 0 46%;
    margin: 0 auto 4% auto;
  }
}
@media screen and (max-width: 767px) {
  .how-to-apply .card-cont .card {
    flex: 0 0 80%;
    margin: 0 auto 5% auto;
  }
}
.how-to-apply .card-cont .card img {
  width: 100%;
  border-bottom: 5px solid;
  margin-bottom: 1rem;
}
.how-to-apply .card-cont .card p {
  padding: 0 1rem;
  margin: 0 auto;
}
.how-to-apply .card-cont .card p:has(.btn) {
  margin-top: 1.5rem;
}
.how-to-apply .card-cont .card .card-heading {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 1rem;
}
.how-to-apply .icon-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2rem auto 4rem;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .how-to-apply .icon-cont {
    justify-content: center;
  }
}
.how-to-apply .icon-cont .icon {
  flex: 0 0 25%;
  text-align: center;
  padding-bottom: 1rem;
}
.how-to-apply .icon-cont .icon:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .how-to-apply .icon-cont .icon {
    flex: 0 0 75%;
  }
}
.how-to-apply .icon-cont .icon img {
  width: 100%;
  margin-bottom: 1rem;
  max-width: 180px;
  margin: 0 auto 1rem;
}
.how-to-apply .icon-cont .icon p {
  padding: 0 1rem;
  margin: 0 auto;
}
.how-to-apply .icon-cont .icon .card-heading {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 1rem;
}
.how-to-apply .hta-intro,
.how-to-apply .hta-outro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  flex: 0 0 100%;
}
.how-to-apply .hta-intro *,
.how-to-apply .hta-outro * {
  color: var(--white);
}
.how-to-apply .hta-intro h1, .how-to-apply .hta-intro h2, .how-to-apply .hta-intro h3, .how-to-apply .hta-intro h4, .how-to-apply .hta-intro h5, .how-to-apply .hta-intro h6,
.how-to-apply .hta-outro h1,
.how-to-apply .hta-outro h2,
.how-to-apply .hta-outro h3,
.how-to-apply .hta-outro h4,
.how-to-apply .hta-outro h5,
.how-to-apply .hta-outro h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .how-to-apply .hta-intro h1, .how-to-apply .hta-intro h2, .how-to-apply .hta-intro h3, .how-to-apply .hta-intro h4, .how-to-apply .hta-intro h5, .how-to-apply .hta-intro h6,
  .how-to-apply .hta-outro h1,
  .how-to-apply .hta-outro h2,
  .how-to-apply .hta-outro h3,
  .how-to-apply .hta-outro h4,
  .how-to-apply .hta-outro h5,
  .how-to-apply .hta-outro h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.how-to-apply .hta-intro p,
.how-to-apply .hta-outro p {
  line-height: 1.5rem;
}
.how-to-apply .contact-intro,
.how-to-apply .contact-outro {
  flex: 0 0 90%;
  text-align: center;
  margin: 0 auto;
}
.how-to-apply .contact-intro p,
.how-to-apply .contact-outro p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.how-to-apply .contact-intro h1, .how-to-apply .contact-intro h2, .how-to-apply .contact-intro h3, .how-to-apply .contact-intro h4, .how-to-apply .contact-intro h5, .how-to-apply .contact-intro h6,
.how-to-apply .contact-outro h1,
.how-to-apply .contact-outro h2,
.how-to-apply .contact-outro h3,
.how-to-apply .contact-outro h4,
.how-to-apply .contact-outro h5,
.how-to-apply .contact-outro h6 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .how-to-apply .contact-intro h1, .how-to-apply .contact-intro h2, .how-to-apply .contact-intro h3, .how-to-apply .contact-intro h4, .how-to-apply .contact-intro h5, .how-to-apply .contact-intro h6,
  .how-to-apply .contact-outro h1,
  .how-to-apply .contact-outro h2,
  .how-to-apply .contact-outro h3,
  .how-to-apply .contact-outro h4,
  .how-to-apply .contact-outro h5,
  .how-to-apply .contact-outro h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.how-to-apply .contact-intro a,
.how-to-apply .contact-outro a {
  text-decoration: none;
}
.how-to-apply .contact-intro a:hover,
.how-to-apply .contact-outro a:hover {
  text-decoration: underline;
}
.how-to-apply .hta-outro {
  margin-bottom: 2rem;
}
.how-to-apply-grid {
  flex: 0 0 90%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 2rem auto;
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  .how-to-apply-grid {
    padding: 0;
    margin-bottom: 0;
  }
}
.how-to-apply .line {
  background-position: center;
  background-repeat: repeat-y;
  background-size: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23004f99;' /%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .how-to-apply .line {
    background-image: none !important;
  }
}
.how-to-apply .contact-item {
  flex: 0 0 33%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .how-to-apply .contact-item {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}
.how-to-apply .contact-item svg {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.how-to-apply .contact-item a:not(.btn) {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 1.5rem auto 0;
}
.how-to-apply .contact-item a:not(.btn):hover {
  text-decoration: none;
}

.bus-listings {
  display: block;
}
.bus-listings table {
  width: 100%;
  border-collapse: collapse;
}
.bus-listings table thead tr {
  background-color: var(--brand-two);
  color: var(--white);
}
.bus-listings table th p {
  margin: 0 auto;
  text-align: left;
  font-size: 1.25em;
}
.bus-listings table td, .bus-listings table th {
  padding: 0.5rem;
}
.bus-listings table tr {
  border-top: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  background-color: #f1f2f3;
}
.bus-listings table .col-btn p {
  text-align: right !important;
}
.bus-listings table .col-acyr p,
.bus-listings table .col-name p {
  text-align: left;
}
@media screen and (max-width: 847px) {
  .bus-listings table .col-name {
    text-align: left;
  }
}
.bus-listings table .col-cap p,
.bus-listings table .col-book p,
.bus-listings table .col-avail p {
  text-align: center !important;
}
.bus-listings table p {
  margin: 0 auto !important;
}
@media screen and (max-width: 1100px) {
  .bus-listings table p {
    display: inline-block;
    vertical-align: middle;
  }
}
.bus-listings table a.btn-book {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  margin: 0 auto;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}
.bus-listings table a.btn-book:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}
.bus-listings .footable-toggle {
  display: none;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23004f99'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  margin-right: 0.5em;
}
@media screen and (max-width: 847px) {
  .bus-listings .footable-toggle {
    display: inline-block;
    height: 1em;
    width: 1em;
  }
}

.footable-row-detail-inner {
  text-align: center;
  padding: 1rem 0;
}
.footable-row-detail-inner .footable-row-detail-name {
  font-weight: bold;
}
.footable-row-detail-inner .footable-row-detail-row .footable-row-detail-value {
  margin-bottom: 1em;
}
.footable-row-detail-inner .footable-row-detail-row:last-of-type .footable-row-detail-value {
  margin-bottom: 0;
}

.bus-overlay {
  position: relative;
}
.bus-overlay .inner {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
@media screen and (max-width: 767px) {
  .bus-overlay .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    grid-template-rows: unset;
  }
}
@media screen and (max-width: 767px) {
  .bus-overlay.om-top .box-content {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .bus-overlay.om-top .box-image {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .bus-overlay.om-bottom .box-content {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .bus-overlay.om-bottom .box-image {
    order: 1;
  }
}
@media screen and (min-width: 767px) {
  .bus-overlay.od-left .box-content {
    grid-column-start: 8;
    grid-column-end: 24;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 1200px) {
  .bus-overlay.od-left .box-content {
    grid-column-start: 14;
    grid-column-end: 24;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 767px) {
  .bus-overlay.od-left .box-image {
    grid-column-start: 1;
    grid-column-end: 16;
    grid-row-start: 1;
    grid-row-end: 13;
  }
}
@media screen and (min-width: 767px) {
  .bus-overlay.od-right .box-content {
    grid-column-start: 2;
    grid-column-end: 18;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 1200px) {
  .bus-overlay.od-right .box-content {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 767px) {
  .bus-overlay.od-right .box-image {
    grid-column-start: 10;
    grid-column-end: 25;
    grid-row-start: 1;
    grid-row-end: 13;
  }
}
.bus-overlay.box-one .box-content {
  background-color: var(--brand-one);
  border-color: var(--brand-two);
  color: var(--brand-two);
}
.bus-overlay.box-one .box-content span {
  color: var(--white);
}
.bus-overlay.box-one .box-content .bus-item-message,
.bus-overlay.box-one .box-content .bus-or {
  color: var(--white);
}
.bus-overlay.box-two .box-content {
  background-color: var(--brand-two);
  border-color: var(--brand-one);
  color: var(--white);
}
.bus-overlay.box-two .box-content span {
  color: var(--white);
}
.bus-overlay.box-two .box-content .bus-item-message,
.bus-overlay.box-two .box-content .bus-or {
  color: var(--white);
}
.bus-overlay .box-content {
  z-index: 1;
  overflow: hidden;
  padding: 4rem 2rem;
  border-top: 10px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bus-overlay .box-content {
    padding: 2rem;
  }
}
.bus-overlay .box-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bus-overlay .bus-item-message {
  flex: 0 0 100%;
  text-align: center;
}
.bus-overlay .bus-item-message p {
  font-size: 1.75rem;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 auto 0.5rem;
}
.bus-overlay .bus-item {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bus-overlay .bus-item {
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bus-overlay .bus-item:last-of-type {
    margin-bottom: 0;
  }
}
.bus-overlay .bus-item p {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 auto;
}
.bus-overlay .bus-item span {
  display: block;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1em;
}
.bus-overlay .py {
  flex: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .bus-overlay .py {
    flex: 0 0 100%;
  }
}
.bus-overlay .pt {
  flex: 0 0 14rem;
}
@media screen and (max-width: 767px) {
  .bus-overlay .pt {
    flex: 0 0 100%;
  }
}
.bus-overlay .bus-or {
  text-align: center;
  flex: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .bus-overlay .bus-or {
    flex: 0 0 100%;
    margin: 0 auto 1rem;
  }
}
.bus-overlay .bus-or p {
  margin: 0 auto;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .bus-overlay .box-image {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

.service-areas {
  padding: 6rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-areas {
    padding: 4rem 0;
    background-position: center;
  }
}
.service-areas.service-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.service-areas.service-one .service-heading {
  background-color: var(--brand-two);
}
.service-areas.service-one .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23ffffff;' /%3E%3C/svg%3E");
}
.service-areas.service-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.service-areas.service-two .service-heading {
  background-color: var(--brand-one);
}
.service-areas.service-two .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23004f99;' /%3E%3C/svg%3E");
}
.service-areas .line {
  background-position: center;
  background-repeat: repeat-y;
  background-size: 3px;
}
@media screen and (max-width: 767px) {
  .service-areas .line {
    background-image: none !important;
  }
}
.service-areas .service-heading {
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 800;
  transition: background-position 0.2s ease;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 16rem;
  margin-left: -8rem;
  content: "";
  text-align: center;
}
.service-areas .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.service-areas .inner p {
  margin: 0;
  padding: 0 1rem;
  text-align: center;
  flex: 0 0 48%;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service-areas .inner p {
    flex: 0 0 100%;
    font-size: 1.5rem;
  }
}

* + .service-areas {
  margin-top: 1.5rem;
}

.guide-block {
  padding: 4rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .guide-block {
    padding: 2rem 0;
  }
}
.guide-block.guide-white .sub {
  color: var(--brand-one);
}
.guide-block.guide-white a {
  color: var(--brand-two);
}
.guide-block.guide-white a:hover {
  color: var(--brand-two);
}
.guide-block.guide-white .guide-button {
  background-color: var(--brand-one);
  color: var(--white);
}
.guide-block.guide-white .guide-button:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
.guide-block.guide-white a:not(.guide-button) {
  color: var(--brand-one);
  text-decoration: none;
  font-weight: 800;
}
.guide-block.guide-white a:not(.guide-button):hover {
  color: var(--brand-one);
  text-decoration: underline;
}
.guide-block.guide-one {
  background-color: var(--brand-one);
}
.guide-block.guide-one * {
  color: var(--white);
}
.guide-block.guide-one .sub {
  color: var(--brand-two);
}
.guide-block.guide-one a {
  color: var(--white);
}
.guide-block.guide-one a:hover {
  color: var(--white);
}
.guide-block.guide-one .guide-button {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23004f99' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.96 100'%3E%3Cpath d='M32.7,80.36c-1.36-.37-2.35-1.28-3.32-2.26-9.24-9.26-18.49-18.5-27.73-27.75-1.71-1.71-2.22-3.87-.93-5.59,1.17-1.57,2.63-2.99,4.18-4.2,1.45-1.13,3.51-.81,4.94,.38,.28,.23,.54,.49,.8,.75,5.28,5.3,10.56,10.6,15.84,15.89,.19,.19,.4,.37,.72,.67v-1.07c0-17.37,0-34.73,0-52.1,0-3.33,1.75-5.09,5.07-5.1,.89,0,1.78,0,2.67,0,3.09,0,4.82,1.72,4.83,4.8,0,8.89,0,17.79,0,26.68,0,8.53,0,17.05,0,25.58v1.05c.31-.3,.51-.48,.7-.67,5.33-5.32,10.66-10.64,16-15.96,1.68-1.67,3.9-2.18,5.6-.89,1.57,1.18,2.98,2.63,4.19,4.19,1.15,1.48,.82,3.56-.4,5.01-.24,.28-.49,.54-.75,.8-9.15,9.16-18.31,18.31-27.46,27.47-.99,.99-1.98,1.93-3.37,2.31h-1.57Z'/%3E%3Crect class='cls-1' x='27.24' y='60.87' width='12.04' height='66.21' rx='.86' ry='.86' transform='translate(-60.72 127.24) rotate(-90)'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.guide-block.guide-one .guide-button:hover {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.96 100'%3E%3Cpath d='M32.7,80.36c-1.36-.37-2.35-1.28-3.32-2.26-9.24-9.26-18.49-18.5-27.73-27.75-1.71-1.71-2.22-3.87-.93-5.59,1.17-1.57,2.63-2.99,4.18-4.2,1.45-1.13,3.51-.81,4.94,.38,.28,.23,.54,.49,.8,.75,5.28,5.3,10.56,10.6,15.84,15.89,.19,.19,.4,.37,.72,.67v-1.07c0-17.37,0-34.73,0-52.1,0-3.33,1.75-5.09,5.07-5.1,.89,0,1.78,0,2.67,0,3.09,0,4.82,1.72,4.83,4.8,0,8.89,0,17.79,0,26.68,0,8.53,0,17.05,0,25.58v1.05c.31-.3,.51-.48,.7-.67,5.33-5.32,10.66-10.64,16-15.96,1.68-1.67,3.9-2.18,5.6-.89,1.57,1.18,2.98,2.63,4.19,4.19,1.15,1.48,.82,3.56-.4,5.01-.24,.28-.49,.54-.75,.8-9.15,9.16-18.31,18.31-27.46,27.47-.99,.99-1.98,1.93-3.37,2.31h-1.57Z'/%3E%3Crect class='cls-1' x='27.24' y='60.87' width='12.04' height='66.21' rx='.86' ry='.86' transform='translate(-60.72 127.24) rotate(-90)'/%3E%3C/svg%3E");
  color: var(--white);
}
.guide-block.guide-two {
  background-color: var(--brand-two);
}
.guide-block.guide-two * {
  color: var(--white);
}
.guide-block.guide-two .sub {
  color: var(--brand-one);
}
.guide-block.guide-two a {
  color: var(--white);
}
.guide-block.guide-two a:hover {
  color: var(--white);
}
.guide-block.guide-two .guide-button {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.96 100'%3E%3Cpath d='M32.7,80.36c-1.36-.37-2.35-1.28-3.32-2.26-9.24-9.26-18.49-18.5-27.73-27.75-1.71-1.71-2.22-3.87-.93-5.59,1.17-1.57,2.63-2.99,4.18-4.2,1.45-1.13,3.51-.81,4.94,.38,.28,.23,.54,.49,.8,.75,5.28,5.3,10.56,10.6,15.84,15.89,.19,.19,.4,.37,.72,.67v-1.07c0-17.37,0-34.73,0-52.1,0-3.33,1.75-5.09,5.07-5.1,.89,0,1.78,0,2.67,0,3.09,0,4.82,1.72,4.83,4.8,0,8.89,0,17.79,0,26.68,0,8.53,0,17.05,0,25.58v1.05c.31-.3,.51-.48,.7-.67,5.33-5.32,10.66-10.64,16-15.96,1.68-1.67,3.9-2.18,5.6-.89,1.57,1.18,2.98,2.63,4.19,4.19,1.15,1.48,.82,3.56-.4,5.01-.24,.28-.49,.54-.75,.8-9.15,9.16-18.31,18.31-27.46,27.47-.99,.99-1.98,1.93-3.37,2.31h-1.57Z'/%3E%3Crect class='cls-1' x='27.24' y='60.87' width='12.04' height='66.21' rx='.86' ry='.86' transform='translate(-60.72 127.24) rotate(-90)'/%3E%3C/svg%3E");
  color: var(--white);
}
.guide-block.guide-two .guide-button:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23004f99' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.96 100'%3E%3Cpath d='M32.7,80.36c-1.36-.37-2.35-1.28-3.32-2.26-9.24-9.26-18.49-18.5-27.73-27.75-1.71-1.71-2.22-3.87-.93-5.59,1.17-1.57,2.63-2.99,4.18-4.2,1.45-1.13,3.51-.81,4.94,.38,.28,.23,.54,.49,.8,.75,5.28,5.3,10.56,10.6,15.84,15.89,.19,.19,.4,.37,.72,.67v-1.07c0-17.37,0-34.73,0-52.1,0-3.33,1.75-5.09,5.07-5.1,.89,0,1.78,0,2.67,0,3.09,0,4.82,1.72,4.83,4.8,0,8.89,0,17.79,0,26.68,0,8.53,0,17.05,0,25.58v1.05c.31-.3,.51-.48,.7-.67,5.33-5.32,10.66-10.64,16-15.96,1.68-1.67,3.9-2.18,5.6-.89,1.57,1.18,2.98,2.63,4.19,4.19,1.15,1.48,.82,3.56-.4,5.01-.24,.28-.49,.54-.75,.8-9.15,9.16-18.31,18.31-27.46,27.47-.99,.99-1.98,1.93-3.37,2.31h-1.57Z'/%3E%3Crect class='cls-1' x='27.24' y='60.87' width='12.04' height='66.21' rx='.86' ry='.86' transform='translate(-60.72 127.24) rotate(-90)'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.guide-block h1, .guide-block h2, .guide-block h3, .guide-block h4, .guide-block h5, .guide-block h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .guide-block h1, .guide-block h2, .guide-block h3, .guide-block h4, .guide-block h5, .guide-block h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.guide-block .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .guide-block .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.guide-block .left {
  flex: 0 0 58%;
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .guide-block .left {
    flex: 0 0 80%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .guide-block .left {
    text-align: center;
  }
}
.guide-block .left a {
  font-weight: 700;
  text-decoration: none;
}
.guide-block .left a:hover {
  text-decoration: underline;
}
.guide-block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 39%;
}
@media screen and (max-width: 1240px) {
  .guide-block .right {
    justify-content: space-around;
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 991px) {
  .guide-block .right {
    flex-wrap: wrap;
  }
}
.guide-block .sub {
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.guide-block .guide {
  flex: 0 0 45%;
}
@media screen and (max-width: 991px) {
  .guide-block .guide {
    flex: 0 0 80%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .guide-block .guide:last-of-type {
    margin-bottom: 0;
  }
}
.guide-block .guide * {
  text-align: center;
}
.guide-block .guide img {
  width: 100%;
}
.guide-block .inner .right.single .guide {
  flex: 0 0 55%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .guide-block .inner .right.single .guide {
    flex: 0 0 90%;
  }
}
.guide-block .guide-button {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.96 100'%3E%3Cpath d='M32.7,80.36c-1.36-.37-2.35-1.28-3.32-2.26-9.24-9.26-18.49-18.5-27.73-27.75-1.71-1.71-2.22-3.87-.93-5.59,1.17-1.57,2.63-2.99,4.18-4.2,1.45-1.13,3.51-.81,4.94,.38,.28,.23,.54,.49,.8,.75,5.28,5.3,10.56,10.6,15.84,15.89,.19,.19,.4,.37,.72,.67v-1.07c0-17.37,0-34.73,0-52.1,0-3.33,1.75-5.09,5.07-5.1,.89,0,1.78,0,2.67,0,3.09,0,4.82,1.72,4.83,4.8,0,8.89,0,17.79,0,26.68,0,8.53,0,17.05,0,25.58v1.05c.31-.3,.51-.48,.7-.67,5.33-5.32,10.66-10.64,16-15.96,1.68-1.67,3.9-2.18,5.6-.89,1.57,1.18,2.98,2.63,4.19,4.19,1.15,1.48,.82,3.56-.4,5.01-.24,.28-.49,.54-.75,.8-9.15,9.16-18.31,18.31-27.46,27.47-.99,.99-1.98,1.93-3.37,2.31h-1.57Z'/%3E%3Crect class='cls-1' x='27.24' y='60.87' width='12.04' height='66.21' rx='.86' ry='.86' transform='translate(-60.72 127.24) rotate(-90)'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.8rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
}
@media screen and (max-width: 1240px) {
  .guide-block .guide-button {
    font-size: 0.9rem;
  }
}
.guide-block .guide-button:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}
.guide-block p {
  line-height: 1.5rem;
  margin: 0.5rem auto 1rem;
}
.guide-block p:has(.guide-button) {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.term-dates {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .term-dates {
    padding: 2rem 0;
  }
}
.term-dates .inner {
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .term-dates .inner {
    flex-wrap: wrap;
    max-width: 90%;
  }
}
.term-dates p {
  line-height: 1.5rem;
}
.term-dates h1, .term-dates h2, .term-dates h3, .term-dates h4, .term-dates h5, .term-dates h6 {
  font-weight: 900;
  margin: 2rem auto 0;
  text-transform: uppercase;
  line-height: 1.2em;
}
.term-dates h1 {
  font-size: 3rem;
}
.term-dates h2 {
  font-size: 2.5rem;
}
.term-dates h3 {
  font-size: 1.75rem;
}
.term-dates h4 {
  font-size: 1.5rem;
}
.term-dates h5 {
  font-size: 1.25rem;
}
.term-dates h6 {
  font-size: 1rem;
}
.term-dates ul {
  padding-left: 1rem;
  margin: 0 auto 1rem;
}
.term-dates li {
  margin: 0 auto 0.5rem;
}
.term-dates .ac {
  border-radius: 0;
  overflow: hidden;
  border: none;
  border-top: 3px solid var(--brand-one);
  margin: 0 auto;
}
.term-dates .ac:last-of-type {
  border-bottom: 3px solid var(--brand-one);
}
.term-dates .ac.is-active .ac-trigger:after {
  color: var(--brand-one);
  content: url("data:image/svg+xml,%3Csvg fill='%23004f99' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}
.term-dates .ac-header {
  background-color: transparent;
  border-radius: 0;
  padding: 1rem;
}
.term-dates .ac-trigger {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  color: var(--black);
  font-size: 1.5rem;
  line-height: 1.2em;
}
.term-dates .ac-trigger:focus {
  color: var(--brand-one);
}
.term-dates .ac-trigger:after {
  width: 1rem;
  height: 1rem;
  color: var(--brand-one);
  content: url("data:image/svg+xml,%3Csvg fill='%23004f99' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z'/%3E%3C/svg%3E");
}
.term-dates .ac-text {
  padding: 1.5rem 1.5rem 3rem 1.5rem !important;
}
.term-dates .ac-text strong, .term-dates .ac-text b {
  color: var(--brand-one);
  font-weight: 700;
}
.term-dates .ac-text p {
  margin: 1rem auto 2rem;
}
.term-dates .ac-text a:not(.btn) {
  color: var(--brand-one);
  text-decoration: none;
}
.term-dates .ac-text a:not(.btn):hover {
  text-decoration: underline;
  color: var(--brand-one);
}
.term-dates .ac-text img,
.term-dates .ac-text video,
.term-dates .ac-text audio,
.term-dates .ac-text iframe,
.term-dates .ac-text .responsive_embed {
  margin: 2rem auto;
}
.term-dates .ac-text .responsive_embed iframe {
  margin: 0 auto;
}
.term-dates .tab-content,
.term-dates .tab-filters {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.term-dates .tab-content {
  display: none;
}
.term-dates .tab-filters a {
  margin: 0.5rem;
}
.term-dates .tab-filters .btn {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23004f99'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  border: 3px solid var(--brand-one);
  color: var(--brand-one);
}
.term-dates .tab-filters .btn:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-color: var(--brand-one);
  color: var(--white);
}
.term-dates .tab-filters .btn.active {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
  pointer-events: none;
}
.term-dates .tab-filters .btn.active:hover {
  background-color: var(--brand-one);
  color: var(--white);
}

.t-levels {
  position: relative;
  background-image: none;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: bottom left -30%;
  margin-top: 8rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .t-levels {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .t-levels {
    background-image: none;
  }
}
.t-levels.tl-one {
  background-color: var(--brand-one);
  background-image: none;
}
.t-levels.tl-one .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.t-levels.tl-one .btn:hover {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.t-levels.tl-one .tl-buttons a {
  margin: 0.5rem;
}
.t-levels.tl-one .tl-buttons .btn {
  background-color: transparent;
  background-image: none;
  border: 3px solid var(--brand-two);
  color: var(--white);
}
.t-levels.tl-one .tl-buttons .btn:hover {
  background-image: none;
  background-color: var(--brand-two);
  color: var(--white);
}
.t-levels.tl-one .tl-buttons .btn.active {
  background-color: var(--brand-two);
  background-image: none;
  color: var(--white);
  pointer-events: none;
}
.t-levels.tl-one .tl-buttons .btn.active:hover {
  background-color: var(--brand-two);
  background-image: none;
  color: var(--white);
}
.t-levels.tl-two {
  background-color: var(--brand-two);
}
.t-levels.tl-two .btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.t-levels.tl-two .btn:hover {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.t-levels.tl-two .tl-buttons a {
  margin: 0.5rem;
}
.t-levels.tl-two .tl-buttons .btn {
  background-color: transparent;
  background-image: none;
  border: 3px solid var(--brand-one);
  color: var(--white);
}
.t-levels.tl-two .tl-buttons .btn:hover {
  background-image: none;
  background-color: var(--brand-one);
  color: var(--white);
}
.t-levels.tl-two .tl-buttons .btn.active {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--white);
  pointer-events: none;
}
.t-levels.tl-two .tl-buttons .btn.active:hover {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--white);
}
.t-levels .tl-video {
  position: relative;
  order: 0;
  margin-bottom: 3rem;
  margin-top: -6rem;
  max-width: 90%;
  margin-left: 5%;
}
.t-levels .tl-heading,
.t-levels .tl-intro,
.t-levels .tl-outro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.t-levels .tl-heading *,
.t-levels .tl-intro *,
.t-levels .tl-outro * {
  color: var(--white);
}
.t-levels .tl-heading h1, .t-levels .tl-heading h2, .t-levels .tl-heading h3, .t-levels .tl-heading h4, .t-levels .tl-heading h5, .t-levels .tl-heading h6,
.t-levels .tl-intro h1,
.t-levels .tl-intro h2,
.t-levels .tl-intro h3,
.t-levels .tl-intro h4,
.t-levels .tl-intro h5,
.t-levels .tl-intro h6,
.t-levels .tl-outro h1,
.t-levels .tl-outro h2,
.t-levels .tl-outro h3,
.t-levels .tl-outro h4,
.t-levels .tl-outro h5,
.t-levels .tl-outro h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .t-levels .tl-heading h1, .t-levels .tl-heading h2, .t-levels .tl-heading h3, .t-levels .tl-heading h4, .t-levels .tl-heading h5, .t-levels .tl-heading h6,
  .t-levels .tl-intro h1,
  .t-levels .tl-intro h2,
  .t-levels .tl-intro h3,
  .t-levels .tl-intro h4,
  .t-levels .tl-intro h5,
  .t-levels .tl-intro h6,
  .t-levels .tl-outro h1,
  .t-levels .tl-outro h2,
  .t-levels .tl-outro h3,
  .t-levels .tl-outro h4,
  .t-levels .tl-outro h5,
  .t-levels .tl-outro h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.t-levels .tl-heading p,
.t-levels .tl-intro p,
.t-levels .tl-outro p {
  line-height: 1.5rem;
}
.t-levels .tl-heading {
  margin-bottom: 1rem;
}
.t-levels .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.t-levels .tl-icon-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 2rem auto;
}
@media screen and (max-width: 1240px) {
  .t-levels .tl-icon-cont {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .t-levels .tl-icon-cont {
    flex-wrap: wrap;
  }
}
.t-levels .icon {
  flex: 0 0 25%;
  text-align: center;
  padding: 1%;
}
@media screen and (max-width: 767px) {
  .t-levels .icon {
    flex: 0 0 90%;
    padding: 1% 0 5%;
  }
}
.t-levels .icon img {
  margin: 0 auto 1rem;
  max-width: 180px;
}
.t-levels .icon p {
  margin: 0 auto 1rem;
  color: var(--white);
}
.t-levels .tab,
.t-levels .tl-buttons {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.t-levels .tab {
  display: none;
}
.t-levels .tl-buttons a {
  margin: 0.5rem;
}
.t-levels .tl-buttons .btn {
  background-color: var(--white);
  background-image: none;
  border: 3px solid var(--brand-one);
  color: var(--brand-one);
  padding: 0.5rem 2rem;
}
.t-levels .tl-buttons .btn:hover {
  background-image: none;
  background-color: var(--brand-one);
  color: var(--white);
}
.t-levels .tl-buttons .btn.active {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--white);
  pointer-events: none;
}
.t-levels .tl-buttons .btn.active:hover {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--white);
}

.site_footer {
  position: relative;
  background-color: var(--black);
  color: var(--white);
  padding: 3rem 0;
}
.site_footer .inner {
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .site_footer .inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .site_footer .inner {
    flex-wrap: wrap;
  }
}
.site_footer strong, .site_footer b {
  font-weight: 800;
  margin-bottom: 0.5em;
  display: block;
}
.site_footer .footer_col {
  flex: 0 0 31%;
}
@media screen and (max-width: 991px) {
  .site_footer .footer_col {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .site_footer .footer_col:last-of-type {
    margin-bottom: 0;
  }
}
.site_footer .footer_col.logo_col {
  flex: 0 0 10%;
}
@media screen and (max-width: 800px) {
  .site_footer .footer_col.logo_col {
    flex: 0 0 100%;
  }
}
.site_footer .footer_col.address_col {
  flex: 0 0 19%;
}
@media screen and (max-width: 1280px) {
  .site_footer .footer_col.address_col {
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 800px) {
  .site_footer .footer_col.address_col {
    flex: 0 0 100%;
  }
}
.site_footer .footer_col.menu_col {
  flex: 0 0 19%;
}
@media screen and (max-width: 800px) {
  .site_footer .footer_col.menu_col {
    flex: 0 0 100%;
  }
}
.site_footer .footer_logo {
  display: block;
  max-width: 250px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .site_footer .footer_logo {
    max-width: 100px;
    margin-bottom: 0;
  }
}
.site_footer .group_logo {
  max-width: 75px;
}
.site_footer p {
  margin: 0 auto;
  line-height: 1.5rem;
}
.site_footer p.phone {
  margin-top: 2rem;
  display: block;
  line-height: 1em;
}
@media screen and (max-width: 991px) {
  .site_footer p.phone {
    margin-top: 0;
  }
}
.site_footer p.phone svg {
  width: 1rem;
  fill: var(--brand-one);
}
.site_footer p.phone a {
  color: var(--white);
  text-decoration: none;
}
.site_footer p.phone a:hover {
  color: var(--white);
  text-decoration: underline;
}
.site_footer p.phone a, .site_footer p.phone i {
  display: inline-block;
  vertical-align: middle;
}
.site_footer p.phone i {
  margin-right: 0.5rem;
}
.site_footer .logo_container,
.site_footer .phone_container {
  flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .site_footer .logo_container,
  .site_footer .phone_container {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .site_footer .logo_container,
  .site_footer .phone_container {
    flex: 0 0 100%;
  }
}
.site_footer .logo_container div,
.site_footer .phone_container div {
  flex: 0 0 75px;
}
.site_footer .logo_container div:last-of-type,
.site_footer .phone_container div:last-of-type {
  flex: 0 0 120px;
}
.site_footer .phone_container {
  justify-content: flex-start;
}
.site_footer .phone_container p {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .site_footer .logo_container {
    margin-top: 2rem;
  }
}

.menu_col .menu {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}
.menu_col .menu li {
  margin: 0 auto 0.5rem;
}
.menu_col .menu a {
  color: var(--white);
  text-decoration: none;
}
.menu_col .menu a:hover {
  color: var(--white);
  text-decoration: underline;
}

.social_container {
  flex: 0 0 49%;
}
@media screen and (max-width: 991px) {
  .social_container {
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}
.social_container p {
  margin: 0 auto;
}
.social_container a {
  display: inline-block;
  color: var(--brand-one);
}
.social_container a:hover {
  color: var(--white);
}
.social_container svg {
  display: block;
  height: 1.5rem;
  width: auto;
  margin: 0 0.5rem 0 0;
  fill: currentColor;
}

.part-of {
  font-size: 0.8em;
}

.copyright {
  background-color: var(--brand-one);
  color: var(--white);
  padding: 1em 0;
}
.copyright .inner {
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .copyright .inner {
    padding: 2rem;
  }
}
.copyright p {
  margin: 0 auto;
}
.copyright a {
  color: var(--white);
}
.copyright .statement {
  flex: 0 0 49%;
}
@media screen and (max-width: 991px) {
  .copyright .statement {
    flex: 0 0 100%;
  }
}
.copyright .statement p {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .copyright .statement p {
    text-align: left;
  }
}

.cmplz-cookiebanner {
  overflow-y: scroll;
  display: block;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cmplz-cookiebanner::-webkit-scrollbar {
  display: none;
}

.cmplz-cookiebanner .cmplz-body {
  max-height: unset !important;
  overflow-y: hidden !important;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 12px;
  padding: 10px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -250;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
