@charset "UTF-8";
/*!
Theme Name: Worsley College
Theme URI: https://wearebauercreate.co.uk/
Author: Aaron Nergaard - Bauer Create
Author URI: https://wearebauercreate.co.uk/
Description: Theme for use on Worsley College
Requires at least: WordPress 5.0.0
Template: scc-pendleton
Version: 0.6.4
Text Domain: pendleton
*/
:root {
  --brand-one: #269E98;
  --brand-two: #2D2D2E;
  --brand-three: #269E98;
  --brand-four: #269E98;
  --white: #ffffff;
  --black: #000000;
  --light-grey: #898989;
  --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;
}

.site_header {
  background-color: var(--brand-one);
  box-shadow: 0 0 1rem 0.75rem rgba(32, 123, 109, 0.7);
}
.site_header .menu-item svg {
  fill: #ffffff;
}
.site_header .menu-item a {
  color: var(--white);
}
.site_header .menu-item a:hover, .site_header .menu-item a:focus {
  color: var(--brand-two);
}
.site_header .sub-menu {
  background-color: var(--brand-two);
  box-shadow: 0 1rem 1rem 0.5rem rgba(0, 0, 0, 0.25);
}
.site_header .sub-menu:after {
  border-bottom: 0.5rem solid var(--brand-two);
}
.site_header .sub-menu .menu-item a {
  color: var(--white);
}
.site_header .sub-menu .menu-item a:hover, .site_header .sub-menu .menu-item a:focus {
  color: rgba(255, 255, 255, 0.8);
}

.top-banner {
  background-color: var(--brand-one);
  color: var(--white);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--brand-one)), color-stop(80%, #207b6d));
  background-image: -o-linear-gradient(left, var(--brand-one) 0%, #207b6d 80%);
  background-image: linear-gradient(to right, var(--brand-one) 0%, #207b6d 80%);
}
@media screen and (max-width: 991px) {
  .top-banner:before {
    background-color: var(--brand-one);
  }
}
.top-banner .pre,
.top-banner .sub {
  color: var(--brand-two);
}

.link-access a,
.link-search a {
  border: 2px solid var(--brand-two) !important;
}
.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;
}

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

.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 a {
  border-color: var(--brand-two) !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-color: var(--black);
}
.course-banner .banner-text {
  background-color: var(--brand-two);
  color: var(--white);
  background-image: none;
}
.course-banner .banner-text .type {
  color: var(--brand-one);
}

.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 {
  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");
}

#page-header:before {
  background-image: url("data:image/svg+xml,%3Csvg id='worsley_ring' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23ffffff'%3E%3Cpath d='M171.65,23.68c1.9,1.77,3.78,3.56,5.68,5.33,.25,.53,.48,1.07,.76,1.58,2.24,4.07,2.47,8.23,.32,12.4-.69,1.32-1.61,2.52-2.45,3.82,.32,.42,.62,.86,.96,1.27,7.16,8.98,12.37,19,15.71,29.95,4.46,14.63,5.3,29.52,2.51,44.54-2.2,11.8-6.54,22.79-12.99,32.95-9.82,15.46-22.99,27.12-39.43,35.08-10.47,5.06-21.54,8.02-33.12,9.02-11.4,1-22.65,0-33.71-2.99-9.83-2.66-19.03-6.72-27.55-12.29-3.16-2.06-6.19-4.32-9.28-6.5-3.01-2.81-6-5.62-9-8.44-.35-.47-.66-.97-1.07-1.41-8.8-9.81-15.54-20.87-19.96-33.28-3.74-10.53-5.65-21.4-5.75-32.58-.11-12.96,2.17-25.47,6.9-37.55,4.38-11.18,10.58-21.26,18.55-30.24,7.52-8.49,16.23-15.51,26.12-21.1,8.81-4.99,18.16-8.52,28.02-10.76C93.6,.06,104.44-.55,115.39,.48c7.7,.72,15.25,2.36,22.6,4.81,8.56,2.84,16.62,6.73,24.14,11.69,3.24,2.15,6.34,4.46,9.52,6.7m3.86,23.37c-.68,.43-1.04,.65-1.4,.87-4.57,2.88-9.29,3.17-13.92,.36-2.19-1.32-4.07-3.19-6-4.92-10.71-9.74-23.23-15.94-37.36-18.74-15.58-3.09-30.86-1.62-45.67,4.24-9.83,3.89-18.49,9.59-26.1,16.91-7.65,7.35-13.77,15.8-18.09,25.5-5.06,11.37-7.48,23.3-7.23,35.76,.28,12.96,3.34,25.24,9.28,36.76,5.98,11.62,14.24,21.36,24.72,29.2,8.27,6.18,17.34,10.76,27.26,13.62,11.55,3.34,23.31,4.27,35.28,2.74,8.86-1.14,17.36-3.5,25.46-7.24,12.47-5.76,23.06-13.98,31.7-24.67,5.3-6.55,9.63-13.7,12.87-21.48,3.89-9.36,6.16-19.09,6.79-29.21,.54-8.48-.12-16.84-1.94-25.11-1.97-8.93-5.19-17.38-9.79-25.29-1.8-3.13-3.85-6.11-5.87-9.29'/%3E%3Cpath class='cls-1' d='M52.22,45.7c1.48-1.29,2.98-2.56,4.46-3.85,.42-.14,.84-.28,1.25-.44,3.26-1.36,6.39-1.18,9.34,.78,.94,.61,1.77,1.4,2.69,2.13,.33-.19,.69-.39,1.04-.61,7.31-4.65,15.26-7.76,23.77-9.38,11.34-2.18,22.61-1.61,33.66,1.72,8.7,2.6,16.61,6.75,23.71,12.41,10.83,8.63,18.52,19.46,23.17,32.47,2.96,8.28,4.29,16.83,4.11,25.61-.18,8.66-1.83,17.02-4.97,25.1-2.78,7.17-6.59,13.75-11.46,19.71-1.8,2.2-3.75,4.29-5.62,6.45-2.35,2.02-4.71,4.04-7.08,6.07-.37,.24-.78,.43-1.14,.69-8.09,5.82-16.94,9.99-26.64,12.3-8.2,1.97-16.52,2.52-24.93,1.69-9.75-.96-18.98-3.68-27.66-8.2-8.05-4.2-15.13-9.67-21.22-16.39-5.78-6.34-10.35-13.45-13.74-21.33-3.03-7.02-4.94-14.34-5.82-21.93-.97-8.27-.55-16.47,1.09-24.6,1.16-5.75,3.01-11.28,5.44-16.61,2.83-6.21,6.4-11.95,10.73-17.2,1.87-2.26,3.86-4.4,5.8-6.59m17.87-1.03c.26,.54,.4,.83,.55,1.12,1.79,3.66,1.62,7.24-.86,10.48-1.18,1.54-2.73,2.81-4.18,4.11-8.19,7.26-13.85,16.16-17.09,26.55-3.59,11.47-3.73,23.06-.51,34.67,2.13,7.69,5.72,14.65,10.6,20.96,4.9,6.34,10.76,11.62,17.7,15.65,8.13,4.72,16.91,7.51,26.29,8.32,9.77,.85,19.24-.47,28.37-4,9.22-3.56,17.2-8.97,23.95-16.22,5.3-5.71,9.47-12.16,12.42-19.38,3.43-8.42,5.1-17.18,4.92-26.29-.14-6.75-1.23-13.33-3.39-19.71-3.32-9.83-8.64-18.46-15.97-25.82-4.5-4.52-9.52-8.34-15.11-11.4-6.72-3.68-13.85-6.18-21.4-7.47-6.33-1.08-12.66-1.26-19.03-.57-6.86,.75-13.48,2.49-19.79,5.3-2.49,1.11-4.89,2.41-7.45,3.67'/%3E%3Cpath class='cls-1' d='M51.26,116.58c-.25-1.37-.5-2.74-.75-4.11,.06-.31,.12-.62,.17-.93,.33-2.48,1.57-4.34,3.82-5.46,.72-.35,1.5-.58,2.29-.87v-.86c-.24-6.16,.72-12.16,2.77-17.95,2.74-7.74,7.13-14.45,13.14-20.04,4.71-4.4,10.1-7.77,16.14-10.1,9.17-3.55,18.59-4.38,28.24-2.56,6.14,1.15,11.87,3.41,17.19,6.68,5.25,3.21,9.78,7.23,13.62,12.06,3.39,4.28,6.07,8.98,7.98,14.1,.71,1.9,1.3,3.85,1.94,5.78,.4,2.17,.79,4.35,1.19,6.51,0,.32-.01,.64,.01,.96,.66,7.05,.04,13.99-2.01,20.76-1.74,5.73-4.39,11.04-7.92,15.92-4.09,5.62-9.07,10.3-14.96,14.02-5.47,3.43-11.37,5.8-17.69,7.15-5.96,1.26-11.97,1.51-18.02,.78-5.4-.67-10.57-2.12-15.54-4.31-5.42-2.38-10.3-5.58-14.71-9.51-3.1-2.77-5.83-5.89-8.24-9.29-2.78-3.96-5.03-8.21-6.69-12.77-.71-1.95-1.32-3.95-1.97-5.93m5.79-11.33c.43,.03,.65,.06,.89,.07,2.89,.22,5.03,1.61,6.14,4.29,.51,1.26,.73,2.67,1.01,4.03,1.52,7.63,4.94,14.31,10.15,20.03,5.75,6.32,12.83,10.57,21.1,12.76,5.48,1.45,11.05,1.76,16.68,1.03,5.65-.73,11-2.42,15.96-5.24,5.82-3.3,10.68-7.69,14.54-13.14,4.03-5.69,6.62-11.98,7.73-18.85,1.12-6.93,.66-13.78-1.36-20.51-1.59-5.3-4.06-10.19-7.42-14.59-3.93-5.14-8.71-9.29-14.38-12.45-4.18-2.34-8.62-4.03-13.31-5-7.23-1.5-14.43-1.33-21.58,.53-4.38,1.14-8.53,2.85-12.42,5.18-4.67,2.8-8.75,6.27-12.26,10.46-2.94,3.49-5.32,7.31-7.17,11.47-2.01,4.49-3.31,9.17-3.85,14.06-.22,1.93-.29,3.86-.43,5.89'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  #page-header:before {
    background-image: url(img/worsley-ring-faded.svg);
    background-size: 80%;
  }
}

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

