/* CSS Document 
Client: John Hampden Primary School
Version: 02/11/2025
Date: 02/09/2025
Author: Geoff Boult
Company: Concept4
Website: www.concept4.com
Type: Inclusive Stylesheet
*/
/*

01: Variables
02: Mixins
03: Boilerplate/Project Color Scheme/Transitions/Normalize
04: Building Blocks
05: Type
06: Header
07: Menu
08: Footer
09: Landing page
10: Internal Page
11: News template
12: Search template
13: Sitemap page
14: Flexbox
15: Filter
16: Course Search

*/
/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #232323;
  height: 100vh;
  font-size: 1em;
  line-height: 1.4;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 62.5%; /* 1em = 10px */
  line-height: 1;
  font-family: "Urbanist", sans-serif;
  background: #fff;
  margin: 0;
  color: #232323;
}

*, *:before, *:after {
  box-sizing: border-box;
}

nav[role=mobileMenu] {
  display: none;
}

a {
  text-decoration: none;
}

p a {
  text-decoration: underline;
  text-decoration-thickness: 0.05rem;
  text-underline-offset: 0.2rem;
}
p a:hover {
  text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Enable Smooth Scrolling.
 */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden,
.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
a.more:hover:after, a:hover span.more:after,
a.more.hover-bg-white:hover,
nav#mainMenu ul.sub-menu li a:hover,
nav#mainMenu ul.sub-menu li a.active,
.skip-nav-link,
#slider #pausePlay button:hover i,
#slider .skip-to-welcome:hover i,
.welcome .welcome-message .line,
.events .line,
.news .line,
.events .event-scroller a,
.events .event-scroller:after,
.events .owl-carousel .owl-nav button.owl-prev:hover,
.events .owl-carousel .owl-nav button.owl-next:hover,
.news .news-scroller a.post,
.news .news-scroller .post.social,
.news .owl-carousel .owl-nav button.owl-prev:hover,
.news .owl-carousel .owl-nav button.owl-next:hover,
.house-points .pointsHolder .point .line,
.house-points .pointsHolder .point .key-word,
a.mobileMenuBTN #navIcon span,
.mm-navbars .mm-navbar a.mm-btn--close:before,
.mm-navbars .mm-navbar a.mm-btn--close:after,
#mainContent #sidebar-region nav li a:hover,
#mainContent #sidebar-region nav li a.active,
#mainContent #sidebar-region nav ul li.has-sub.open > a,
#mainContent #content-area .news-listing a,
#mainContent #content-area .filterList .list .accordion-panel,
body.page.search-results #mainContent #content-area .tab-content .pageListing .page,
#associates #pausePlay-scroller button,
#mainContent #content-area .selectList select {
  background-color: #fff;
}

#slider .caption,
#slider .caption:before {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-yellow,
a.more, span.more,
header#masthead .top-bar nav#headerMenu > ul > li > a,
header#masthead .top-bar nav#headerMenu ul.sub-menu,
.welcome .welcome-thumbnail:after,
.section-1 .flex .column.right,
.section-1 .flex .column.right:after,
.events .event-scroller a .date,
.house-points .pointsHolder .point.lancelot,
#mainContent #content-area .image-wrap.outline:after,
#mainContent #content-area .filterList button.filterBTN,
#mainContent #content-area .selectList button.filterBTN {
  background-color: #FFBF29;
}

.bg-green,
a.more:hover, a:hover > span.more,
body.fixedHeader header#masthead,
nav#mainMenu ul.sub-menu,
#slider .phrase,
#slider .phrase:before,
#slider .nav-button:hover,
#slider .slider-dots button.active,
.welcome .welcome-message,
.section-1 .flex .column.left .line,
.events .parallax-holder .overlay,
.events .event-scroller a:hover .date,
.quick-links .grid .quick-link .title-bg,
.news .parallax-holder .overlay,
.news .news-scroller a:hover .post-content .more,
.house-points .line,
.house-points .pointsHolder .point.gawain,
#siteFooter,
#associates #pausePlay-scroller button:hover,
.innerHeader,
#mainContent #sidebar-region button.sidebarMenu,
#mainContent #sidebar-region button.sidebarMenu:before,
#mainContent #sidebar-region nav,
#mainContent #content-area .flex.link-table a:hover,
#mainContent #content-area .column.bg-yellow a.more:hover,
#mainContent #content-area #accordion .accordion-item button:hover,
#mainContent #content-area #accordion .accordion-item button[aria-expanded=true],
#mainContent #content-area .line,
#mainContent #content-area .news-listing a.post:hover .post-content .more,
#mainContent #content-area .vacancy-listing a.vacancy:hover .post-content .more,
#mainContent #content-area .filterList button.filterBTN:hover,
#mainContent #content-area .selectList button.filterBTN:hover {
  background-color: #006400;
}

.bg-black,
header#masthead .top-bar nav#headerMenu ul.sub-menu li a:hover,
header#masthead .top-bar nav#headerMenu > ul > li > a:hover i,
header#masthead .top-bar nav#headerMenu > ul > li:hover > a i,
header#masthead .top-bar nav#headerMenu li button:focus,
.section-1 .flex .column.right .controls-dock .dots-dock button.active,
.section-1 .flex .column.right .controls-dock button.owl-prev:hover,
.section-1 .flex .column.right .controls-dock button.owl-next:hover,
.house-points .pointsHolder .point.lancelot .line,
#mainContent #content-area .column.bg-green a.more:hover,
#mainContent #content-area .column.bg-yellow a.more {
  background-color: #232323;
}

.house-points .pointsHolder .point.bedivere {
  background-color: #D30E1D;
}

.house-points .pointsHolder .point.galahad {
  background-color: #2B276F;
}

header#masthead .top-bar .socials .searchOpener,
#slider .nav-button,
#slider .slider-dots button,
.section-1 .flex .column.right .controls-dock .dots-dock button,
.section-1 .flex .column.right .controls-dock button.owl-prev,
.section-1 .flex .column.right .controls-dock button.owl-next,
.news .flex .tabs button,
#search button.searchBTN,
#mainContent #content-area #accordion .accordion-item button,
#result-search button.searchBTN,
#mainContent #content-area .filterList .list legend button,
#mainContent #content-area .selectList .list legend button {
  background-color: transparent;
}

a.more:hover, a:hover > span.more,
header#masthead .logoHolder a .logo-text,
nav#mainMenu ul li a,
header#masthead .top-bar,
header#masthead .top-bar .socials a,
header#masthead .top-bar .socials .searchOpener,
header#masthead .top-bar nav#headerMenu ul.sub-menu li a:hover,
header#masthead .top-bar nav#headerMenu > ul > li > a:hover i,
header#masthead .top-bar nav#headerMenu > ul > li:hover > a i,
header#masthead .top-bar nav#headerMenu li button:focus,
nav#mainMenu li button,
#slider a.skip-to,
#slider .phrase,
#slider .nav-button:hover,
#slider #pausePlay button i,
#slider .skip-to-welcome i,
.welcome .welcome-message,
.events .flex .section-title,
.news .flex .section-title,
.events .owl-carousel .owl-nav button:after,
.events .event-scroller a:hover .date,
.quick-links .grid .quick-link .title-text,
.news .flex .tabs button,
.news .news-scroller a:hover .post-content .more,
.news .news-scroller .post.social .post-content .more:hover,
.news .owl-carousel .owl-nav button.owl-prev,
.news .owl-carousel .owl-nav button.owl-next,
.house-points .pointsHolder .point,
#siteFooter,
#siteFooter a,
#search button.close,
#associates #pausePlay-scroller button:hover,
a.mobile-search-opener,
#slider .skip-to-welcome span,
.innerHeader .logoHolder,
#mainContent #sidebar-region button.sidebarMenu,
#mainContent #sidebar-region nav li a,
#mainContent #sidebar-region nav ul li.has-sub .holder:after,
#mainContent .column.bg-green,
#mainContent #content-area .column.bg-green :where(p a, h2, h3, h4, h5),
#mainContent #content-area .column.bg-green a.more:hover,
#mainContent #content-area .flex.link-table a:hover,
#mainContent #content-area .column.bg-yellow a.more,
#mainContent #content-area #accordion .accordion-item button:hover,
#mainContent #content-area #accordion .accordion-item button[aria-expanded=true],
#mainContent #content-area .news-listing a.post:hover .post-content .more,
#mainContent #content-area .vacancy-listing a.vacancy:hover .post-content .more,
#mainContent #content-area .filterList button.filterBTN:hover,
#mainContent #content-area .selectList button.filterBTN:hover {
  color: #fff;
}

a.more:hover:after, a:hover span.more:after,
a.more.hover-txt-green:hover,
nav#mainMenu ul.sub-menu li a:hover,
nav#mainMenu ul.sub-menu li a.active,
#slider .caption .slider-title,
#slider .nav-button,
#slider #pausePlay button:hover i,
#slider .skip-to-welcome:hover i,
.section-1 .flex .column.left h2,
.events .owl-carousel .owl-nav button.owl-prev:hover:after,
.events .owl-carousel .owl-nav button.owl-next:hover:after,
.news .news-scroller a .post-content .title,
.news .news-scroller .post.social .social-info,
.news .owl-carousel .owl-nav button.owl-prev:hover,
.news .owl-carousel .owl-nav button.owl-next:hover,
.news .news-scroller .post.social .excerpt a,
.house-points .flex .section-title,
#search button.searchBTN,
#associates #pausePlay-scroller button,
.house-points .owl-carousel .owl-nav button.owl-prev,
.house-points .owl-carousel .owl-nav button.owl-next,
.mm-searchfield__input .searchButton:before,
#mainContent #sidebar-region nav li a:hover,
#mainContent #sidebar-region nav li a.active,
#mainContent #sidebar-region nav li.open > a,
#mainContent #sidebar-region nav ul li.has-sub a.active .holder:after,
#mainContent #sidebar-region nav ul li.has-sub a:hover .holder:after,
#mainContent #sidebar-region nav ul li.has-sub.open > a .holder:after,
#mainContent .breadcrumb a:hover,
#mainContent .breadcrumb span[aria-current=page],
#mainContent #content-area p a,
#mainContent #content-area h1,
#mainContent #content-area h2,
#mainContent #content-area h3,
#mainContent #content-area h4,
#mainContent #content-area h5,
#mainContent #content-area h6,
#mainContent #content-area .flex.link-table a,
#mainContent #content-area #accordion .accordion-item button,
#mainContent #content-area .share .sectionTitle,
#mainContent #content-area .share a,
#mainContent #content-area .news-listing a .title,
#mainContent #content-area .vacancy-listing a.vacancy .post-content .title,
#mainContent #content-area .sitemap li a,
body.page.search-results #mainContent #content-area .tab-content .pageListing .page .title,
#mainContent .breadcrumb a:after,
#mainContent #content-area .resultInfo span,
#result-search button.searchBTN,
#mainContent #content-area .sitemap li ul li a:hover {
  color: #006400;
}

.section-1 .flex .column.right .controls-dock button.owl-prev:hover,
.section-1 .flex .column.right .controls-dock button.owl-next:hover {
  color: #FFBF29;
}

a.more, span.more,
header#masthead .top-bar nav#headerMenu ul li a,
.skip-nav-link,
.events .event-scroller a,
.news .news-scroller a,
.news .news-scroller .social-post .social-info:hover,
.house-points .pointsHolder .point.lancelot,
.house-points .pointsHolder .point .key-word,
#mainContent .breadcrumb a,
#mainContent #content-area .column.bg-green a.more:hover:after,
#mainContent #content-area .share a:hover,
#mainContent #content-area .news-listing a,
#mainContent #content-area .vacancy-listing a.vacancy,
#mainContent #content-area .sitemap li ul li a,
#result-search button.searchBTN:hover,
#mainContent #content-area .filterList button.filterBTN,
#mainContent #content-area .selectList button.filterBTN,
#mainContent #content-area .filterList .list .accordion-panel a,
#mainContent #content-area .resultInfo h1 span {
  color: #232323;
}

#slider #pausePlay button i,
#slider .skip-to-welcome i,
.events .owl-carousel .owl-nav button.owl-prev,
.events .owl-carousel .owl-nav button.owl-next,
.news .owl-carousel .owl-nav button.owl-prev,
.news .owl-carousel .owl-nav button.owl-next,
#mainContent #content-area .column.bg-yellow a.more:hover:after {
  border-color: #fff;
}

#slider .nav-button,
#slider .slider-dots button,
.house-points .pointsHolder .point.gawain:after,
#mainContent #content-area .flex.link-table a,
#mainContent #content-area #accordion .accordion-item button,
#mainContent #content-area #accordion .accordion-item .accordion-panel {
  border-color: #006400;
}

#associates #pausePlay-scroller button,
.house-points .owl-carousel .owl-nav button {
  border-color: #006400 !important;
}

.house-points .pointsHolder .point.lancelot:after {
  border-color: #FFBF29;
}

.house-points .pointsHolder .point.bedivere:after {
  border-color: #D30E1D;
}

.house-points .pointsHolder .point.galahad:after {
  border-color: #2B276F;
}

header#masthead .top-bar nav#headerMenu > ul > li > a i,
.section-1 .flex .column.right .controls-dock button.owl-prev,
.section-1 .flex .column.right .controls-dock button.owl-next,
.section-1 .flex .column.right .controls-dock .dots-dock button.owl-dot,
#mainContent #content-area .column.bg-green a.more:hover:after {
  border-color: #232323 !important;
}

#slider .skip-to:hover svg path.green-inner,
.house-points .pointsHolder .point .star svg path {
  fill: #fff;
}

#slider .skip-to:hover svg path.white-surround,
#slider .skip-to:hover svg path.letter,
#slider .skip-to:hover svg path.chevron {
  fill: #006400;
}

.house-points .pointsHolder .point.lancelot .star svg path {
  fill: #232323;
}

@media (max-width: 767px) {
  header#masthead {
    background-color: #006400;
  }
}
.events .owl-carousel .owl-nav button.owl-prev:after,
.events .owl-carousel .owl-nav button.owl-next:after,
.news .owl-carousel .owl-nav button.owl-prev:after,
.news .owl-carousel .owl-nav button.owl-next:after,
#mainContent #content-area .share a,
#result-search button.searchBTN {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.events .owl-carousel .owl-nav button.owl-prev,
.events .owl-carousel .owl-nav button.owl-next,
.news .owl-carousel .owl-nav button.owl-prev,
.news .owl-carousel .owl-nav button.owl-next {
  -webkit-transition: background-color, 0.3s ease-in-out;
  -moz-transition: background-color, 0.3s ease-in-out;
  -ms-transition: background-color, 0.3s ease-in-out;
  -o-transition: background-color, 0.3s ease-in-out;
  transition: background-color, 0.3s ease-in-out;
}