.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: "–";
}

.standard {
  padding: 4rem 2rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .standard {
    padding: 2rem;
  }
}
.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 .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 ul, .standard li {
  list-style-position: inside;
  padding-left: 0;
  margin: 0 auto 1rem;
}
.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;
  }
}

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

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

.standard-white + .intro_block {
  padding-top: 0;
}

.course_search:before {
  background-image: url("data:image/svg+xml,%3Csvg id='worsley_ring' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23ffffff'%3E%3Cpath d='M171.65,23.68c1.9,1.77,3.78,3.56,5.68,5.33,.25,.53,.48,1.07,.76,1.58,2.24,4.07,2.47,8.23,.32,12.4-.69,1.32-1.61,2.52-2.45,3.82,.32,.42,.62,.86,.96,1.27,7.16,8.98,12.37,19,15.71,29.95,4.46,14.63,5.3,29.52,2.51,44.54-2.2,11.8-6.54,22.79-12.99,32.95-9.82,15.46-22.99,27.12-39.43,35.08-10.47,5.06-21.54,8.02-33.12,9.02-11.4,1-22.65,0-33.71-2.99-9.83-2.66-19.03-6.72-27.55-12.29-3.16-2.06-6.19-4.32-9.28-6.5-3.01-2.81-6-5.62-9-8.44-.35-.47-.66-.97-1.07-1.41-8.8-9.81-15.54-20.87-19.96-33.28-3.74-10.53-5.65-21.4-5.75-32.58-.11-12.96,2.17-25.47,6.9-37.55,4.38-11.18,10.58-21.26,18.55-30.24,7.52-8.49,16.23-15.51,26.12-21.1,8.81-4.99,18.16-8.52,28.02-10.76C93.6,.06,104.44-.55,115.39,.48c7.7,.72,15.25,2.36,22.6,4.81,8.56,2.84,16.62,6.73,24.14,11.69,3.24,2.15,6.34,4.46,9.52,6.7m3.86,23.37c-.68,.43-1.04,.65-1.4,.87-4.57,2.88-9.29,3.17-13.92,.36-2.19-1.32-4.07-3.19-6-4.92-10.71-9.74-23.23-15.94-37.36-18.74-15.58-3.09-30.86-1.62-45.67,4.24-9.83,3.89-18.49,9.59-26.1,16.91-7.65,7.35-13.77,15.8-18.09,25.5-5.06,11.37-7.48,23.3-7.23,35.76,.28,12.96,3.34,25.24,9.28,36.76,5.98,11.62,14.24,21.36,24.72,29.2,8.27,6.18,17.34,10.76,27.26,13.62,11.55,3.34,23.31,4.27,35.28,2.74,8.86-1.14,17.36-3.5,25.46-7.24,12.47-5.76,23.06-13.98,31.7-24.67,5.3-6.55,9.63-13.7,12.87-21.48,3.89-9.36,6.16-19.09,6.79-29.21,.54-8.48-.12-16.84-1.94-25.11-1.97-8.93-5.19-17.38-9.79-25.29-1.8-3.13-3.85-6.11-5.87-9.29'/%3E%3Cpath class='cls-1' d='M52.22,45.7c1.48-1.29,2.98-2.56,4.46-3.85,.42-.14,.84-.28,1.25-.44,3.26-1.36,6.39-1.18,9.34,.78,.94,.61,1.77,1.4,2.69,2.13,.33-.19,.69-.39,1.04-.61,7.31-4.65,15.26-7.76,23.77-9.38,11.34-2.18,22.61-1.61,33.66,1.72,8.7,2.6,16.61,6.75,23.71,12.41,10.83,8.63,18.52,19.46,23.17,32.47,2.96,8.28,4.29,16.83,4.11,25.61-.18,8.66-1.83,17.02-4.97,25.1-2.78,7.17-6.59,13.75-11.46,19.71-1.8,2.2-3.75,4.29-5.62,6.45-2.35,2.02-4.71,4.04-7.08,6.07-.37,.24-.78,.43-1.14,.69-8.09,5.82-16.94,9.99-26.64,12.3-8.2,1.97-16.52,2.52-24.93,1.69-9.75-.96-18.98-3.68-27.66-8.2-8.05-4.2-15.13-9.67-21.22-16.39-5.78-6.34-10.35-13.45-13.74-21.33-3.03-7.02-4.94-14.34-5.82-21.93-.97-8.27-.55-16.47,1.09-24.6,1.16-5.75,3.01-11.28,5.44-16.61,2.83-6.21,6.4-11.95,10.73-17.2,1.87-2.26,3.86-4.4,5.8-6.59m17.87-1.03c.26,.54,.4,.83,.55,1.12,1.79,3.66,1.62,7.24-.86,10.48-1.18,1.54-2.73,2.81-4.18,4.11-8.19,7.26-13.85,16.16-17.09,26.55-3.59,11.47-3.73,23.06-.51,34.67,2.13,7.69,5.72,14.65,10.6,20.96,4.9,6.34,10.76,11.62,17.7,15.65,8.13,4.72,16.91,7.51,26.29,8.32,9.77,.85,19.24-.47,28.37-4,9.22-3.56,17.2-8.97,23.95-16.22,5.3-5.71,9.47-12.16,12.42-19.38,3.43-8.42,5.1-17.18,4.92-26.29-.14-6.75-1.23-13.33-3.39-19.71-3.32-9.83-8.64-18.46-15.97-25.82-4.5-4.52-9.52-8.34-15.11-11.4-6.72-3.68-13.85-6.18-21.4-7.47-6.33-1.08-12.66-1.26-19.03-.57-6.86,.75-13.48,2.49-19.79,5.3-2.49,1.11-4.89,2.41-7.45,3.67'/%3E%3Cpath class='cls-1' d='M51.26,116.58c-.25-1.37-.5-2.74-.75-4.11,.06-.31,.12-.62,.17-.93,.33-2.48,1.57-4.34,3.82-5.46,.72-.35,1.5-.58,2.29-.87v-.86c-.24-6.16,.72-12.16,2.77-17.95,2.74-7.74,7.13-14.45,13.14-20.04,4.71-4.4,10.1-7.77,16.14-10.1,9.17-3.55,18.59-4.38,28.24-2.56,6.14,1.15,11.87,3.41,17.19,6.68,5.25,3.21,9.78,7.23,13.62,12.06,3.39,4.28,6.07,8.98,7.98,14.1,.71,1.9,1.3,3.85,1.94,5.78,.4,2.17,.79,4.35,1.19,6.51,0,.32-.01,.64,.01,.96,.66,7.05,.04,13.99-2.01,20.76-1.74,5.73-4.39,11.04-7.92,15.92-4.09,5.62-9.07,10.3-14.96,14.02-5.47,3.43-11.37,5.8-17.69,7.15-5.96,1.26-11.97,1.51-18.02,.78-5.4-.67-10.57-2.12-15.54-4.31-5.42-2.38-10.3-5.58-14.71-9.51-3.1-2.77-5.83-5.89-8.24-9.29-2.78-3.96-5.03-8.21-6.69-12.77-.71-1.95-1.32-3.95-1.97-5.93m5.79-11.33c.43,.03,.65,.06,.89,.07,2.89,.22,5.03,1.61,6.14,4.29,.51,1.26,.73,2.67,1.01,4.03,1.52,7.63,4.94,14.31,10.15,20.03,5.75,6.32,12.83,10.57,21.1,12.76,5.48,1.45,11.05,1.76,16.68,1.03,5.65-.73,11-2.42,15.96-5.24,5.82-3.3,10.68-7.69,14.54-13.14,4.03-5.69,6.62-11.98,7.73-18.85,1.12-6.93,.66-13.78-1.36-20.51-1.59-5.3-4.06-10.19-7.42-14.59-3.93-5.14-8.71-9.29-14.38-12.45-4.18-2.34-8.62-4.03-13.31-5-7.23-1.5-14.43-1.33-21.58,.53-4.38,1.14-8.53,2.85-12.42,5.18-4.67,2.8-8.75,6.27-12.26,10.46-2.94,3.49-5.32,7.31-7.17,11.47-2.01,4.49-3.31,9.17-3.85,14.06-.22,1.93-.29,3.86-.43,5.89'/%3E%3C/svg%3E") !important;
  background-position: center right -10% !important;
}
@media screen and (max-width: 1080px) {
  .course_search:before {
    background-position: center right -20% !important;
  }
}
@media screen and (max-width: 991px) {
  .course_search:before {
    background-position: center center !important;
  }
}
@media screen and (max-width: 991px) {
  .course_search:after {
    background-color: transparent;
  }
}
.course_search.search_two {
  background-color: var(--brand-two);
  color: var(--white);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--brand-two)), color-stop(80%, #207b6d));
  background-image: -o-linear-gradient(left, var(--brand-two) 0%, #207b6d 80%);
  background-image: linear-gradient(to right, var(--brand-two) 0%, #207b6d 80%);
}
.course_search.search_two .sub {
  color: var(--white);
}
.course_search.search_two #search_icon {
  fill: var(--white);
}
@media screen and (max-width: 991px) {
  .course_search.search_two:after {
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .course_search.search_two:before {
    background-image: url(img/worsley-ring-faded.svg) !important;
  }
}
.course_search.search_two .search_container {
  border: 4px solid var(--white);
  background-color: var(--brand-two);
}
.course_search.search_two .search_container:has(input:focus-visible) {
  border-color: var(--white);
}
.course_search.search_two .search_container button {
  background-color: var(--brand-one);
  color: var(--white);
  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");
}
.course_search.search_two .search_container button:hover {
  background-color: var(--brand-one);
  color: var(--white);
  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");
}
.course_search.search_two #search_icon {
  fill: var(--white);
}
.course_search.search_two .all_courses a {
  color: var(--white);
}
.course_search.search_one, .course_search.search_three, .course_search.search_four {
  background-color: var(--brand-one);
  color: var(--white);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--brand-one)), color-stop(80%, #207B6D));
  background-image: -o-linear-gradient(left, var(--brand-one) 0%, #207B6D 80%);
  background-image: linear-gradient(to right, var(--brand-one) 0%, #207B6D 80%);
}
@media screen and (max-width: 991px) {
  .course_search.search_one:before, .course_search.search_three:before, .course_search.search_four:before {
    background-image: url(img/worsley-ring-faded.svg) !important;
  }
}
.course_search.search_one .sub, .course_search.search_three .sub, .course_search.search_four .sub {
  color: var(--brand-two);
}
.course_search.search_one #search_icon, .course_search.search_three #search_icon, .course_search.search_four #search_icon {
  fill: var(--white);
}
.course_search.search_one .search_container, .course_search.search_three .search_container, .course_search.search_four .search_container {
  border: 4px solid var(--white);
  background-color: var(--brand-one);
}
.course_search.search_one .search_container:has(input:focus-visible), .course_search.search_three .search_container:has(input:focus-visible), .course_search.search_four .search_container:has(input:focus-visible) {
  border-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);
  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");
}
.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);
  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");
}
.course_search .search_container {
  border: 4px solid var(--brand-one);
  background-color: var(--brand-two);
}
.course_search .search_container:has(input:focus-visible) {
  border-color: var(--white);
}
.course_search input[type=search] {
  color: var(--white);
}
.course_search ::-webkit-search-cancel-button {
  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");
  color: white;
}
.course_search ::-webkit-input-placeholder {
  color: var(--white);
}
.course_search ::-moz-placeholder {
  color: var(--white);
}
.course_search ::-ms-placeholder {
  color: var(--white);
}
.course_search ::-moz-placeholder {
  color: var(--white);
}
.course_search ::placeholder {
  color: var(--white);
}
.course_search button {
  background-color: var(--brand-one);
  color: var(--white);
  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");
}
.course_search button:hover {
  background-color: var(--brand-one);
  color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23269E98'%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");
}
.course_search .all_courses a {
  color: var(--brand-two);
}
@media screen and (max-width: 991px) {
  .course_search #banner-image {
    background-image: none !important;
  }
}

.intro_block .pre, .intro_block .sub {
  color: var(--brand-one);
}
.intro_block ul {
  padding-left: 1em;
}
.intro_block ul li {
  margin: 0.5em auto;
}
.intro_block .image_border {
  background-image: url(img/lines.svg);
}
.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_one::after, .intro_block .image_border.border_three::after, .intro_block .image_border.border_four::after {
  background-image: -o-radial-gradient(at bottom right, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
  background-image: radial-gradient(at bottom right, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
}
.intro_block .image_border.border_two {
  background-color: var(--brand-two);
}
.intro_block .image_border.border_two::after {
  background-image: -o-radial-gradient(at bottom right, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
  background-image: radial-gradient(at bottom right, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .image_border {
    background-image: url(img/lines-left.svg);
  }
}
.intro_block.d-left .image_border.border_one::after, .intro_block.d-left .image_border.border_three::after, .intro_block.d-left .image_border.border_four::after {
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
}
@media screen and (max-width: 991px) {
  .intro_block.d-left .image_border.border_one::after, .intro_block.d-left .image_border.border_three::after, .intro_block.d-left .image_border.border_four::after {
    background-image: -o-radial-gradient(at bottom right, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
    background-image: radial-gradient(at bottom right, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
  }
}
.intro_block.d-left .image_border.border_two::after {
  background-image: -o-radial-gradient(at bottom right, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
  background-image: radial-gradient(at bottom right, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .image_border.border_two::after {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
  }
}

.why_choose {
  background-position: left -25% center;
  background-size: 50%, 100%;
}
@media screen and (max-width: 991px) {
  .why_choose {
    background-position: center top;
    background-size: contain;
  }
}
.why_choose.choose-one, .why_choose.choose-three, .why_choose.choose-four {
  background-color: var(--brand-one);
  background-image: url(img/worsley-ring-faded.svg);
  background-image: url(img/worsley-ring-faded.svg), -webkit-gradient(linear, left top, right top, from(var(--brand-one)), color-stop(80%, #207b6d));
  background-image: url(img/worsley-ring-faded.svg), -o-linear-gradient(left, var(--brand-one) 0%, #207b6d 80%);
  background-image: url(img/worsley-ring-faded.svg), linear-gradient(to right, var(--brand-one) 0%, #207b6d 80%);
}
.why_choose.choose-one .card img, .why_choose.choose-three .card img, .why_choose.choose-four .card img {
  border-color: var(--brand-one);
}
.why_choose.choose-one .why-footer .choose-button, .why_choose.choose-three .why-footer .choose-button, .why_choose.choose-four .why-footer .choose-button {
  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);
}
.why_choose.choose-one .why-footer .choose-button:hover, .why_choose.choose-three .why-footer .choose-button:hover, .why_choose.choose-four .why-footer .choose-button: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);
}
.why_choose.choose-two {
  background-color: var(--brand-two);
  background-image: url(img/worsley-ring-faded.svg);
  background-image: url(img/worsley-ring-faded.svg), -webkit-gradient(linear, left top, right top, from(var(--brand-two)), color-stop(80%, #207b6d));
  background-image: url(img/worsley-ring-faded.svg), -o-linear-gradient(left, var(--brand-two) 0%, #207b6d 80%);
  background-image: url(img/worsley-ring-faded.svg), linear-gradient(to right, var(--brand-two) 0%, #207b6d 80%);
}
.why_choose.choose-two .card img {
  border-color: var(--brand-two);
}
.why_choose.choose-two .why-footer .choose-button {
  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);
}
.why_choose.choose-two .why-footer .choose-button: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);
}
.why_choose .why_choose-intro * {
  color: var(--white);
}
.why_choose .card {
  background-color: var(--white);
}
.why_choose .card .card-heading {
  color: var(--brand-one);
}
.why_choose .choose-button {
  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);
}
.why_choose .choose-button:hover {
  background-color: var(--brand-two);
  color: var(--white);
}

.icon-block.icon-one, .icon-block.icon-three, .icon-block.icon-four {
  background-color: var(--brand-one);
}
.icon-block.icon-one *, .icon-block.icon-three *, .icon-block.icon-four * {
  color: var(--white);
}
.icon-block.icon-one .icon-button, .icon-block.icon-three .icon-button, .icon-block.icon-four .icon-button {
  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='%23269E98'%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);
}
.icon-block.icon-one .icon-button:hover, .icon-block.icon-three .icon-button:hover, .icon-block.icon-four .icon-button: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='%23269E98'%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);
}
.icon-block.icon-two {
  background-color: var(--brand-two);
}
.icon-block.icon-two * {
  color: var(--white);
}
.icon-block.icon-two .icon-button {
  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='%232D2D2E'%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);
}
.icon-block.icon-two .icon-button: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='%232D2D2E'%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);
}
.icon-block .icon-button {
  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);
}
.icon-block .icon-button:hover {
  background-color: var(--brand-two);
  color: var(--white);
}

.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-one);
}
.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-one, .guide-block.guide-three, .guide-block.guide-four {
  background-color: var(--brand-one);
}
.guide-block.guide-one *, .guide-block.guide-three *, .guide-block.guide-four * {
  color: var(--white);
}
.guide-block.guide-one .sub, .guide-block.guide-three .sub, .guide-block.guide-four .sub {
  color: var(--brand-two);
}
.guide-block.guide-one a, .guide-block.guide-three a, .guide-block.guide-four a {
  color: var(--brand-two);
}
.guide-block.guide-one a:hover, .guide-block.guide-three a:hover, .guide-block.guide-four a:hover {
  color: var(--brand-two);
}
.guide-block.guide-one .guide-button, .guide-block.guide-three .guide-button, .guide-block.guide-four .guide-button {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23269E98' 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, .guide-block.guide-three .guide-button:hover, .guide-block.guide-four .guide-button:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23269E98' 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-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(--brand-one);
}
.guide-block.guide-two a:hover {
  color: var(--brand-one);
}
.guide-block.guide-two .guide-button {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg fill='%232D2D2E' 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-two);
}
.guide-block.guide-two .guide-button:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg fill='%232D2D2E' 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-two);
}