header#masthead .top-bar .socials a,
.house-points .pointsHolder .point .overlay,
header#masthead .top-bar .socials .searchOpener,
#search button.close,
#search button.searchBTN,
.translateOpenerDesktop .link {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#slider .skip-to svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

a.more, span.more,
a.more:after, span.more:after,
header#masthead,
header#masthead .container,
nav#mainMenu,
nav#mainMenu ul li a,
header#masthead .logoHolder,
header#masthead .logoHolder a,
header#masthead .logoHolder a img,
header#masthead .logoHolder a .logo-text,
header#masthead .top-bar nav#headerMenu ul.sub-menu li a,
#slider .nav-button,
#slider #pausePlay button i,
#slider .skip-to-welcome i,
.section-1 .flex .column.right .controls-dock button.owl-prev,
.section-1 .flex .column.right .controls-dock button.owl-next,
header#masthead .top-bar,
.events .event-scroller a .date,
.quick-links .grid .quick-link .title-bg,
.quick-links .grid .quick-link .title-text,
.news .news-scroller a figure img,
.news .news-scroller a.post figure:after,
.house-points .pointsHolder .point:after,
.house-points .pointsHolder .point .key-word,
#associates #pausePlay-scroller button,
a.mobileMenuBTN,
header#masthead a.mobile-search-opener,
#slider .skip-to-welcome span,
.house-points .pointsHolder .point .house-logo svg,
#mainContent #sidebar-region nav ul li a,
#mainContent #content-area .flex.link-table a,
#mainContent #content-area #accordion .accordion-item button,
#mainContent #content-area .news-listing a.post figure img,
#mainContent #content-area .news-listing a.post figure:after,
#mainContent #content-area .filterList button.filterBTN,
header#masthead nav#headerMenu ul li.has-submenu > a i,
header#masthead .top-bar nav#headerMenu > ul > li > a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

h2, h3, h4, h5 {
  margin: 5px 0 8px 0;
  padding-top: 0;
  line-height: 1.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 */
  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;
}

#wrapper, .mm-page {
  width: 100%;
  min-height: 100vh;
  height: auto !important;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  top: 0;
  padding: 0;
}

#wrapper {
  overflow: hidden;
}

.container {
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  max-width: 2200px;
}

@media (max-width: 767px) {
  .container.extra {
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 5%;
  }
}
@media (min-width: 1440px) {
  .container.norm {
    width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1699.99px) {
  .container.extra {
    width: 100%;
    padding: 0 50px;
  }
}
@media (min-width: 1700px) {
  .container.extra {
    width: 1700px;
  }
}
.lrg-pt-120 {
  padding-top: 120px;
}

.lrg-pt-110 {
  padding-top: 110px;
}

.lrg-pt-100 {
  padding-top: 100px;
}

.lrg-pt-90 {
  padding-top: 90px;
}

.lrg-pt-80 {
  padding-top: 80px;
}

.lrg-pt-70 {
  padding-top: 70px;
}

.lrg-pt-60 {
  padding-top: 60px;
}

.lrg-pt-50 {
  padding-top: 50px;
}

.lrg-pt-40 {
  padding-top: 40px;
}

.lrg-pt-30 {
  padding-top: 30px;
}

.lrg-pt-20 {
  padding-top: 20px;
}

.lrg-pt-10 {
  padding-top: 10px;
}

.lrg-pb-120 {
  padding-bottom: 120px;
}

.lrg-pb-110 {
  padding-bottom: 110px;
}

.lrg-pb-100 {
  padding-bottom: 100px;
}

.lrg-pb-90 {
  padding-bottom: 90px;
}

.lrg-pb-80 {
  padding-bottom: 80px;
}

.lrg-pb-70 {
  padding-bottom: 70px;
}

.lrg-pb-60 {
  padding-bottom: 60px;
}

.lrg-pb-50 {
  padding-bottom: 50px;
}

.lrg-pb-40 {
  padding-bottom: 40px;
}

.lrg-pb-30 {
  padding-bottom: 30px;
}

.lrg-pb-20 {
  padding-bottom: 20px;
}

.lrg-pb-10 {
  padding-bottom: 10px;
}

.lrg-mt-120 {
  margin-top: 120px;
}

.lrg-mt-110 {
  margin-top: 110px;
}

.lrg-mt-100 {
  margin-top: 100px;
}

.lrg-mt-90 {
  margin-top: 90px;
}

.lrg-mt-80 {
  margin-top: 80px;
}

.lrg-mt-70 {
  margin-top: 70px;
}

.lrg-mt-60 {
  margin-top: 60px;
}

.lrg-mt-50 {
  margin-top: 50px;
}

.lrg-mt-40 {
  margin-top: 40px;
}

.lrg-mt-30 {
  margin-top: 30px;
}

.lrg-mt-20 {
  margin-top: 20px;
}

.lrg-mt-10 {
  margin-top: 10px;
}

.lrg-mb-120 {
  margin-bottom: 120px;
}

.lrg-mb-110 {
  margin-bottom: 110px;
}

.lrg-mb-100 {
  margin-bottom: 100px;
}

.lrg-mb-90 {
  margin-bottom: 90px;
}

.lrg-mb-80 {
  margin-bottom: 80px;
}

.lrg-mb-70 {
  margin-bottom: 70px;
}

.lrg-mb-60 {
  margin-bottom: 60px;
}

.lrg-mb-50 {
  margin-bottom: 50px;
}

.lrg-mb-40 {
  margin-bottom: 40px;
}

.lrg-mb-30 {
  margin-bottom: 30px;
}

.lrg-mb-20 {
  margin-bottom: 20px;
}

.lrg-mb-10 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sml-pt-40 {
    padding-top: 40px;
  }
  .sml-pt-30 {
    padding-top: 30px;
  }
  .sml-pt-20 {
    padding-top: 20px;
  }
  .sml-pt-10 {
    padding-top: 10px;
  }
  .sml-pb-40 {
    padding-bottom: 40px;
  }
  .sml-pb-30 {
    padding-bottom: 30px;
  }
  .sml-pb-20 {
    padding-bottom: 20px;
  }
  .sml-pb-10 {
    padding-bottom: 10px;
  }
  .sml-mt-40 {
    margin-top: 40px;
  }
  .sml-mt-30 {
    margin-top: 30px;
  }
  .sml-mt-20 {
    margin-top: 20px;
  }
  .sml-mt-10 {
    margin-top: 10px;
  }
  .sml-mb-40 {
    margin-bottom: 40px;
  }
  .sml-mb-30 {
    margin-bottom: 30px;
  }
  .sml-mb-20 {
    margin-bottom: 20px;
  }
  .sml-mb-10 {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .md-pt-60 {
    padding-top: 60px;
  }
  .md-pt-50 {
    padding-top: 50px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pb-60 {
    padding-bottom: 60px;
  }
  .md-pb-50 {
    padding-bottom: 50px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-mt-60 {
    margin-top: 60px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-mb-60 {
    margin-bottom: 60px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
}
header#masthead .top-bar nav#headerMenu > ul > li > a i,
a.more:after,
span.more:after,
header#masthead .top-bar nav#headerMenu li button,
#mainContent #sidebar-region nav ul li.has-sub .holder:after {
  font-size: 0.75rem;
}

.b {
  font-size: 0.875rem;
}

body,
nav#mainMenu li button,
.section-1 .flex .column.right .controls-dock button.owl-prev:after,
.section-1 .flex .column.right .controls-dock button.owl-next:after,
#mainContent #content-area .flex.link-table a span,
#mainContent #content-area #accordion .accordion-item button i,
#mainContent #content-area .sitemap li ul li a {
  font-size: 1rem;
}

header#masthead .top-bar .socials .searchOpener,
a.mobile-search-opener,
#mainContent #content-area h6,
#mainContent #content-area .share .sectionTitle,
#result-search input.searchInput {
  font-size: 1.125rem;
}

header#masthead .logoHolder a .logo-text,
header#masthead .top-bar .contact-number,
header#masthead .top-bar .socials a,
.translateOpenerDesktop .link,
#search button.searchBTN,
#search button.close,
.skip-nav-link,
.welcome .welcome-message p,
.section-1 .flex .column.right cite,
.news .news-scroller .post.social .social-info i,
#siteFooter .upper-footer,
.mm-searchfield__input .searchButton:before,
#mainContent #sidebar-region button.sidebarMenu,
#mainContent #content-area h5,
#mainContent #content-area blockquote cite,
#mainContent #content-area .flex.link-table a,
#mainContent #content-area #accordion .accordion-item button,
span.articleDate,
#mainContent #content-area .share a,
#mainContent #content-area .news-listing a .date,
#mainContent #content-area .resultInfo {
  font-size: 1.25rem;
}

nav#mainMenu > ul > li > a,
.events .event-scroller a .info .title,
#result-search button.searchBTN {
  font-size: 1.375rem;
}

#mainContent #content-area h4,
#mainContent #content-area .sitemap li a {
  font-size: 1.5rem;
}

.quick-links .grid .quick-link .title-text {
  font-size: 1.75rem;
}

.section-1 .flex .column.right .testimonial,
.news .news-scroller a .post-content .title,
.house-points .pointsHolder .point .name,
.house-points .pointsHolder .point .key-word,
#siteFooter .upper-footer .title,
#mainContent #content-area h3,
#mainContent #content-area blockquote,
#mainContent #content-area .news-listing a .title,
#mainContent #content-area .vacancy-listing a.vacancy .post-content .title,
body.page.search-results #mainContent #content-area .tab-content .pageListing .page .title {
  font-size: 1.875rem;
}

.events .event-scroller a .date span,
#mainContent #content-area h2 {
  font-size: 2.5rem;
}

.welcome .welcome-message h1,
.section-1 .flex .column.left h2,
.events .flex .section-title,
.news .flex .section-title,
.house-points .flex .section-title,
#mainContent #content-area h1 {
  font-size: 3.125rem;
}

#slider .phrase {
  font-size: 3.75rem;
}

.events .event-scroller a .date,
.house-points .pointsHolder .point .counter {
  font-size: 5rem;
}

#slider .caption .slider-title {
  font-size: 6.25rem;
}

header#masthead .top-bar nav#headerMenu ul.sub-menu li a,
#mainContent #content-area h2,
#mainContent #content-area h3,
#mainContent #content-area .flex.link-table a span,
#mainContent #content-area .sitemap li ul li a {
  font-weight: 400;
}

#mainContent .breadcrumb a:after {
  font-weight: 600;
}

a.more, span.more,
.skip-nav-link,
header#masthead .logoHolder a .logo-text,
nav#mainMenu > ul > li > a,
header#masthead .top-bar .contact-number,
header#masthead .top-bar nav#headerMenu ul > li > a,
.skip-nav-link,
.welcome .welcome-message .headteacher-info,
#slider .phrase,
.section-1 .flex .column.left h2,
.section-1 .flex .column.right .testimonial,
.events .flex .section-title,
.news .flex .section-title,
.events .event-scroller a .info .title,
.quick-links .grid .quick-link .title-text,
.news .news-scroller a .post-content .title,
.news .news-scroller .post.social .social-info,
.house-points .section-title,
.house-points .pointsHolder .point,
.house-points .pointsHolder .point .key-word,
#siteFooter .upper-footer,
#slider .skip-to-welcome span,
.section-1 .flex .column.right cite,
.innerHeader .logoHolder a .logo-text,
#mainContent #sidebar-region button.sidebarMenu,
#mainContent #content-area blockquote,
#mainContent #content-area .flex.link-table a,
#mainContent #content-area #accordion .accordion-item button,
span.articleDate,
#mainContent #content-area p.highlight,
#mainContent #content-area .share .sectionTitle,
#mainContent #content-area .news-listing a,
#mainContent #content-area .vacancy-listing a.vacancy .post-content .title,
#mainContent #content-area .sitemap li a,
body.page.search-results #mainContent #content-area .tab-content .pageListing .page .title,
body.page.search-results #mainContent #content-area .tab-content span,
#mainContent #content-area .filterList .title,
#mainContent #content-area .resultInfo span,
#mainContent #content-area .filterList button.filterBTN,
#mainContent #content-area .selectList button.filterBTN {
  font-weight: 700;
}

#slider .caption .slider-title span,
.events .event-scroller a .date {
  font-weight: 900;
}