.links-block {
  background-image: none;
}
.links-block.links-one, .links-block.links-three, .links-block.links-four {
  background-color: var(--brand-one);
  background-image: none;
}
.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, .links-block.links-three h1, .links-block.links-three h2, .links-block.links-three h3, .links-block.links-three h4, .links-block.links-three h5, .links-block.links-three h6, .links-block.links-four h1, .links-block.links-four h2, .links-block.links-four h3, .links-block.links-four h4, .links-block.links-four h5, .links-block.links-four h6 {
  color: var(--brand-two);
}
.links-block.links-one p, .links-block.links-three p, .links-block.links-four p {
  color: var(--white);
}
.links-block.links-one .link-block a.link-image, .links-block.links-three .link-block a.link-image, .links-block.links-four .link-block a.link-image {
  border-color: var(--brand-two);
}
.links-block.links-one .link-block a.link-image:hover, .links-block.links-three .link-block a.link-image:hover, .links-block.links-four .link-block a.link-image:hover {
  border-color: var(--white);
}
.links-block.links-one .link-heading, .links-block.links-three .link-heading, .links-block.links-four .link-heading {
  color: var(--white);
}
.links-block.links-one .link-text, .links-block.links-three .link-text, .links-block.links-four .link-text {
  color: var(--white);
}
.links-block.links-one .link-url a, .links-block.links-three .link-url a, .links-block.links-four .link-url a {
  color: var(--brand-two);
}
.links-block.links-one .link-url a:hover, .links-block.links-three .link-url a:hover, .links-block.links-four .link-url a:hover {
  color: var(--white);
}
.links-block.links-two {
  background-color: var(--brand-two);
  background-image: none;
}
.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(--brand-one);
}
.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(--brand-one);
}
.links-block.links-two .link-url a:hover {
  color: var(--white);
}

.test-card {
  padding: 4rem 4rem 6rem;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 991px) {
  .test-card {
    padding: 2rem 2rem 4rem;
  }
}
.test-card .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .test-card .inner {
    max-width: 95%;
  }
}
.test-card-inner {
  background-color: var(--white);
  max-width: 600px;
  margin: 0;
  overflow: hidden;
  padding: 2rem;
  border-top: 10px solid var(--brand-one);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (max-width: 991px) {
  .test-card-inner {
    max-width: 100%;
  }
}
.test-card .pre {
  font-style: italic;
  margin: 0 auto;
  color: var(--brand-one);
}
.test-card .test-heading {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin: 0 auto;
  color: var(--brand-two);
}
@media screen and (max-width: 767px) {
  .test-card .test-heading {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.test-card .sub {
  font-size: 1.2rem;
  margin: 0.5rem auto 0;
  font-weight: 700;
  color: var(--brand-two);
}
.test-card p {
  line-height: 1.5rem;
  color: var(--light-grey);
  margin-top: 0.5rem;
}

.glide-t .glide__bullet {
  border-radius: 0;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .glide-t .glide__bullet {
    width: 50px;
  }
}

.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-two);
}
.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-white .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:%23269E98;' /%3E%3C/svg%3E");
}
.contact-info.contact-one, .contact-info.contact-three, .contact-info.contact-four {
  background-color: var(--brand-one);
}
.contact-info.contact-one svg, .contact-info.contact-three svg, .contact-info.contact-four svg {
  fill: var(--brand-two);
}
.contact-info.contact-one a:not(.btn), .contact-info.contact-three a:not(.btn), .contact-info.contact-four a:not(.btn) {
  color: var(--brand-two);
}
.contact-info.contact-one a:not(.btn):hover, .contact-info.contact-three a:not(.btn):hover, .contact-info.contact-four a:not(.btn):hover {
  color: var(--white);
}
.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, .contact-info.contact-three h1, .contact-info.contact-three h2, .contact-info.contact-three h3, .contact-info.contact-three h4, .contact-info.contact-three h5, .contact-info.contact-three h6, .contact-info.contact-three p, .contact-info.contact-four h1, .contact-info.contact-four h2, .contact-info.contact-four h3, .contact-info.contact-four h4, .contact-info.contact-four h5, .contact-info.contact-four h6, .contact-info.contact-four p {
  color: var(--white);
}
.contact-info.contact-one .contact-intro a,
.contact-info.contact-one .contact-outro a, .contact-info.contact-three .contact-intro a,
.contact-info.contact-three .contact-outro a, .contact-info.contact-four .contact-intro a,
.contact-info.contact-four .contact-outro a {
  color: var(--brand-two);
}
.contact-info.contact-one .contact-intro a:hover,
.contact-info.contact-one .contact-outro a:hover, .contact-info.contact-three .contact-intro a:hover,
.contact-info.contact-three .contact-outro a:hover, .contact-info.contact-four .contact-intro a:hover,
.contact-info.contact-four .contact-outro a:hover {
  color: var(--brand-two);
}
.contact-info.contact-one a.btn, .contact-info.contact-three a.btn, .contact-info.contact-four a.btn {
  background-color: var(--brand-two);
  color: var(--white);
}
.contact-info.contact-one a.btn:hover, .contact-info.contact-three a.btn:hover, .contact-info.contact-four a.btn:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
.contact-info.contact-one .line, .contact-info.contact-three .line, .contact-info.contact-four .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);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23269E98'%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");
}
.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:%23269E98;' /%3E%3C/svg%3E");
}
.contact-info .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:%23269E98;' /%3E%3C/svg%3E");
}

.contact-overlay.box-one .box-content, .contact-overlay.box-three .box-content, .contact-overlay.box-four .box-content {
  background-color: var(--brand-one);
  border-color: var(--brand-two);
  color: var(--white);
}
.contact-overlay.box-one svg, .contact-overlay.box-three svg, .contact-overlay.box-four svg {
  fill: var(--brand-two) !important;
}
.contact-overlay.box-one a:not(.btn), .contact-overlay.box-three a:not(.btn), .contact-overlay.box-four a:not(.btn) {
  color: var(--white);
}
.contact-overlay.box-one a:not(.btn):hover, .contact-overlay.box-three a:not(.btn):hover, .contact-overlay.box-four a:not(.btn):hover {
  color: var(--white);
}
.contact-overlay.box-two .box-content {
  background-color: var(--brand-two);
  border-color: var(--brand-one);
  color: var(--white);
}
.contact-overlay.box-two svg {
  fill: var(--brand-one) !important;
}
.contact-overlay.box-two a:not(.btn) {
  color: var(--white);
}
.contact-overlay.box-two a:not(.btn):hover {
  color: var(--white);
}

.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(--brand-one);
}
.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);
}

.content-overlay.box-one .box-content {
  background-color: var(--brand-one);
  border-color: var(--brand-two);
  color: var(--brand-two);
}
.content-overlay.box-one .box-content span {
  color: var(--white);
}
.content-overlay.box-one .box-content .bus-item-message,
.content-overlay.box-one .box-content .bus-or {
  color: var(--white);
}
.content-overlay.box-one .box-content i, .content-overlay.box-one .box-content em {
  color: var(--brand-two);
}
.content-overlay.box-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);
}
.content-overlay.box-one .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='%232d2d2e'%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);
}
.content-overlay.box-two .box-content {
  background-color: var(--brand-two);
  border-color: var(--brand-one);
  color: var(--brand-one);
}
.content-overlay.box-two .box-content span {
  color: var(--white);
}
.content-overlay.box-two .box-content .bus-item-message,
.content-overlay.box-two .box-content .bus-or {
  color: var(--white);
}
.content-overlay.box-two i, .content-overlay.box-two em {
  color: var(--brand-one);
}
.content-overlay.box-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);
}
.content-overlay.box-two .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='%23988011'%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);
}
.content-overlay .item-text {
  color: var(--white);
}

.service-areas {
  background-image: none;
}
.service-areas.service-one, .service-areas.service-three, .service-areas.service-four {
  background-color: var(--brand-one);
  color: var(--white);
}
.service-areas.service-one .service-heading, .service-areas.service-three .service-heading, .service-areas.service-four .service-heading {
  background-color: var(--brand-two);
}
.service-areas.service-one .line, .service-areas.service-three .line, .service-areas.service-four .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");
}
.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:%23269E98;' /%3E%3C/svg%3E");
}
.service-areas .service-heading {
  color: var(--white);
}

.map-cta.map-one, .map-cta.map-three, .map-cta.map-four {
  background-color: var(--brand-one);
  color: var(--white);
}
.map-cta.map-one .heading, .map-cta.map-three .heading, .map-cta.map-four .heading {
  color: var(--brand-two);
}
.map-cta.map-one .right, .map-cta.map-three .right, .map-cta.map-four .right {
  border-color: var(--brand-two);
}
.map-cta.map-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.map-cta.map-two .heading {
  color: var(--brand-one);
}
.map-cta.map-two .right {
  border-color: var(--brand-one);
}
.map-cta.map-white {
  background-color: var(--white);
}
.map-cta.map-white .heading {
  color: var(--brand-one);
}
.map-cta.map-white .right {
  border-color: var(--brand-one);
}

.contact-form {
  padding: 4rem 0;
  position: relative;
  background-image: none;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom left -50%;
}
@media screen and (max-width: 991px) {
  .contact-form {
    background-image: none;
  }
}
.contact-form.cf-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.contact-form.cf-one .wpcf7-form-control.wpcf7-submit {
  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);
}
.contact-form.cf-one .wpcf7-form-control.wpcf7-submit: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='%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");
  color: var(--brand-two);
}
.contact-form.cf-one .wpcf7-spinner {
  background-color: var(--brand-two);
  opacity: 1;
}
.contact-form.cf-one .wpcf7-spinner:before {
  background-color: var(--white);
}
.contact-form.cf-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.contact-form.cf-two .wpcf7-form-control.wpcf7-submit {
  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);
}
.contact-form.cf-two .wpcf7-form-control.wpcf7-submit: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='%23988011'%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);
}
.contact-form.cf-two .wpcf7-spinner {
  background-color: var(--brand-one);
  opacity: 1;
}
.contact-form.cf-two .wpcf7-spinner:before {
  background-color: var(--white);
}
.contact-form.cf-white {
  background-color: var(--white);
  background-image: none;
}
@media screen and (max-width: 991px) {
  .contact-form.cf-white {
    background-image: none;
  }
}
.contact-form.cf-white .wpcf7-spinner {
  background-color: var(--brand-two);
  opacity: 1;
}
.contact-form.cf-white .wpcf7-spinner:before {
  background-color: var(--white);
}

.facilities {
  position: relative;
  padding: 4rem 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom right -50%;
}
@media screen and (max-width: 991px) {
  .facilities {
    background-image: none;
    padding: 2rem 0;
  }
}
.facilities .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.facilities.f-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.facilities.f-one a.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);
}
.facilities.f-one a.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='%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");
  color: var(--brand-two);
}
.facilities.f-one ul::before, .facilities.f-one ol::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .facilities.f-one ul::before, .facilities.f-one ol::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 60%, transparent 70%);
  }
}
.facilities.f-one li {
  color: var(--brand-one);
  font-style: italic;
  background-color: var(--white);
}
.facilities.f-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.facilities.f-two 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");
  color: var(--white);
}
.facilities.f-two a.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='%23988011'%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);
}
.facilities.f-two ul::before, .facilities.f-two ol::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .facilities.f-two ul::before, .facilities.f-two ol::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 60%, transparent 70%);
  }
}
.facilities.f-two li {
  color: var(--brand-two);
  font-style: italic;
  background-color: var(--white);
}
.facilities.f-white {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(0,0,0,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .facilities.f-white {
    background-image: none;
  }
}
.facilities.f-white ul, .facilities.f-white ol {
  background-image: url(img/lines-left-gold.svg);
}
.facilities.f-white ul::before, .facilities.f-white ol::before {
  background-image: -o-radial-gradient(at bottom left, var(--white) 0%, var(--white) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--white) 0%, var(--white) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .facilities.f-white ul::before, .facilities.f-white ol::before {
    background-image: -o-radial-gradient(at bottom left, var(--white) 0%, var(--white) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--white) 0%, var(--white) 60%, transparent 70%);
  }
}
.facilities.f-white li {
  color: var(--white);
  font-style: italic;
  background-color: var(--brand-one);
}
.facilities .f-content {
  padding: 0 1rem;
  text-align: center;
}
.facilities ul, .facilities ol {
  padding: 1rem;
  list-style-type: none;
  background-image: url(img/lines-left.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
  margin: 2rem auto;
}
@media screen and (max-width: 991px) {
  .facilities ul, .facilities ol {
    padding: 0.5rem;
  }
}
.facilities ul::before, .facilities ol::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.facilities li {
  padding: 1rem;
  margin: 0 auto 0.5rem;
  box-shadow: 0.5em 0.5em 0.5em 0.1em rgba(0, 0, 0, 0.15);
  position: relative;
}
.facilities li:last-of-type {
  margin-bottom: 0;
}
.facilities h1, .facilities h2, .facilities h3, .facilities h4, .facilities h5, .facilities h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .facilities h1, .facilities h2, .facilities h3, .facilities h4, .facilities h5, .facilities h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.facilities p {
  line-height: 1.5em;
}
.facilities 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 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
}
.facilities a.btn:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}