@media (max-width: 767px) {
  #slider .nav-button#prevBtn,
  #slider .nav-button#nextBtn,
  #slider #pausePlay button i {
    font-size: 12px;
  }
  header#masthead .logoHolder a .logo-text,
  #siteFooter .upper-footer,
  #mainContent #content-area .flex.link-table a,
  #mainContent #content-area h6,
  #mainContent #content-area .resultInfo,
  #result-search input.searchInput {
    font-size: 1rem;
  }
  #slider .phrase,
  .welcome .welcome-message p,
  #mainContent #content-area h5,
  #mainContent #content-area .news-listing a .date {
    font-size: 1.125rem;
  }
  .quick-links .grid .quick-link .title-text,
  #mainContent #content-area h4,
  #mainContent #content-area .sitemap li a,
  #result-search button.searchBTN {
    font-size: 1.25rem;
  }
  .section-1 .flex .column.right .testimonial,
  .news .news-scroller a .post-content .title,
  #mainContent #content-area h3,
  #mainContent #content-area blockquote {
    font-size: 1.375rem;
  }
  #mainContent #content-area h2 {
    font-size: 1.5rem;
  }
  #slider .caption .slider-title,
  #mainContent #content-area .news-listing a .title,
  #mainContent #content-area .vacancy-listing a .title,
  body.page.search-results #mainContent #content-area .tab-content .pageListing .page .title {
    font-size: 1.625rem;
  }
  .welcome .welcome-message h1, .section-1 .flex .column.left h2, .events .flex .section-title, .news .flex .section-title, .house-points .flex .section-title,
  #mainContent #content-area h1 {
    font-size: 1.875rem;
  }
  .b {
    font-size: 2.188rem;
  }
  .b {
    font-size: 2.5rem;
  }
  .b {
    font-size: 2.813rem;
  }
  .b {
    font-size: 2.938rem;
  }
  .house-points .pointsHolder .point .counter {
    font-size: 3.75rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .b {
    font-size: 1.25rem;
  }
  .b {
    font-size: 1.375rem;
  }
  .section-1 .flex .column.right .testimonial,
  .quick-links .grid .quick-link .title-text,
  .news .news-scroller a .post-content .title,
  #mainContent #content-area .news-listing a .title {
    font-size: 1.563rem;
  }
  #slider .phrase {
    font-size: 1.875rem;
  }
  .b {
    font-size: 2.188rem;
  }
  .b {
    font-size: 2.5rem;
  }
  .welcome .welcome-message h1, .section-1 .flex .column.left h2, .events .flex .section-title, .news .flex .section-title, .house-points .flex .section-title {
    font-size: 2.813rem;
  }
  .house-points .pointsHolder .point .counter {
    font-size: 3.75rem;
  }
  #slider .caption .slider-title {
    font-size: 4.375rem;
  }
  .b {
    font-size: 5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  #siteFooter .upper-footer {
    font-size: 1.125rem;
  }
}
@media (max-width: 1600px) {
  .b {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1600px) {
  .b {
    font-size: 1.375rem;
  }
  .section-1 .flex .column.right .testimonial {
    font-size: 1.563rem;
  }
  .b {
    font-size: 2.188rem;
  }
  #slider .phrase {
    font-size: 2.375rem;
  }
  .b {
    font-size: 3.25rem;
  }
  .b {
    font-size: 3.75rem;
  }
  #slider .caption .slider-title,
  .house-points .pointsHolder .point .counter {
    font-size: 4.375rem;
  }
}
@media all and (min-width: 1300px) and (max-width: 1800px) {
  nav#mainMenu > ul > li > a {
    font-size: 1.063rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1367px) {
  .b {
    font-size: 4.375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1000px) {
  .b {
    font-size: 4.375rem;
  }
}
:root {
  --header_height: 190px; /* Standard height of header */
  --scrolled_header_height: 80px; /* Height of header when scrolled*/
  --header_mobile_height: 90px; /* Height of header for mobiles */
  --logo_width: 277px;
  --logo_height: 180px;
  --laptop_logo_width: 245px;
  --laptop_logo_height: 140px;
  --scrolled_logo_width: 92px;
  --scrolled_logo_height: 117px;
  --mobile_logo_width: 165px;
  --mobile_logo_height: 80px;
  --scrolled_mobile_logo_width: 110px;
  --scrolled_mobile_logo_height: 59px;
}

header#masthead {
  position: fixed;
  height: var(--header_height);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
header#masthead .container {
  height: var(--header_height);
}
header#masthead .logoHolder {
  position: absolute;
  left: 5vw;
  top: 15px;
  z-index: 5000;
}
header#masthead .logoHolder a {
  display: block;
  position: relative;
  z-index: 5;
}
header#masthead .logoHolder a img {
  width: 142px;
  height: 180px;
  margin-left: -10px;
}
header#masthead .logoHolder a .logo-text {
  width: 137px;
  height: 60px;
  top: 50px;
  right: 0;
  position: absolute;
  line-height: 1.4;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
header#masthead .logoHolder a .logo-text span {
  display: block;
}
header#masthead .logoHolder,
header#masthead .logoHolder a {
  width: var(--logo_width);
  height: var(--logo_height);
}
header#masthead .top-bar {
  position: absolute;
  right: 5%;
  top: 20px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}
header#masthead .top-bar .searchOpener {
  border: none;
  appearance: none;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
header#masthead .top-bar .searchOpener i {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
header#masthead .top-bar .searchOpener:hover {
  opacity: 0.5;
}
header#masthead .top-bar .socials {
  display: flex;
  gap: 0 25px;
  align-items: center;
  position: relative;
}
header#masthead .top-bar .socials a:hover {
  opacity: 0.5;
}
header#masthead .top-bar .socials i {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
header#masthead .top-bar .socials .translateOpenerDesktop {
  width: auto;
  height: auto;
  line-height: 1.5;
}
header#masthead .top-bar .socials .translateOpenerDesktop .link {
  cursor: pointer;
}
header#masthead .top-bar .socials .translateOpenerDesktop .link:hover {
  opacity: 0.5;
}
header#masthead .top-bar .contact-number {
  display: inline-block;
}
header#masthead .top-bar .contact-number i {
  margin-right: 5px;
}
header#masthead .top-bar nav#headerMenu {
  display: flex;
}
header#masthead .top-bar nav#headerMenu ul {
  display: flex;
  gap: 0 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header#masthead .top-bar nav#headerMenu ul li {
  position: relative;
}
header#masthead .top-bar nav#headerMenu ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
  border-radius: 0 0 10px 10px;
}
header#masthead .top-bar nav#headerMenu ul.sub-menu li a {
  display: block;
  padding: 10px 15px;
  line-height: 1.3;
}
header#masthead .top-bar nav#headerMenu li button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  appearance: none;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  padding: 0;
  display: none;
  margin-left: 30px;
  line-height: 16px;
}
header#masthead .top-bar nav#headerMenu li button:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
header#masthead .top-bar nav#headerMenu > ul > li > a {
  line-height: 50px;
  display: block;
  padding: 0 15px;
  border-radius: 10px;
}
header#masthead .top-bar nav#headerMenu > ul > li > a i {
  margin-left: 30px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  line-height: 16px;
}
header#masthead .top-bar nav#headerMenu ul li.has-submenu.open > a {
  border-radius: 10px 10px 0 0;
}
header#masthead .top-bar nav#headerMenu ul li.has-submenu.open > a i {
  transform: rotate(180deg);
}
header#masthead .top-bar nav#headerMenu ul li.has-submenu.open > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
header#masthead a.mobile-search-opener {
  position: absolute;
  right: calc(5vw + 48px);
  top: 92px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: none;
}

body.fixedHeader header#masthead {
  height: var(--scrolled_header_height);
}
body.fixedHeader header#masthead .container {
  height: var(--scrolled_header_height);
}
body.fixedHeader header#masthead .logoHolder a .logo-text {
  opacity: 0;
}

.innerHeader {
  height: var(--header_mobile_height);
}
.innerHeader .container {
  height: var(--header_mobile_height);
}
.innerHeader .logoHolder {
  top: 7px;
}
.innerHeader .logoHolder,
.innerHeader .logoHolder a {
  width: var(--mobile_logo_width);
  height: var(--mobile_logo_height);
}
.innerHeader .logoHolder a img {
  width: 61px;
  height: var(--mobile_logo_height);
}
.innerHeader .logoHolder a .logo-text {
  top: 17px;
  width: 110px;
  height: 45px;
}
.innerHeader .top-bar {
  display: none;
}
.innerHeader a.mobile-search-opener {
  right: calc(5vw + 45px);
  top: 31px;
}

@media (max-width: 767px) {
  header#masthead,
  .innerHeader {
    height: var(--header_mobile_height);
  }
  header#masthead .container,
  .innerHeader .container {
    height: var(--header_mobile_height);
    padding: 0 4%;
  }
  header#masthead .logoHolder,
  .innerHeader .logoHolder {
    top: 7px;
    left: 4%;
  }
  header#masthead .logoHolder,
  header#masthead .logoHolder a,
  .innerHeader .logoHolder,
  .innerHeader .logoHolder a {
    width: var(--mobile_logo_width);
    height: var(--mobile_logo_height);
  }
  header#masthead .logoHolder a img,
  .innerHeader .logoHolder a img {
    width: 61px;
    height: var(--mobile_logo_height);
  }
  header#masthead .logoHolder a .logo-text,
  .innerHeader .logoHolder a .logo-text {
    top: 17px;
    width: 110px;
    height: 45px;
  }
  header#masthead .top-bar,
  .innerHeader .top-bar {
    right: calc(4% + 80px);
    top: 31px;
  }
  header#masthead .top-bar button.searchOpener,
  header#masthead .top-bar #search,
  header#masthead .top-bar a.socialLink,
  header#masthead .top-bar nav#headerMenu,
  .innerHeader .top-bar button.searchOpener,
  .innerHeader .top-bar #search,
  .innerHeader .top-bar a.socialLink,
  .innerHeader .top-bar nav#headerMenu {
    display: none;
  }
  header#masthead a.mobile-search-opener,
  .innerHeader a.mobile-search-opener {
    right: calc(4% + 40px);
    top: 31px;
  }
  body.fixedHeader header#masthead {
    height: 60px;
  }
  body.fixedHeader header#masthead a.mobile-search-opener {
    top: 15px;
  }
  body.fixedHeader header#masthead .top-bar {
    top: 15px;
  }
}
@media (max-width: 1023px) {
  header#masthead .top-bar .socials .searchOpener,
  header#masthead .top-bar .socials #search,
  header#masthead .top-bar .socials a.socialLink {
    display: none;
  }
  header#masthead .top-bar .contact-number {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1300px) {
  header#masthead {
    height: 155px;
  }
  header#masthead .logoHolder {
    top: 10px;
  }
  header#masthead .logoHolder,
  header#masthead .logoHolder a {
    width: var(--laptop_logo_width);
    height: var(--laptop_logo_height);
  }
  header#masthead .logoHolder a img {
    width: 110px;
    height: var(--laptop_logo_height);
  }
  header#masthead .logoHolder a .logo-text {
    top: 40px;
  }
}
@media (max-width: 1300px) {
  header#masthead .top-bar .socials .searchOpener {
    display: none;
  }
  header#masthead a.mobile-search-opener {
    display: block;
  }
}
@media all and (min-width: 1300px) and (max-width: 1800px) {
  header#masthead .logoHolder {
    left: 3vw;
  }
  header#masthead .top-bar {
    right: 3vw;
  }
}
@media (min-width: 768px) {
  body.fixedHeader header#masthead {
    -webkit-box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.38);
  }
  body.fixedHeader header#masthead .logoHolder {
    top: 5px;
  }
  body.fixedHeader header#masthead .logoHolder a img {
    width: var(--scrolled_logo_width);
    height: var(--scrolled_logo_height);
  }
  body.fixedHeader header#masthead .logoHolder,
  body.fixedHeader header#masthead .logoHolder a {
    height: var(--scrolled_logo_height);
  }
  body.fixedHeader header#masthead .top-bar {
    top: -60px;
  }
  body.fixedHeader header#masthead a.mobile-search-opener {
    top: 28px;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  header#masthead .top-bar nav#headerMenu ul.sub-menu {
    transition: all 0.4s ease-in-out;
  }
  header#masthead .top-bar nav#headerMenu li.has-submenu:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  header#masthead .top-bar nav#headerMenu > ul > li:hover > a {
    border-radius: 10px 10px 0 0;
  }
  nav#headerMenu > ul > li:hover > a i,
  nav#headerMenu > ul > li > a:hover i {
    transform: rotate(180deg);
  }
}
nav#mainMenu {
  position: absolute;
  top: 70px;
  right: 5%;
  width: 100%;
  z-index: 10;
}
nav#mainMenu ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav#mainMenu ul li {
  position: relative;
}
nav#mainMenu ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 20px;
  width: 300px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
nav#mainMenu ul.sub-menu li a {
  display: block;
  padding: 10px 20px;
  line-height: 1.5;
}
nav#mainMenu ul.sub-menu li:last-child a {
  padding-bottom: 14px;
}
nav#mainMenu li button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 20px;
  bottom: 4px;
  background: transparent;
  appearance: none;
  border: none;
  padding: 0;
  display: none;
}
nav#mainMenu li button:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
nav#mainMenu li:last-child ul.sub-menu,
nav#mainMenu li:nth-last-child(2) ul.sub-menu {
  left: auto;
  right: 0;
}
nav#mainMenu li:nth-last-child(2) ul.sub-menu {
  right: 20px;
}

nav#mainMenu > ul > li > a {
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
nav#mainMenu > ul > li > a:hover, nav#mainMenu > ul > li > a.active {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.6rem;
}

nav#mainMenu > ul > li:last-child > a {
  padding-right: 0;
}

nav#mainMenu > ul ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
nav#mainMenu > ul ul.sub-menu li button:before {
  display: none;
}

nav#mainMenu > ul ul.sub-menu,
nav#mainMenu > ul li.has-submenu.full-width ul:before {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

nav#mainMenu ul li:hover ul,
nav#mainMenu ul li.has-submenu.open ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

nav#mainMenu ul li ul.development-show { /* Add development-show to the ul so it stays open */
  visibility: visible !important;
  opacity: 1 !important;
  top: 100% !important;
}

body.keyboard-navigation nav#mainMenu ul li button {
  display: block;
}
body.keyboard-navigation nav#mainMenu > ul > li.has-submenu > a:after,
body.keyboard-navigation header#masthead .top-bar nav#headerMenu > ul > li > a i {
  display: none;
}
body.keyboard-navigation header#masthead .top-bar nav#headerMenu li button {
  display: inline-block;
}

a.mobileMenuBTN {
  display: none;
  padding: 7px 0;
  outline: none;
  position: absolute;
  right: 5vw;
  width: 30px;
  top: 90px;
  text-align: center;
  z-index: 20;
}
a.mobileMenuBTN #navIcon {
  width: 30px;
  height: 21px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
a.mobileMenuBTN #navIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
}
a.mobileMenuBTN #navIcon span:nth-child(1) {
  top: 0px;
}
a.mobileMenuBTN #navIcon span:nth-child(2) {
  top: 9px;
  opacity: 1;
}
a.mobileMenuBTN #navIcon span:nth-child(3) {
  top: 18px;
}

.mm-navbars--top {
  position: relative;
}

body.mobileMenuInUse a.mobileMenuBTN #navIcon span:nth-child(1) {
  top: 10px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
}
body.mobileMenuInUse a.mobileMenuBTN #navIcon span:nth-child(2) {
  opacity: 0;
}
body.mobileMenuInUse a.mobileMenuBTN #navIcon span:nth-child(3) {
  top: 10px;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
}

.mm-searchfield__input .searchButton {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 45px;
  height: 45px;
  border: none;
  appearance: none;
  padding: 0;
  z-index: 10;
  border-radius: 50%;
}
.mm-searchfield__input .searchButton:before {
  width: 35px;
  height: 35px;
  content: "\f002";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.mm-searchfield__input .searchButton:hover {
  cursor: pointer;
}
.mm-searchfield__input input {
  border: none;
  color: #006400;
}
.mm-searchfield__input input::-webkit-input-placeholder {
  color: #006400;
  opacity: 1;
}
.mm-searchfield__input input:moz-placeholder {
  color: #006400;
  opacity: 1;
}
.mm-searchfield__input input::-moz-placeholder {
  color: #006400;
  opacity: 1;
}
.mm-searchfield__input input:-ms-input-placeholder {
  color: #006400;
  opacity: 1;
}

.innerHeader {
  height: var(--header_mobile_height);
  position: relative;
  z-index: 300;
}
.innerHeader .logoHolder {
  position: absolute;
  left: 5%;
}
.innerHeader .logoHolder a {
  display: block;
}
.innerHeader .logoHolder a img {
  margin-left: -10px;
}
.innerHeader .logoHolder .logo-text {
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  a.mobileMenuBTN {
    top: 29px;
    right: 4%;
  }
  body.fixedHeader a.mobileMenuBTN {
    top: 13px;
  }
}
@media (min-width: 1024px) {
  body.fixedHeader header#masthead nav#mainMenu {
    top: -5px;
  }
  body.fixedHeader header#masthead nav#mainMenu > ul > li > a {
    height: 90px;
  }
  body.fixedHeader header#masthead nav#mainMenu ul ul.sub-menu:before {
    top: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1300px) {
  body.fixedHeader a.mobileMenuBTN {
    top: 25px;
  }
}
@media (max-width: 1300px) {
  nav#mainMenu {
    display: none;
  }
  a.mobileMenuBTN {
    display: inline-block;
  }
}
@media all and (min-width: 1300px) and (max-width: 1800px) {
  nav#mainMenu {
    right: 3vw;
  }
  nav#mainMenu > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer#siteFooter {
  clear: both;
  padding: 50px 0 20px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
footer#siteFooter .flex {
  flex-wrap: wrap;
  line-height: 2;
}
footer#siteFooter .upper-footer .flex {
  gap: 0 30px;
}
footer#siteFooter i {
  margin-right: 8px;
}
footer#siteFooter .lower-footer {
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 0 50px;
}
footer#siteFooter .lower-footer .fLeft,
footer#siteFooter .lower-footer .fRight {
  gap: 0 20px;
}
footer#siteFooter a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.05rem;
  text-underline-offset: 0.2rem;
}

@media (max-width: 767px) {
  footer#siteFooter {
    padding: 25px 0 20px 0;
  }
  footer#siteFooter .upper-footer .address {
    text-align: center;
    max-width: 180px;
  }
  footer#siteFooter .upper-footer .email {
    text-align: center;
    line-height: 1.4;
  }
  footer#siteFooter .lower-footer {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  footer#siteFooter {
    padding: 30px 0 20px 0;
  }
  footer#siteFooter .upper-footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 5px 0;
  }
}
@media (max-width: 1300px) {
  footer#siteFooter .lower-footer {
    gap: 10px 0;
  }
  footer#siteFooter .lower-footer .fLeft, footer#siteFooter .lower-footer .fRight {
    flex: 0 0 100%;
    justify-content: center;
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  footer#siteFooter {
    padding: 30px 0 20px 0;
  }
  footer#siteFooter .upper-footer {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, auto);
    justify-items: center;
    gap: 15px 35px;
  }
  footer#siteFooter .upper-footer .title {
    grid-column: span 3;
  }
}
a.more,
span.more {
  padding: 15px 45px 15px 15px;
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
}
a.more:after,
span.more:after {
  content: "\f054";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  height: 20px;
  width: 20px;
  border-width: 0.088rem;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
}

.skip-nav-link {
  display: block;
  position: fixed;
  left: -1000rem;
  width: 0;
  height: 0;
  overflow: hidden;
  text-decoration: none;
}
.skip-nav-link:focus, .skip-nav-link:focus-visible {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 0.9375rem;
  overflow: visible;
  z-index: 9002;
}

.tabbedContent .tab-content {
  position: absolute;
  width: 100%;
  top: -999rem;
  opacity: 0;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
  -webkit-transition: opacity 0.2s ease, transform 0.2s ease, -webkit-filter 0.2s ease;
  visibility: hidden;
  height: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  will-change: opacity, transform, filter;
}
.tabbedContent .tab-content.current {
  opacity: 1;
  position: relative;
  top: auto;
  visibility: visible;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.multiple-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.center-me {
  display: flex;
  justify-content: center;
}

#slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#slider .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
#slider .slide .container {
  position: relative;
}
#slider .container.extra {
  height: 100vh;
}
#slider .slide.active {
  opacity: 1;
  pointer-events: auto;
}
#slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#slider .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.6) 15%, rgba(255, 255, 255, 0.02) 50%, rgba(35, 35, 35, 0.2) 85%);
}
#slider .slide video,
#slider .slide iframe {
  width: 100%;
  height: 115%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#slider .caption {
  position: absolute;
  height: auto;
  width: auto;
  bottom: 130px;
  left: 50px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  padding: 80px 300px 130px 0;
  z-index: 4;
  width: 1000px;
  border-top-right-radius: 20px;
}
#slider .caption:before {
  content: "";
  position: absolute;
  left: -50vw;
  width: 50vw;
  top: 0;
  height: 100%;
}
#slider .caption .slider-title {
  margin: 0;
  line-height: 1.2;
}
#slider .slider-dots {
  position: absolute;
  left: 950px;
  transform: translateX(-100%);
  bottom: -80px;
  display: flex;
  gap: 8px;
  z-index: 5;
}
#slider .slider-dots button {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border-width: 0.088rem;
  border-style: solid;
  cursor: pointer;
  padding: 5px;
}
#slider .nav-holder {
  width: 1620px;
  height: 75px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: 290px;
}
#slider .nav-button {
  position: absolute;
  left: 925px;
  border-width: 2px;
  border-style: solid;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 200;
}
#slider .nav-button#prevBtn {
  right: 0;
  bottom: 0px;
}
#slider .nav-button#nextBtn {
  right: 0;
  top: 0;
}
#slider #pausePlay {
  position: absolute;
  z-index: 5;
  height: 30px;
  width: 30px;
  right: 100px;
  bottom: 130px;
}
#slider #pausePlay button {
  position: absolute;
  height: 30px;
  width: 30px;
  border: none;
  left: 0;
  top: 0px;
  padding: 0;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}
#slider #pausePlay i {
  height: 30px;
  line-height: 26px;
  width: 30px;
  text-align: center;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  left: 0;
  top: 0;
}
#slider .skip-to {
  position: absolute;
  top: 0;
  left: calc(100% + 177px);
  z-index: 5;
}
#slider .skip-to-welcome {
  position: absolute;
  right: 100px;
  bottom: 35px;
  z-index: 5;
  height: 30px;
  width: 30px;
}
#slider .skip-to-welcome span {
  position: absolute;
  top: -15px;
  left: 50%;
  padding-bottom: 10px;
  transform: translateX(-50%);
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
}
#slider .skip-to-welcome i {
  height: 30px;
  line-height: 26px;
  width: 30px;
  text-align: center;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  left: 0;
  top: 0;
}
#slider .phrase {
  position: absolute;
  bottom: 0;
  height: 160px;
  align-items: center;
  display: flex;
  padding: 0 100px 0 0;
  z-index: 10;
  border-top-right-radius: 20px;
}
#slider .phrase:before {
  content: "";
  position: absolute;
  left: -50vw;
  width: 50vw;
  top: 0;
  height: 100%;
}
#slider .phrase span {
  position: relative;
}

.welcome {
  position: relative;
}
.welcome #skipto-welcome {
  position: absolute;
  top: -80px;
}
.welcome .welcome-message {
  padding: 80px 360px 75px 120px;
  width: calc(100% - 300px);
  max-width: 960px;
  border-bottom-left-radius: 20px;
}
.welcome .welcome-message .line {
  height: 2px;
  width: 50px;
}
.welcome .welcome-message h1 {
  margin: 35px 0 25px 0;
}
.welcome .welcome-message p {
  line-height: 1.6;
}
.welcome .welcome-message .headteacher-info {
  margin-top: 40px;
  line-height: 1.5;
}
.welcome .welcome-message .headteacher-info span {
  display: block;
}
.welcome .welcome-thumbnail {
  height: 420px;
  width: 420px;
  position: absolute;
  bottom: 0;
  right: 200px;
}
.welcome .welcome-thumbnail:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: 0;
  border-radius: 20px;
}
.welcome .welcome-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.welcome .multiple-buttons {
  margin: 20px 0 0 120px;
}

.section-1 {
  position: relative;
}
.section-1 #skipto-hampden {
  position: absolute;
  top: -80px;
}
.section-1 .flex {
  gap: 0 90px;
  align-items: flex-start;
}
.section-1 .flex .column.left {
  flex: 0 0 480px;
}
.section-1 .flex .column.left .line {
  height: 2px;
  width: 50px;
}
.section-1 .flex .column.left h2 {
  margin: 35px 0 85px 0;
}
.section-1 .flex .column.right {
  position: relative;
  border-radius: 20px 0 0 20px;
  padding: 120px 30px 225px 140px;
  flex: 0 0 calc(100% - 480px - 90px);
  max-width: calc(100% - 480px - 90px);
  text-align: center;
}
.section-1 .flex .column.right svg {
  display: inline-block;
}
.section-1 .flex .column.right .testimonial-carousel {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: 20px;
  position: unset;
}
.section-1 .flex .column.right:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50vw;
  right: 1px;
  transform: translateX(100%);
}
.section-1 .flex .column.right .testimonial {
  line-height: 1.6;
}
.section-1 .flex .column.right cite {
  font-style: normal;
  text-align: center;
  display: block;
  margin-top: 15px;
}
.section-1 .flex .column.right .controls-dock {
  position: absolute;
  bottom: 120px;
  width: calc(100% - 170px);
  display: flex;
  justify-content: center;
  gap: 0 10px;
  align-items: center;
}
.section-1 .flex .column.right .controls-dock .dots-dock {
  display: flex;
  gap: 0 10px;
}
.section-1 .flex .column.right .controls-dock .dots-dock button.owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border-width: 0.088rem;
  border-style: solid;
  cursor: pointer;
  padding: 5px;
}
.section-1 .flex .column.right .controls-dock button.owl-prev,
.section-1 .flex .column.right .controls-dock button.owl-next {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border-width: 0.088rem;
  border-style: solid;
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.section-1 .flex .column.right .controls-dock button.owl-prev:after,
.section-1 .flex .column.right .controls-dock button.owl-next:after {
  height: calc(30px - 0.088rem);
  width: calc(30px - 0.088rem);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.section-1 .flex .column.right .controls-dock .owl-prev {
  margin-right: 15px;
}
.section-1 .flex .column.right .controls-dock .owl-prev:after {
  content: "\f053";
}
.section-1 .flex .column.right .controls-dock .owl-next {
  margin-left: 15px;
}
.section-1 .flex .column.right .controls-dock .owl-next:after {
  content: "\f054";
}
.section-1 .flex .column.right .animated {
  animation-duration: 700ms;
  animation-fill-mode: both;
}
.section-1 .flex .column.right .fadeOut {
  animation-name: fadeOut;
}
.section-1 .flex .column.right .fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-1 .flex .column.right .owl-animated-out {
  z-index: 1;
}
.section-1 .flex .column.right .owl-animated-in {
  z-index: 2;
}
.section-1 .flex .column.right a.more.outer-link {
  position: absolute;
  bottom: -90px;
  left: -50px;
}

.events,
.news {
  clear: both;
  position: relative;
  padding: 80px 0;
}
.events .line,
.news .line {
  height: 2px;
  width: 50px;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}
.events .parallax-holder,
.news .parallax-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.events .parallax-holder .overlay,
.news .parallax-holder .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.9;
}
.events .parallax-holder .parallax-bg,
.news .parallax-holder .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: -500px;
  height: auto;
}
.events .parallax-holder .parallax-bg img,
.news .parallax-holder .parallax-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events .flex,
.news .flex {
  position: relative;
  z-index: 5;
}
.events .event-scroller,
.news .event-scroller {
  position: relative;
  margin-top: 70px;
  margin-left: 3px;
  width: calc(100% - 6px);
  z-index: 5;
  display: flex;
  gap: 0 40px;
}
.events .event-scroller:after,
.news .event-scroller:after {
  content: "";
  position: absolute;
  top: 185px;
  left: -70px;
  right: -70px;
  width: auto;
  height: 0.1rem;
}
.events .event-scroller a:nth-child(n+5),
.news .event-scroller a:nth-child(n+5) {
  display: none;
}
.events .event-scroller a,
.news .event-scroller a {
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  position: relative;
}
.events .event-scroller a .date,
.news .event-scroller a .date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 180px;
  width: calc(100% - 12px);
  margin-left: 6px;
  margin-top: 6px;
  border-radius: 20px 20px 0 0;
}
.events .event-scroller a .date span,
.news .event-scroller a .date span {
  display: block;
  flex: 0 0 100%;
  margin-top: -50px;
  text-align: center;
}
.events .event-scroller a .info,
.news .event-scroller a .info {
  padding: 30px;
  text-align: center;
  line-height: 1.5;
}
.events .event-scroller a .info .time,
.news .event-scroller a .info .time {
  margin-top: 10px;
}
.events .owl-carousel .owl-nav,
.news .owl-carousel .owl-nav {
  position: absolute;
  top: 185px;
  left: 0;
  width: 100%;
  transform: translateY(-0.87rem);
}
.events .owl-carousel .owl-nav button,
.news .owl-carousel .owl-nav button {
  height: 30px;
  width: 30px;
  text-align: center;
  position: absolute;
  z-index: 5;
  font-size: 0;
  border-radius: 50%;
}
.events .owl-carousel .owl-nav button:after,
.news .owl-carousel .owl-nav button:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.events .owl-carousel .owl-nav button span,
.news .owl-carousel .owl-nav button span {
  height: 0;
  position: absolute;
  width: 0;
  visibility: hidden;
}
.events .owl-carousel .owl-nav button.owl-prev,
.news .owl-carousel .owl-nav button.owl-prev {
  left: -100px;
  border-width: 0.088rem;
  border-style: solid;
}
.events .owl-carousel .owl-nav button.owl-prev:after,
.news .owl-carousel .owl-nav button.owl-prev:after {
  content: "\f053";
}
.events .owl-carousel .owl-nav button.owl-next,
.news .owl-carousel .owl-nav button.owl-next {
  right: -100px;
  border-width: 0.088rem;
  border-style: solid;
}
.events .owl-carousel .owl-nav button.owl-next:after,
.news .owl-carousel .owl-nav button.owl-next:after {
  content: "\f054";
}