.related-courses {
  position: relative;
  padding: 4rem 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom right -50%;
}
@media screen and (max-width: 991px) {
  .related-courses {
    background-image: none;
    padding: 2rem 0;
  }
}
.related-courses .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.related-courses.rc-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.related-courses.rc-one ul::before, .related-courses.rc-one ol::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .related-courses.rc-one ul::before, .related-courses.rc-one ol::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 60%, transparent 70%);
  }
}
.related-courses.rc-one li {
  font-style: italic;
  background-color: var(--white);
}
.related-courses.rc-one li a {
  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='%23988011'%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");
}
.related-courses.rc-one li a:hover {
  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");
  color: var(--brand-two);
}
.related-courses.rc-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.related-courses.rc-two ul::before, .related-courses.rc-two ol::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .related-courses.rc-two ul::before, .related-courses.rc-two ol::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 60%, transparent 70%);
  }
}
.related-courses.rc-two li {
  font-style: italic;
  background-color: var(--white);
}
.related-courses.rc-two li a {
  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");
  color: var(--brand-two);
}
.related-courses.rc-two li a:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%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);
}
.related-courses .rc-content {
  padding: 0 1rem;
  text-align: center;
}
.related-courses ul, .related-courses ol {
  padding: 1rem;
  list-style-type: none;
  background-image: url(img/lines-left.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .related-courses ul, .related-courses ol {
    padding: 0.5rem;
  }
}
.related-courses ul::before, .related-courses ol::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.related-courses li {
  margin: 0 auto 1.5%;
  box-shadow: 0.5em 0.5em 0.5em 0.1em rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  flex: 0 0 49%;
}
.related-courses li:nth-child(odd) {
  margin-right: 1%;
}
@media screen and (max-width: 991px) {
  .related-courses li:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .related-courses li {
    flex: 0 0 100%;
  }
}
.related-courses li a {
  padding: 1rem;
  display: block;
  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 95%;
  background-repeat: no-repeat;
  color: var(--brand-one);
  text-decoration: none;
  font-weight: 700;
  transition: background-position 0.2s ease;
}
.related-courses li a:hover {
  background-position: center left 97%;
  color: var(--brand-two);
}
.related-courses h1, .related-courses h2, .related-courses h3, .related-courses h4, .related-courses h5, .related-courses h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .related-courses h1, .related-courses h2, .related-courses h3, .related-courses h4, .related-courses h5, .related-courses h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.related-courses p {
  line-height: 1.5em;
}

.cat-cards {
  background-image: url(img/lines-fade.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.cat-cards.cc-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.cat-cards.cc-one .card-heading {
  color: var(--brand-one);
}
.cat-cards.cc-one .card img {
  border-color: var(--brand-three) !important;
}
.cat-cards.cc-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.cat-cards.cc-two .card-heading {
  color: var(--brand-two);
}
.cat-cards.cc-two .card img {
  border-color: var(--brand-one) !important;
}
.cat-cards.cc-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);
}
.cat-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);
}
.cat-cards.cc-three {
  background-color: var(--brand-three);
  color: #1c1c1c;
}
.cat-cards.cc-three .card-heading {
  color: var(--brand-two);
}
.cat-cards.cc-three .card img {
  border-color: var(--brand-one) !important;
}
.cat-cards.cc-three .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);
}
.cat-cards.cc-three .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);
}
.cat-cards.cc-four {
  background-color: var(--brand-four);
  color: #1c1c1c;
}
.cat-cards.cc-four .card-heading {
  color: var(--brand-two);
}
.cat-cards.cc-four .card img {
  border-color: var(--brand-two) !important;
}
.cat-cards.cc-four .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);
}
.cat-cards.cc-four .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);
}
.cat-cards .card-cont.quad .card {
  background-color: var(--white);
  color: var(--black);
}
.cat-cards .card-cont .card {
  background-color: var(--white);
  color: var(--black);
}

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

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

.how-to-apply {
  position: relative;
  padding: 4rem 0;
  background-position: left -25% center;
  background-size: 50%, 100%;
}
@media screen and (max-width: 991px) {
  .how-to-apply {
    background-position: center top;
    background-size: contain;
    padding: 2rem 0;
  }
}
.how-to-apply.hta-one, .how-to-apply.hta-three, .how-to-apply.hta-four {
  background-color: var(--brand-one);
  background-image: url(img/worsley-ring-faded.svg);
}
.how-to-apply.hta-one .contact-intro,
.how-to-apply.hta-one .contact-outro, .how-to-apply.hta-three .contact-intro,
.how-to-apply.hta-three .contact-outro, .how-to-apply.hta-four .contact-intro,
.how-to-apply.hta-four .contact-outro {
  color: var(--white);
}
.how-to-apply.hta-one .contact-intro a,
.how-to-apply.hta-one .contact-outro a, .how-to-apply.hta-three .contact-intro a,
.how-to-apply.hta-three .contact-outro a, .how-to-apply.hta-four .contact-intro a,
.how-to-apply.hta-four .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, .how-to-apply.hta-three .contact-intro a:hover,
.how-to-apply.hta-three .contact-outro a:hover, .how-to-apply.hta-four .contact-intro a:hover,
.how-to-apply.hta-four .contact-outro a:hover {
  color: var(--brand-two);
}
.how-to-apply.hta-one .line, .how-to-apply.hta-three .line, .how-to-apply.hta-four .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");
}
.how-to-apply.hta-one svg, .how-to-apply.hta-three svg, .how-to-apply.hta-four svg {
  fill: var(--brand-two);
}
.how-to-apply.hta-one a:not(.btn), .how-to-apply.hta-three a:not(.btn), .how-to-apply.hta-four a:not(.btn) {
  color: var(--white);
}
.how-to-apply.hta-one a:not(.btn):hover, .how-to-apply.hta-three a:not(.btn):hover, .how-to-apply.hta-four 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, .how-to-apply.hta-three .hra-intro .btn,
.how-to-apply.hta-three .hta-outro .btn,
.how-to-apply.hta-three .contact-intro .btn,
.how-to-apply.hta-three .contact-outro .btn, .how-to-apply.hta-four .hra-intro .btn,
.how-to-apply.hta-four .hta-outro .btn,
.how-to-apply.hta-four .contact-intro .btn,
.how-to-apply.hta-four .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, .how-to-apply.hta-three .hra-intro .btn:hover,
.how-to-apply.hta-three .hta-outro .btn:hover,
.how-to-apply.hta-three .contact-intro .btn:hover,
.how-to-apply.hta-three .contact-outro .btn:hover, .how-to-apply.hta-four .hra-intro .btn:hover,
.how-to-apply.hta-four .hta-outro .btn:hover,
.how-to-apply.hta-four .contact-intro .btn:hover,
.how-to-apply.hta-four .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='%232D2D2E'%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-one .card-cont .card img, .how-to-apply.hta-three .card-cont .card img, .how-to-apply.hta-four .card-cont .card img {
  border-color: var(--brand-one);
}
.how-to-apply.hta-two {
  background-color: var(--brand-two);
  background-image: url(img/worsley-ring-faded.svg);
}
.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:%23269E98;' /%3E%3C/svg%3E");
}
.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 .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(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23269E98'%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.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='%23269E98'%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.hta-two .card-cont .card img {
  border-color: var(--brand-one);
}
.how-to-apply.hta-two .card-cont .card .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 .card-cont .card .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);
}

.bursary-info.bi-one, .bursary-info.bi-three, .bursary-info.bi-four {
  background-color: var(--brand-one);
  background-image: url(img/lines.svg);
  color: var(--white);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
  position: relative;
}
.bursary-info.bi-one::before, .bursary-info.bi-three::before, .bursary-info.bi-four::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 75%, var(--brand-one) 80%, transparent 100%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 75%, var(--brand-one) 80%, transparent 100%);
}
@media screen and (max-width: 991px) {
  .bursary-info.bi-one::before, .bursary-info.bi-three::before, .bursary-info.bi-four::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-one) 50%, var(--brand-one) 85%, transparent 100%);
    background-image: radial-gradient(at bottom left, var(--brand-one) 50%, var(--brand-one) 85%, transparent 100%);
  }
}
.bursary-info.bi-one .tablepress > :where(thead, tfoot) > * > th, .bursary-info.bi-three .tablepress > :where(thead, tfoot) > * > th, .bursary-info.bi-four .tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--brand-two);
  color: var(--white);
}
.bursary-info.bi-one .tablepress tr, .bursary-info.bi-three .tablepress tr, .bursary-info.bi-four .tablepress tr {
  background-color: var(--white) !important;
  color: var(--brand-two) !important;
}
.bursary-info.bi-one .btn, .bursary-info.bi-three .btn, .bursary-info.bi-four .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);
}
.bursary-info.bi-one .btn:hover, .bursary-info.bi-three .btn:hover, .bursary-info.bi-four .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='%232D2D2E'%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);
}
.bursary-info.bi-one ul, .bursary-info.bi-three ul, .bursary-info.bi-four ul {
  color: var(--brand-two);
}
.bursary-info.bi-two {
  background-color: var(--brand-two);
  color: var(--white);
  background-image: url(img/lines.svg);
}
.bursary-info.bi-two::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-two) 75%, var(--brand-two) 80%, transparent 100%);
  background-image: radial-gradient(at bottom left, var(--brand-two) 75%, var(--brand-two) 80%, transparent 100%);
}
@media screen and (max-width: 991px) {
  .bursary-info.bi-two::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 50%, var(--brand-two) 85%, transparent 100%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 50%, var(--brand-two) 85%, transparent 100%);
  }
}
.bursary-info.bi-two .tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--brand-one);
  color: var(--white);
}
.bursary-info.bi-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);
}
.bursary-info.bi-two .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='%23269E98'%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);
}

.bursary-benefits {
  padding: 4rem 0;
  position: relative;
  background-image: none;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom left -50%;
}
@media screen and (max-width: 991px) {
  .bursary-benefits {
    background-image: none;
    padding: 2rem 0;
  }
}
.bursary-benefits.bb-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.bursary-benefits.bb-two .card img {
  border-color: var(--brand-two);
}
.bursary-benefits.bb-one {
  background-color: var(--brand-one);
  color: var(--white);
  background-image: none;
}
.bursary-benefits.bb-one .card img {
  border-color: var(--brand-one);
}
.bursary-benefits.bb-three {
  background-color: var(--brand-three);
  color: #1c1c1c;
}
.bursary-benefits.bb-three .card img {
  border-color: var(--brand-three);
}
.bursary-benefits.bb-four {
  background-color: var(--brand-four);
  color: #1c1c1c;
}
.bursary-benefits.bb-four .card img {
  border-color: var(--brand-four);
}
.bursary-benefits .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;
}
@media screen and (max-width: 991px) {
  .bursary-benefits .inner {
    flex-wrap: wrap;
  }
}
.bursary-benefits .intro,
.bursary-benefits .outro {
  max-width: 80%;
  flex: 0 0 100%;
  text-align: center;
  margin: 0 auto;
}
.bursary-benefits .intro p,
.bursary-benefits .outro p {
  line-height: 1.5rem;
}
.bursary-benefits .intro h1, .bursary-benefits .intro h2, .bursary-benefits .intro h3, .bursary-benefits .intro h4, .bursary-benefits .intro h5, .bursary-benefits .intro h6,
.bursary-benefits .outro h1,
.bursary-benefits .outro h2,
.bursary-benefits .outro h3,
.bursary-benefits .outro h4,
.bursary-benefits .outro h5,
.bursary-benefits .outro h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.2em;
}
.bursary-benefits .intro h1,
.bursary-benefits .outro h1 {
  font-size: 3rem;
}
.bursary-benefits .intro h2,
.bursary-benefits .outro h2 {
  font-size: 2.5rem;
}
.bursary-benefits .intro h3,
.bursary-benefits .outro h3 {
  font-size: 1.75rem;
}
.bursary-benefits .intro h4,
.bursary-benefits .outro h4 {
  font-size: 1.5rem;
}
.bursary-benefits .intro h5,
.bursary-benefits .outro h5 {
  font-size: 1.25rem;
}
.bursary-benefits .intro h6,
.bursary-benefits .outro h6 {
  font-size: 1rem;
}
.bursary-benefits .card {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin: 0 1%;
}
@media screen and (max-width: 991px) {
  .bursary-benefits .card {
    flex: 0 0 100%;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 991px) {
  .bursary-benefits .card:last-of-type {
    margin-bottom: 0;
  }
}
.bursary-benefits .card-inner {
  padding: 1rem;
}
.bursary-benefits .card strong, .bursary-benefits .card b {
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-one);
  margin-bottom: 0.5em;
  display: inline-block;
}
.bursary-benefits .card .card-text {
  margin: 1rem auto;
}
.bursary-benefits .card img {
  border-bottom: 5px solid;
  width: 100%;
}
.bursary-benefits .card p {
  margin: 0 auto;
}
.bursary-benefits .offset {
  padding: 0 0 0 2rem;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.bursary-benefits .glide-b {
  margin: 1.5rem auto 3rem;
}
.bursary-benefits .glide-b .glide__bullets {
  position: relative;
  bottom: -2rem;
}
.bursary-benefits .glide-b .glide__bullet {
  border-radius: 0;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .bursary-benefits .glide-b .glide__bullet {
    width: 25px;
  }
}

.acad-choices {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .acad-choices {
    padding: 2rem 0;
  }
}
.acad-choices .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) {
  .acad-choices .inner {
    flex-wrap: wrap;
    max-width: 90%;
  }
}
.acad-choices p {
  line-height: 1.5rem;
}
.acad-choices h1, .acad-choices h2, .acad-choices h3, .acad-choices h4, .acad-choices h5, .acad-choices h6 {
  font-weight: 900;
  margin: 2rem auto 0;
  text-transform: uppercase;
  line-height: 1.2em;
}
.acad-choices h1 {
  font-size: 3rem;
}
.acad-choices h2 {
  font-size: 2.5rem;
}
.acad-choices h3 {
  font-size: 1.75rem;
}
.acad-choices h4 {
  font-size: 1.5rem;
}
.acad-choices h5 {
  font-size: 1.25rem;
}
.acad-choices h6 {
  font-size: 1rem;
}
.acad-choices ul {
  padding-left: 1rem;
  margin: 0 auto 1rem;
}
.acad-choices li {
  margin: 0 auto 0.5rem;
}
.acad-choices .tab-content,
.acad-choices .tab-filters {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.acad-choices .tab-content {
  display: none;
}
.acad-choices .tab-filters a {
  margin: 0.5rem;
}
.acad-choices .tab-filters .btn {
  background-color: var(--white);
  background-image: none;
  border: 3px solid var(--brand-one);
  color: var(--brand-one);
  padding: 0.5rem 2rem;
}
.acad-choices .tab-filters .btn:hover {
  background-image: none;
  background-color: var(--brand-one);
  color: var(--white);
}
.acad-choices .tab-filters .btn.active {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--white);
  pointer-events: none;
}
.acad-choices .tab-filters .btn.active:hover {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--white);
}
.acad-choices .tablepress {
  margin-top: 2rem;
}
.acad-choices .tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--brand-two);
  color: var(--white);
}
.acad-choices .tablepress th,
.acad-choices .tablepress td {
  text-align: center;
}
.acad-choices .tablepress td {
  background-color: #f1f2f3;
}
.acad-choices .icons-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23988011' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath class='cls-1' d='M99.52,51.58c.05-.07,.08-.15,.12-.22,.05-.09,.1-.17,.14-.27,.04-.09,.06-.19,.09-.29,.02-.08,.05-.16,.07-.24,.07-.37,.07-.75,0-1.11-.02-.08-.05-.16-.07-.24-.03-.1-.05-.2-.09-.29-.04-.09-.09-.18-.14-.27-.04-.07-.07-.15-.12-.22-.1-.16-.22-.3-.36-.43l-21.14-21.14c-1.11-1.11-2.91-1.11-4.02,0-1.11,1.11-1.11,2.91,0,4.02l16.28,16.28H2.85C1.27,47.15,0,48.43,0,50s1.27,2.85,2.85,2.85H90.29l-16.28,16.28c-1.11,1.11-1.11,2.91,0,4.02,.56,.56,1.28,.83,2.01,.83s1.46-.28,2.01-.83l21.14-21.14c.13-.13,.25-.28,.36-.43Z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg fill='%23988011' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath class='cls-1' d='M99.52,51.58c.05-.07,.08-.15,.12-.22,.05-.09,.1-.17,.14-.27,.04-.09,.06-.19,.09-.29,.02-.08,.05-.16,.07-.24,.07-.37,.07-.75,0-1.11-.02-.08-.05-.16-.07-.24-.03-.1-.05-.2-.09-.29-.04-.09-.09-.18-.14-.27-.04-.07-.07-.15-.12-.22-.1-.16-.22-.3-.36-.43l-21.14-21.14c-1.11-1.11-2.91-1.11-4.02,0-1.11,1.11-1.11,2.91,0,4.02l16.28,16.28H2.85C1.27,47.15,0,48.43,0,50s1.27,2.85,2.85,2.85H90.29l-16.28,16.28c-1.11,1.11-1.11,2.91,0,4.02,.56,.56,1.28,.83,2.01,.83s1.46-.28,2.01-.83l21.14-21.14c.13-.13,.25-.28,.36-.43Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 27% 25%, 72% 25%;
}
@media screen and (max-width: 991px) {
  .acad-choices .icons-cont {
    flex-direction: column;
    align-items: center;
    background-image: none;
  }
}
.acad-choices .icon-col {
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (max-width: 991px) {
  .acad-choices .icon-col {
    flex: 0 0 60%;
    max-width: 60%;
    margin-bottom: 2rem;
  }
}
.acad-choices .icon-col:last-of-type {
  margin-bottom: 0;
}
.acad-choices .icon-col img {
  max-width: 180px;
  margin: 0 auto;
}
.acad-choices .slides-cont {
  position: relative;
  margin-top: 2rem;
}
.acad-choices .glide-ac .glide__bullets {
  bottom: 0;
}
.acad-choices .glide-ac .glide__bullet {
  border-radius: 0;
  width: 50px;
  background-color: #e5e5e5;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .acad-choices .glide-ac .glide__bullet {
    width: 30px;
  }
}
.acad-choices .glide-ac .glide__bullet--active {
  background-color: var(--brand-one);
}
.acad-choices .glide-ac .glide__bullet--active:focus {
  border-color: var(--brand-one);
}
.acad-choices .glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  box-shadow: none;
  top: 35%;
}
.acad-choices .glide__arrows .glide__arrow--left {
  left: -3rem;
}
@media screen and (max-width: 991px) {
  .acad-choices .glide__arrows .glide__arrow--left {
    left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .acad-choices .glide__arrows .glide__arrow--left {
    left: 0rem;
  }
}
.acad-choices .glide__arrows .glide__arrow--right {
  right: -3rem;
}
@media screen and (max-width: 991px) {
  .acad-choices .glide__arrows .glide__arrow--right {
    right: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .acad-choices .glide__arrows .glide__arrow--right {
    right: 0rem;
  }
}
.acad-choices .glide__arrows svg {
  width: 25px;
  fill: var(--brand-one);
}
.acad-choices .glide__slide {
  text-align: center;
}
.acad-choices .glide__slide img {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .acad-choices .glide__slide img {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .acad-choices .glide__slide img {
    max-width: 60%;
  }
}

.term-dates .ac {
  border-top: 3px solid var(--brand-one);
}
.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='%23269E98' 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-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 {
  color: var(--brand-one);
  content: url("data:image/svg+xml,%3Csvg fill='%23269E98' 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-header {
  background-color: transparent;
  border-radius: 0;
  padding: 1rem;
}
.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 .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='%23269E98'%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);
}

.ti-overflow {
  position: relative;
  overflow: visible;
  margin: 0 auto;
}
.ti-overflow .ti-one,
.ti-overflow .ti-three,
.ti-overflow .ti-four {
  background-color: var(--brand-one);
  background-image: url(img/lines.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
  position: relative;
  padding: 0;
}
.ti-overflow .ti-one::before,
.ti-overflow .ti-three::before,
.ti-overflow .ti-four::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 75%, var(--brand-one) 80%, transparent 100%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 75%, var(--brand-one) 80%, transparent 100%);
}
@media screen and (max-width: 1200px) {
  .ti-overflow .ti-one::before,
  .ti-overflow .ti-three::before,
  .ti-overflow .ti-four::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-one) 50%, var(--brand-one) 85%, transparent 100%);
    background-image: radial-gradient(at bottom left, var(--brand-one) 50%, var(--brand-one) 85%, transparent 100%);
  }
}
.ti-overflow .ti-one p,
.ti-overflow .ti-three p,
.ti-overflow .ti-four p {
  color: var(--white);
}
.ti-overflow .ti-one h1, .ti-overflow .ti-one h2, .ti-overflow .ti-one h3, .ti-overflow .ti-one h4, .ti-overflow .ti-one h5, .ti-overflow .ti-one h6,
.ti-overflow .ti-three h1,
.ti-overflow .ti-three h2,
.ti-overflow .ti-three h3,
.ti-overflow .ti-three h4,
.ti-overflow .ti-three h5,
.ti-overflow .ti-three h6,
.ti-overflow .ti-four h1,
.ti-overflow .ti-four h2,
.ti-overflow .ti-four h3,
.ti-overflow .ti-four h4,
.ti-overflow .ti-four h5,
.ti-overflow .ti-four h6 {
  color: var(--brand-two);
}
.ti-overflow .ti-one .btn,
.ti-overflow .ti-three .btn,
.ti-overflow .ti-four .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);
}
.ti-overflow .ti-one .btn:hover,
.ti-overflow .ti-three .btn:hover,
.ti-overflow .ti-four .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='%232D2D2E'%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);
}
.ti-overflow .ti-two {
  background-color: var(--brand-two);
  background-image: url(img/lines.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
  position: relative;
}
.ti-overflow .ti-two::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: -o-radial-gradient(at bottom left, var(--brand-two) 75%, var(--brand-two) 80%, transparent 100%);
  background-image: radial-gradient(at bottom left, var(--brand-two) 75%, var(--brand-two) 80%, transparent 100%);
}
@media screen and (max-width: 1200px) {
  .ti-overflow .ti-two::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 50%, var(--brand-two) 85%, transparent 100%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 50%, var(--brand-two) 85%, transparent 100%);
  }
}
.ti-overflow .ti-two p {
  color: var(--white);
}
.ti-overflow .ti-two h1, .ti-overflow .ti-two h2, .ti-overflow .ti-two h3, .ti-overflow .ti-two h4, .ti-overflow .ti-two h5, .ti-overflow .ti-two h6 {
  color: var(--brand-one);
}
.ti-overflow .ti-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);
}
.ti-overflow .ti-two .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='%23269E98'%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);
}
.ti-overflow.ti-one-third .ti-one .ti-fr,
.ti-overflow.ti-one-third .ti-two .ti-fr,
.ti-overflow.ti-one-third .ti-three .ti-fr,
.ti-overflow.ti-one-third .ti-four .ti-fr {
  background-image: none !important;
}
@media screen and (max-width: 1200px) {
  .ti-overflow .ti-fr {
    padding-top: 2rem;
  }
}