.quick-links {
  padding: 100px 0;
}
.quick-links .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.quick-links .grid .quick-link {
  border-radius: 20px;
  overflow: hidden;
  height: 310px;
  position: relative;
}
.quick-links .grid .quick-link figure {
  margin: 0;
  position: absolute;
  inset: 0;
}
.quick-links .grid .quick-link figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quick-links .grid .quick-link .title-bg {
  height: 80px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: auto;
  z-index: 2;
  opacity: 0.9;
  border-radius: 20px;
}
.quick-links .grid .quick-link .title-text {
  height: 80px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: auto;
  z-index: 3;
  line-height: 1.5;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

.news .flex .tabs {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  display: flex;
}
.news .flex .tabs button {
  border: none;
  appearance: none;
  padding: 5px 20px;
  position: relative;
  cursor: pointer;
}
.news .flex .tabs button:before {
  content: "|";
  left: 0;
  position: absolute;
}
.news .flex .tabs button:hover,
.news .flex .tabs button.current {
  text-decoration-thickness: 0.04rem;
  text-decoration-line: underline;
  text-underline-offset: 0.3rem;
}
.news .flex .tabs button:first-of-type:before {
  display: none;
}
.news .tabbed-holder {
  position: relative;
  z-index: 5;
}
.news .news-scroller {
  position: relative;
  margin-top: 70px;
  margin-left: 3px;
  width: calc(100% - 6px);
  z-index: 5;
  display: flex;
  gap: 0 20px;
}
.news .news-scroller:after {
  content: "";
  position: absolute;
  top: 235px;
  left: -70px;
  right: -70px;
  width: auto;
  height: 0.1rem;
}
.news .news-scroller a.post,
.news .news-scroller .post.social {
  flex: 0 0 calc(33.333% - 0.833rem);
  border-radius: 20px;
  overflow: hidden;
  padding: 6px 6px 0 6px;
  position: relative;
  display: block;
}
.news .news-scroller a.post figure,
.news .news-scroller .post.social figure {
  margin: 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  height: 250px;
  position: relative;
}
.news .news-scroller a.post figure img,
.news .news-scroller .post.social figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news-scroller a.post .post-content,
.news .news-scroller .post.social .post-content {
  padding: 25px 20px 125px 20px;
}
.news .news-scroller a.post .post-content .title,
.news .news-scroller .post.social .post-content .title {
  margin-top: 10px;
  line-height: 1.4;
}
.news .news-scroller a.post .post-content .more,
.news .news-scroller .post.social .post-content .more {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.news .news-scroller a.post figure:not(:has(> img)) {
  background-color: #006400;
}
.news .news-scroller a.post figure:not(:has(> img)):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 180px;
  transform: translate(-50%, -50%);
  background-image: url(../images/global/logo@3x.png);
  background-size: 142px 180px;
}
.news .news-scroller a:nth-child(n+4) {
  display: none;
}
.news .news-scroller .post.social {
  position: relative;
}
.news .news-scroller .post.social .social-info {
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.news .news-scroller .post.social figure {
  border-radius: 0;
}
.news .news-scroller .post.social .excerpt {
  line-height: 1.6;
}
.news .news-scroller .post.social .excerpt a {
  text-decoration-thickness: 0.04rem;
  text-decoration-line: underline;
  text-underline-offset: 0.3rem;
}
.news .news-scroller .post.social .excerpt a:hover {
  text-decoration: none;
}
.news .owl-carousel .owl-nav {
  top: 50%;
}

.house-points {
  padding: 70px 0 35px 0;
}
.house-points .line {
  height: 2px;
  width: 50px;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}
.house-points .pointsHolder {
  display: flex;
  gap: 0 55px;
  justify-content: center;
  margin-top: 70px;
}
.house-points .pointsHolder .point {
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: center;
  flex: 0 0 290px;
  height: 480px;
  flex-wrap: wrap;
  border-radius: 155px;
  position: relative;
}
.house-points .pointsHolder .point:after {
  content: "";
  top: 0;
  width: 5px;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: -1;
  border-radius: 155px;
}
.house-points .pointsHolder .point .overlay {
  position: absolute;
  inset: 0;
  border-radius: 155px;
  z-index: 2;
  background-color: rgba(35, 35, 35, 0.5);
  opacity: 0;
}
.house-points .pointsHolder .point .key-word {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-10deg) scale(0.8);
  width: 221px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 3;
  border-radius: 10px;
  opacity: 0;
}
.house-points .pointsHolder .point .house-logo {
  flex: 0 0 100%;
  height: 215px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.house-points .pointsHolder .point .line {
  margin-bottom: 15px;
}
.house-points .pointsHolder .point .name,
.house-points .pointsHolder .point .progress-bar {
  width: 100%;
  position: relative;
  z-index: 2;
}
.house-points .pointsHolder .point .name {
  margin-bottom: 6px;
}
.house-points .pointsHolder .point .star {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
.house-points .pointsHolder .point.camden:before {
  left: -155px;
  bottom: 0;
}
.house-points .pointsHolder .point.henwood:before {
  left: 30px;
  bottom: 28px;
}
.house-points .pointsHolder .point.hawkwell:before {
  left: 5px;
  bottom: 21px;
}
.house-points .pointsHolder .point.downingbury:before {
  right: 54px;
  bottom: 6px;
}
.house-points .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 5;
}
.house-points .owl-carousel .owl-nav button {
  height: 30px;
  width: 30px;
  text-align: center;
  position: absolute;
  z-index: 5;
  font-size: 0;
  border-radius: 50%;
}
.house-points .owl-carousel .owl-nav button:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.house-points .owl-carousel .owl-nav button span {
  height: 0;
  position: absolute;
  width: 0;
  visibility: hidden;
}
.house-points .owl-carousel .owl-nav button.owl-prev {
  left: -100px;
  border-width: 0.088rem;
  border-style: solid;
}
.house-points .owl-carousel .owl-nav button.owl-prev:after {
  content: "\f053";
}
.house-points .owl-carousel .owl-nav button.owl-next {
  right: -100px;
  border-width: 0.088rem;
  border-style: solid;
}
.house-points .owl-carousel .owl-nav button.owl-next:after {
  content: "\f054";
}

:root {
  --scroll-width: 0px;
  --scroll-duration: 30s;
}

@keyframes scroll-logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--scroll-width)));
  }
}
#associates {
  clear: both;
  padding: 30px 0 80px 0;
  position: relative;
  z-index: 2;
}
#associates #ticker {
  max-width: 1340px;
  margin: 0 auto;
  overflow: hidden;
}
#associates #ticker .logo-track {
  display: flex;
  width: max-content;
  animation-play-state: paused;
  animation: scroll-logos 20s linear infinite;
  align-items: center;
}
#associates #ticker .logo-track.playing {
  animation: scroll-logos var(--scroll-duration) linear infinite;
}
#associates #ticker .logo-track div {
  flex-shrink: 0;
  margin-right: 20px;
}
#associates #pausePlay-scroller {
  position: absolute;
  z-index: 1000;
  height: 32px;
  width: 32px;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
#associates #pausePlay-scroller button {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 0;
  top: 0px;
  padding: 0;
  appearance: none;
  border-radius: 50%;
  border: 2px;
  border-style: solid;
  cursor: pointer;
}
#associates #pausePlay-scroller i {
  line-height: 26px;
  width: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#associates button#play {
  display: none;
}

@media (max-width: 650px) {
  .house-points .pointsHolder {
    width: 260px;
    margin: 30px auto 0 auto;
  }
  .house-points .pointsHolder .point {
    height: 430px;
  }
  .house-points .pointsHolder.owl-carousel .owl-nav {
    top: -72px;
  }
  .house-points .pointsHolder.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .house-points .pointsHolder.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
}
@media (max-width: 767px) {
  #slider {
    height: 300px;
    overflow: visible;
    margin-top: var(--header_mobile_height);
  }
  #slider .container.extra {
    height: 300px;
  }
  #slider .phrase {
    height: 65px;
    padding: 0 20px 0 0;
    bottom: -65px;
  }
  #slider .caption {
    width: 90%;
    bottom: 0;
    height: 65px;
    padding: 0px 30px 0 0;
    align-content: center;
    left: 5%;
  }
  #slider a.skip-to {
    left: -9px;
    top: -160px;
    width: 280px;
    height: 46px;
  }
  #slider a.skip-to svg {
    width: 100%;
  }
  #slider .nav-holder {
    width: calc(95% - 15px);
    transform: none;
    left: 0;
    height: 25px;
    bottom: 20px;
  }
  #slider .nav-button {
    left: auto;
    height: 25px;
    width: 25px;
  }
  #slider .nav-button#nextBtn {
    right: 0;
  }
  #slider .nav-button#prevBtn {
    right: 30px;
    top: 0;
  }
  #slider .nav-button i {
    line-height: 21px;
  }
  #slider #pausePlay {
    bottom: 20px;
    bottom: -45px;
    right: calc(5% + 25px + 20px);
    right: calc(5% + 15px);
    height: 25px;
    width: 25px;
  }
  #slider #pausePlay button {
    height: 25px;
    width: 25px;
  }
  #slider #pausePlay button i {
    height: 25px;
    width: 25px;
    line-height: 21px;
    border-color: #006400 !important;
    color: #006400;
  }
  #slider .slider-dots {
    left: auto;
    right: 0;
    transform: none;
    bottom: -60px;
    display: none !important;
  }
  .welcome {
    margin-top: 65px;
  }
  .welcome .welcome-message {
    padding: 30px 5% 130px 5%;
  }
  .welcome .welcome-message h1 {
    margin: 25px 0;
  }
  .welcome .welcome-thumbnail {
    right: auto;
    position: relative;
    margin: -100px auto 0 auto;
    width: 280px;
    height: auto;
    aspect-ratio: 1/1;
    max-width: 80%;
  }
  .welcome .welcome-thumbnail:after {
    left: 5px;
    top: 5px;
  }
  .welcome .multiple-buttons {
    margin-left: 60px;
    justify-content: center;
    margin: 20px 0 0 0;
  }
  .section-1 .flex .column.left h2 {
    margin: 35px 0 40px 0;
  }
  .section-1 .flex .column.left img {
    max-width: 100%;
  }
  .section-1 .flex .column.right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 0 120px 5%;
  }
  .section-1 .flex .column.right svg {
    width: 68px;
    height: auto;
  }
  .section-1 .flex .column.right .testimonial {
    line-height: 1.45;
  }
  .section-1 .flex .column.right a.more.outer-link {
    bottom: auto;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 260px;
  }
  .section-1 .flex .column.right a.more.outer-link span {
    display: none;
  }
  .section-1 .flex .column.right .controls-dock {
    width: 95%;
    bottom: 40px;
  }
  .events {
    padding: 40px 0;
  }
  .events .line {
    margin: 0 auto 25px auto;
  }
  .events .flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px 0;
  }
  .events .event-scroller {
    margin-top: 30px;
    padding: 0 35px;
  }
  .events .event-scroller a .info {
    line-height: 1.35;
    padding: 20px;
  }
  .events .event-scroller:after {
    left: 20px;
    right: 20px;
  }
  .events .event-scroller .owl-nav button.owl-prev {
    left: -10px;
  }
  .events .event-scroller .owl-nav button.owl-next {
    right: -10px;
  }
  .quick-links {
    padding: 20px 0;
  }
  .quick-links .grid {
    gap: 10px 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .quick-links .grid .quick-link {
    height: auto;
    aspect-ratio: 1/0.6;
  }
  .quick-links .grid .quick-link .title-text {
    height: 60px;
    padding: 8px 15px;
  }
  .quick-links .grid .quick-link .title-bg {
    height: 60px;
  }
  .news {
    padding: 40px 0;
  }
  .news .line {
    margin: 0 auto 25px auto;
  }
  .news .flex.space-between {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
  }
  .news .flex.space-between .section-title {
    text-align: center;
  }
  .news .flex.space-between .tabs {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    justify-content: center;
  }
  .news .flex.space-between .tabs button {
    padding: 5px 12px;
  }
  .news .news-scroller {
    margin-top: 30px;
  }
  .news .news-scroller a.post figure {
    height: 220px;
  }
  .news .news-scroller a.post .post-content {
    padding: 20px;
  }
  .news .news-scroller .post.social figure {
    height: 200px;
  }
  .news .news-scroller .post.social .social-info {
    padding: 10px 20px;
  }
  .news .news-scroller .post.social .post-content {
    padding-bottom: 105px;
  }
  .news .owl-carousel .owl-nav {
    top: -55px;
  }
  .news .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .news .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .house-points {
    padding: 40px 0 20px 0;
  }
  .house-points .line {
    margin: 0 auto 25px auto;
  }
  .house-points .flex.space-between {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
  }
  .house-points .flex.space-between .section-title {
    text-align: center;
  }
  .house-points .flex.space-between .tabs {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    justify-content: center;
  }
  .house-points .flex.space-between .tabs button {
    padding: 5px 12px;
  }
}
@media all and (min-width: 650px) and (max-width: 800px) {
  .house-points .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
  }
  .house-points .owl-carousel .owl-nav button.owl-next {
    right: -50px;
  }
}
@media all and (min-width: 650px) and (max-width: 900px) {
  .house-points .pointsHolder {
    width: 515px;
    margin: 50px auto 0 auto;
  }
  .house-points .pointsHolder:before, .house-points .pointsHolder:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50vw;
    content: "";
    background-color: #fff;
    z-index: 2;
    opacity: 0.8;
  }
  .house-points .pointsHolder:before {
    left: -50vw;
  }
  .house-points .pointsHolder:after {
    right: -50vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #slider {
    height: 750px;
  }
  #slider .container.extra {
    height: 750px;
  }
  #slider .phrase {
    height: 100px;
  }
  #slider .caption {
    width: calc(100% - 100px);
    bottom: 80px;
    height: 150px;
    padding: 0px 150px 45px 0;
  }
  #slider a.skip-to {
    left: -9px;
    top: -255px;
  }
  #slider .nav-holder {
    width: calc(95% - 30px);
    transform: none;
    left: 0;
    height: 30px;
    bottom: 170px;
  }
  #slider .nav-button {
    left: auto;
  }
  #slider .nav-button#nextBtn {
    right: 0;
  }
  #slider .nav-button#prevBtn {
    right: 80px;
    top: 0;
  }
  #slider #pausePlay {
    bottom: 170px;
    right: calc(5% + 30px + 40px);
  }
  #slider #pausePlay button i {
    border-color: #006400 !important;
    color: #006400;
  }
  #slider .slider-dots {
    left: auto;
    right: 0;
    transform: none;
    bottom: -60px;
  }
  .welcome .welcome-message {
    padding: 50px 50px 120px 50px;
    text-align: center;
  }
  .welcome .welcome-thumbnail {
    right: auto;
    position: relative;
    margin: -100px auto 0 auto;
    height: 360px;
    width: 360px;
  }
  .welcome .multiple-buttons {
    margin-left: 60px;
    justify-content: center;
    margin: 30px 0 0 0;
  }
  .section-1 .flex .column.left h2 {
    margin: 35px 0 40px 0;
  }
  .section-1 .flex .column.right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 60px 4vw 160px calc(50px + 4vw);
  }
  .section-1 .flex .column.right a.more.outer-link {
    bottom: auto;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-1 .flex .column.right .controls-dock {
    width: calc(100% - 8vw - 50px);
    bottom: 65px;
  }
  .events .line {
    margin-left: 30px;
  }
  .events .flex.space-between {
    padding: 0 30px;
  }
  .events .event-scroller {
    padding: 0 30px;
  }
  .events .event-scroller:after {
    left: 10px;
    right: 10px;
  }
  .events .event-scroller .owl-nav button.owl-prev {
    left: -20px;
  }
  .events .event-scroller .owl-nav button.owl-next {
    right: -20px;
  }
  .news .owl-carousel .owl-nav {
    top: -50px;
  }
  .news .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .news .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .quick-links .grid .quick-link {
    height: auto;
    aspect-ratio: 1/0.7;
  }
}
@media (max-width: 1023px) {
  #slider .skip-to-welcome {
    display: none;
  }
  .welcome .welcome-message {
    max-width: 100%;
    width: 100%;
    text-align: center;
    border-bottom-right-radius: 20px;
  }
  .welcome .welcome-message .line {
    display: inline-block;
  }
  .section-1 .flex {
    flex-wrap: wrap;
    gap: 90px 0;
  }
  .section-1 .flex .column.left {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media all and (min-width: 900px) and (max-width: 1100px) {
  .house-points .pointsHolder {
    width: 810px;
    margin: 50px auto 0 auto;
  }
  .house-points .pointsHolder:before, .house-points .pointsHolder:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50vw;
    content: "";
    background-color: #fff;
    z-index: 2;
    opacity: 0.8;
  }
  .house-points .pointsHolder:before {
    left: -50vw;
  }
  .house-points .pointsHolder:after {
    right: -50vw;
  }
}
@media (max-width: 1100px) {
  .house-points .pointsHolder {
    position: relative;
  }
  .house-points .pointsHolder.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .news .flex {
    z-index: 6;
  }
  .news .flex .tabs {
    top: auto;
    bottom: -55px;
  }
  .news .news-scroller {
    margin-top: 90px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  #slider .skip-to-welcome {
    right: calc(3vw + 40px);
    bottom: 130px;
  }
  #slider .skip-to {
    left: calc(100% + 80px);
  }
  #slider .phrase {
    padding: 0 50px 0 0;
  }
  .welcome .welcome-message {
    min-height: 530px;
    border-bottom-right-radius: 20px;
  }
  .welcome .welcome-thumbnail {
    bottom: 130px;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .quick-links {
    padding: 40px 0;
  }
  .quick-links .grid {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  .quick-links .grid .quick-link {
    height: auto;
    aspect-ratio: 1/0.6;
  }
}
@media (min-width: 1400px) {
  .quick-links .grid .quick-link.col-2 {
    grid-column: span 2;
  }
}
@media all and (min-width: 1024px) and (max-width: 1440px) {
  .welcome .welcome-message {
    max-width: calc(100% - 100px);
    width: calc(100% - 200px);
    padding: 80px 280px 75px 60px;
  }
  .welcome .welcome-thumbnail {
    right: 50px;
  }
  .welcome .multiple-buttons {
    margin-left: 60px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1600px) {
  #slider .caption {
    padding: 60px 250px 100px 0;
    width: 750px;
  }
  #slider .nav-holder {
    width: 710px;
    left: 40px;
    transform: none;
    bottom: 250px;
  }
  #slider .nav-holder .nav-button {
    left: auto;
    right: 0;
  }
  #slider .slider-dots {
    left: 710px;
    bottom: -65px;
  }
  #slider #pausePlay {
    right: 3vw;
  }
  .section-1 .flex {
    gap: 0 50px;
  }
  .section-1 .flex .column.left {
    flex: 0 0 450px;
  }
  .section-1 .flex .column.left img {
    max-width: 100%;
  }
  .section-1 .flex .column.left h2 {
    margin: 35px 0 60px 0;
  }
  .section-1 .flex .column.right {
    padding: 80px 30px 160px 80px;
    flex: 0 0 calc(100% - 450px - 50px);
    max-width: calc(100% - 450px - 50px);
  }
  .section-1 .flex .column.right .testimonial {
    line-height: 1.45;
  }
  .section-1 .flex .column.right a.more.outer-link {
    left: -30px;
  }
  .section-1 .flex .column.right .controls-dock {
    width: calc(100% - 110px);
    bottom: 65px;
  }
  .events .line,
  .news .line {
    margin-left: 30px;
  }
  .events .flex.space-between,
  .news .flex.space-between {
    padding: 0 30px;
  }
  .events .event-scroller,
  .events .news-scroller,
  .news .event-scroller,
  .news .news-scroller {
    padding: 0 30px;
  }
  .events .event-scroller:after,
  .events .news-scroller:after,
  .news .event-scroller:after,
  .news .news-scroller:after {
    left: 10px;
    right: 10px;
  }
  .events .event-scroller .owl-nav button.owl-prev,
  .events .news-scroller .owl-nav button.owl-prev,
  .news .event-scroller .owl-nav button.owl-prev,
  .news .news-scroller .owl-nav button.owl-prev {
    left: -20px;
  }
  .events .event-scroller .owl-nav button.owl-next,
  .events .news-scroller .owl-nav button.owl-next,
  .news .event-scroller .owl-nav button.owl-next,
  .news .news-scroller .owl-nav button.owl-next {
    right: -20px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1600px) {
  #slider .skip-to-welcome {
    right: 3vw;
  }
  #slider .skip-to {
    left: calc(100% + 180px);
  }
}
@media all and (min-width: 1600px) and (max-width: 1700px) {
  #slider .nav-holder {
    width: 1000px;
    left: 40px;
    transform: none;
  }
  #slider #pausePlay,
  #slider .skip-to-welcome {
    right: 3vw;
  }
}
@media (max-height: 600px) {
  #slider,
  #slider .container.extra,
  #slider .slide {
    min-height: none;
  }
}
@media all and (min-width: 1024px) and (max-height: 1200px) {
  /*#slider .container.extra {
      left: 50%;
      transform: translateX(-50%);
  }*/
}
@media (any-hover: hover) and (any-pointer: fine) {
  .quick-links .grid .quick-link:hover .title-bg {
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .quick-links .grid .quick-link:hover .title-text {
    bottom: 50%;
    transform: translateY(50%);
  }
  .news .news-scroller a:hover figure img {
    transform: scale(1.1);
  }
  .news .news-scroller a.post:hover figure:after {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .house-points .pointsHolder .point:hover:after {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
  .house-points .pointsHolder .point:hover .overlay,
  .house-points .pointsHolder .point:hover .key-word {
    opacity: 1;
  }
  .house-points .pointsHolder .point:hover .key-word {
    transform: translate(-50%, -50%) rotate(-10deg) scale(1);
  }
  .house-points .pointsHolder .point:hover .house-logo svg {
    transform: rotate(5deg);
  }
  #slider .skip-to-welcome:hover span {
    top: -25px;
    opacity: 1;
  }
}
:root {
  --page-hero-height: 650px;
  --page-max-hero-height: 70vh;
  --tablet-hero-height: 400px;
  --mobile-hero-height: 250px;
  --container-width: 1400px;
  --sidebar-width: 300px;
  --course-page-sidebar-width: 540px;
  --gutter: 85px;
  --content-width: calc(var(--container-width) - var(--sidebar-width) - var(--gutter));
}

#slider.page {
  height: var(--page-hero-height);
  max-height: var(--page-max-hero-height);
}
#slider.page .imageBG {
  height: var(--page-hero-height);
  max-height: var(--page-max-hero-height);
}
#slider.page .imageBG img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#mainContent {
  clear: both;
  padding-bottom: 70px;
  position: relative;
}
#mainContent #skip-anchor {
  position: absolute;
  top: -120px;
}
#mainContent.no-padding-bottom {
  padding-bottom: 0;
}
#mainContent .align-center {
  text-align: center;
}
#mainContent .align-center.text-step-in p {
  padding: 0 250px;
}
#mainContent .flex.main {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--gutter);
}
#mainContent .flex.main.gap-60 {
  gap: 0 60px;
}
#mainContent .flex {
  flex-wrap: wrap;
}
#mainContent .breadcrumb {
  margin: 30px 0 40px 0;
  position: relative;
  flex: 0 0 100%;
  font-size: 0;
}
#mainContent .breadcrumb a, #mainContent .breadcrumb span {
  word-break: break-word;
  font-size: 16px;
  margin-right: 30px;
}
#mainContent .breadcrumb a:not(:last-child):after {
  content: "|";
  position: absolute;
  margin: 0 0.85em;
}
#mainContent .breadcrumb a, #mainContent .breadcrumb span {
  line-height: 2;
}
#mainContent .breadcrumb span[aria-current=page],
#mainContent .breadcrumb a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.05rem;
  text-underline-offset: 0.2rem;
}
#mainContent #sidebar-region {
  flex: 0 0 var(--sidebar-width);
  min-width: 0;
  margin-top: -60px;
}
#mainContent #sidebar-region.no-sidebar-menu {
  margin-top: 0;
}
#mainContent #sidebar-region button.sidebarMenu {
  border: none;
  appearance: none;
  height: 60px;
  width: 100%;
  padding: 0;
  position: relative;
  padding: 0 20px;
  border-radius: 0 20px 0 0;
  z-index: 3;
  text-align: left;
}
#mainContent #sidebar-region button.sidebarMenu i {
  display: none;
  position: absolute;
  right: 15px;
}
#mainContent #sidebar-region button.sidebarMenu.sectionMenuOpen i {
  transform: rotate(180deg);
}
#mainContent #sidebar-region button.sidebarMenu:hover {
  cursor: default;
}
#mainContent #sidebar-region button.sidebarMenu:before {
  content: "";
  position: absolute;
  width: 30vw;
  left: calc(-30vw + 1px);
  top: 0;
  height: 100%;
}
#mainContent #sidebar-region nav {
  display: block;
  position: relative;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 20px 20px;
}
#mainContent #sidebar-region nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1px 0;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
#mainContent #sidebar-region nav ul li {
  position: relative;
  flex: 0 0 100%;
}
#mainContent #sidebar-region nav ul li a {
  display: block;
  line-height: 1.5;
}
#mainContent #sidebar-region nav ul li.has-sub .holder {
  position: absolute;
  right: 5px;
  top: 0;
  height: 48px; /* This might alter depending on padding & font size ect */
  width: 48px;
  z-index: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#mainContent #sidebar-region nav ul li.has-sub .holder:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  line-height: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mainContent #sidebar-region nav ul li.has-sub.open .holder:after {
  content: "\f078";
}
#mainContent #sidebar-region nav ul ul li.has-sub .holder {
  height: 40px;
}
#mainContent #sidebar-region nav ul ul {
  display: none;
  margin-top: 1px;
  border-radius: 0;
}
#mainContent #sidebar-region nav ul li.has-sub.open ul li.has-sub .holder:after {
  content: "\f054";
}
#mainContent #sidebar-region nav ul li.has-sub.open ul li.has-sub.open .holder:after {
  content: "\f078";
}
#mainContent #sidebar-region nav ul li a {
  padding: 12px 20px 12px 20px;
}
#mainContent #sidebar-region nav ul li:last-child a {
  padding-bottom: 17px !important;
}
#mainContent #sidebar-region nav ul li.has-sub > a {
  padding: 12px 50px 12px 20px;
}
#mainContent #sidebar-region nav ul ul li a {
  padding: 9px 20px 9px 30px;
  position: relative;
}
#mainContent #sidebar-region nav ul ul li a:before {
  content: "-";
  top: 9px;
  left: 19px;
  position: absolute;
}
#mainContent #sidebar-region nav ul ul li:last-child a {
  padding-bottom: 12px !important;
}
#mainContent #sidebar-region nav ul ul li.has-sub > a {
  padding: 9px 50px 9px 30px;
}
#mainContent #sidebar-region nav ul ul ul li a {
  padding: 9px 12px 9px 40px;
}
#mainContent #sidebar-region nav ul ul ul li a:before {
  left: 27px;
}
#mainContent #sidebar-region nav ul ul ul li:not(:last-child) {
  margin-bottom: 5px;
}
#mainContent #content-area {
  flex: 1;
  min-width: 0;
}
#mainContent #content-area.full-width {
  max-width: 100%;
}
#mainContent #content-area.margin-top {
  margin-top: 80px;
}
#mainContent #content-area.margin-bottom {
  margin-bottom: 100px;
}
#mainContent #content-area.extra-padding-bottom {
  padding-bottom: 100px;
}
#mainContent #content-area .line {
  height: 2px;
  width: 50px;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
#mainContent #content-area .full-width-image {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
#mainContent #content-area .full-width-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#mainContent #content-area .flex.in-page {
  padding-left: 15%;
  padding-right: 15%;
}
#mainContent #content-area.text-align-center {
  text-align: center;
}
#mainContent #content-area p {
  line-height: 1.6;
  margin: 0 0 30px 0;
}
#mainContent #content-area h2, #mainContent #content-area h3, #mainContent #content-area h4, #mainContent #content-area h5, #mainContent #content-area h6 {
  line-height: 1.3;
}
#mainContent #content-area p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}
#mainContent #content-area p a:hover {
  text-decoration: none;
}
#mainContent #content-area img {
  max-width: 100%;
}
#mainContent #content-area .image-wrap.align-right {
  float: right;
  margin-left: 30px;
}
#mainContent #content-area .border-radius {
  border-radius: 20px;
}
#mainContent #content-area .image-wrap.outline {
  position: relative;
  margin-bottom: 30px;
  max-width: 50%;
}
#mainContent #content-area .image-wrap.outline:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#mainContent #content-area h1 {
  margin: 0 0 40px 0;
  line-height: 1.2;
}
#mainContent #content-area h2 {
  margin: 0 0 30px 0;
}
#mainContent #content-area h3 {
  margin: 0 0 25px 0;
}
#mainContent #content-area h4, #mainContent #content-area h5, #mainContent #content-area h6 {
  margin: 0 0 20px 0;
}
#mainContent #content-area h1.center, #mainContent #content-area h2.center {
  text-align: center;
}
#mainContent #content-area .column.border-radius {
  border-radius: 20px;
}
#mainContent #content-area .flex.double-column {
  gap: 0 50px;
}
#mainContent #content-area .flex.double-column .column {
  flex-basis: calc(50% - 25px);
  flex-grow: 0;
  padding-top: 30px;
  padding-bottom: 0;
}
#mainContent #content-area .flex.double-column .column .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 40px;
}
#mainContent #content-area .flex.double-column .column.background {
  padding-left: 30px;
  padding-right: 30px;
}
#mainContent #content-area .flex.double-column .column.background a.more {
  margin-bottom: 30px;
}
#mainContent #content-area .flex.tripple-column {
  gap: 0 50px;
}
#mainContent #content-area .flex.tripple-column .column {
  flex-basis: calc(33.333% - 34px);
  flex-grow: 0;
}
#mainContent #content-area blockquote {
  padding: 50px 10%;
  margin: 30px 0 40px 0;
  position: relative;
  line-height: 1.5;
  text-align: center;
  border-radius: 20px;
}
#mainContent #content-area blockquote .quote-marks {
  width: 95px;
  height: 35px;
  margin: 0 auto 25px auto;
}
#mainContent #content-area blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 20px;
}
#mainContent #content-area .flex.content-image-block {
  display: flex;
}
#mainContent #content-area .flex.content-image-block.border-radius {
  border-radius: 20px;
  overflow: hidden;
}
#mainContent #content-area .flex.content-image-block .column {
  flex-basis: 50%;
  flex-shrink: 0;
  position: relative;
}
#mainContent #content-area .flex.content-image-block .column.column-padding {
  padding: 40px;
}
#mainContent #content-area .flex.content-image-block .column.column-minimal-padding {
  padding: 25px 40px 0 0;
}
#mainContent #content-area .flex.content-image-block .column.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainContent #content-area .flex.link-table {
  display: flex;
  gap: 10px 0;
}
#mainContent #content-area .flex.link-table.bottom-40 {
  margin-bottom: 40px;
}
#mainContent #content-area .flex.link-table a {
  flex-basis: 100%;
  flex-shrink: 0;
  line-height: 1.4;
  padding: 19px 200px 15px 55px;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
}
#mainContent #content-area .flex.link-table a i {
  margin-right: 8px;
}
#mainContent #content-area .flex.link-table a i:first-child {
  width: 30px;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 23px;
}
#mainContent #content-area .flex.link-table a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
#mainContent #content-area .flex.link-table a span i {
  margin: 0 0 0 8px;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
}
#mainContent #content-area #accordion {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
#mainContent #content-area #accordion .accordion-item {
  flex: 0 0 100%;
  margin-bottom: 10px;
}
#mainContent #content-area #accordion .accordion-item button {
  width: 100%;
  text-align: left;
  padding: 27px 60px 27px 25px;
  position: relative;
  line-height: 1.5;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  cursor: pointer;
}
#mainContent #content-area #accordion .accordion-item button i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#mainContent #content-area #accordion .accordion-item button[aria-expanded=true] i {
  transform: translateY(-50%) rotate(90deg);
}
#mainContent #content-area #accordion .accordion-item button[aria-expanded=true] {
  border-radius: 20px 20px 0 0;
}
#mainContent #content-area #accordion .accordion-item .accordion-panel {
  padding: 35px 25px 20px 25px;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-radius: 0 0 20px 20px;
}