.parent-portal .outro .btn {
  background-color: var(--brand-two);
}
.parent-portal .outro .btn:hover {
  background-color: var(--brand-two);
}
.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='%23269E98'%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);
}
.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 {
  background-color: var(--brand-one);
  color: var(--white);
}
.parent-portal .step-content a {
  color: var(--white);
}
.parent-portal .step-number {
  color: var(--brand-two);
}
.parent-portal .image_border {
  background-image: url(img/lines.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--brand-two);
}
.parent-portal .image_border:after {
  background-image: -o-radial-gradient(at bottom right, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
  background-image: radial-gradient(at bottom right, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
}

.latest-news-section .btn,
.latest-posts .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='%23269E98'%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");
}
.latest-news-section .btn:hover,
.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='%232D2D2E'%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");
}

.article-grid .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='%23269E98'%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");
}
.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='%232D2D2E'%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");
}
.article-grid .post-card .card-image {
  border-bottom: 5px solid var(--brand-one);
}

.card-image {
  background-color: var(--brand-two);
}
.card-image span {
  background-color: var(--brand-one);
  color: var(--white);
}

.bus-listings table thead tr {
  background-color: var(--brand-one);
  color: var(--white);
}
.bus-listings table tr {
  border-top: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  background-color: #f1f2f3;
}
.bus-listings table a.btn-book {
  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);
}
.bus-listings table a.btn-book:hover {
  background-color: var(--brand-one);
  color: var(--white);
}
.bus-listings .footable-toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23007947'%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");
}

#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");
}

.room {
  position: relative;
  padding: 4rem 0;
  background-image: url(img/worsley-ring-faded.svg);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .room {
    background-position: center;
    background-size: 110%;
  }
}

.custom-cards {
  background-image: url(img/worsley-ring-faded.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center left -30%;
}
@media screen and (max-width: 991px) {
  .custom-cards {
    background-image: none;
  }
}

.site_footer {
  background-color: #1c1c1c;
}
.site_footer p.phone svg {
  fill: var(--brand-one);
}
.site_footer p.phone a {
  color: var(--white);
}
.site_footer p.phone a:hover {
  color: var(--brand-one);
}

.social_container a {
  display: inline-block;
  color: var(--brand-one);
}
.social_container a:hover {
  color: var(--white);
}

.copyright a {
  color: var(--white);
}