@media (max-width: 767px) {
  #slider.page,
  #slider.page .imageBG {
    height: var(--mobile-hero-height);
  }
  #mainContent #sidebar-region {
    background: none;
  }
  #mainContent #sidebar-region button.sidebarMenu {
    height: auto;
  }
  #mainContent .breadcrumb {
    display: none;
  }
  #mainContent #content-area {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #mainContent #content-area.sml-pb-10 {
    padding-bottom: 10px;
  }
  #mainContent #content-area.sml-pb-20 {
    padding-bottom: 20px;
  }
  #mainContent #content-area.sml-pb-30 {
    padding-bottom: 30px;
  }
  #mainContent #content-area p {
    margin: 0 0 20px 0;
  }
  #mainContent #content-area .flex.link-table a {
    padding: 15px 35px 10px 50px;
  }
  #mainContent #content-area .flex.link-table a i:first-child {
    left: 10px;
    top: 19px;
  }
  #mainContent #content-area .flex.link-table a span {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    display: block;
    margin-top: 12px;
  }
  #mainContent #content-area .image-wrap.outline {
    max-width: 100%;
    width: 100%;
  }
  #mainContent #content-area.margin-bottom {
    margin-bottom: 40px;
  }
  #mainContent #content-area .flex.double-column .column.background {
    margin-top: 25px;
  }
  #mainContent #content-area blockquote {
    padding: 30px;
    margin: 35px 0;
  }
  #mainContent #content-area blockquote .quote-marks {
    width: 68px;
    margin: 0 auto 15px auto;
  }
  #mainContent #content-area blockquote .quote-marks svg {
    width: 100%;
  }
  #mainContent #content-area blockquote cite {
    margin-top: 20px;
  }
  #mainContent #content-area blockquote.no-citation {
    padding: 75px 30px 70px 30px;
  }
  #mainContent #content-area .flex.content-image-block .column.column-padding {
    padding: 25px 30px;
  }
  #mainContent #content-area .flex.content-image-block .column.column-background-padding {
    border-radius: 50px 50px 0 0;
  }
  #mainContent #content-area .flex.content-image-block .column.image {
    max-height: 300px;
    border-radius: 0 0 50px 50px;
  }
  #mainContent #content-area .blockTitle {
    margin-bottom: 0;
  }
  #mainContent #content-area h1 {
    margin: 0 0 20px 0;
  }
  #mainContent #content-area h3 {
    margin: 0 0 15px 0;
  }
  #mainContent #content-area #accordion {
    margin-top: 40px;
  }
  #mainContent #content-area #accordion .accordion-item button {
    padding: 18px 50px 18px 20px;
  }
  #mainContent blockquote#mobile-quote:before,
  #mainContent blockquote#mobile-quote:after {
    width: 35px;
    height: 41px;
    background-size: 35px auto;
  }
  #mainContent #content-area .flex.content-image-block .column.background,
  #mainContent #content-area .flex.double-column .column.background,
  #mainContent #content-area .flex.tripple-column .column.background {
    padding-top: 25px;
    margin-top: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #hero.page,
  #hero.page .imageBG {
    height: var(--tablet-hero-height);
  }
  #hero.page .pageTitle {
    bottom: 15px;
  }
  #mainContent .breadcrumb {
    margin: 30px 0;
  }
  #mainContent #sidebar-region {
    background: none;
  }
  #mainContent #content-area {
    padding-bottom: 60px;
  }
  #mainContent #content-area #accordion .accordion-item button {
    padding: 20px 60px 20px 25px;
  }
  #mainContent #content-area h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  #mainContent {
    padding-bottom: 0;
  }
  #mainContent .flex.main {
    gap: 0 0;
  }
  #mainContent #sidebar-region {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 0;
    margin-top: -50px;
  }
  #mainContent #sidebar-region button.sidebarMenu {
    text-align: left;
    height: 50px;
    line-height: 50px;
  }
  #mainContent #sidebar-region button.sidebarMenu i {
    display: inline-block;
    line-height: 50px;
  }
  #mainContent #sidebar-region nav {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    z-index: 10;
  }
  #mainContent #sidebar-region nav .slider-stripes {
    display: none;
  }
  #mainContent #sidebar-region nav > ul > li:before {
    top: 16px;
  }
  #mainContent #sidebar-region blockquote {
    display: none;
  }
  #mainContent #content-area {
    margin-top: 0;
    min-width: 100%;
  }
  #mainContent #content-area .flex.in-page {
    padding-left: 0;
    padding-right: 0;
  }
  #mainContent #content-area .mobile.news-events {
    display: flex;
  }
}
@media (min-width: 1024px) {
  #slider.page,
  #slider.page .imageBG {
    min-height: 450px;
  }
  #mainContent #sidebar-region nav {
    display: block !important;
  }
  #mainContent #sidebar-region button.sidebarMenu {
    pointer-events: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  #mainContent #content-area .flex.content-image-block .column.image {
    height: 0;
    padding-bottom: 70%;
    position: relative;
  }
  #mainContent #content-area .flex.content-image-block .column.image img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #mainContent #content-area .flex.link-table a {
    padding-right: 150px;
  }
  #mainContent #content-area .flex.double-column .column.background {
    margin-top: 40px;
  }
  #mainContent #content-area .flex.content-image-block .column.column-minimal-padding {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1249px) {
  #pageHolder #pageContent .oneThird {
    width: 100%;
    margin: 0;
  }
  #pageHolder #pageContent .oneThird:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1300px) {
  #mainContent #content-area .flex.content-image-block .column.background,
  #mainContent #content-area .flex.double-column .column.background,
  #mainContent #content-area .flex.tripple-column .column.background {
    padding-top: 25px;
    margin-top: 40px;
  }
}
@media (max-width: 1300px) {
  #mainContent #content-area .flex.content-image-block .column,
  #mainContent #content-area .flex.double-column .column,
  #mainContent #content-area .flex.tripple-column .column,
  #mainContent #content-area .flex.double-column.background-black .column {
    flex-basis: 100%;
  }
  #mainContent #content-area .flex.content-image-block .column,
  #mainContent #content-area .flex.double-column .column,
  #mainContent #content-area .flex.tripple-column .column {
    padding-top: 0;
  }
  #mainContent #content-area .flex.double-column,
  #mainContent #content-area .flex.tripple-column {
    gap: 0 0;
  }
  #mainContent .flex.row-reverse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 1024px) and (max-width: 1600px) {
  #mainContent .flex.main {
    gap: 0 50px;
  }
  #mainContent #sidebar-region {
    flex-basis: 250px;
  }
  #mainContent #sidebar-region:after {
    left: 320px;
  }
  #mainContent #sidebar-region nav > ul > li:before,
  #mainContent #sidebar-region nav ul ul li:before {
    top: 16px;
  }
  #mainContent #sidebar-region nav ul ul ul li:before {
    top: 18px;
  }
  #mainContent #sidebar-region blockquote {
    padding: 85px 35px 80px 40px;
  }
  #mainContent #content-area {
    max-width: calc(100% - 300px - var(--small-gutter));
  }
  #mainContent #content-area h1 {
    margin-bottom: 50px;
  }
  #mainContent #content-area .content-in {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media all and (min-width: 1300px) and (max-width: 1400px) {
  #mainContent #content-area .flex.tripple-column .column {
    flex-basis: calc(50% - 25px);
  }
}
span.articleDate {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
span.articleDate:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  bottom: 4px;
}

#mainContent #content-area .news-listing,
#mainContent #content-area .vacancy-listing {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#mainContent #content-area .news-listing a.post, #mainContent #content-area .news-listing a.vacancy,
#mainContent #content-area .vacancy-listing a.post,
#mainContent #content-area .vacancy-listing a.vacancy {
  flex: 0 0 calc(33.333% - 0.833rem);
  border-radius: 20px;
  overflow: hidden;
  padding: 6px 6px 0 6px;
  position: relative;
  display: block;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
#mainContent #content-area .news-listing a.post figure, #mainContent #content-area .news-listing a.vacancy figure,
#mainContent #content-area .vacancy-listing a.post figure,
#mainContent #content-area .vacancy-listing a.vacancy figure {
  margin: 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  height: 250px;
  position: relative;
}
#mainContent #content-area .news-listing a.post figure img, #mainContent #content-area .news-listing a.vacancy figure img,
#mainContent #content-area .vacancy-listing a.post figure img,
#mainContent #content-area .vacancy-listing a.vacancy figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainContent #content-area .news-listing a.post .post-content, #mainContent #content-area .news-listing a.vacancy .post-content,
#mainContent #content-area .vacancy-listing a.post .post-content,
#mainContent #content-area .vacancy-listing a.vacancy .post-content {
  padding: 25px 20px 125px 20px;
}
#mainContent #content-area .news-listing a.post .post-content .title, #mainContent #content-area .news-listing a.vacancy .post-content .title,
#mainContent #content-area .vacancy-listing a.post .post-content .title,
#mainContent #content-area .vacancy-listing a.vacancy .post-content .title {
  margin-top: 10px;
  line-height: 1.4;
}
#mainContent #content-area .news-listing a.post .post-content .more, #mainContent #content-area .news-listing a.vacancy .post-content .more,
#mainContent #content-area .vacancy-listing a.post .post-content .more,
#mainContent #content-area .vacancy-listing a.vacancy .post-content .more {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
#mainContent #content-area .news-listing a.post figure:not(:has(> img)),
#mainContent #content-area .vacancy-listing a.post figure:not(:has(> img)) {
  background-color: #006400;
}
#mainContent #content-area .news-listing a.post figure:not(:has(> img)):after,
#mainContent #content-area .vacancy-listing a.post figure:not(:has(> img)):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 180px;
  transform: translate(-50%, -50%);
  background-image: url(../images/global/logo@3x.png);
  background-size: 142px 180px;
}
#mainContent #content-area .news-listing a.vacancy .post-content,
#mainContent #content-area .vacancy-listing a.vacancy .post-content {
  padding-top: 20px;
}
#mainContent #content-area .news-listing a.vacancy .post-content .title,
#mainContent #content-area .vacancy-listing a.vacancy .post-content .title {
  margin: 0 0 15px 0;
}
#mainContent #content-area .news-listing a.vacancy .post-content .salary,
#mainContent #content-area .news-listing a.vacancy .post-content .closingDate,
#mainContent #content-area .vacancy-listing a.vacancy .post-content .salary,
#mainContent #content-area .vacancy-listing a.vacancy .post-content .closingDate {
  margin-bottom: 10px;
}
#mainContent #content-area .news-listing a.vacancy .post-content .excerpt,
#mainContent #content-area .vacancy-listing a.vacancy .post-content .excerpt {
  line-height: 1.5;
}

#mainContent #content-area .share {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 35px 0 0 0;
  position: relative;
}
#mainContent #content-area .share .line {
  position: absolute;
  left: 0;
  top: 0;
}
#mainContent #content-area .share .sectionTitle {
  margin-right: 10px;
}
#mainContent #content-area .share a {
  margin: 0 7px;
  text-align: center;
}

@media (max-width: 767px) {
  #mainContent #content-area .news-listing,
  #mainContent #content-area .vacancy-listing {
    gap: 10px 0;
  }
  #mainContent #content-area .news-listing a.post,
  #mainContent #content-area .news-listing a.vacancy,
  #mainContent #content-area .vacancy-listing a.post,
  #mainContent #content-area .vacancy-listing a.vacancy {
    flex: 0 0 100%;
  }
  #mainContent #content-area .news-listing a.post figure,
  #mainContent #content-area .news-listing a.vacancy figure,
  #mainContent #content-area .vacancy-listing a.post figure,
  #mainContent #content-area .vacancy-listing a.vacancy figure {
    height: 220px;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  #mainContent #content-area .news-listing a.post,
  #mainContent #content-area .vacancy-listing a.vacancy {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  #mainContent #content-area .news-listing a.post:hover figure img {
    transform: scale(1.1);
  }
  #mainContent #content-area .news-listing a.post:hover figure:after {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
#search {
  width: 350px;
  height: 40px;
  display: inline-block;
  position: absolute;
  vertical-align: top;
  display: none;
  left: -315px;
  top: -8px;
}
#search button.searchBTN-opener {
  border: none;
  width: 50px;
  height: 52px;
  appearance: none;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 2;
  cursor: pointer;
}
#search .expandedSearch {
  width: 320px;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
}
#search form {
  height: 40px;
  display: block;
  width: 100%;
}
#search input.searchInput {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 55px);
  height: 33px;
  padding: 4px 40px 3px 15px;
  box-sizing: content-box;
  color: #232323;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
  border: none;
  background: #fff;
  border-radius: 10px;
}
#search input.searchInput::-webkit-input-placeholder {
  color: #232323;
  opacity: 1;
}
#search input.searchInput:moz-placeholder {
  color: #232323;
  opacity: 1;
}
#search input.searchInput::-moz-placeholder {
  color: #232323;
  opacity: 1;
}
#search input.searchInput:-ms-input-placeholder {
  color: #232323;
  opacity: 1;
}
#search button.searchBTN {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: none !important;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  z-index: 3;
  cursor: pointer;
}
#search button.searchBTN:hover {
  opacity: 0.7;
}
#search button.close {
  width: 30px;
  line-height: 40px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  text-align: center;
  appearance: none;
  z-index: 3;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
#search button.close i {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
#search button.close:hover {
  opacity: 0.5;
}

body.searchOpen #search {
  display: block;
  z-index: 6000;
}

body.page.search-results #mainContent #content-area .tab-content {
  position: absolute;
  width: 100%;
  top: -999rem;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  height: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
body.page.search-results #mainContent #content-area .tab-content .pageListing {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
body.page.search-results #mainContent #content-area .tab-content .pageListing .pageList {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
body.page.search-results #mainContent #content-area .tab-content .pageListing .page {
  flex: 0 0 100%;
  padding: 25px 25px 120px 25px;
  position: relative;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
body.page.search-results #mainContent #content-area .tab-content .pageListing .page .title {
  line-height: 1.2;
  margin-bottom: 20px;
}
body.page.search-results #mainContent #content-area .tab-content .pageListing .page .info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 15px 40px;
}
body.page.search-results #mainContent #content-area .tab-content .pageListing .page .excerpt {
  line-height: 1.5;
}
body.page.search-results #mainContent #content-area .tab-content .pageListing .page a.more {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
body.page.search-results #mainContent #content-area .tab-content.current {
  opacity: 1;
  position: relative;
  top: auto;
  visibility: visible;
  height: auto;
}

#mainContent #content-area .resultInfo h1 {
  margin: 0 0 25px 0;
}

#result-search {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
#result-search form {
  height: 75px;
  display: block;
  width: 100%;
  position: relative;
}
#result-search input.searchInput {
  position: absolute;
  width: calc(100% - 115px);
  height: 4.188rem;
  padding: 4px 15px 3px 25px;
  box-sizing: content-box;
  border: 0;
  color: #232323;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
}
#result-search input.searchInput::-webkit-input-placeholder {
  color: #232323;
  opacity: 1;
}
#result-search input.searchInput:moz-placeholder {
  color: #232323;
  opacity: 1;
}
#result-search input.searchInput::-moz-placeholder {
  color: #232323;
  opacity: 1;
}
#result-search input.searchInput:-ms-input-placeholder {
  color: #232323;
  opacity: 1;
}
#result-search button.searchBTN {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border: none !important;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}

@media (max-width: 600px) {
  body.search-results.no-result #mainContent {
    padding-bottom: 100px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 78%);
  }
  body.search-results.courses.no-result #mainContent {
    padding-bottom: 120px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 88%);
  }
}
@media (max-width: 767px) {
  #mainContent #content-area p.search-term {
    margin-top: 10px;
  }
  #mainContent #content-area .tabs {
    gap: 10px 0;
    flex-wrap: wrap;
    margin: 10px 0 20px 0;
  }
  #mainContent #content-area .tabs button {
    flex: 0 0 100%;
    padding: 15px 15px;
  }
  #mainContent #content-area .tab-content h2 {
    margin: 10px 0 15px 0;
  }
  #mainContent #content-area .tab-content .pageList {
    gap: 10px 0;
  }
  body.search-results #mainContent #content-area h2 {
    margin: 10px 0 15px 0;
  }
  body.search-results #mainContent #content-area h5 {
    margin-bottom: 15px;
  }
  body.search-results #mainContent #content-area .apprenticeship-list {
    margin-top: 40px;
  }
  body.search-results.courses #mainContent #content-area h2 {
    margin: 10px 0 25px 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #mainContent #content-area .tab-content .pageList {
    gap: 20px 0;
  }
}
@media (max-width: 1023px) {
  #mainContent #content-area .tab-content .pageList .item {
    flex: 0 0 100%;
  }
  #search {
    display: none !important;
  }
}
#mainContent #content-area .sitemap {
  display: flex;
  justify-content: space-between;
}
#mainContent #content-area .sitemap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mainContent #content-area .sitemap ul.row {
  flex-basis: 100%;
  display: flex;
  gap: 0 80px;
}
#mainContent #content-area .sitemap ul.column-half {
  flex-basis: 48%;
}
#mainContent #content-area .sitemap ul.column-half ul {
  margin: 10px 0 40px 0;
}
#mainContent #content-area .sitemap ul.column-half li.home {
  margin-bottom: 20px;
}
#mainContent #content-area .sitemap ul.column-half ul ul {
  margin: 5px 0;
}
#mainContent #content-area .sitemap ul.column-half ul ul li {
  padding: 0 0 0 16px;
  position: relative;
}
#mainContent #content-area .sitemap ul.column-half ul ul li:before {
  padding: 0 4px;
  display: block;
  height: 0.07rem;
  left: 0 !important;
  width: 3px;
  border-radius: 0 !important;
  top: 5px;
  position: absolute;
  content: "-";
}
#mainContent #content-area .sitemap li a {
  line-height: 1.2;
  padding: 5px 0;
  position: relative;
  display: block;
}
#mainContent #content-area .sitemap li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2rem;
}
#mainContent #content-area .sitemap li ul li a:hover {
  text-decoration-thickness: 1px;
}

@media (max-width: 767px) {
  #mainContent #content-area .sitemap ul.row {
    gap: 0 0;
    flex-wrap: wrap;
  }
  #mainContent #content-area .sitemap ul.column-half {
    flex-basis: 100%;
    flex-shrink: 0;
  }
}
.flex {
  display: flex;
}
.flex.justify-center {
  justify-content: center;
}
.flex.align-center {
  align-items: center;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.align-items-start {
  align-items: flex-start;
}
.flex.align-items-end {
  align-items: flex-end;
}
.flex.align-content-start {
  align-content: flex-start;
}
.flex.justify-flex-end {
  justify-content: flex-end;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.row-reverse {
  flex-direction: row-reverse;
}
.flex.flex-column {
  flex-direction: column;
}

span.articleDate {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}

#mainContent #content-area .filterList,
#mainContent #content-area .selectList {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
#mainContent #content-area .filterList .title,
#mainContent #content-area .selectList .title {
  display: block;
  line-height: 1.5;
  margin-right: 10px;
  flex: 0 0 100%;
}
#mainContent #content-area .filterList .clear,
#mainContent #content-area .selectList .clear {
  flex: 0 0 100%;
  width: 100%;
}
#mainContent #content-area .filterList .list,
#mainContent #content-area .selectList .list {
  flex: 1;
  max-width: 300px;
}
#mainContent #content-area .filterList .list.categories,
#mainContent #content-area .selectList .list.categories {
  min-width: 280px;
}
#mainContent #content-area .filterList .list fieldset,
#mainContent #content-area .selectList .list fieldset {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#mainContent #content-area .filterList .list legend,
#mainContent #content-area .selectList .list legend {
  width: 100%;
}
#mainContent #content-area .filterList .list legend button,
#mainContent #content-area .selectList .list legend button {
  height: 50px;
  padding: 0;
  width: 100%;
  text-align: left;
  padding: 0 35px 0 18px;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}
#mainContent #content-area .filterList .list legend button i,
#mainContent #content-area .selectList .list legend button i {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(0);
  transform-origin: center;
}
#mainContent #content-area .filterList .list legend button[aria-expanded=true],
#mainContent #content-area .selectList .list legend button[aria-expanded=true] {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
#mainContent #content-area .filterList .list legend button[aria-expanded=true] i,
#mainContent #content-area .selectList .list legend button[aria-expanded=true] i {
  transform: translateY(-50%) rotate(180deg);
}
#mainContent #content-area .filterList .list .accordion-panel,
#mainContent #content-area .selectList .list .accordion-panel {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  z-index: 101;
  padding: 5px 18px 12px 18px;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  border-top: none;
  border-radius: 0 0 10px 10px;
}
#mainContent #content-area .filterList .list .accordion-panel a,
#mainContent #content-area .selectList .list .accordion-panel a {
  display: block;
  padding: 4px 0;
  margin: 2px 0;
  line-height: 1.4;
  text-decoration: none;
}
#mainContent #content-area .filterList .list .accordion-panel a:hover, #mainContent #content-area .filterList .list .accordion-panel a:focus,
#mainContent #content-area .selectList .list .accordion-panel a:hover,
#mainContent #content-area .selectList .list .accordion-panel a:focus {
  text-decoration: underline;
}
#mainContent #content-area .filterList button,
#mainContent #content-area .selectList button {
  appearance: none;
  border: none;
  padding: 0 25px;
  line-height: 50px;
  border-radius: 10px;
  cursor: pointer;
}

#mainContent #content-area .filterList.left-align {
  justify-content: flex-start;
}

body.search-results #mainContent #content-area .filterList {
  justify-content: flex-start;
  flex: 0 0 auto;
  margin-top: 0;
  margin-bottom: 30px;
}
body.search-results #mainContent #content-area .filterList .title {
  display: block;
}
body.search-results #mainContent #content-area .filterList .list {
  flex: 0 0 300px;
}
body.search-results #mainContent #content-area .selectList {
  justify-content: flex-start;
  margin-top: 0;
  flex: 0 0 100%;
}
body.search-results #mainContent #content-area button.filter {
  width: 100px;
}

#mainContent #content-area .selectList {
  display: none;
  gap: 10px 0;
}
#mainContent #content-area .selectList select {
  height: 45px;
  width: 100%;
  padding: 0 15px;
  position: relative;
  line-height: 44px;
  appearance: none;
  background-image: url(../images/global/chevron-down-solid-full.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 18px auto;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

body.subject-page #mainContent #content-area .filterList {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #mainContent #content-area .filterList {
    margin-top: 40px;
    display: none;
  }
  #mainContent #content-area .filterList .title {
    margin-bottom: 10px;
  }
  #mainContent #content-area .filterList .list {
    flex-basis: 100%;
    margin-top: 10px;
  }
  #mainContent #content-area .filterList .list legend {
    position: relative;
    z-index: 1;
  }
  #mainContent #content-area .filterList .list legend button {
    padding-left: 12px;
  }
  #mainContent #content-area .filterList .list .accordion-panel {
    padding-left: 12px;
  }
  #mainContent #content-area .selectList {
    display: flex;
    margin: 0;
  }
  #mainContent #content-area .selectList button.filter {
    margin-top: 10px;
  }
  body.search-results #mainContent #content-area .filterList .title {
    line-height: 1.2;
    margin: 10px 0 0 0;
  }
  body.search-results #mainContent #content-area .filterList {
    display: block;
  }
  body.search-results #mainContent #content-area .selectList button.filter {
    width: 100%;
  }
  #mainContent #content-area .selectList button.filterBTN {
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #mainContent #content-area .filterList {
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1250px) {
  #mainContent #content-area .filterList .list,
  body.search-results #mainContent #content-area .filterList .list {
    flex: 0 0 calc(50% - 10px);
    max-width: none;
  }
  #mainContent #content-area .filterList .list.categories,
  body.search-results #mainContent #content-area .filterList .list.categories {
    min-width: 0;
  }
}
.courseFinder {
  position: relative;
  width: 720px;
  z-index: 300;
}
.courseFinder .courseSearch {
  position: relative;
  height: 60px;
}
.courseFinder .courseSearch input.searchInput {
  width: 100%;
  width: calc(100% - 115px);
  height: 52px;
  padding: 5px 90px 3px 25px;
  box-sizing: content-box;
  border-width: 0.1rem;
  border-style: solid;
  color: #232323;
  appearance: none;
  z-index: 10;
  outline: none;
  background: none;
  border-radius: 30px;
}
.courseFinder .courseSearch input.searchInput::-webkit-input-placeholder {
  color: #232323;
  opacity: 1;
}
.courseFinder .courseSearch input.searchInput:moz-placeholder {
  color: #232323;
  opacity: 1;
}
.courseFinder .courseSearch input.searchInput::-moz-placeholder {
  color: #232323;
  opacity: 1;
}
.courseFinder .courseSearch input.searchInput:-ms-input-placeholder {
  color: #232323;
  opacity: 1;
}
.courseFinder .courseSearch input.searchInput:focus {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.7);
}
.courseFinder .courseSearch button.searchBTN {
  position: absolute;
  right: 5px;
  top: calc(50% + 0.05rem);
  transform: translateY(-50%);
  height: 52px;
  width: 52px;
  border: none !important;
  appearance: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.courseFinder .courseSearch .resultBlock {
  width: 100%;
  z-index: 600;
  margin-top: 0px;
  position: absolute;
  bottom: 60px;
  left: 0;
  opacity: 0;
}
.courseFinder .courseSearch .resultBlock.active {
  box-shadow: 0 -6px 15px 0 rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.courseFinder .courseSearch .resultsSearch {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}
.courseFinder .courseSearch.top .resultBlock {
  bottom: auto;
  top: 63px;
}
.courseFinder .courseSearch.top .resultBlock.active {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.5);
}
.courseFinder .courseSearch .resultBlock .resultItem {
  width: 100%;
  height: auto;
  list-style: none;
  line-height: 1.5;
  padding: 6px 0;
  padding-left: 25px;
}
.courseFinder .courseSearch .resultBlock .resultItem:first-child {
  padding-top: 16px;
}
.courseFinder .courseSearch .resultBlock .resultItem:last-child {
  padding-bottom: 16px;
}
.courseFinder .courseSearch .resultBlock .resultItem a:hover {
  text-decoration: underline;
}

.cSearch-right-align {
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 70px;
  height: 70px;
}
.cSearch-right-align .courseFinder {
  bottom: 0;
}

@media (max-width: 767px) {
  .courseFinder {
    width: 100%;
  }
  .cSearch-right-align {
    bottom: 25px;
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .cSearch-right-align {
    bottom: 40px;
  }
  .cSearch-right-align .courseSearch {
    height: 50px;
  }
  .cSearch-right-align .courseSearch input.searchInput {
    height: 42px;
    padding: 5px 60px 3px 15px;
  }
  .cSearch-right-align .courseSearch button.searchBTN {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 2000px) {
  .cSearch-right-align {
    width: 46%;
  }
  .cSearch-right-align .courseFinder {
    max-width: 90%;
  }
}/*# sourceMappingURL=main.css.map */