/* CSS Document 
Client: Westminster Adult Education Service
Version: 1.0
Date: 23/02/2024
Author: Geoff Boult
Company: Concept4
Website: www.concept4.com
Type: Inclusive Stylesheet
*/
/*

01: Variables
02: Mixins
03: Placeholder
04: REM/Boilerplate/Project Color Scheme/Transitions
05: Normalize
06: Building Blocks
07: Type
08: Header
09: Menu
10: Footer
11: Landing page
12: Internal Page
13: News template
14: Search template
15: Sitemap page
16: C4 Global
17: Course Listing
18: Course Category
19: Course Page
20: Course Search
21: Events Listing & Single
22: Apprenticeships
23: Basket
24: Vacancies

*/
.visuallyhidden {
  border: 0;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0);
  position: absolute;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #000000;
  font-size: 16px;
  webkit-font-smoothing: antialiased;
}

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

.indent {
  text-indent: -999em;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
.mCSB_scrollTools {
  background-color: rgba(255, 255, 255, 0.1);
  width: 12px !important;
  border-radius: 6px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 4px !important;
  bottom: 4px !important;
  overflow: hidden;
}

body.page.apprenticeships .mCSB_scrollTools {
  z-index: 2001;
  top: 15px !important;
}

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  width: 100%;
  min-height: 100%;
  font-size: 62.5%; /* 1em = 10px */
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  background: #fff;
  margin: 0;
  color: #000000;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    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,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
nav#mainMenu ul a:after,
#slider .homepageSearch .searchField,
#slider .sliderText .slide .bannerText .flex a.more,
#slider ul.slick-dots li.slick-active button,
#studentStories .carousel:before,
#events .flex a.more,
#events .eventsCarousel .event a .info .more,
#featuredCourses .flex a.more,
#news .leftColumn a.more,
#news .newsCarousel .article a .info .more,
#waesCentres .contactDetails .socials a,
nav#mainMenu ul ul,
#slider .homepageSearch .subjectMenu,
#slider .homepageSearch .subjectMenu ul ul,
#studentStories .owl-dots button.active,
.socialLinks a,
a.mobileMenuBTN #navIcon span,
#pageHolder aside#sidebar #courseSearch-mob .searchField,
#dialog-modal,
#course-filter .resetCont button,
#course-filter .searchFilterButton button:hover,
#course-filter .filterList div.accordion-panel,
#course-filter .title button,
#heroEvent .event .heroContent a.more,
#courseList .list .item,
.courseCategoryListing .category .info a.more,
#pageHolder #pageContent .sort-pages .sort ul ul,
#slider.page.news .newsCarousel .item,
body.event-article #pageHolder .pageHolder .share a.addCalendar,
body.event-article #pageHolder .pageHolder .share a.signUp,
body.basket #pageHolder .pageHolder .linkBlock a.more,
body.search-results #pageHolder .pageHolder .linkBlock a.more,
body.course-search #pageHolder .pageHolder .linkBlock a.more {
  background-color: #fff;
}

header#masthead .topBar,
header#masthead .topBar:after,
#slider .homepageSearch .searchField button,
#welcome .column.left a.more,
#studentStories .carousel,
#studentStories .carousel:after,
#news:before,
#news .holder,
#news .holder:after,
#waesCentres .centreList .centre a .more,
#waesCentres .contactDetails a.more,
footer#siteFooter .topBlock:before,
footer#siteFooter .topBlock .footerLinks,
footer#siteFooter .topBlock .footerLinks:before,
#search button.searchBTN,
.socialLinks a:hover,
#waesCentres .owl-nav button,
.mm-searchfield__input .searchButton,
#pageHolder #pageContent blockquote,
#welcome.quickLinks .column.right,
#welcome.quickLinks:before,
#welcome.quickLinks .column.right:after,
#pageHolder aside#sidebar #courseSearch-mob .searchField button,
#dialog-modal.green .modalInfo .specificAreas .buttons a.button,
#whyWAES .column.left ul.checklist li:before,
#courseList,
.courseInfo.main-content #accordion .accordion-item button,
#pageHolder #pageContent .flex aside#courseSidebar .share .shareBTNS a,
#relatedCourses:after,
#relatedCourses .holder:before,
#slider.page.news,
body.news-article #pageHolder .pageHolder .share a,
body.event-article #pageHolder .eventSpecifics a.addCalendar:after,
body.event-article #pageHolder .pageHolder .share a,
body.event-article #pageHolder .pageHolder .share a.addCalendar:after,
body.event-article #pageHolder .pageHolder .share a.signUp:after,
body.apprenticeships #courseList .list .item .titleSection,
body.apprenticeships .paging a.current,
body.apprenticeships .paging a:hover,
#courseList.vacancy-list .list .item .titleSection,
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .sidebarTitle {
  background-color: #0D847D;
}

#slider .sliderText .slide .bannerText .flex.green .clip,
#slider .sliderText .slide .bannerText .flex.green:before,
.courseCategoryListing .category.green .info,
#dialog-modal.green figure .name,
#courseType .typeList .type.green .title {
  background-color: #0d847d;
  background-color: rgba(13, 132, 125, 0.8);
}

nav#mainMenu ul ul.triple-column.courses ul:last-child {
  background-color: #e7f3f3;
}

nav#mainMenu ul ul.triple-column.courses,
nav#mainMenu ul ul.triple-column.courses ul.column:first-child li a:hover,
nav#mainMenu ul ul.triple-column.courses ul:first-child li a:hover:before,
nav#mainMenu ul ul.triple-column.courses ul.column:first-child li a:focus,
nav#mainMenu ul ul.triple-column.courses ul:first-child li a:focus:before,
nav#mainMenu ul ul.triple-column.courses ul.column:first-child li a.active,
nav#mainMenu ul ul.triple-column.courses ul:first-child li a.active:before,
nav#mainMenu ul ul.triple-column.courses ul.column:first-child li:hover > a,
nav#mainMenu ul ul.triple-column.courses ul:first-child li:hover > a:before,
nav#mainMenu ul ul.triple-column.courses ul.column:first-child li.show a,
nav#mainMenu ul ul.triple-column.courses ul:first-child li.show a:before {
  background-color: #b7dbd9;
}

nav#mainMenu ul ul.news-dropdown li a:before {
  background-color: #0d847d;
  background-color: rgba(13, 132, 125, 0.9);
}

nav#mainMenu ul ul.triple-column.courses ul ul {
  background-color: #b7dbd9 !important;
}

#slider .homepageSearch,
#slider .homepageSearch:after,
#welcome .column.left a.more:hover,
#studentStories .owl-nav button,
#slider .sliderText .slide .bannerText .flex a.more:hover,
#news .owl-nav button,
#waesCentres:after,
#waesCentres .holder:before,
nav#mainMenu ul ul ul.column:before,
.skip-nav-link,
#search,
#search:before,
#search:after,
#slider .sliderText button.slick-prev:hover,
#slider .sliderText button.slick-next:hover,
#slider .pausePlay:hover,
#pageHolder aside#sidebar .sectionHeader,
#pageHolder aside#sidebar #courseSearch-mob,
#pageHolder aside#sidebar #courseSearch-mob.course,
#dialog-modal.blue .modalInfo .specificAreas .buttons a.button,
#course-filter .resetCont,
#course-filter .filterList legend button,
#course-filter .searchFilterButton,
#pageHolder aside#sidebar .filterBTN,
#courseList .list .item .titleSection,
#pageHolder #pageContent .flex aside#courseSidebar .courseName,
.flex aside#courseSidebar .sidebarButtons a.download,
#relatedCourses .owl-nav button,
#pageHolder #pageContent .sort-pages .sort ul ul,
#pageHolder #pageContent .sort-pages .sort.open > ul > li a,
#pageHolder #pageContent .sort-pages .pages a.current,
#pageHolder #pageContent .sort-pages .pages a:hover,
body.course-search .paging a.current,
body.course-search .paging a:hover,
#slider.page.news .owl-nav button,
#pageHolder #pageContent ul.newsList .itemInfo span.more,
#pageHolder #pageContent .filterWrapper .filterItems,
#pageHolder #pageContent .filterWrapper .filterGroup.open,
body.news-listing .paging a.current,
body.news-listing .paging a:hover,
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel,
body.news-listing #pageHolder #pageContent .filterList .list legend button[aria-expanded=true],
body.news-listing #pageHolder #pageContent .filterList .filterBTN,
aside#sidebar .sidebarNewsCarousel .sidebarCarousel .info .more,
#pageHolder aside#sidebar .sidebarNewsCarousel .owl-nav button,
body.event-listing .paging a.current,
body.event-listing .paging a:hover,
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel,
body.event-listing #pageHolder #pageContent .filterList .list legend button[aria-expanded=true],
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li a.more:hover,
body.basket #courseList .list .item .rightColumn button.remove,
#courseList.vacancy-list,
#pageHolder #pageContent .flex aside#courseSidebar .sidebarButtons a.blue,
body.search-results .paging a:hover,
body.search-results .paging a.current {
  background-color: #00457C;
}

#slider .sliderText .slide .bannerText .flex.blue .clip,
#slider .sliderText .slide .bannerText .flex.blue:before,
.courseCategoryListing .category.blue .info,
#dialog-modal.blue figure .name,
#courseType .typeList .type.blue .title,
#relatedCourses .courseList .course a .title {
  background-color: #00457c;
  background-color: rgba(0, 69, 124, 0.8);
}

nav#mainMenu,
nav#mainMenu:after,
#events:before,
#events .holder,
footer#siteFooter .lowerBlock,
footer#siteFooter .lowerBlock:before,
footer#siteFooter .lowerBlock:after,
#pageHolder aside#sidebar nav#sideMenu,
#pageHolder aside#sidebar #courseSearch-mob.course .title,
#course-filter .title,
#dialog-modal.mid-blue .modalInfo .specificAreas .buttons a.button,
#pageHolder #pageContent a.more.default,
#quickLinks.course-category:after,
#quickLinks.course-category .flex:after,
#heroEvent .event,
#heroEvent .clip:before,
#courseList .list .item .titleSection .btns span.more.online,
#pageHolder #pageContent .flex aside#courseSidebar .sidebarTitle,
#pageHolder #pageContent .flex aside#courseSidebar .btns span.more.online,
.flex aside#courseSidebar .sidebarButtons a.enquire,
#pageHolder #pageContent ul.eventList .itemInfo span.more,
#pageHolder #pageContent ul.eventList figure,
#pageHolder aside#sidebar .tabs button,
body.vacancies #courseList .list .item button.download-description,
#pageHolder #pageContent .flex aside#courseSidebar .sidebarButtons a.mid-blue,
body.search-results.no-result #pageHolder aside#sidebar button {
  background-color: #006BB6;
}

nav#mainMenu ul ul.news-dropdown li:nth-child(2) a:before {
  background-color: #006bb6;
  background-color: rgba(0, 107, 182, 0.9);
}

#slider .sliderText .slide .bannerText .flex.mid-blue .clip,
#slider .sliderText .slide .bannerText .flex.mid-blue:before,
.courseCategoryListing .category.mid-blue .info,
#dialog-modal.mid-blue figure .name,
#courseType .typeList .type.mid-blue .title {
  background-color: #006bb6;
  background-color: rgba(0, 107, 182, 0.8);
}

header#masthead .topBar .basket .number,
#search button.searchBTN:hover,
#quickLinks:after,
#quickLinks .flex:after,
#studentStories .owl-nav button:hover,
#events .eventsCarousel .event a:hover .info .more,
#events .flex a.more:hover,
#featuredCourses:after,
#featuredCourses .holder:before,
#events .owl-nav button:hover,
#news .owl-nav button:hover,
#waesCentres .centreList .centre a:hover .more,
#waesCentres .contactDetails a.more:hover,
#waesCentres .contactDetails .socials a:hover,
#slider .homepageSearch .searchField button:hover,
#waesCentres .owl-nav button:hover,
#dialog-modal .modalInfo .more.readMore,
.courseCategoryListing .category .info button:hover,
.courseCategoryListing .category .info button:focus,
#course-filter .resetCont button:hover,
#course-filter .searchFilterButton button,
#pageHolder #pageContent a.more.default:hover,
#heroEvent .event .heroContent a.more:hover,
#courseList .list .item .titleSection span.more,
#courseList .list .item a.more,
#pageHolder #pageContent .flex aside#courseSidebar .btns span.more,
aside#courseSidebar .dates .date .expanded a.more,
.flex aside#courseSidebar .sidebarButtons a.enquire:hover,
#pageHolder #pageContent .flex aside#courseSidebar .share .shareBTNS a:hover,
#relatedCourses .owl-nav button:hover,
#slider.page.news .owl-nav button:hover,
#pageHolder #pageContent ul.newsList li a:hover .itemInfo span.more,
body.news-listing #pageHolder #pageContent .filterList .filterBTN:hover,
body.news-listing #pageHolder #pageContent .filterList .filterBTN:focus,
#pageHolder aside#sidebar #courseSearch-mob .searchField button:hover,
.innerHeader .basket .number,
aside#sidebar .sidebarNewsCarousel .sidebarCarousel a:hover .info .more,
#pageHolder aside#sidebar .sidebarNewsCarousel .owl-nav button:hover,
body.news-article #pageHolder .pageHolder .share a:hover,
#pageHolder #pageContent ul.eventList a:hover .itemInfo span.more,
body.event-article #pageHolder .eventSpecifics a.addCalendar:hover:after,
body.event-article #pageHolder .pageHolder .share a.addCalendar:hover:after,
body.event-article #pageHolder .pageHolder .share a.signUp:hover:after,
#pageHolder aside#sidebar .tabs button.current,
#pageHolder aside#sidebar .tabs button:hover,
body.basket #courseList .list .item .rightColumn button.remove:hover,
body.event-article #pageHolder .pageHolder .share a:hover,
body.vacancies #courseList .list .item button.download-description:hover,
#pageHolder #pageContent .flex aside#courseSidebar .sidebarButtons a.mid-blue:hover,
#pageHolder #pageContent a.more.backHome,
body.basket #courseList .applyBTN a.more,
body.basket #pageHolder .pageHolder .linkBlock,
body.search-results #pageHolder .pageHolder .linkBlock,
body.course-search #pageHolder .pageHolder .linkBlock {
  background-color: #E50481;
}

#slider .sliderText .slide .bannerText .flex .clip,
#slider .sliderText .slide .bannerText .flex:before {
  background-color: #e50481;
  background-color: rgba(229, 4, 129, 0.8);
}

nav#mainMenu ul ul.news-dropdown li a:hover:before {
  background-color: #e50481;
  background-color: rgba(229, 4, 129, 0.8);
}

#pageHolder #pageContent .sitemap li ul ul li:before {
  background-color: #000000;
}

#slider ul.slick-dots li button,
#featuredCourses .flex a.more:hover,
#news .leftColumn a.more:hover,
#news .newsCarousel .article a:hover .info .more,
nav#mainMenu ul ul.triple-column.courses ul.column:first-child li:last-child a,
nav#mainMenu ul ul.triple-column.courses ul.column:first-child li a,
nav#mainMenu ul ul.triple-column.courses ul:first-child li a:before,
nav#mainMenu ul ul.triple-column.courses ul.column:first-child li.show.hidden-hover a,
nav#mainMenu ul ul.triple-column.courses ul.column:first-child li.show.hidden-hover a:before,
#studentStories .owl-dots button,
#dialog-modal .modalInfo .more.readMore:hover,
#dialog-modal .modalInfo .more.readMore:focus,
#dialog-modal .modalInfo .specificAreas .buttons a.button:hover,
#dialog-modal .modalInfo .specificAreas .buttons a.button:focus,
#courseList .list .item a.more:hover,
#pageHolder #pageContent .flex aside#courseSidebar .dates .date button,
aside#courseSidebar .dates .date .expanded a.more:hover,
.flex aside#courseSidebar .sidebarButtons a.download:hover,
#courseList.withinContent,
body.basket #courseList .list .item .rightColumn a.more:hover,
#pageHolder #pageContent .flex aside#courseSidebar .sidebarButtons a.blue:hover,
#pageHolder #pageContent a.more.backHome:hover,
body.event-article #pageHolder .pageHolder .share a.more:hover,
body.basket #courseList .applyBTN a.more:hover,
body.basket #pageHolder .pageHolder .linkBlock a.more:hover,
body.search-results #pageHolder .pageHolder .linkBlock a.more:hover,
body.course-search #pageHolder .pageHolder .linkBlock a.more:hover {
  background-color: transparent;
}

header#masthead .topBar a,
header#masthead .topBar button.searchOpener,
nav#mainMenu ul a,
#slider .homepageSearch .searchField button,
#slider .sliderText .slide .bannerText .title,
#welcome .column.right .quickLink a,
#welcome .column.left a.more,
#quickLinks .column .quickLink .title,
#studentStories .sectionTitle,
#studentStories .story .testimonial,
#studentStories .owl-nav button:before,
#events .sectionTitle,
#events .eventsCarousel .event a,
#events .eventsCarousel .event a:hover .info .more,
#events .flex a.more:hover,
#featuredCourses .flex .sectionTitle,
#featuredCourses .courseList .course a,
#slider .sliderText .slide .bannerText .flex a.more:hover,
#featuredCourses .flex a.more:hover,
#news .leftColumn,
#news .newsCarousel .article a,
#news .leftColumn a.more:hover,
#events .owl-nav button:hover:before,
#news .newsCarousel .article a:hover .info .more,
#news .owl-nav button,
#waesCentres .sectionTitle,
#waesCentres .centreList .centre a,
#waesCentres .centreList .centre a .more,
#waesCentres .contactDetails,
#waesCentres .contactDetails a,
#waesCentres .contactDetails a.more,
footer#siteFooter .topBlock .footerLinks a,
footer#siteFooter .lowerBlock,
footer#siteFooter .lowerBlock a,
nav#mainMenu ul ul.news-dropdown li a,
.skip-nav-link,
#search button.searchBTN,
#waesCentres .contactDetails .socials a:hover,
.socialLinks a:hover,
#slider .sliderText button.slick-prev:hover,
#slider .sliderText button.slick-next:hover,
#slider .pausePlay:hover i,
#waesCentres .owl-nav button,
header#masthead .topBar span.mobTitle,
header#masthead .topBar button.searchBTN.mob,
#pageHolder aside#sidebar .sectionHeader,
#pageHolder aside#sidebar nav#sideMenu ul li a,
#pageHolder #pageContent blockquote,
#pageHolder aside#sidebar .holder:after,
#pageHolder aside#sidebar ul li ul li:before,
#pageHolder aside#sidebar #courseSearch-mob .searchField button,
#pageHolder aside#sidebar #courseSearch-mob.course .title,
#course-filter .title,
.courseCategoryListing .category .info .name,
#dialog-modal figure .name,
#dialog-modal .modalInfo .more,
#dialog-modal .modalInfo .specificAreas .buttons a.button,
#pageHolder .courseCategoryListing .category .info button:hover,
#pageHolder .courseCategoryListing .category .info button:focus,
#course-filter .resetCont button:hover,
#course-filter .filterList legend button,
#course-filter .searchFilterButton button,
#courseType .typeList .type .title span,
#pageHolder aside#sidebar .filterBTN,
#pageHolder #pageContent a.more.default,
#quickLinks.course-category .sectionTitle,
#whyWAES .column.right .quickLink .title,
#whyWAES .column.left ul.checklist li:before,
#heroEvent .event,
#heroEvent .event .heroContent a.more:hover,
#courseList .list .item .titleSection,
#courseList .sectionTitle,
#courseList .list .item .titleSection span.more,
#courseList .list .item a.more,
#pageHolder #pageContent .flex aside#courseSidebar .sidebarTitle,
#pageHolder #pageContent .flex aside#courseSidebar .courseName,
#pageHolder #pageContent .flex aside#courseSidebar .btns span.more,
aside#courseSidebar .dates .date .expanded a.more,
.courseInfo.main-content #accordion .accordion-item button,
.flex aside#courseSidebar .sidebarButtons a,
#pageHolder #pageContent .flex aside#courseSidebar .share .shareBTNS a,
#relatedCourses .sectionTitle,
#relatedCourses .courseList .course a .title,
#relatedCourses .owl-nav button,
#pageHolder #pageContent .sort-pages .sort ul ul li a,
#pageHolder #pageContent .sort-pages .sort.open > ul > li a,
#pageHolder #pageContent .sort-pages .pages a.current,
#pageHolder #pageContent .sort-pages .pages a:hover,
#slider.page.news .overflow h1,
body.course-search .paging a.current,
body.course-search .paging a:hover,
#slider.page.news .owl-nav button,
#pageHolder #pageContent ul.newsList .itemInfo span.more,
#pageHolder #pageContent .filterWrapper .filterItems,
#pageHolder #pageContent .filterWrapper .filterGroup.open,
body.news-listing .paging a.current,
body.news-listing .paging a:hover,
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel,
body.news-listing #pageHolder #pageContent .filterList .list legend button[aria-expanded=true],
body.news-listing #pageHolder #pageContent .filterList .filterBTN,
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel a,
aside#sidebar .sidebarNewsCarousel .sidebarCarousel .info .more,
#pageHolder aside#sidebar .sidebarNewsCarousel .owl-nav button,
body.news-article #pageHolder .pageHolder .share a,
body.event-listing .paging a.current,
body.event-listing .paging a:hover,
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel,
body.event-listing #pageHolder #pageContent .filterList .list legend button[aria-expanded=true],
body.event-listing #pageHolder #pageContent .filterList .filterBTN,
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel a,
#pageHolder #pageContent ul.eventList .itemInfo span.more,
body.event-article #pageHolder .eventSpecifics a.addCalendar:after,
body.event-article #pageHolder .pageHolder .share a,
body.event-article #pageHolder .pageHolder .share a.addCalendar:after,
body.event-article #pageHolder .pageHolder .share a.signUp:after,
body.apprenticeships .paging a.current,
body.apprenticeships .paging a:hover,
#pageHolder aside#sidebar .tabs button,
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li a.more:hover,
body.basket #courseList .list .item .rightColumn button.remove,
body.vacancies #courseList .list .item button.download-description,
#pageHolder #pageContent a.more.backHome,
body.basket #courseList .applyBTN a.more,
body.search-results .paging a.current,
body.search-results .paging a:hover,
body.basket #pageHolder .pageHolder .linkBlock .title,
body.basket #pageHolder .pageHolder .linkBlock a.more:hover,
body.search-results #pageHolder .pageHolder .linkBlock .title,
body.search-results #pageHolder .pageHolder .linkBlock a.more:hover,
body.course-search #pageHolder .pageHolder .linkBlock .title,
body.course-search #pageHolder .pageHolder .linkBlock a.more:hover {
  color: #fff;
}

#news .leftColumn a.more,
.socialLinks a,
#news .newsCarousel .article a .info .more,
footer#siteFooter .topBlock .footerSocials,
footer#siteFooter .topBlock .footerSocials a,
#dialog-modal.green .modalInfo .specificAreas .buttons a.button:hover,
#dialog-modal.green .modalInfo .specificAreas .buttons a.button:focus,
body.apprenticeships .paging a {
  color: #0D847D;
}

#slider .sliderText .slide .bannerText .flex a.more,
#waesCentres .contactDetails .socials a,
footer#siteFooter .topBlock .footerSocials a:hover,
nav#mainMenu ul ul li a,
nav#mainMenu ul ul.triple-column.courses ul .columnHeading,
#slider .homepageSearch .subjectMenu ul li a,
#slider .sliderText button.slick-prev,
#slider .sliderText button.slick-next,
#slider .pausePlay i,
#slider .homepageSearch .subjectMenu select,
#pageHolder #pageContent .breadcrumb a,
#dialog-modal.blue .modalInfo .specificAreas .buttons a.button:hover,
#dialog-modal.blue .modalInfo .specificAreas .buttons a.button:focus,
.courseCategoryListing .category.blue .info button,
.courseCategoryListing .category.blue .info a.more,
#course-filter .resetCont button,
#course-filter .title button,
.flex aside#courseSidebar .sidebarButtons a.download:hover,
body.course-search #pageHolder #pageContent h2,
#pageHolder #pageContent .sort-pages .sort > ul > li a,
#pageHolder #pageContent .sort-pages .pages a,
body.course-search .paging a,
#slider.page.news .newsCarousel .item a .info .title,
#pageHolder #pageContent .sort-pages .sort select,
#pageHolder #pageContent ul.newsList .itemInfo .title,
#pageHolder #pageContent .filterWrapper .filterGroup,
#pageHolder #pageContent .filterWrapper .sectionName,
body.news-listing .paging a,
body.news-listing #pageHolder #pageContent .filterList .list legend button,
body.news-listing #pageHolder #pageContent .filterList .title,
body.news-listing #pageHolder #pageContent .selectList .title,
body.news-listing #pageHolder #pageContent .selectList select,
aside#sidebar .sidebarNewsCarousel .sidebarCarousel .info .title,
body.event-listing .paging a,
body.event-listing #pageHolder #pageContent .filterList .list legend button,
body.event-listing #pageHolder #pageContent .filterList .title,
body.event-listing #pageHolder #pageContent .selectList .title,
body.event-listing #pageHolder #pageContent .selectList select,
body.event-article #pageHolder .eventSpecifics a.addCalendar,
body.event-article #pageHolder .pageHolder .share a.addCalendar,
body.event-article #pageHolder .pageHolder .share a.signUp,
#pageHolder #pageContent .sort-pages .sort:after,
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li a.more,
body.vacancies #pageHolder #pageContent h1,
#pageHolder #pageContent .flex aside#courseSidebar .sidebarButtons a.blue:hover,
#pageHolder #pageContent h1,
#pageHolder #pageContent h2,
#pageHolder #pageContent h4,
body.search-results .paging a {
  color: #00457C;
}

#welcome h1,
#events .flex a.more,
#events .eventsCarousel .event a .info .more,
#featuredCourses .flex a.more,
#events .owl-nav button:before,
#usefulLinks .sectionTitle,
#pageHolder #pageContent h3,
#pageHolder #pageContent h5,
#dialog-modal.mid-blue .modalInfo .specificAreas .buttons a.button:hover,
#dialog-modal.mid-blue .modalInfo .specificAreas .buttons a.button:focus,
.courseCategoryListing .category.mid-blue .info button,
.courseCategoryListing .category.mid-blue .info a.more,
#courseType .sectionTitle,
#whyWAES .sectionTitle,
#heroEvent .event .heroContent a.more,
#pageHolder #pageContent .careerInfo .leftColumn .sectionTitle,
#pageHolder aside#sidebar .sidebarNewsCarousel .sectionTitle,
body.news-article #pageHolder .pageHolder .share .sectionTitle,
#pageHolder #pageContent ul.eventList .itemInfo .title,
body.event-article #pageHolder .pageHolder .share .sectionTitle,
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li .title,
body.basket #pageHolder .pageHolder .linkBlock a.more,
body.search-results #pageHolder .pageHolder .linkBlock a.more,
body.course-search #pageHolder .pageHolder .linkBlock a.more {
  color: #006BB6;
}

#pageHolder #pageContent .breadcrumb a:hover,
#pageHolder #pageContent .breadcrumb a.current,
#pageHolder #pageContent p a,
#pageHolder #pageContent ul li a,
#dialog-modal .modalInfo .more.readMore:hover,
#dialog-modal .modalInfo .more.readMore:focus,
#course-filter .searchFilterButton button:hover,
#courseList .list .item a.more:hover,
#pageHolder #pageContent .flex aside#courseSidebar .dates .title,
#pageHolder #pageContent .flex aside#courseSidebar .dates .date button,
aside#courseSidebar .dates .date .expanded a.more:hover,
#pageHolder #pageContent h4.request span,
body.basket #courseList .list .item .rightColumn a.more:hover,
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .completedInfo,
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .completedInfo a,
#pageHolder #pageContent .sitemap li ul li a:hover,
#pageHolder #pageContent a.more.backHome:hover,
body.basket #courseList .applyBTN a.more:hover,
body.page.search-results #pageHolder #pageContent .tab-content h4.request a,
body.course-search.no-result #pageHolder #pageContent h2 span {
  color: #E50481;
}

#usefulLinks .flex .column a,
nav#mainMenu ul ul.triple-column.courses ul li a,
nav#mainMenu ul ul.triple-column ul.column a.allCourses,
.courseCategoryListing .category.green .info button,
.courseCategoryListing .category.green .info a.more,
#slider.page.news .newsCarousel .item a .info .date,
#pageHolder #pageContent ul.newsList .itemInfo,
aside#sidebar .sidebarNewsCarousel .sidebarCarousel .info,
#pageHolder #pageContent ul.eventList .itemInfo .eventSpecifics,
#pageHolder #pageContent .sitemap li ul li a {
  color: #000000;
}

#slider ul.slick-dots li button,
#featuredCourses .flex a.more,
#news .leftColumn a.more,
#news .newsCarousel .article a .info .more,
#studentStories .owl-dots button,
nav#mainMenu ul li.has-submenu button span,
#pageHolder #pageContent blockquote:before,
#pageHolder #pageContent blockquote:after,
#course-filter .filterList .list,
body.basket #pageHolder .pageHolder .linkBlock a.more,
body.search-results #pageHolder .pageHolder .linkBlock a.more,
body.course-search #pageHolder .pageHolder .linkBlock a.more {
  border-color: #fff;
}

#slider .homepageSearch .leftArrow,
#dialog-modal.blue .modalInfo .specificAreas .buttons a.button,
.flex aside#courseSidebar .sidebarButtons a.download,
#pageHolder #pageContent .sort-pages .sort,
#pageHolder #pageContent .sort-pages .pages a,
body.course-search .paging a,
body.course-search #courseList .list .item,
#pageHolder #pageContent ul.newsList li,
#pageHolder #pageContent .filterWrapper .filterGroup,
body.news-listing .paging a,
body.news-listing #pageHolder #pageContent .filterList .list fieldset button,
body.news-listing #pageHolder #pageContent .selectList select,
body.event-listing #pageHolder #pageContent .filterList .list fieldset button,
body.event-listing #pageHolder #pageContent .selectList select,
body.event-article #pageHolder .eventSpecifics a.addCalendar,
body.event-article #pageHolder .pageHolder .share a.addCalendar,
body.event-article #pageHolder .pageHolder .share a.signUp,
body.search-results #courseList .list .item,
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li a.more,
body.basket #courseList .list .item,
#pageHolder #pageContent .flex aside#courseSidebar .sidebarButtons a.blue,
body.search-results .paging a,
body.basket #pageHolder .pageHolder {
  border-color: #00457C;
}

header#masthead .topBar .leftArrow,
#dialog-modal.green .modalInfo .specificAreas .buttons a.button,
#courseList .list .item .specifics .column .spec,
#pageHolder #pageContent .flex aside#courseSidebar .dates .date .spec,
#pageHolder #pageContent .sort-pages,
body.apprenticeships #courseList .list .item,
body.apprenticeships .paging a,
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .dates .date,
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .dates .date .row {
  border-color: #0D847D;
}

nav#mainMenu:before,
#dialog-modal.mid-blue .modalInfo .specificAreas .buttons a.button,
#pageHolder #pageContent .flex aside#courseSidebar .dates .date,
#pageHolder #pageContent .careerInfo,
body.news-article #pageHolder .pageHolder .share,
#pageHolder #pageContent ul.eventList li,
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li {
  border-color: #006BB6;
}

#dialog-modal .modalInfo .more.readMore,
#courseList .list .item a.more,
#pageHolder #pageContent .flex aside#courseSidebar .dates .date.expand,
aside#courseSidebar .dates .date .expanded a.more,
#pageHolder aside#sidebar .sidebarNewsCarousel,
body.basket #courseList .list .item .rightColumn a.more:hover,
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .completedInfo,
body.basket #courseList .applyBTN a.more {
  border-color: #E50481;
}

@media (max-width: 767px) {
  #featuredCourses:after {
    background-color: #fff;
  }
  #studentStories .carousel,
  #relatedCourses {
    background-color: #0D847D;
  }
  header#masthead,
  #events,
  #quickLinks.course-category {
    background-color: #006BB6;
  }
  #featuredCourses {
    background-color: #E50481;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #pageHolder aside#sidebar #courseSearch-mob.course {
    background-color: transparent;
  }
  #pageHolder aside#sidebar #courseSearch-mob.course .searchWrap {
    background-color: #00457C;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  #quickLinks.course-category .sectionTitle {
    color: #006BB6;
  }
}
@media (max-width: 1023px) {
  header#masthead .topBar .combined {
    background-color: #0D847D;
  }
  #waesCentres,
  #course-filter {
    background-color: #00457C;
  }
}
@media (min-width: 1024px) {
  body.fixedHeader header#masthead {
    background-color: #fff;
  }
}
@media (max-width: 1700px) {
  #news {
    background-color: #0D847D;
  }
}
@media (max-width: 1900px) {
  #welcome.quickLinks {
    background-color: #0D847D;
  }
}
footer#siteFooter .topBlock .footerSocials a,
#slider .pausePlay i {
  -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;
}

#pageHolder #pageContent .flex aside#courseSidebar .share .shareBTNS a,
body.news-listing #pageHolder #pageContent .filterList .filterBTN,
#pageHolder aside#sidebar #courseSearch-mob .searchField button,
#pageHolder .pageHolder .share a,
body.event-article #pageHolder .eventSpecifics a.addCalendar:after,
body.event-article #pageHolder .pageHolder .share a.addCalendar:after,
body.event-article #pageHolder .pageHolder .share a.signUp:after,
#pageHolder aside#sidebar .tabs button,
body.basket #courseList .list .item .rightColumn button.remove,
body.vacancies #courseList .list .item button.download-description,
#pageHolder #pageContent a.more.backHome,
#search button.searchBTN {
  -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;
}

.b {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.more, span.more,
.owl-nav button,
header#masthead,
nav#mainMenu,
header .logoHolder,
header .logoHolder a,
nav#mainMenu ul a:after,
#welcome .column.right .quickLink .title,
#welcome .column.right .quickLink .overlay:before,
#welcome .column.right .quickLink figure img,
#quickLinks .column .quickLink .overlay:before,
#quickLinks .column .quickLink .title,
#quickLinks .column .quickLink figure img,
#events .eventsCarousel .event a figure img,
#featuredCourses .courseList .course a .overlay:before,
#featuredCourses .courseList .course a .title,
#featuredCourses .courseList .course a figure img,
#news .newsCarousel .article a figure img,
#waesCentres .centreList .centre a figure img,
nav#mainMenu ul ul.triple-column.courses ul.column:first-child li a,
nav#mainMenu ul ul.triple-column.courses ul:first-child li a:before,
nav#mainMenu ul ul.news-dropdown li a:before,
#waesCentres .contactDetails .socials a,
.socialLinks a,
header#masthead .topBar button.searchOpener,
header#masthead .topBar .basket i,
#slider .homepageSearch .searchField button,
#slider .sliderText button,
#slider .pausePlay,
#slider .homepageSearch .subjectMenu > ul > li a i,
a.mobileMenuBTN #navIcon span,
#slider .homepageSearch .searchField button,
#dialog-modal .modalInfo .specificAreas .buttons a.button,
#modal-overlay,
.courseCategoryListing .category .info button,
#course-filter .resetCont button,
#course-filter .searchFilterButton button,
#courseType .typeList .type .title,
#courseType .typeList .type figure img,
#course-filter,
#whyWAES .column.right .quickLink .overlay:before,
#whyWAES .column.right .quickLink figure img,
#whyWAES .column.right .quickLink .title,
#relatedCourses .courseList .course a figure img,
#pageHolder #pageContent .sort-pages .pages a,
body.course-search .paging a,
#slider.page.news .newsCarousel .item a figure img,
#pageHolder #pageContent ul.newsList figure img,
.paging a,
#pageHolder #pageContent ul.eventList figure img,
#pageHolder #pageContent ul.eventList figure:after {
  -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;
}

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
elect {
  text-transform: none;
}

button,
html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

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

#wrapper,
body.mobileMenuInUse header#masthead {
  overflow: hidden;
}

.container {
  padding: 0 5%;
  position: relative;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
    max-width: 93.75rem;
    padding: 0 50px;
    padding: 0 3.125rem;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 1700px) {
  .container.wider {
    max-width: 1700px;
    max-width: 106.25rem;
  }
}
@media all and (min-width: 1500px) and (max-width: 1700px) {
  .container.wider {
    max-width: 1500px;
    max-width: 93.75rem;
  }
}
h2, h3, h4, h5 {
  margin: 5px 0 8px 0;
  padding-top: 0;
  line-height: 1.2;
}

header#masthead .topBar .basket .number {
  font-size: 10px;
}

#pageHolder aside#sidebar #courseSearch-mob .searchField input#courseSearchInput,
#whyWAES .column.left ul.checklist li:before,
#courseList .list .item .titleSection span.more,
#pageHolder #pageContent .flex aside#courseSidebar .btns span.more,
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel div label:before,
.innerHeader .basket .number {
  font-size: 14px;
}

body,
#welcome .column.left a.more,
#waesCentres .contactDetails a.more,
nav#mainMenu ul ul li a,
#pageHolder aside#sidebar nav#sideMenu ul li ul li a,
#pageHolder #pageContent blockquote cite,
#course-filter .filterList legend button i,
body.event-article #pageHolder .pageHolder .share .more,
#pageHolder #pageContent .sitemap li ul li a {
  font-size: 16px;
}

#pageHolder aside#sidebar #courseSearch-mob.course .searchField input#courseSearchInput,
#pageHolder .pageHolder p.spellchecker {
  font-size: 17px;
}

header#masthead .topBar .basket,
header#masthead .topBar button.searchOpener,
nav#mainMenu ul a,
#slider .homepageSearch .searchField input#courseSearchInput,
#studentStories .story .testimonial .outline .center span,
#events .eventsCarousel .event a .info i,
#waesCentres .centreList .centre a .name,
#waesCentres .contactDetails .socials,
#usefulLinks .flex .column a,
footer#siteFooter .topBlock .footerSocials span,
#search button.searchBTN,
#slider .homepageSearch .subjectMenu > ul > li a,
.socialLinks a,
header#masthead .topBar .searchBTN.mob,
#pageHolder aside#sidebar .sectionHeader,
#pageHolder aside#sidebar nav#sideMenu ul li a,
#dialog-modal button.close,
#course-filter .filterList legend button,
#course-filter .searchFilterButton button,
#pageHolder aside#sidebar .filterBTN,
#course-filter .title button,
#pageHolder #pageContent .flex aside#courseSidebar .courseName,
#relatedCourses .courseList .course a .title,
body.news-article #pageHolder .pageHolder .share,
body.event-article #pageHolder .pageHolder .share {
  font-size: 18px;
}

        #slider .homepageSearch .searchField button,
#welcome .column.left p,
.owl-nav button:before,
nav#mainMenu ul ul.news-dropdown li a i,
#slider .sliderText button.slick-prev:before,
#slider .sliderText button.slick-next:before,
#pageHolder #pageContent h5,
.courseInfo.main-content #accordion .accordion-item button,
#pageHolder #pageContent .flex aside#courseSidebar .share .shareBTNS a,
.innerHeader .basket,
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .completedInfo {
  font-size: 20px;
}

#welcome .column.left p{font-size:18px}

nav#mainMenu ul ul span.columnHeading,
#slider .pausePlay i,
#courseType .typeList .type .title span,
#pageHolder aside#sidebar .tabs button {
  font-size: 22px;
}

#studentStories .story .testimonial,
#events .eventsCarousel .event a .info .title,
#news .newsCarousel .article a .info .title,
#waesCentres .contactDetails,
#pageHolder #pageContent h4,
#pageHolder #pageContent blockquote,
#welcome.quickLinks .column.right .quickLink .title,
#pageHolder aside#sidebar #courseSearch-mob.course .title,
#course-filter .title,
.courseCategoryListing .category .info .name,
#quickLinks.course-category .column .quickLink a,
#pageHolder #pageContent .flex aside#courseSidebar .dates .title,
#pageHolder #pageContent ul.newsList .itemInfo .title,
aside#sidebar .sidebarNewsCarousel .sidebarCarousel .info .title,
#pageHolder #pageContent ul.eventList .itemInfo .title,
body.search-results #courseList .list .item .titleSection .title {
  font-size: 24px;
}

body.course-category #pageHolder #pageContent h3,
#heroEvent .event .heroContent .location,
#heroEvent .event .heroContent time,
#pageHolder #pageContent .sitemap li a {
  font-size: 30px;
}

#courseList .list .item .titleSection .title {
  font-size: 32px;
}

#welcome .column.right .quickLink a,
#quickLinks .column .quickLink a,
#featuredCourses .courseList .course a,
#pageHolder #pageContent h3,
#dialog-modal figure .name,
#whyWAES .column.right .quickLink .title,
#pageHolder #pageContent .flex aside#courseSidebar .sidebarTitle,
#slider.page.news .newsCarousel .item a .info .title,
#pageHolder aside#sidebar .sidebarNewsCarousel .sectionTitle,
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li .title,
body.basket #pageHolder .pageHolder .linkBlock .title,
body.search-results #pageHolder .pageHolder .linkBlock .title,
body.course-search #pageHolder .pageHolder .linkBlock .title {
  font-size: 35px;
}

body.sector-heading #pageHolder #pageContent h2 {
  font-size: 40px;
}

#studentStories .sectionTitle,
#waesCentres .sectionTitle,
#usefulLinks .sectionTitle,
#slider.page .sliderText .slide .bannerText .title,
#pageHolder #pageContent h2,
body.sector-heading #pageHolder #pageContent h1,
#courseType .sectionTitle,
#quickLinks.course-category .sectionTitle,
#whyWAES .sectionTitle,
#heroEvent .event .heroContent .title,
#pageHolder #pageContent .careerInfo .leftColumn .sectionTitle,
#pageHolder #pageContent #courseType h3.sectionTitle,
#slider.page.news .overflow h1 {
  font-size: 50px;
}

#slider .sliderText .slide .bannerText .title,
#welcome h1,
#events .sectionTitle,
#featuredCourses .flex .sectionTitle,
#news .leftColumn .sectionTitle,
#courseList .sectionTitle,
#relatedCourses .sectionTitle {
  font-size: 70px;
}

#studentStories .story .testimonial .outline .center span,
nav#mainMenu ul ul li a,
#pageHolder #pageContent blockquote cite,
#pageHolder #pageContent h4,
#pageHolder #pageContent .sort-pages .sort ul ul li a,
#pageHolder #pageContent .sitemap li ul li a {
  font-weight: 400;
}

a.more, span.more,
nav#mainMenu ul a,
#slider .homepageSearch .searchField input#courseSearchInput,
#slider .sliderText .slide .bannerText .title,
#welcome .column.right .quickLink a,
#welcome h1,
#quickLinks .column .quickLink .title,
#studentStories .sectionTitle,
#studentStories .story .testimonial .outline .center,
#events .sectionTitle,
#events .eventsCarousel .event a .info,
#featuredCourses .flex .sectionTitle,
#featuredCourses .courseList .course a,
#news .leftColumn .sectionTitle,
#news .newsCarousel .article a time,
#waesCentres .sectionTitle,
#waesCentres .centreList .centre a .name,
#waesCentres .contactDetails,
#usefulLinks .sectionTitle,
#usefulLinks .flex .column a,
footer#siteFooter .topBlock .footerLinks a,
footer#siteFooter .topBlock .footerSocials span,
nav#mainMenu ul ul span.columnHeading,
nav#mainMenu ul ul.news-dropdown li a,
#search input.searchInput,
#slider .homepageSearch .subjectMenu ul li a,
#slider .homepageSearch .subjectMenu select,
#pageHolder aside#sidebar .sectionHeader,
#pageHolder #pageContent .breadcrumb a,
#pageHolder #pageContent blockquote,
#pageHolder aside#sidebar #courseSearch-mob .searchField input#courseSearchInput,
#pageHolder aside#sidebar #courseSearch-mob.course .title,
#course-filter .title,
.courseCategoryListing .category .name,
#dialog-modal figure .name,
#dialog-modal .modalInfo .specificAreas .title,
#dialog-modal .modalInfo .specificAreas .buttons a.button,
.courseCategoryListing .category .info button,
#course-filter .resetCont button,
#course-filter .filterList legend button,
#course-filter .searchFilterButton button,
#courseType .sectionTitle,
#courseType .typeList .type .title span,
#pageHolder aside#sidebar .filterBTN,
#quickLinks.course-category .sectionTitle,
#whyWAES .sectionTitle,
#whyWAES .column.right .quickLink .title,
#heroEvent .event .heroContent,
#courseList .list .item .titleSection .title,
#courseList .sectionTitle,
#courseList .list .item .specifics .column .spec span,
#pageHolder #pageContent .flex aside#courseSidebar .sidebarTitle,
#pageHolder #pageContent .flex aside#courseSidebar .courseName,
#pageHolder #pageContent .flex aside#courseSidebar .dates .title,
#pageHolder #pageContent .flex aside#courseSidebar .dates .date .spec span,
.courseInfo.main-content #accordion .accordion-item button,
#pageHolder #pageContent .flex aside#courseSidebar .share .title,
#pageHolder #pageContent .careerInfo .leftColumn .sectionTitle,
#relatedCourses .sectionTitle,
#relatedCourses .courseList .course a .title,
#pageHolder #pageContent .sort-pages .sort > ul > li a,
#pageHolder #pageContent .sort-pages .pages a,
.flex aside#courseSidebar .dates .date.expand .expanded span.courseFull,
#pageHolder #pageContent .flex aside#courseSidebar .dates p.courseClosed,
#slider.page.news .overflow h1,
.paging a,
#slider.page.news .newsCarousel .item a .info,
#pageHolder #pageContent .sort-pages .sort select,
#pageHolder #pageContent ul.newsList .itemInfo,
#pageHolder #pageContent .filterWrapper .sectionName,
#pageHolder #pageContent .filterWrapper .filterGroup .filterName,
#pageHolder #pageContent .filterList .title,
#pageHolder #pageContent .filterList .list legend button,
#pageHolder #pageContent .filterList .filterBTN,
#pageHolder #pageContent .selectList .title,
#pageHolder #pageContent .selectList select,
span.articleDate,
#pageHolder aside#sidebar .sidebarNewsCarousel .sectionTitle,
#pageHolder aside#sidebar .sidebarNewsCarousel .sidebarCarousel .info,
body.news-article #pageHolder .pageHolder .share .sectionTitle,
#pageHolder #pageContent ul.eventList .itemInfo .title,
body.event-article #pageHolder .pageHolder .share .sectionTitle,
#pageHolder aside#sidebar .tabs button,
#pageHolder #pageContent h4.request,
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li .title,
body.basket #courseList .list .item .rightColumn button.remove,
body.vacancies #courseList .list .item button.download-description,
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .dates .date .spec:nth-child(1),
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .completedInfo,
#pageHolder #pageContent .sitemap li a,
body.page.search-results #pageHolder #pageContent .tab-content .excerpt,
body.basket #pageHolder .pageHolder .linkBlock .title,
body.search-results #pageHolder .pageHolder .linkBlock .title,
body.course-search #pageHolder .pageHolder .linkBlock .title,
body.page.course-search #pageHolder #pageContent .excerpt,
#pageHolder .pageHolder p.spellchecker {
  font-weight: 700;
}

@media (min-width: 1024px) and (max-height: 900px) {
  #slider .sliderText .slide .bannerText .title,
  #slider.page .sliderText .slide .bannerText .title {
    font-size: 46px;
  }
}
@media (max-width: 400px) {
  .innerHeader .basket {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #whyWAES .column.left ul.checklist li:before,
  #courseList .list .item .titleSection .btns span.more {
    font-size: 12px;
  }
  body,
  #slider .pausePlay i,
  #slider .homepageSearch .searchField input#courseSearchInput,
  #slider .homepageSearch .subjectMenu > ul > li a,
  #welcome .column.left p,
  #welcome .column.left a.more,
  #studentStories .story .testimonial .outline .center span,
  #pageHolder aside#sidebar nav#sideMenu ul li a,
  #pageHolder aside#sidebar nav#sideMenu ul li ul li a,
  #pageHolder #pageContent blockquote cite,
  #pageHolder aside#sidebar #courseSearch-mob.course .searchField input#courseSearchInput,
  body.event-article #pageHolder .pageHolder .share .more,
  #pageHolder #pageContent .sitemap li ul li a {
    font-size: 14px;
  }
  #slider .sliderText button.slick-prev:before,
  #slider .sliderText button.slick-next:before,
  #slider .homepageSearch .searchField button,
  #studentStories .story .testimonial,
  #usefulLinks .flex .column a,
  #pageHolder #pageContent h5,
  #pageHolder #pageContent blockquote,
  #pageHolder aside#sidebar .sectionHeader,
  #pageHolder aside#sidebar .filterBTN,
  #courseList .list .item .titleSection .btns span.more i,
  #pageHolder #pageContent .flex aside#courseSidebar .courseName,
  #pageHolder #pageContent .flex .courseInfo.main-content #accordion .accordion-item button,
  #relatedCourses .courseList .course a .title,
  #pageHolder aside#sidebar .tabs button,
  #pageHolder #pageContent .flex aside#courseSidebar.vacancy .completedInfo {
    font-size: 16px;
  }
  header#masthead .topBar a.accessibility i,
  .courseCategoryListing .category .info .name,
  #courseType .typeList .type .title span,
  #heroEvent .event .heroContent time,
  #heroEvent .event .heroContent .location,
  #pageHolder #pageContent .flex aside#courseSidebar .dates .title,
  #pageHolder #pageContent .flex aside#courseSidebar .share .shareBTNS a,
  #pageHolder #pageContent h4.request {
    font-size: 18px;
  }
  #welcome .column.right .quickLink .title,
  #quickLinks .column .quickLink .title,
  #events .eventsCarousel .event a .info .title,
  #featuredCourses .courseList .course a .title,
  #news .newsCarousel .article a .info .title,
  #waesCentres .contactDetails,
  #slider.page .sliderText .slide .bannerText .title,
  #pageHolder #pageContent h4,
  body.course-category #pageHolder #pageContent h3,
  #quickLinks .column .quickLink a .title,
  #whyWAES .column.right .quickLink .title,
  #courseList .list .item .titleSection .title,
  #pageHolder #pageContent .flex aside#courseSidebar .sidebarTitle,
  #slider.page.news .newsCarousel .item a .info .title,
  #pageHolder #pageContent ul.newsList .itemInfo .title,
  body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li .title,
  #pageHolder #pageContent .sitemap li a,
  body.basket #pageHolder .pageHolder .linkBlock .title,
  body.search-results #pageHolder .pageHolder .linkBlock .title,
  body.course-search #pageHolder .pageHolder .linkBlock .title {
    font-size: 20px;
  }
  #slider.home .sliderText .slide .bannerText .title {
    font-size: 22px;
  }
  #pageHolder #pageContent h3 {
    font-size: 25px;
  }
  body.sector-heading #pageHolder #pageContent h2 {
    font-size: 25px;
  }
  #welcome h1, #events .sectionTitle,
  #featuredCourses .flex .sectionTitle,
  #news .leftColumn .sectionTitle,
  #studentStories .sectionTitle,
  #waesCentres .sectionTitle,
  #usefulLinks .sectionTitle,
  #pageHolder #pageContent h2,
  #courseType .sectionTitle,
  #quickLinks.course-category .sectionTitle,
  #whyWAES .sectionTitle,
  #heroEvent .event .heroContent .title,
  #courseList .sectionTitle,
  #relatedCourses .sectionTitle,
  #pageHolder #pageContent .careerInfo .leftColumn .sectionTitle,
  #pageHolder #pageContent #courseType h3.sectionTitle,
  #slider.page.news .overflow h1,
  body.sector-heading #pageHolder #pageContent h1,
  body.vacancies #pageHolder #pageContent h1 {
    font-size: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #courseList .list .item .titleSection span.more {
    font-size: 12px;
  }
  a.more, span.more,
  #dialog-modal .modalInfo .specificAreas .buttons a.button,
  body.vacancies #courseList .list .item button.download-description,
  body.event-article #pageHolder .pageHolder .share a.more {
    font-size: 14px;
  }
  #studentStories .story .testimonial .outline .center span,
  #pageHolder aside#sidebar nav#sideMenu ul li a {
    font-size: 16px;
  }
  #studentStories .story .testimonial,
  #pageHolder aside#sidebar .tabs button {
    font-size: 18px;
  }
  #events .eventsCarousel .event a .info .title,
  #featuredCourses .courseList .course a .title,
  #news .newsCarousel .article a .info .title,
  #pageHolder aside#sidebar #courseSearch-mob.course .title,
  #courseType .typeList .type .title span,
  .courseCategoryListing .category .info .name,
  #quickLinks.course-category .column .quickLink .title {
    font-size: 20px;
  }
  #welcome .column.right .quickLink a,
  #quickLinks .column .quickLink .title,
  #courseList .list .item .titleSection .title,
  #slider.page.news .newsCarousel .item a .info .title,
  body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li .title {
    font-size: 24px;
  }
  #whyWAES .column.right .quickLink .title,
  #dialog-modal figure .name,
  #pageHolder #pageContent .introBlock .intro h3,
  body.basket #pageHolder .pageHolder .linkBlock .title,
  body.search-results #pageHolder .pageHolder .linkBlock .title,
  body.course-search #pageHolder .pageHolder .linkBlock .title {
    font-size: 28px;
  }
  #studentStories .sectionTitle,
  #slider.page .sliderText .slide .bannerText .title {
    font-size: 34px;
  }
  #slider .sliderText .slide .bannerText .title,
  #courseList .sectionTitle,
  #pageHolder #pageContent .courseInfo h1,
  #pageHolder #pageContent .careerInfo .leftColumn .sectionTitle,
  #pageHolder #pageContent #courseType h3.sectionTitle,
  #slider.page.news .overflow h1 {
    font-size: 40px;
  }
  #welcome h1,
  #events .sectionTitle,
  #featuredCourses .flex .sectionTitle,
  #news .leftColumn .sectionTitle,
  #relatedCourses .sectionTitle,
  body.vacancies #pageHolder #pageContent h1 {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  header#masthead .topBar a.accessibility {
    font-size: 0;
  }
  html.mobile.landscape #slider.home .homepageSearch .searchField button {
    font-size: 18px;
  }
  html.mobile.landscape #slider.home .sliderText .slide .bannerText .title {
    font-size: 22px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  header#masthead .topBar a.accessibility i,
  .courseInfo.main-content #accordion .accordion-item button {
    font-size: 18px;
  }
  #heroEvent .event .heroContent .location,
  #heroEvent .event .heroContent time {
    font-size: 20px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .sidebarTitle {
    font-size: 30px;
  }
  #heroEvent .event .heroContent .title {
    font-size: 34px;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  #slider .homepageSearch .searchField input#courseSearchInput,
  #slider .homepageSearch .subjectMenu > ul > li a {
    font-size: 16px;
  }
  #welcome .column.left p {
    font-size: 18px;
  }
  #pageHolder #pageContent ul.newsList .itemInfo .title {
    font-size: 20px;
  }
  #waesCentres .sectionTitle,
  #usefulLinks .sectionTitle {
    font-size: 44px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  #courseList .list .item .titleSection .btns span.more {
    font-size: 12px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .btns span.more {
    font-size: 12px;
  }
  #studentStories .story .testimonial {
    font-size: 22px;
  }
  #featuredCourses .courseList .course a .title,
  body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li .title {
    font-size: 30px;
  }
  #studentStories .sectionTitle,
  #courseType .sectionTitle {
    font-size: 44px;
  }
  #slider .sliderText .slide .bannerText .title {
    font-size: 46px;
  }
  #welcome h1,
  #events .sectionTitle,
  #featuredCourses .flex .sectionTitle,
  #news .leftColumn .sectionTitle,
  #courseList .sectionTitle,
  #relatedCourses .sectionTitle,
  body.vacancies #pageHolder #pageContent h1 {
    font-size: 60px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1400px) {
  nav#mainMenu > ul > li a {
    font-size: 16px;
  }
  #heroEvent .event .heroContent .location,
  #heroEvent .event .heroContent time {
    font-size: 24px;
  }
  #heroEvent .event .heroContent .title {
    font-size: 40px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1500px) {
  #quickLinks.course-category .column .quickLink .title {
    font-size: 24px;
  }
  #courseList .list .item .titleSection .title,
  #slider.page.news .newsCarousel .item a .info .title {
    font-size: 28px;
  }
  #welcome .column.right .quickLink a,
  #quickLinks .column .quickLink .title,
  #whyWAES .column.right .quickLink .title {
    font-size: 30px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1600px) {
  .courseCategoryListing .category .info .name {
    font-size: 22px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-move-right {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
    -webkit-transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
/* Standard height of header */
/* Height of header when scrolled*/
/* Height of header for mobiles */
header#masthead {
  position: relative;
  width: 100%;
  height: 140px;
  z-index: 3000;
}
header#masthead .logoHolder {
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 2000;
}
header#masthead .logoHolder a {
  display: block;
  position: relative;
  z-index: 5;
}
header#masthead .logoHolder a img {
  position: absolute;
  top: 0;
  left: 0;
}
header#masthead .logoHolder a img {
  max-width: 100%;
  height: auto;
}
header#masthead .logoHolder a img.scrolled {
  opacity: 0;
}
header#masthead .logoHolder,
header#masthead .logoHolder a {
  width: 250px;
  height: 117px;
}
header#masthead .topBar {
  position: absolute;
  top: 0;
  right: 50px;
  height: 64px;
  padding: 10px 0 0 30px;
}
header#masthead .topBar span.mobTitle {
  display: none;
}
header#masthead .topBar span.mobTitle i {
  margin-right: 8px;
}
header#masthead .topBar .combined {
  display: inline-block;
}
header#masthead .topBar a {
  display: inline-block;
  line-height: 45px;
  padding: 0 10px;
  margin: 0 0 0 15px;
}
header#masthead .topBar a i {
  margin-right: 6px;
}
header#masthead .topBar a:hover {
  text-decoration: underline;
}
header#masthead .topBar .basket {
  position: relative;
}
header#masthead .topBar .basket .number {
  position: absolute;
  bottom: 6px;
  right: 5px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
}
header#masthead .topBar .basket:hover i {
  opacity: 0.6;
}
header#masthead .topBar button.searchOpener {
  border: none;
  appearance: none;
  padding: 0 5px;
  margin: 0 0 0 10px;
  background: transparent;
}
header#masthead .topBar button.searchOpener:hover {
  opacity: 0.6;
}
header#masthead .topBar a.searchBTN.mob {
  margin-right: 0;
  padding: 0;
  width: 20px;
  display: none;
  text-align: right;
}
header#masthead .topBar a.searchBTN.mob i {
  margin-right: 0;
}
header#masthead .topBar a.searchBTN.mob i.fa-times {
  display: none;
}
header#masthead .topBar .leftArrow {
  position: absolute;
  width: 64px;
  height: 64px;
  left: -64px;
  top: 0;
  border-right-width: 32px;
  border-right-style: solid;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
}
header#masthead .topBar:after {
  position: absolute;
  right: -50vw;
  width: 50vw;
  top: 0;
  height: 100%;
  content: "";
}
header#masthead .topBar a#mobile {
  display: none;
}

body.mobileMenuInUse header#masthead .topBar a.searchBTN.mob {
  text-decoration: none;
}

@media (max-width: 767px) {
  header#masthead {
    height: 120px;
  }
  header#masthead .container {
    padding: 0;
  }
  header#masthead .logoHolder,
  header#masthead .logoHolder a {
    width: 138px;
    height: 65px;
  }
  header#masthead .logoHolder {
    top: 50px;
    left: 5%;
  }
  header#masthead .topBar {
    display: flex;
    height: 40px;
    right: 0;
    width: 100%;
    padding: 0 5%;
    justify-content: flex-end;
  }
  header#masthead .topBar a,
  header#masthead .topBar a.accessibility i,
  header#masthead .topBar span.mobTitle {
    line-height: 40px;
  }
  header#masthead .topBar span.mobTitle {
    margin-right: auto;
  }
  header#masthead .topBar a {
    margin: 0 0 0 8px;
  }
  header#masthead .topBar a.accessibility {
    margin: 0 0 0 12px;
  }
  header#masthead .topBar .combined {
    width: 150px;
    left: 5%;
  }
  header#masthead .topBar a.searchBTN.mob i.fa-times {
    line-height: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  header#masthead .topBar .combined {
    width: 200px;
    left: 10px;
  }
}
@media (max-width: 1023px) {
  header#masthead .topBar span.mobTitle {
    display: inline-block;
  }
  header#masthead .topBar span.mobTitle:hover {
    cursor: pointer;
  }
  header#masthead .topBar span.mobTitle.open i {
    transform: rotate(180deg);
  }
  header#masthead .topBar .combined {
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    z-index: 100;
    padding: 0 0 10px 0;
    z-index: 3000;
  }
  header#masthead .topBar .combined a {
    display: block;
    margin: 0;
    padding: 5px 20px;
    line-height: 1.5;
  }
  header#masthead .topBar button.searchOpener {
    display: none;
  }
  header#masthead .topBar a.searchBTN.mob {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  header#masthead .topBar a.accessibility i {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  header#masthead .logoHolder {
    left: 5%;
  }
  header#masthead .topBar {
    right: 5%;
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  header#masthead .topBar a {
    margin: 0 0 0 8px;
  }
}
@media (min-width: 1024px) {
  header#masthead {
    position: fixed;
    top: 0;
    left: 0;
  }
  body.fixedHeader header#masthead {
    height: 99px;
    -webkit-box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.38);
    -moz-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: 15px;
    top: 0.9375rem;
  }
  body.fixedHeader header#masthead .logoHolder,
  body.fixedHeader header#masthead .logoHolder a {
    width: 171px;
    height: 80px;
  }
  body.fixedHeader header#masthead .logoHolder a img.default {
    opacity: 0;
  }
  body.fixedHeader header#masthead .logoHolder a img.scrolled {
    opacity: 1;
  }
}
nav#mainMenu {
  position: absolute;
  height: 70px;
  top: 64px;
  right: 40px;
  padding-left: 15px;
}
nav#mainMenu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 0 13px;
}
nav#mainMenu ul a {
  display: inline-block;
  line-height: 70px;
  padding: 0 10px;
  position: relative;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
nav#mainMenu ul a:after {
  content: "";
  left: 0;
  width: 0;
  bottom: 0;
  height: 5px;
  position: absolute;
}
nav#mainMenu ul a.active:after,
nav#mainMenu ul a:hover:after,
nav#mainMenu ul a:focus:after,
nav#mainMenu ul li:hover > a:after {
  width: 100%;
}
nav#mainMenu ul li.has-submenu button {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 10px;
  margin-left: -10px;
  bottom: 10px;
  border: none;
  background: transparent;
  appearance: none;
  display: none;
}
nav#mainMenu ul li.has-submenu button span {
  display: block;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-width: 0.15em;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
nav#mainMenu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  gap: 0 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  padding: 10px 28px;
}
nav#mainMenu ul ul.single-column {
  width: 200px;
  flex-wrap: wrap;
}
nav#mainMenu ul ul.single-column li {
  flex: 0 0 100%;
}
nav#mainMenu ul ul.double-column {
  width: 400px;
  display: flex;
  padding: 0;
}
nav#mainMenu ul ul.double-column ul.column {
  position: relative;
  flex: 0 0 50%;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
nav#mainMenu ul ul.double-column ul.column li {
  flex: 0 0 100%;
}
nav#mainMenu ul ul.double-column ul.column:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  height: auto;
  width: 0.1em;
  left: 0;
}
nav#mainMenu ul ul.double-column ul.column:first-child:before {
  display: none;
}
nav#mainMenu ul ul.triple-column {
  width: 600px;
  display: flex;
  padding: 0;
}
nav#mainMenu ul ul.triple-column ul.column {
  position: relative;
  flex: 0 0 33.3333%;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
nav#mainMenu ul ul.triple-column ul.column li {
  flex: 0 0 100%;
}
nav#mainMenu ul ul.triple-column ul.column:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  height: auto;
  width: 0.1em;
  left: 0;
}
nav#mainMenu ul ul.triple-column ul.column:first-child:before {
  display: none;
}
nav#mainMenu ul ul.triple-column.courses {
  width: 1000px;
}
nav#mainMenu ul ul.triple-column.courses ul {
  padding: 25px 0 25px 50px;
  flex: 0 0 33.3333%;
}
nav#mainMenu ul ul.triple-column.courses ul .columnHeading {
  margin-bottom: 28px;
}
nav#mainMenu ul ul.triple-column.courses ul.column:before {
  display: none;
}
nav#mainMenu ul ul.triple-column.courses ul:first-child li a {
  padding: 15px 15px 15px 1px;
  display: block;
  margin: 0;
  position: relative;
}
nav#mainMenu ul ul.triple-column.courses ul:first-child li a:before {
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 30px;
  height: 100%;
  clip-path: polygon(75% 0, 100% 0%, 100% 100%, 75% 100%, 0% 50%);
}
nav#mainMenu ul ul.triple-column.courses ul:first-child li a:hover {
  text-decoration: none;
}
nav#mainMenu ul ul.triple-column.courses ul:last-child {
  flex: 0 0 33.333%;
  margin-left: 33.3333%;
}
nav#mainMenu ul ul.triple-column.courses ul:last-child a {
  padding: 15px 15px 15px 0;
  margin: 0;
}
nav#mainMenu ul ul.triple-column.courses ul ul {
  margin-left: 0 !important;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  flex-wrap: wrap;
  padding-top: 75px;
  align-content: flex-start;
}
nav#mainMenu ul ul.triple-column.courses ul ul li a {
  padding-right: 40px;
}
nav#mainMenu ul ul.triple-column.courses ul ul li a:hover, nav#mainMenu ul ul.triple-column.courses ul ul li a:focus, nav#mainMenu ul ul.triple-column.courses ul ul li a.active {
  text-decoration: underline !important;
}
nav#mainMenu ul ul.triple-column.courses ul li.show ul {
  display: flex !important;
}
nav#mainMenu ul ul.triple-column.courses ul li.show ul.hide {
  display: none !important;
}
nav#mainMenu ul ul.triple-column.courses ul.column a.allCourses:hover {
  text-decoration: underline;
}
nav#mainMenu ul ul.news-dropdown {
  width: 515px;
  left: auto;
  right: 0;
  padding: 30px 40px;
  gap: 0 15px;
}
nav#mainMenu ul ul.news-dropdown li {
  width: 135px;
}
nav#mainMenu ul ul.news-dropdown li a {
  height: 170px;
  width: 135px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  text-align: center;
  align-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
nav#mainMenu ul ul.news-dropdown li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../images/global/WAES-logo-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  transform-origin: top;
}
nav#mainMenu ul ul.news-dropdown li a span {
  z-index: 5;
  flex: 0 0 100%;
}
nav#mainMenu ul ul.news-dropdown li a i {
  flex: 0 0 100%;
  margin-bottom: 10px;
  z-index: 5;
}
nav#mainMenu ul ul.news-dropdown li a:hover {
  text-decoration: none;
}
nav#mainMenu ul ul.news-dropdown li a:hover:before {
  transform: scale(1.3);
}
nav#mainMenu ul ul li a {
  text-shadow: none;
  padding: 5px 0;
  line-height: 1.4;
  margin: 1px 0;
}
nav#mainMenu ul ul li a:after {
  display: none;
}
nav#mainMenu ul ul li a:hover, nav#mainMenu ul ul li a:focus, nav#mainMenu ul ul li a.active {
  text-decoration: underline;
}
nav#mainMenu ul li:nth-last-child(-n+2) ul {
  left: auto;
  right: 0;
}
nav#mainMenu:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  left: -70px;
  top: 0;
  border-right-width: 35px;
  border-right-style: solid;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}
nav#mainMenu:after {
  position: absolute;
  right: -50vw;
  width: 50vw;
  top: 0;
  height: 100%;
  content: "";
}
nav#mainMenu ul ul.visible,
nav#mainMenu ul ul.visible ul {
  display: flex !important;
  visibility: visible;
  opacity: 1;
}
nav#mainMenu ul ul ul {
  box-shadow: none;
}
nav#mainMenu ul ul.triple-column ul.column a.allCourses {
  padding: 0;
}

nav#mainMenu ul li:hover ul,
nav#mainMenu ul li.has-submenu.open ul {
  display: flex;
  visibility: visible;
  opacity: 1;
}
nav#mainMenu ul li:hover ul ul ul,
nav#mainMenu ul li.has-submenu.open ul ul ul {
  display: none;
}
nav#mainMenu ul li:hover ul ul > li:hover > ul,
nav#mainMenu ul li.has-submenu.open ul ul > li:hover > ul {
  display: flex;
}

body.keyboard-navigation nav#mainMenu ul li.has-submenu button {
  display: block;
}

a.mobileMenuBTN {
  display: none;
  padding: 7px 0;
  outline: none;
  margin: 16px 0 0 0;
}
a.mobileMenuBTN #navIcon {
  width: 30px;
  height: 21px;
  position: relative;
  cursor: pointer;
  float: left;
}
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;
}

nav#mainMenu > ul > li {
  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: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  z-index: 10;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.mm-searchfield__input .searchButton:before {
  width: 40px;
  height: 40px;
  content: "\f002";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.mm-searchfield__input .searchButton:hover {
  cursor: pointer;
}
.mm-searchfield__input input {
  border: none;
  color: #00457C;
}
.mm-searchfield__input input::-webkit-input-placeholder {
  color: #00457C;
  opacity: 1;
}
.mm-searchfield__input input:moz-placeholder {
  color: #00457C;
  opacity: 1;
}
.mm-searchfield__input input::-moz-placeholder {
  color: #00457C;
  opacity: 1;
}
.mm-searchfield__input input:-ms-input-placeholder {
  color: #00457C;
  opacity: 1;
}

.innerHeader {
  padding: 15px 25px 0 25px;
}

.innerHeader .logoHolder,
.innerHeader .logoHolder a {
  width: 138px;
  height: 65px;
  display: block;
}

.innerHeader .logoHolder a img {
  width: 100%;
  height: auto;
}

.innerHeader .basket {
  position: absolute;
  top: 33px;
  right: 70px;
  height: 26px;
  width: 26px;
}
.innerHeader .basket .number {
  position: absolute;
  bottom: -2px;
  right: -2px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 400px) {
  .innerHeader .logoHolder,
  .innerHeader .logoHolder a {
    width: 118px;
    height: 55px;
    display: block;
  }
  .innerHeader .basket {
    top: 23px;
    right: 63px;
  }
}
@media (max-width: 767px) {
  nav#mainMenu {
    height: 80px;
    top: 40px;
    right: 5%;
  }
  nav#mainMenu:before, nav#mainMenu:after {
    display: none;
  }
  a.mobileMenuBTN {
    margin: 22px 0 0 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  nav#mainMenu {
    right: 5%;
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  nav#mainMenu ul {
    display: none;
  }
  a.mobileMenuBTN {
    display: inline-block;
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  nav#mainMenu ul ul.triple-column.courses {
    left: -50px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1400px) {
  nav#mainMenu {
    right: calc(5% - 10px);
  }
  nav#mainMenu > ul {
    gap: 0 6px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1550px) {
  nav#mainMenu ul ul.triple-column {
    width: 540px;
  }
  nav#mainMenu ul ul.triple-column ul {
    padding: 10px 15px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1850px) {
  nav#mainMenu ul ul.triple-column.courses {
    width: 780px;
  }
  nav#mainMenu ul ul.triple-column.courses ul {
    padding: 20px 0 10px 35px;
  }
  nav#mainMenu ul ul.triple-column.courses ul .columnHeading {
    margin-bottom: 20px;
  }
  nav#mainMenu ul ul.triple-column.courses ul:first-child li a {
    padding: 10px 15px 10px 1px;
  }
  nav#mainMenu ul ul.triple-column.courses ul:last-child a {
    padding: 10px 15px 10px 0;
  }
  nav#mainMenu ul ul.triple-column.courses ul ul {
    padding-top: 62px;
  }
  nav#mainMenu ul ul.triple-column.courses ul.column a.allCourses {
    line-height: 1.6;
    margin: 15px 0;
  }
}
footer#siteFooter {
  clear: both;
}
footer#siteFooter a:hover {
  text-decoration: underline;
}
footer#siteFooter .topBlock {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
footer#siteFooter .topBlock:before {
  content: "";
  position: absolute;
  left: -50vw;
  width: 50vw;
  top: 0;
  height: 100%;
}
footer#siteFooter .topBlock .footerLinks {
  height: 70px;
  line-height: 70px;
  flex: 0 0 calc(100% - 350px);
  position: relative;
}
footer#siteFooter .topBlock .footerLinks:before {
  content: "";
  position: absolute;
  right: -69px;
  top: 0;
  width: 70px;
  height: 70px;
  clip-path: polygon(0% 0%, 65% 0%, 100% 50%, 65% 100%, 0% 100%);
}
footer#siteFooter .topBlock .footerLinks a {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  margin-left: 35px;
}
footer#siteFooter .topBlock .footerLinks a:first-child {
  margin-left: 0;
}
footer#siteFooter .topBlock .footerSocials {
  flex: 0 0 240px;
  text-align: center;
}
footer#siteFooter .topBlock .footerSocials span {
  margin-right: 10px;
}
footer#siteFooter .topBlock .footerSocials a {
  display: inline-block;
  margin: 0 1px;
  padding: 0 3px;
}
footer#siteFooter .topBlock .footerSocials a:hover {
  text-decoration: none;
}
footer#siteFooter .lowerBlock {
  padding: 35px 0;
  position: relative;
}
footer#siteFooter .lowerBlock:before {
  content: "";
  position: absolute;
  left: -50vw;
  width: 50vw;
  top: 0;
  height: 100%;
}
footer#siteFooter .lowerBlock:after {
  content: "";
  position: absolute;
  right: -99px;
  width: 100px;
  top: 0;
  height: 100%;
  clip-path: polygon(0% 0%, 60% 0%, 100% 50%, 60% 100%, 0% 100%);
}
footer#siteFooter .lowerBlock .copy,
footer#siteFooter .lowerBlock .siteBy {
  display: inline-block;
}
footer#siteFooter .lowerBlock .copy {
  margin-right: 30px;
}
footer#siteFooter .lowerBlock img.city-of-westminster-logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

@media (max-width: 767px) {
  footer#siteFooter .topBlock .footerLinks {
    height: auto;
    line-height: 1.6;
    padding: 16px 5%;
  }
  footer#siteFooter .topBlock .footerLinks a {
    margin: 10px 15px;
  }
  footer#siteFooter .topBlock .footerLinks a:first-child {
    margin-left: 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  footer#siteFooter .topBlock .footerLinks {
    padding: 0 5%;
  }
}
@media (max-width: 1023px) {
  footer#siteFooter .container {
    padding: 0;
  }
  footer#siteFooter .topBlock:before {
    display: none;
  }
  footer#siteFooter .topBlock .footerLinks {
    flex: 0 0 100%;
    text-align: center;
  }
  footer#siteFooter .topBlock .footerLinks:before {
    display: none;
  }
  footer#siteFooter .topBlock .footerSocials {
    display: none;
  }
  footer#siteFooter .lowerBlock {
    padding: 35px 5%;
    text-align: center;
  }
  footer#siteFooter .lowerBlock:before, footer#siteFooter .lowerBlock:after {
    display: none;
  }
  footer#siteFooter .lowerBlock .copy,
  footer#siteFooter .lowerBlock .siteBy {
    width: 100%;
    margin: 0 0 25px 0;
  }
  footer#siteFooter .lowerBlock img.city-of-westminster-logo {
    position: relative;
    display: inline-block;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  footer#siteFooter .topBlock .footerLinks a {
    margin-left: 25px;
  }
}
@media (max-width: 1600px) {
  footer#siteFooter .lowerBlock:after {
    right: -50px;
  }
}
a.more,
span.more,
button.more {
  padding: 0 30px;
  line-height: 48px;
  display: inline-block;
  border-radius: 24px;
}
a.more.border,
span.more.border,
button.more.border {
  border-width: 1px;
  border-style: solid;
}

button.more {
  border: none;
  appearance: none;
}

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

#slider {
  position: relative;
  clear: both;
  width: 100%;
  height: 100vh;
}
#slider .container {
  height: 100vh;
}
#slider .sliderImages {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#slider .sliderImages .gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 70%;
  background: linear-gradient(115.22deg, #000000 0%, rgba(84, 84, 84, 0) 62.79%);
  z-index: 2;
}
#slider .sliderImages .slideImage {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#slider .slick-list {
  overflow: visible;
}
#slider .slick-list,
#slider .slick-track {
  height: 100%;
}
#slider .sliderText {
  position: absolute;
  top: 0;
  right: 50px;
  left: 50px;
  width: auto;
  height: 100%;
}
#slider .sliderText button.slick-prev,
#slider .sliderText button.slick-next {
  position: absolute;
  z-index: 20;
  height: 50px;
  width: 50px;
  bottom: 50px;
  border: none;
  font-size: 0;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
}
#slider .sliderText button.slick-prev:before,
#slider .sliderText button.slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
}
#slider .sliderText button.slick-prev {
  left: 0;
}
#slider .sliderText button.slick-prev:before {
  content: "\f060";
}
#slider .sliderText button.slick-next {
  left: 130px;
}
#slider .sliderText button.slick-next:before {
  content: "\f061";
}
#slider .sliderText .slide .bannerText {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 200;
  transform: translateX(-2rem);
  -webkit-transform: translateX(-2rem);
  animation: fade-in-move-right 1s;
  -webkit-animation: fade-in-move-right 1s;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  opacity: 0;
}
#slider .sliderText .slide .bannerText .flex {
  width: 600px;
  position: relative;
}
#slider .sliderText .slide .bannerText .flex .clip {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  padding: 40px 170px 50px 0;
  width: 600px;
}
#slider .sliderText .slide .bannerText .flex:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  top: 0;
  height: 100%;
}
#slider .sliderText .slide .bannerText .flex:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
}
#slider .sliderText .slide .bannerText .title {
  line-height: 1.3;
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
#slider .sliderText .slide .bannerText .subTitle {
  line-height: 1.5;
  float: left;
  width: 90%;
}
#slider .slick-slide.slick-active .bannerText {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}
#slider ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
}
#slider ul.slick-dots li {
  display: block;
  margin: 5px 0;
}
#slider ul.slick-dots li button {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  text-indent: -999em;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background-clip: padding-box;
  behavior: url(PIE.htc);
  outline: none;
  border-style: solid;
  border-width: 1px;
}
#slider .homepageSearch {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 1060px;
  height: 150px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#slider .homepageSearch .leftArrow {
  position: absolute;
  width: 150px;
  height: 150px;
  left: -150px;
  top: 0;
  border-right-width: 75px;
  border-right-style: solid;
  border-top: 75px solid transparent;
  border-bottom: 75px solid transparent;
}
#slider .homepageSearch:after {
  position: absolute;
  right: -50vw;
  width: 50vw;
  top: 0;
  height: 100%;
  content: "";
}
#slider .homepageSearch .searchField {
  height: 80px;
  flex: 0 0 49.0476%;
  border-radius: 40px;
  position: relative;
}
#slider .homepageSearch .searchField input#courseSearchInput {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 105px);
  height: 60px;
  padding: 10px 75px 10px 30px;
  box-sizing: content-box;
  border: none;
  color: #00457C;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
  outline: none;
  background: transparent;
  border-radius: 40px;
}
#slider .homepageSearch .searchField input#courseSearchInput:focus-visible {
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.7);
}
#slider .homepageSearch .searchField input#courseSearchInput::-webkit-input-placeholder {
  color: #00457C;
  opacity: 1;
}
#slider .homepageSearch .searchField input#courseSearchInput:moz-placeholder {
  color: #00457C;
  opacity: 1;
}
#slider .homepageSearch .searchField input#courseSearchInput::-moz-placeholder {
  color: #00457C;
  opacity: 1;
}
#slider .homepageSearch .searchField input#courseSearchInput:-ms-input-placeholder {
  color: #00457C;
  opacity: 1;
}
#slider .homepageSearch .searchField button {
  height: 60px;
  width: 60px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  z-index: 3;
}
#slider .homepageSearch .subjectMenu {
  height: 80px;
  flex: 0 0 49.0476%;
  border-radius: 40px;
  position: relative;
}
#slider .homepageSearch .subjectMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#slider .homepageSearch .subjectMenu ul ul {
  position: absolute;
  display: none;
  bottom: calc(100% - 36px);
  left: 0;
  width: 100%;
  padding: 20px 0 40px 0;
  z-index: 1000;
}
#slider .homepageSearch .subjectMenu ul ul li a {
  line-height: 1.5;
  height: auto;
  margin: 13px 0 0 0;
}
#slider .homepageSearch .subjectMenu ul ul li a:hover {
  text-decoration: underline;
}
#slider .homepageSearch .subjectMenu select {
  display: none;
}
#slider .homepageSearch .subjectMenu > ul > li a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 0 0 30px;
  position: relative;
}
#slider .homepageSearch .subjectMenu > ul > li a.opener {
  z-index: 2000;
  border-radius: 40px;
}
#slider .homepageSearch .subjectMenu > ul > li a i {
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 80px;
}
#slider .homepageSearch .subjectMenu > ul > li a.open i {
  transform: rotate(-90deg);
}
#slider .homepageSearch .subjectMenu > ul > li a:hover i {
  right: 20px;
}
#slider .homepageSearch .subjectMenu > ul > li a.open:hover i {
  right: 25px;
}
#slider .homepageSearch.top .subjectMenu ul ul {
  bottom: auto;
  top: calc(100% - 36px);
}
#slider .homepageSearch.top .subjectMenu > ul > li a.open i {
  transform: rotate(90deg);
}
#slider .pausePlay {
  position: absolute;
  z-index: 1000;
  height: 50px;
  width: 50px;
  left: 115px;
  bottom: 50px;
  background-color: #fff;
  border-radius: 50%;
}
#slider .pausePlay button {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 0;
  top: 0px;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}
#slider .pausePlay i {
  line-height: 50px;
  width: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#slider button#play {
  display: none;
}

#slider .homepageSearch .subjectMenu ul ul {
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
}

#slider .homepageSearch.top .subjectMenu ul ul {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.socialLinks {
  position: fixed;
  top: 50vh;
  right: 50px;
  transform: translateY(-50%);
  z-index: 1000;
}
.socialLinks a {
  display: block;
  margin: 10px 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.socialLinks a i {
  line-height: 40px;
  width: 40px;
  text-align: center;
}

#welcome {
  clear: both;
  width: 100%;
  position: relative;
  padding: 150px 0 75px 0;
}
#welcome .flex {
  display: flex;
  gap: 0 90px;
}
#welcome .column.left {
  flex-grow: 1;
}
#welcome .column.left p span {
  display: block;
}
#welcome .column.left a.more {
  margin-top: 20px;
}
#welcome .column.right {
  display: flex;
  gap: 25px 25px;
  flex-wrap: wrap;
  flex: 0 0 795px;
  align-content: flex-start;
}
#welcome .column.right .quickLink {
  width: 385px;
}
#welcome .column.right .quickLink:nth-child(2) {
  margin-top: 70px;
}
#welcome .column.right .quickLink:nth-child(3) {
  margin-top: -70px;
}
#welcome .column.right .quickLink a {
  height: 310px;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#welcome .column.right .quickLink figure {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#welcome .column.right .quickLink figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#welcome .column.right .quickLink .overlay {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #E50481 32.7%, rgba(115, 2, 65, 0) 100%);
  opacity: 0.8;
}
#welcome .column.right .quickLink .overlay:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #E50481 100%, rgba(115, 2, 65, 0) 100%);
  z-index: -1;
  opacity: 0;
}
#welcome .column.right .quickLink .title {
  position: absolute;
  left: 30px;
  right: 30px;
  width: auto;
  bottom: 50px;
  line-height: 45px;
  z-index: 5;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#welcome .column.right .quickLink a:hover .title {
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
#welcome .column.right .quickLink a:hover .overlay:before {
  opacity: 1;
}
#welcome .column.right .quickLink a:hover figure img {
  transform: scale(1.1);
}
#welcome h1 {
  margin: 0 0 35px 0;
}
#welcome p {
  line-height: 1.5;
}
#welcome a.readMore {
  margin-top: 30px;
}

#welcome.quickLinks {
  padding: 0;
}
#welcome.quickLinks:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: 0;
  top: 0;
  height: 100%;
}
#welcome.quickLinks .flex {
  gap: 0 0;
}
#welcome.quickLinks .column.right {
  flex: 0 0 100%;
  gap: 0 1.3813%;
  padding: 60px 0;
}
#welcome.quickLinks .column.right .quickLink {
  width: 23.964%;
}
#welcome.quickLinks .column.right .quickLink:nth-child(3) {
  margin-top: 0;
}
#welcome.quickLinks .column.right .quickLink:nth-child(4) {
  margin-top: 60px;
}
#welcome.quickLinks .column.right:after {
  content: "";
  position: absolute;
  left: 50%;
  right: -200px;
  width: auto;
  height: 100%;
  top: 0;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

#quickLinks {
  clear: both;
  position: relative;
  padding: 75px 0 60px 0;
}
#quickLinks:after {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 500px;
  top: 290px;
}
#quickLinks .flex {
  display: flex;
  gap: 0 0;
  justify-content: space-between;
  position: relative;
}
#quickLinks .flex:after {
  content: "";
  position: absolute;
  left: 50%;
  right: -290px;
  width: auto;
  height: 500px;
  top: 215px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
#quickLinks .column {
  display: flex;
  gap: 25px 0;
  flex-wrap: wrap;
  flex: 0 0 32.2802%;
  align-content: flex-start;
}
#quickLinks .column:nth-child(2) {
  margin-top: 115px;
}
#quickLinks .column .quickLink {
  width: 100%;
}
#quickLinks .column .quickLink a {
  height: 420px;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#quickLinks .column .quickLink figure {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#quickLinks .column .quickLink figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#quickLinks .column .quickLink .overlay {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #006BB6 22.2%, rgba(0, 54, 91, 0) 101.6%);
  opacity: 0.8;
}
#quickLinks .column .quickLink .overlay:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #006BB6 100%, rgba(0, 54, 91, 0) 101.6%);
  z-index: -1;
  opacity: 0;
}
#quickLinks .column .quickLink .title {
  position: absolute;
  left: 50px;
  right: 50px;
  width: auto;
  bottom: 50px;
  line-height: 1.35;
  z-index: 5;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 69, 124, 0.6);
}
#quickLinks .column .quickLink a:hover .title {
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
#quickLinks .column .quickLink a:hover .overlay:before {
  opacity: 1;
}
#quickLinks .column .quickLink a:hover figure img {
  transform: scale(1.1);
}

#studentStories {
  clear: both;
  position: relative;
  padding: 60px 0;
}
#studentStories .sectionTitle {
  right: -120px;
  position: absolute;
  left: 50%;
  width: auto;
  text-align: center;
  top: 90px;
}
#studentStories .carousel {
  position: relative;
}
#studentStories .carousel:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40%;
  top: 0;
  height: 100%;
}
#studentStories .carousel:after {
  content: "";
  position: absolute;
  width: 50vw;
  right: -50vw;
  top: 0;
  height: 100%;
}
#studentStories .story {
  display: flex;
}
#studentStories .story figure {
  margin: 0;
  flex: 0 0 50%;
}
#studentStories .story figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#studentStories .story .testimonial {
  flex: 0 0 50%;
  padding: 220px 50px 150px 160px;
  line-height: 1.6;
}
#studentStories .story .testimonial .outline {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
}
#studentStories .story .testimonial .outline:before, #studentStories .story .testimonial .outline:after {
  content: "";
  position: absolute;
  width: 40px;
  top: -20px;
  bottom: -20px;
}
#studentStories .story .testimonial .outline:before {
  left: -40px;
  border-width: 5px;
  border-style: solid;
  border-right: 0;
}
#studentStories .story .testimonial .outline:after {
  right: -50px;
  border-width: 5px;
  border-style: solid;
  border-left: 0;
}
#studentStories .story .testimonial .outline .center span {
  display: block;
}
#studentStories .story .testimonial .outline .center span.name {
  margin-top: 12px;
}
#studentStories .owl-carousel .owl-stage-outer {
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
}
#studentStories .owl-nav {
  position: absolute;
  bottom: 35px;
  right: 0;
  height: 50px;
}
#studentStories .owl-nav button {
  height: 50px;
  width: 50px;
  border: none;
  appearance: none;
  border-radius: 50%;
  position: relative;
}
#studentStories .owl-nav button.owl-prev {
  margin-right: 20px;
}
#studentStories .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
#studentStories .owl-nav button.owl-prev:before {
  content: "\f060";
}
#studentStories .owl-nav button.owl-next:before {
  content: "\f061";
}
#studentStories .owl-dots {
  position: absolute;
  right: -100px;
  top: 50%;
  width: 14px;
  height: auto;
  z-index: 5;
  transform: translateY(50%);
}
#studentStories .owl-dots button {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 7px 0;
  padding: 0;
  border-style: solid;
  border-width: 1px;
}

#events {
  clear: both;
  position: relative;
  margin: 60px 0;
}
#events:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50vw;
  top: 0;
  height: 100%;
}
#events .container:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -85px;
  width: 217px;
  height: 223px;
  background-image: url(../images/global/WAES-Stacked-Blue.svg);
  background-size: 217px 223px;
}
#events .holder {
  padding: 60px 280px 80px 0;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
}
#events .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#events .flex a.more {
  margin-top: 10px;
}
#events .eventsCarousel {
  margin-top: 40px;
}
#events .eventsCarousel .event a {
  display: flex;
  flex-wrap: wrap;
}
#events .eventsCarousel .event a figure {
  flex: 0 0 100%;
  margin: 0;
  height: 170px;
  overflow: hidden;
}
#events .eventsCarousel .event a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#events .eventsCarousel .event a .info {
  padding: 20px 15px 0 0;
  line-height: 1.4;
}
#events .eventsCarousel .event a .info i {
  margin-right: 12px;
}
#events .eventsCarousel .event a .info .title {
  margin-bottom: 20px;
}
#events .eventsCarousel .event a .info time {
  display: block;
  margin: 12px 0;
}
#events .eventsCarousel .event a .info .more {
  margin-top: 30px;
}
#events .eventsCarousel .event a:hover figure img {
  transform: scale(1.1);
}
#events .owl-nav {
  position: absolute;
  top: -101px;
  right: 200px;
  height: 50px;
}
#events .owl-nav button {
  height: 50px;
  width: 50px;
  border: none;
  appearance: none;
  border-radius: 50%;
  position: relative;
}
#events .owl-nav button.owl-prev {
  margin-right: 20px;
}
#events .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
#events .owl-nav button.owl-prev:before {
  content: "\f060";
}
#events .owl-nav button.owl-next:before {
  content: "\f061";
}

#featuredCourses {
  clear: both;
  position: relative;
  margin: 120px 0;
}
#featuredCourses:after {
  content: "";
  position: absolute;
  top: 0;
  height: 500px;
  right: 0;
  width: 50vw;
}
#featuredCourses .holder {
  padding: 60px 0 0 0;
  position: relative;
  z-index: 2;
}
#featuredCourses .holder:before {
  content: "";
  position: absolute;
  top: 0;
  height: 500px;
  right: 50%;
  left: -220px;
  width: auto;
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
}
#featuredCourses .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
#featuredCourses .flex a.more {
  margin-top: 10px;
}
#featuredCourses .courseList {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#featuredCourses .courseList .course {
  flex: 0 32.2802%;
}
#featuredCourses .courseList .course:nth-child(2) {
  margin-top: 60px;
}
#featuredCourses .courseList .course a {
  height: 420px;
  display: block;
  position: relative;
  overflow: hidden;
}
#featuredCourses .courseList .course a figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
}
#featuredCourses .courseList .course a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#featuredCourses .courseList .course a .title {
  position: absolute;
  left: 40px;
  right: 40px;
  width: auto;
  bottom: 20px;
  line-height: 1.3;
  z-index: 5;
  text-align: center;
}
#featuredCourses .courseList .course a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 22.2%, rgba(0, 0, 0, 0) 101.6%);
}
#featuredCourses .courseList .course a .overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0) 101.6%);
}
#featuredCourses .courseList .course a:hover .title {
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
#featuredCourses .courseList .course a:hover .overlay:before {
  opacity: 1;
}
#featuredCourses .courseList .course a:hover figure img {
  transform: scale(1.1);
}

#news {
  clear: both;
  position: relative;
  margin: 60px 0;
}
#news:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50vw;
  top: 0;
  height: 100%;
}
#news .holder {
  padding: 60px 0 80px 0;
  display: flex;
  width: calc(100% - 100px);
  justify-content: space-between;
}
#news .holder:after {
  content: "";
  position: absolute;
  left: 50%;
  right: -80px;
  width: auto;
  top: 0;
  height: 100%;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
#news .leftColumn {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 280px;
  padding: 0 30px 0 0;
  align-content: flex-start;
}
#news .leftColumn .sectionTitle {
  flex: 0 0 100%;
  margin-bottom: 20px;
}
#news .leftColumn p {
  line-height: 1.6;
}
#news .leftColumn a.more {
  margin-top: 20px;
}
#news .newsCarousel {
  width: calc(100% - 300px);
}
#news .newsCarousel .article a {
  display: flex;
  flex-wrap: wrap;
}
#news .newsCarousel .article a figure {
  flex: 0 0 100%;
  margin: 0;
  height: 300px;
  overflow: hidden;
}
#news .newsCarousel .article a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .newsCarousel .article a .info {
  padding: 20px 15px 80px 0;
  line-height: 1.4;
  position: relative;
  flex: 0 0 100%;
}
#news .newsCarousel .article a .info i {
  margin-right: 12px;
}
#news .newsCarousel .article a .info .title {
  margin-bottom: 20px;
}
#news .newsCarousel .article a .info time {
  display: block;
  margin: 12px 0;
}
#news .newsCarousel .article a .info .more {
  position: absolute;
  bottom: 0;
  left: 0;
}
#news .newsCarousel .article a:hover figure img {
  transform: scale(1.1);
}
#news .owl-nav {
  position: absolute;
  bottom: 0;
  left: -300px;
  height: 50px;
}
#news .owl-nav button {
  height: 50px;
  width: 50px;
  border: none;
  appearance: none;
  border-radius: 50%;
  position: relative;
}
#news .owl-nav button.owl-prev {
  margin-right: 20px;
}
#news .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
#news .owl-nav button.owl-prev:before {
  content: "\f060";
}
#news .owl-nav button.owl-next:before {
  content: "\f061";
}

#associates {
  clear: both;
  padding: 55px 0 70px 0;
}
#associates .sectionTitle {
  margin-bottom: 50px;
}
#associates #ticker {
  width: 100%;
  overflow: hidden;
}
#associates #ticker .slick-slide {
  margin: 0 25px;
  margin: 0 1.5625rem;
}
#associates #ticker .owl-item {
  display: flex;
  align-items: center;
  height: 100px;
}
#associates #ticker .owl-item img {
  display: inline-block;
  max-width: 100%;
}
#associates #ticker .owl-item div {
  width: 100%;
  text-align: center;
}

#waesCentres {
  clear: both;
  position: relative;
  margin: 0 0 90px 0;
}
#waesCentres:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 22px;
  height: auto;
  right: 0;
  width: 50vw;
}
#waesCentres .holder {
  padding: 60px 0 0 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0 80px;
}
#waesCentres .holder:before {
  content: "";
  position: absolute;
  top: 0;
  height: calc(100% - 22px);
  right: 50%;
  left: -220px;
  width: auto;
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
}
#waesCentres .sectionTitle {
  flex: 0 0 100%;
  position: relative;
  z-index: 5;
}
#waesCentres .centreList.owl-carousel {
  display: flex;
  flex: 0 0 calc(100% - 340px);
  margin-top: 50px;
  width: calc(100% - 340px);
  z-index: 6;
}
#waesCentres .centreList.owl-carousel .centre {
  flex: 0 0 31.5837%;
  padding-bottom: 22px;
}
#waesCentres .centreList.owl-carousel .centre a {
  display: block;
  position: relative;
}
#waesCentres .centreList.owl-carousel .centre a figure {
  z-index: 1;
  margin: 0;
  height: 150px;
  overflow: hidden;
}
#waesCentres .centreList.owl-carousel .centre a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#waesCentres .centreList.owl-carousel .centre a .group {
  padding: 28px 20px 80px 0;
}
#waesCentres .centreList.owl-carousel .centre a .name {
  margin-bottom: 20px;
  line-height: 1.3;
  z-index: 5;
}
#waesCentres .centreList.owl-carousel .centre a .address {
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
#waesCentres .centreList.owl-carousel .centre a .address i {
  position: absolute;
  top: 3px;
  left: 0;
}
#waesCentres .centreList.owl-carousel .centre a .more {
  position: absolute;
  bottom: -22px;
  left: 0;
}
#waesCentres .centreList.owl-carousel .centre a:hover figure img {
  transform: scale(1.1);
}
#waesCentres .contactDetails {
  flex: 0 0 260px;
  text-align: center;
  margin-top: 50px;
}
#waesCentres .contactDetails i {
  margin-right: 6px;
}
#waesCentres .contactDetails .tel,
#waesCentres .contactDetails .email {
  margin-bottom: 30px;
}
#waesCentres .contactDetails .email a:hover {
  text-decoration: underline;
}
#waesCentres .contactDetails .socials {
  margin-bottom: 45px;
}
#waesCentres .contactDetails .socials a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0;
}
#waesCentres .contactDetails .socials a i {
  line-height: 40px;
  width: 40px;
}
#waesCentres .owl-nav {
  position: absolute;
  top: -96px;
  right: 0px;
  height: 50px;
}
#waesCentres .owl-nav button {
  height: 50px;
  width: 50px;
  border: none;
  appearance: none;
  border-radius: 50%;
  position: relative;
}
#waesCentres .owl-nav button.owl-prev {
  margin-right: 20px;
}
#waesCentres .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
#waesCentres .owl-nav button.owl-prev:before {
  content: "\f060";
}
#waesCentres .owl-nav button.owl-next:before {
  content: "\f061";
}

#usefulLinks {
  clear: both;
  margin: 0 0 40px 0;
}
#usefulLinks .sectionTitle {
  margin-bottom: 25px;
}
#usefulLinks .flex {
  display: flex;
  gap: 0 40px;
  justify-content: flex-start;
}
#usefulLinks .flex .column {
  flex: 0 0 280px;
}
#usefulLinks .flex .column a {
  display: block;
  line-height: 1.4;
  padding: 4px 0;
  margin: 0 0 16px 0;
}
#usefulLinks .flex .column a:hover, #usefulLinks .flex .column a:focus {
  text-decoration: underline;
}

@media (min-width: 1024px) and (max-height: 900px) {
  #slider.home .sliderText .slide .bannerText .title {
    margin-bottom: 25px;
    line-height: 1.25;
  }
  #slider.home .sliderText .slide .bannerText .flex .clip {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
@media (max-width: 500px) {
  #welcome .column.right .quickLink {
    width: 85%;
  }
  #welcome .column.right .quickLink:nth-child(2) {
    margin-top: 0;
    margin-left: 20%;
  }
  #welcome .column.right .quickLink:nth-child(3) {
    margin-top: 0;
  }
  #welcome .column.right .quickLink:nth-child(4) {
    margin-left: 20%;
  }
  #welcome .column.right .quickLink a {
    padding-bottom: 80%;
  }
  #quickLinks .flex:after {
    top: 80px;
    height: auto;
    bottom: 80px;
  }
  #quickLinks:after {
    top: 120px;
    height: auto;
    bottom: 120px;
  }
  #quickLinks .column {
    flex: 0 0 100%;
  }
  #quickLinks .column .quickLink {
    width: 85%;
  }
  #quickLinks .column .quickLink a {
    padding-bottom: 80%;
  }
  #quickLinks .column:nth-child(2), #quickLinks .column:nth-child(3) {
    margin-top: 10px;
  }
  #quickLinks .column .quickLink:nth-of-type(even) {
    margin-left: 20%;
  }
  #quickLinks .column .quickLink:nth-of-type(even) a {
    padding-bottom: 85%;
  }
}
@media (max-width: 767px) {
  a.more,
  span.more {
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
  }
  body.home #slider,
  body.home #slider .container {
    height: 440px;
    min-height: 0;
  }
  body.home #slider .sliderImages {
    height: 300px;
  }
  #slider.home .sliderText .slide .bannerText {
    height: 280px;
  }
  #slider.home .sliderText .slide .bannerText .title {
    margin-bottom: 15px;
    line-height: 1.4;
  }
  #slider.home .sliderText .slide .bannerText .flex .clip {
    width: 280px;
    padding: 30px 85px 30px 0;
  }
  #slider .homepageSearch {
    width: 100%;
    right: 0;
    height: 140px;
    padding: 20px 5%;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #slider .homepageSearch:after,
  #slider .homepageSearch .leftArrow {
    display: none;
  }
  #slider .homepageSearch .searchField,
  #slider .homepageSearch .subjectMenu {
    height: 44px;
    border-radius: 22px;
    flex: 0 0 100%;
  }
  #slider .homepageSearch .searchField input#courseSearchInput {
    height: 24px;
    width: calc(100% - 80px);
    padding: 10px 15px 10px 20px;
  }
  #slider .homepageSearch .searchField button {
    height: 38px;
    width: 38px;
    top: 3px;
    right: 3px;
  }
  #slider .homepageSearch .subjectMenu > ul > li a {
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 20px;
  }
  #slider .homepageSearch .subjectMenu > ul > li a i {
    line-height: 44px;
    right: 15px !important;
  }
  #slider .homepageSearch .subjectMenu ul {
    display: none;
  }
  #slider .homepageSearch .subjectMenu select {
    border: none;
    background: transparent;
    height: 44px;
    width: 100%;
    padding: 0 20px;
    appearance: none;
    display: block;
  }
  #slider .homepageSearch .subjectMenu:after {
    position: absolute;
    top: 0;
    right: 15px;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    line-height: 44px;
  }
  #slider .sliderText button.slick-prev,
  #slider .sliderText button.slick-next,
  #slider .pausePlay {
    height: 26px;
    width: 26px;
  }
  #slider .sliderText button.slick-prev:before,
  #slider .sliderText button.slick-prev i,
  #slider .sliderText button.slick-next:before,
  #slider .sliderText button.slick-next i,
  #slider .pausePlay:before,
  #slider .pausePlay i {
    width: 26px;
    line-height: 26px;
  }
  #slider .sliderText button.slick-next {
    left: auto;
    right: 0;
    bottom: 150px;
  }
  #slider .sliderText button.slick-prev {
    bottom: 150px;
    left: auto;
    right: 70px;
  }
  #slider .pausePlay {
    bottom: 150px;
    left: auto;
    right: 5%;
    margin-right: 34px;
  }
  .socialLinks {
    display: none;
  }
  #welcome {
    padding: 38px 0 20px 0;
  }
  #welcome .flex {
    flex-wrap: wrap;
  }
  #welcome h1 {
    margin-bottom: 20px;
  }
  #welcome .column.left a.more {
    margin-top: 15px;
  }
  #welcome .column.right {
    margin-top: 30px;
    flex: 0 0 100%;
    gap: 10px 2.5%;
  }
  #welcome .column.right .quickLink a {
    height: auto;
  }
  #welcome .column.right .quickLink .title {
    bottom: 20px;
    left: 20px;
    right: 20px;
    line-height: 1.4;
  }
  #quickLinks {
    padding: 40px 0;
  }
  #quickLinks .flex {
    flex-wrap: wrap;
  }
  #quickLinks .column {
    gap: 10px 0;
  }
  #quickLinks .column .quickLink a {
    height: auto;
  }
  #quickLinks .column .quickLink a .title {
    bottom: 20px;
    left: 20px;
    right: 20px;
    line-height: 1.4;
  }
  #studentStories {
    padding: 0 0 25px 0;
  }
  #studentStories .container {
    padding: 0;
  }
  #studentStories .sectionTitle {
    top: 260px;
    left: 0;
    width: 100%;
    right: auto;
  }
  #studentStories .carousel:before, #studentStories .carousel:after {
    display: none;
  }
  #studentStories .story {
    flex-wrap: wrap;
  }
  #studentStories .story figure {
    flex: 0 0 100%;
    height: 230px;
  }
  #studentStories .story .testimonial {
    flex: 0 0 100%;
    padding: 110px 50px 130px 50px;
  }
  #studentStories .story .testimonial .outline {
    min-height: auto;
  }
  #studentStories .story .testimonial .outline:before, #studentStories .story .testimonial .outline:after {
    border-width: 3px;
  }
  #studentStories .story .testimonial .outline:before {
    left: -30px;
  }
  #studentStories .story .testimonial .outline:after {
    right: -30px;
  }
  #studentStories .owl-nav {
    right: auto;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
  #studentStories .owl-dots {
    display: none;
  }
  #events {
    margin: 0;
  }
  #events:before {
    display: none;
  }
  #events .holder {
    clip-path: none;
    padding: 40px 0 110px 0;
    width: 95%;
    margin-left: 5%;
    overflow: hidden;
  }
  #events .container {
    padding: 0;
  }
  #events .container:after {
    display: none;
  }
  #events .flex {
    padding-right: 5%;
  }
  #events .flex a.more {
    margin-top: -5px;
  }
  #events .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  #events .eventsCarousel {
    margin-top: 40px;
    width: 75%;
  }
  #events .owl-nav {
    width: 125%;
    top: auto;
    right: auto;
    left: 0;
    bottom: -80px;
    text-align: center;
  }
  #events .owl-nav button {
    margin: 0 10px;
  }
  #events .owl-nav button.owl-prev {
    margin-right: 10px;
  }
  #featuredCourses {
    margin: 0;
    padding-bottom: 40px;
  }
  #featuredCourses:after {
    bottom: 0;
    height: 100px;
    left: 0;
    width: auto;
    top: auto;
  }
  #featuredCourses .holder:before {
    display: none;
  }
  #featuredCourses .holder {
    padding: 40px 0 0 0;
  }
  #featuredCourses .flex {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  #featuredCourses .flex .sectionTitle {
    flex: 0 0 100%;
  }
  #featuredCourses .flex a.more {
    margin-top: 20px;
  }
  #featuredCourses .courseList {
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 10px 0;
  }
  #featuredCourses .courseList .course {
    flex: 0 0 80%;
  }
  #featuredCourses .courseList .course a {
    padding-bottom: 80%;
    height: auto;
  }
  #featuredCourses .courseList .course:nth-child(2) {
    margin-top: 0;
    margin-left: 20%;
  }
  #featuredCourses .courseList .course a .title {
    bottom: 20px;
    left: 20px;
    right: 20px;
    line-height: 1.4;
  }
  #news {
    margin: 0;
  }
  #news .container {
    padding: 0;
  }
  #news:before,
  #news .holder:after {
    display: none;
  }
  #news .holder {
    clip-path: none;
    padding: 40px 0 110px 0;
    width: 95%;
    margin-left: 5%;
    overflow: hidden;
  }
  #news .leftColumn {
    flex: 0 0 95%;
    flex-wrap: nowrap;
    padding: 0;
    justify-content: space-between;
    align-items: flex-start;
  }
  #news .leftColumn .sectionTitle {
    flex: 0 0 auto;
  }
  #news .leftColumn p {
    display: none;
  }
  #news .leftColumn a.more {
    margin-top: -5px;
  }
  #news .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  #news .newsCarousel {
    width: 75%;
    margin-top: 40px;
  }
  #news .newsCarousel .article a .info {
    padding: 20px 30px 60px 0;
  }
  #news .owl-dots {
    display: none;
  }
  #news .owl-nav {
    width: 125%;
    top: auto;
    right: auto;
    left: 0;
    bottom: -80px;
    text-align: center;
  }
  #news .owl-nav button {
    margin: 0 10px;
  }
  #news .owl-nav button.owl-prev {
    margin-right: 10px;
  }
  #associates {
    padding: 20px 0;
  }
  #waesCentres {
    padding: 0 0 40px 0;
    margin: 0 0 30px 0;
  }
  #waesCentres .container {
    padding: 0;
  }
  #waesCentres .sectionTitle {
    flex: 0 0 95%;
    text-align: center;
  }
  #waesCentres:after,
  #waesCentres .holder:before {
    display: none;
  }
  #waesCentres .holder {
    padding: 40px 0 0 0;
    gap: 0 0;
    width: 95%;
    overflow: hidden;
    margin-left: 5%;
  }
  #waesCentres .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  #waesCentres .centreList.owl-carousel {
    flex: 0 0 75%;
    width: 75%;
    position: unset;
    margin-top: 90px;
  }
  #waesCentres .centreList.owl-carousel .centre a .group {
    padding: 28px 30px 0 0;
    height: 180px;
  }
  #waesCentres .centreList.owl-carousel .centre a .address {
    line-height: 1.5;
  }
  #waesCentres .owl-nav {
    top: 90px;
    right: auto;
    left: 0;
    width: 95%;
    text-align: center;
  }
  #waesCentres .owl-nav button {
    margin: 0 10px;
  }
  #waesCentres .owl-nav button.owl-prev {
    margin-right: 10px;
  }
  #waesCentres .contactDetails {
    flex: 0 0 100%;
  }
  #waesCentres .contactDetails .tel,
  #waesCentres .contactDetails .email {
    margin-bottom: 20px;
  }
  #usefulLinks {
    margin: 0 0 30px 0;
  }
  #usefulLinks .flex {
    flex-wrap: wrap;
  }
  #usefulLinks .flex .column {
    flex: 0 0 100%;
  }
  #usefulLinks .flex .column a {
    margin: 0 0 4px 0;
  }
}
@media all and (min-width: 500px) and (max-width: 767px) {
  #welcome .column.right .quickLink {
    width: 48.75%;
  }
  #welcome .column.right .quickLink:nth-child(2) {
    margin-top: 40px;
  }
  #welcome .column.right .quickLink:nth-child(3) {
    margin-top: -40px;
  }
  #welcome .column.right .quickLink a {
    padding-bottom: 100%;
  }
  #quickLinks .column {
    flex: 0 0 48.75%;
  }
  #quickLinks .column .quickLink a {
    padding-bottom: 100%;
  }
  #quickLinks .column:nth-child(2) {
    margin-top: 40px;
  }
  #quickLinks .column:last-child {
    flex: 0 0 100%;
    margin-top: -30px;
  }
  #quickLinks .column:last-child .quickLink {
    width: 48.75%;
  }
  #quickLinks .column:last-child .quickLink:first-child {
    margin-right: 2.5%;
  }
  #quickLinks .column:last-child .quickLink:last-child {
    margin-top: 40px;
  }
  #quickLinks .flex:after {
    top: 80px;
    height: auto;
    bottom: 80px;
  }
  #quickLinks:after {
    top: 120px;
    height: auto;
    bottom: 120px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  a.more,
  span.more {
    line-height: 40px;
    padding: 0 25px;
  }
  #slider {
    margin-top: -140px;
  }
  #slider .homepageSearch {
    left: 100px;
    right: 0;
    width: auto;
    padding: 0 5% 0 1%;
  }
  #slider .homepageSearch:after {
    display: none;
  }
  #slider .sliderText button.slick-prev,
  #slider .sliderText button.slick-next {
    height: 40px;
    width: 40px;
    z-index: 400;
    bottom: 170px;
  }
  #slider .sliderText button.slick-prev:before,
  #slider .sliderText button.slick-next:before {
    line-height: 40px;
  }
  #slider .sliderText button.slick-next {
    left: auto;
    right: 0;
  }
  #slider .sliderText button.slick-prev {
    left: auto;
    right: 100px;
  }
  #slider .pausePlay {
    bottom: 170px;
    left: auto;
    right: 5%;
    margin-right: 50px;
    height: 40px;
    width: 40px;
  }
  #slider .pausePlay i {
    line-height: 40px;
    width: 40px;
  }
  #studentStories {
    padding: 20px 0 0 0;
  }
  #studentStories .sectionTitle {
    right: 0;
    top: 40px;
  }
  #studentStories .container {
    padding: 0;
  }
  #studentStories .story .testimonial {
    padding: 130px 80px 120px 70px;
  }
  #studentStories .story .testimonial .outline {
    min-height: 250px;
  }
  #studentStories .owl-nav {
    right: 30px;
    bottom: 25px;
  }
  #events {
    margin: 60px 0 0 0;
  }
  #events .container {
    padding: 0;
  }
  #events .container:after {
    display: none;
  }
  #events .holder {
    padding: 50px 5% 60px 5%;
    clip-path: none;
  }
  #events .flex a.more {
    margin-top: 0;
  }
  #featuredCourses {
    margin: 0 0 60px 0;
  }
  #featuredCourses .holder {
    padding: 50px 0 0 0;
  }
  #featuredCourses .holder:before {
    height: auto;
    bottom: 70px;
  }
  #featuredCourses .courseList .course a {
    height: auto;
    padding-bottom: 100%;
  }
  #featuredCourses .courseList .course a .title {
    left: 25px;
    right: 25px;
  }
  #featuredCourses .courseList .course:nth-child(2) {
    margin-top: 40px;
  }
  #featuredCourses:after {
    height: auto;
    bottom: 70px;
  }
  #news {
    margin: 30px 0 0px 0;
  }
  #news .holder {
    padding: 50px 0 60px 0;
    width: 100%;
  }
  #news .leftColumn {
    flex: 0 0 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 0;
  }
  #news .leftColumn .sectionTitle {
    flex: 0 0 auto;
  }
  #news .leftColumn p {
    display: none;
  }
  #news .leftColumn a.more {
    margin-top: 0;
    z-index: 5;
  }
  #news .newsCarousel {
    margin-top: 20px;
    flex: 0 0 100%;
  }
  #news .owl-nav {
    left: auto;
    right: 200px;
    bottom: auto;
    top: -90px;
  }
  #associates {
    padding: 40px 0;
  }
  #waesCentres {
    margin: 0 0 50px 0;
  }
  #waesCentres:after {
    display: none;
  }
  #waesCentres .holder {
    padding: 50px 0;
  }
  #waesCentres .holder:before {
    display: none;
  }
  #waesCentres .centreList.owl-carousel {
    flex: 0 0 100%;
  }
  #waesCentres .owl-nav {
    top: -90px;
  }
  #waesCentres .contactDetails {
    flex: 0 0 100%;
    margin-top: 65px;
  }
  #usefulLinks .flex {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) and (max-width: 900px) {
  #welcome .column.right {
    flex: 0 0 100%;
    gap: 20px 3%;
  }
  #welcome .column.right .quickLink {
    width: 48.5%;
  }
  #welcome .column.right .quickLink a {
    height: 0;
    padding-bottom: 100%;
  }
}
@media (max-width: 1023px) {
  #studentStories .owl-carousel .owl-stage-outer {
    clip-path: none;
  }
  #news .holder {
    flex-wrap: wrap;
  }
  .socialLinks {
    top: 150px;
    transform: none;
    position: absolute;
  }
  #studentStories .owl-nav,
  #events .owl-nav,
  #news .owl-nav,
  #waesCentres .owl-nav {
    height: 40px;
  }
  #studentStories .owl-nav button,
  #events .owl-nav button,
  #news .owl-nav button,
  #waesCentres .owl-nav button {
    height: 40px;
    width: 40px;
  }
  #studentStories .owl-nav button:before,
  #events .owl-nav button:before,
  #news .owl-nav button:before,
  #waesCentres .owl-nav button:before {
    width: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  #slider.home,
  #slider.home .container {
    min-height: 700px;
  }
}
@media all and (min-width: 900px) and (max-width: 1200px) {
  #welcome .column.right {
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  #welcome {
    padding: 50px 0 30px 0;
  }
  #welcome .flex {
    gap: 0;
    flex-wrap: wrap;
  }
  #welcome .column.left {
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  #quickLinks .column {
    gap: 18px 0;
  }
  #quickLinks .column .quickLink a {
    height: auto;
    padding-bottom: 100%;
  }
  #quickLinks .column .quickLink a .title {
    left: 20px;
    right: 20px;
    bottom: 30px;
  }
  #quickLinks .column:nth-child(2) {
    margin-top: 50px;
  }
  #quickLinks {
    padding: 50px 0;
  }
  #quickLinks .flex:after {
    top: 100px;
    height: auto;
    bottom: 100px;
  }
  #quickLinks:after {
    top: 150px;
    height: auto;
    bottom: 150px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  #studentStories .sectionTitle {
    top: 60px;
  }
  #studentStories .story .testimonial {
    padding: 170px 50px 150px 100px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  #slider .sliderText .slide .bannerText .flex .clip {
    padding-right: 120px;
  }
  #slider .homepageSearch {
    right: 5%;
    left: calc(5% + 300px);
    padding-left: 0;
    width: auto;
  }
  #slider .pausePlay {
    left: 5%;
    margin-left: 65px;
  }
  #studentStories .container {
    padding-left: 1%;
  }
  #studentStories .sectionTitle {
    right: -5%;
  }
  #events .flex a.more {
    margin-top: 0;
  }
  #usefulLinks .flex {
    flex-wrap: wrap;
    gap: 0 60px;
  }
  #usefulLinks .flex .column {
    flex: 1 1 auto;
  }
  #events .holder {
    padding-right: 230px;
  }
  #events .container {
    padding-right: 1%;
  }
}
@media all and (min-width: 1200px) and (max-width: 1400px) {
  #welcome {
    padding: 100px 0 40px 0;
  }
}
@media (max-width: 1400px) {
  #slider .sliderText {
    left: 5%;
    right: 5%;
  }
}
@media all and (min-width: 1200px) and (max-width: 1500px) {
  #welcome .flex {
    gap: 0 50px;
  }
  #welcome .column.left {
    flex: 0 0 480px;
  }
  #welcome .column.right {
    flex: 1 1 auto;
    gap: 20px 3%;
  }
  #welcome .column.right .quickLink {
    width: 48.5%;
  }
  #welcome .column.right .quickLink a {
    height: auto;
    padding-bottom: 100%;
  }
  #quickLinks:after {
    height: auto;
    bottom: 275px;
  }
  #quickLinks .flex:after {
    height: auto;
    bottom: 215px;
  }
  #quickLinks .column .quickLink a {
    height: auto;
    padding-bottom: 100%;
  }
  #studentStories .sectionTitle {
    top: 60px;
  }
  #studentStories .story .testimonial {
    padding: 170px 50px 150px 100px;
  }
}
@media all and (min-width: 1400px) and (max-width: 1500px) {
  #slider .homepageSearch {
    width: 960px;
  }
  #studentStories .sectionTitle {
    right: -55px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1700px) {
  #slider .sliderText .slide .bannerText .flex {
    width: 650px;
  }
  #slider .sliderText .slide .bannerText .flex .clip {
    padding-left: 50px;
  }
  #slider ul.slick-dots {
    left: -20px;
  }
  #news .holder {
    width: 100%;
  }
}
@media (max-width: 1700px) {
  #news .holder:after {
    clip-path: none;
  }
}
@media (max-width: 1900px) {
  #featuredCourses .holder:before,
  #waesCentres .holder:before {
    clip-path: none;
    width: 50vw;
    left: auto;
  }
  .socialLinks {
    right: 15px;
  }
}
@media (max-width: 2000px) {
  #quickLinks .flex:after {
    clip-path: none;
  }
}
@media (max-width: 1200px) {
  html.mobile.landscape #slider.home .homepageSearch {
    height: 70px;
  }
  html.mobile.landscape #slider.home .homepageSearch .searchField {
    height: 50px;
  }
  html.mobile.landscape #slider.home .homepageSearch .searchField input#courseSearchInput {
    height: 30px;
  }
  html.mobile.landscape #slider.home .homepageSearch .searchField button {
    height: 40px;
    width: 40px;
    top: 5px;
    right: 8px;
  }
  html.mobile.landscape #slider.home .homepageSearch .leftArrow {
    height: 70px;
    width: 70px;
    border-right-width: 35px;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    left: -70px;
  }
  html.mobile.landscape #slider.home .homepageSearch .subjectMenu,
  html.mobile.landscape #slider.home .homepageSearch .subjectMenu > ul > li a,
  html.mobile.landscape #slider.home .homepageSearch .subjectMenu > ul > li a i {
    height: 50px;
    line-height: 50px;
  }
  html.mobile.landscape #slider.home .homepageSearch .subjectMenu ul ul {
    top: calc(100% - 25px);
  }
  html.mobile.landscape #slider.home .homepageSearch .subjectMenu ul ul li a {
    height: auto;
    line-height: 1.5;
  }
  html.mobile.landscape #slider.home .sliderText button.slick-prev,
  html.mobile.landscape #slider.home .sliderText button.slick-next {
    height: 34px;
    width: 34px;
  }
  html.mobile.landscape #slider.home .sliderText button.slick-prev:before,
  html.mobile.landscape #slider.home .sliderText button.slick-next:before {
    width: 34px;
    line-height: 34px;
  }
  html.mobile.landscape #slider.home .pausePlay,
  html.mobile.landscape #slider.home .pausePlay button,
  html.mobile.landscape #slider.home .pausePlay i {
    height: 34px;
    width: 34px;
    line-height: 34px;
  }
  html.mobile.landscape #slider.home .pausePlay {
    bottom: 20px;
    margin-left: 35px;
  }
  html.mobile.landscape #slider.home .sliderText button.slick-prev,
  html.mobile.landscape #slider.home .sliderText button.slick-next {
    bottom: 20px;
  }
  html.mobile.landscape #slider.home .sliderText button.slick-prev {
    left: -5px;
  }
  html.mobile.landscape #slider.home .sliderText button.slick-next {
    left: 75px;
  }
  html.mobile.landscape #slider.home .sliderText .slide .bannerText .flex {
    max-width: 60%;
  }
  html.mobile.landscape #slider.home .sliderText .slide .bannerText .flex .clip {
    padding: 20px 100px 20px 15px;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    width: 100%;
  }
  html.mobile.landscape #slider.home .sliderText .slide .bannerText .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  html.tablet.portrait #slider .pausePlay {
    left: calc(5% + 25px);
  }
}
#slider.page {
  min-height: 0;
}
#slider.page .sliderImages {
  left: 0;
  width: 100%;
  top: 0;
}
#slider.page .sliderImages .slideImage {
  width: 100%;
  background-size: cover;
  background-position: top;
}
#slider.page .sliderImages .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 2;
}
#slider.page .flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
#slider.page .flex .clip {
  min-height: 250px;
  display: flex;
  align-items: center;
}
#slider.page .flex .clip .title {
  float: none;
}
#slider.page .sliderText .slide .bannerText .title {
  margin-bottom: 0;
}

#slider.page,
#slider.page .sliderImages,
#slider.page .sliderImages .slide,
#slider.page .sliderImages .slideImage,
#slider.page .container {
  height: 800px;
  height: 50rem;
  max-height: 80vh;
}

#pageHolder {
  clear: both;
  width: 100%;
  position: relative;
}
#pageHolder .pageHolder {
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
  gap: 0 60px;
}
#pageHolder aside#sidebar {
  flex: 0 0 273px;
  position: relative;
  margin: 0 0 0 -100px;
  padding: 0;
  opacity: 1;
}
#pageHolder aside#sidebar nav#sideMenu {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
#pageHolder aside#sidebar nav#sideMenu:after {
  content: "";
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 276px;
  height: 289px;
  background-image: url(../assets/images/global/WAES-Stacked-Blue.svg);
  background-size: 276px 289px;
}
#pageHolder aside#sidebar nav#sideMenu #courseSearch-mob {
  display: none;
}
#pageHolder aside#sidebar .sectionHeader {
  display: block;
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
#pageHolder aside#sidebar .sectionHeader .sectionTitle i {
  display: none;
  line-height: 70px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#pageHolder aside#sidebar .sectionHeader a.linkAction {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#pageHolder aside#sidebar .sectionHeader.sectionMenuOpen .sectionTitle i {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 0 0 0;
  margin: 0 0 0 0;
}
#pageHolder aside#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  padding: 20px;
  z-index: 2000;
  position: relative;
}
#pageHolder aside#sidebar ul li {
  width: 100%;
  position: relative;
}
#pageHolder aside#sidebar ul li a {
  display: block;
  padding: 9px 0;
  padding: 0.5625rem 0;
  line-height: 1.4;
}
#pageHolder aside#sidebar ul li a:hover, #pageHolder aside#sidebar ul li a:focus, #pageHolder aside#sidebar ul li a.active {
  text-decoration: underline;
}
#pageHolder aside#sidebar ul li.has-sub > a {
  padding: 9px 35px 9px 0;
  padding: 0.5625rem 2.1875rem 0.5625rem 0;
}
#pageHolder aside#sidebar ul li ul {
  display: none;
  margin: 0;
  margin: 0;
  padding: 0;
}
#pageHolder aside#sidebar ul li ul li {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
#pageHolder aside#sidebar ul li ul li:last-child {
  border: none;
}
#pageHolder aside#sidebar ul li ul li a {
  padding: 6px 0 6px 15px;
  padding: 0.375rem 0 0.375rem 0.9375rem;
  border: none;
}
#pageHolder aside#sidebar ul li ul li.has-sub > a {
  padding: 6px 40px 6px 15px;
  padding: 0.375rem 2.5rem 0.375rem 0.9375rem;
}
#pageHolder aside#sidebar ul li ul li:before {
  position: absolute;
  top: 8px;
  top: 0.5rem;
  left: 0px;
  left: 0rem;
  content: "-";
}
#pageHolder aside#sidebar ul li ul li li a {
  padding: 6px 25px 6px 27px;
  padding: 0.375rem 1.5625rem 0.375rem 1.6875rem;
}
#pageHolder aside#sidebar ul li ul li li:before {
  left: 14px;
  left: 0.875rem;
}
#pageHolder aside#sidebar ul li.has-sub ul {
  display: none;
}
#pageHolder aside#sidebar ul li.has-sub.open .holder:after {
  content: "\f062";
}
#pageHolder aside#sidebar ul li.has-sub.open ul li .holder:after {
  content: "\f063";
  top: 9px;
}
#pageHolder aside#sidebar ul li.has-sub.open ul li.has-sub.open .holder:after {
  content: "\f062";
}
#pageHolder aside#sidebar .holder {
  width: 25px;
  height: 0;
  right: -5px;
  position: absolute;
  top: 0;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0;
  appearance: none;
}
#pageHolder aside#sidebar .holder:after {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 15px;
  height: 0.9375rem;
  padding: 0;
  padding: 0;
  z-index: 10;
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  top: 12px;
  top: 0.75rem;
}
#pageHolder aside#sidebar .holder:hover {
  cursor: pointer;
}
#pageHolder aside#sidebar #courseSearch-mob {
  height: 80px;
  align-items: center;
  padding: 0 20px;
}
#pageHolder aside#sidebar #courseSearch-mob .searchField {
  height: 40px;
  flex: 0 0 100%;
  border-radius: 20px;
  position: relative;
}
#pageHolder aside#sidebar #courseSearch-mob .searchField input#courseSearchInput {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 65px);
  height: 20px;
  padding: 10px 50px 10px 15px;
  box-sizing: content-box;
  border: none;
  color: #00457C;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
  background: transparent;
  border-radius: 25px;
  outline: none;
}
#pageHolder aside#sidebar #courseSearch-mob .searchField input#courseSearchInput:focus-visible {
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.7);
}
#pageHolder aside#sidebar #courseSearch-mob .searchField input#courseSearchInput::-webkit-input-placeholder {
  color: #00457C;
  opacity: 1;
}
#pageHolder aside#sidebar #courseSearch-mob .searchField input#courseSearchInput:moz-placeholder {
  color: #00457C;
  opacity: 1;
}
#pageHolder aside#sidebar #courseSearch-mob .searchField input#courseSearchInput::-moz-placeholder {
  color: #00457C;
  opacity: 1;
}
#pageHolder aside#sidebar #courseSearch-mob .searchField input#courseSearchInput:-ms-input-placeholder {
  color: #00457C;
  opacity: 1;
}
#pageHolder aside#sidebar #courseSearch-mob .searchField button {
  height: 34px;
  width: 34px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  z-index: 3;
}
#pageHolder #pageContent {
  flex-grow: 1;
  max-width: 100%;
  padding-top: 45px;
  padding-top: 2.8125rem;
  position: relative;
}
#pageHolder #pageContent .breadcrumb {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  line-height: 1.5;
}
#pageHolder #pageContent .breadcrumb a {
  word-break: break-word;
  padding: 0;
  margin: 3px 28px 3px 0;
  position: relative;
}
#pageHolder #pageContent .breadcrumb a:focus:before {
  outline: none;
}
#pageHolder #pageContent .breadcrumb a:focus-visible {
  outline: 2px solid black;
}
#pageHolder #pageContent .breadcrumb a:first-child:before {
  display: none;
}
#pageHolder #pageContent .breadcrumb a:hover,
#pageHolder #pageContent .breadcrumb a.current {
  text-decoration: underline;
}
#pageHolder #pageContent .breadcrumb a:before {
  content: "|";
  position: absolute;
  left: -20px;
  width: 1px;
  outline: none !important;
  border: none;
  box-shadow: none;
}
#pageHolder #pageContent .breadcrumb a:focus:before {
  outline: none !important;
}
#pageHolder #pageContent ul, #pageHolder #pageContent ol {
  line-height: 1.5;
  display: block;
  width: 100%;
}
/*
#pageHolder #pageContent ul {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  margin-left: 0;
  padding: 0;
  padding-left: 18px;
  padding-left: 1.125rem;
}
#pageHolder #pageContent ul li {
  position: relative;
  list-style-position: outside;
}
#pageHolder #pageContent ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding: 0 0 0 24px;
  width: 96%;
}
#pageHolder #pageContent ol li {
  position: relative;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
}
#pageHolder #pageContent ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: -28px;
  left: -1.75rem;
  top: 0;
  top: 0;
  height: 20px;
  width: 20px;
  text-align: center;
}*/
#pageHolder #pageContent h1,
#pageHolder #pageContent h2 {
  margin-top: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  position: relative;
  line-height: 1.3;
  width: 100%;
}
#pageHolder #pageContent p {
  line-height: 1.5;
  margin: 0 0 25px 0;
  margin: 0 0 1.5625rem 0;
}
#pageHolder #pageContent p a:hover,
#pageHolder #pageContent ul li a:hover {
  text-decoration: underline;
}
#pageHolder #pageContent img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#pageHolder #pageContent img.alignright {
  padding: 4px;
  margin: 0 0 2px 30px;
  display: inline;
}
#pageHolder #pageContent img.alignleft {
  padding: 4px;
  margin: 0 30px 2px 0;
  display: inline;
}
#pageHolder #pageContent .alignright {
  float: right;
}
#pageHolder #pageContent .alignleft {
  float: left;
}
#pageHolder #pageContent blockquote {
  margin: 50px 0 40px 0;
  padding: 60px 115px;
  line-height: 1.5;
  position: relative;
}
#pageHolder #pageContent blockquote cite.author {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: block;
  font-style: normal;
}
#pageHolder #pageContent blockquote:before, #pageHolder #pageContent blockquote:after {
  content: "";
  position: absolute;
  width: 40px;
  top: 40px;
  bottom: 40px;
}
#pageHolder #pageContent blockquote:before {
  left: 40px;
  border-width: 5px;
  border-style: solid;
  border-right: 0;
}
#pageHolder #pageContent blockquote:after {
  right: 40px;
  border-width: 5px;
  border-style: solid;
  border-left: 0;
}
#pageHolder #pageContent .oneThird {
  flex: 0 0 30%;
}
#pageHolder #pageContent .oneHalf {
  flex: 0 0 47.5%;
}
#pageHolder #pageContent .extraContent {
  padding: 20px 0 0 0;
  padding: 1.25rem 0 0 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#pageHolder #pageContent .extraContent h2 {
  text-transform: none;
}
#pageHolder #pageContent .oneThird:first-of-type {
  margin-left: 0;
}
#pageHolder #pageContent .oneHalf:first-of-type {
  margin-left: 0;
}

@media (max-width: 500px) {
  #welcome.quickLinks .column.right {
    padding: 40px 0;
    gap: 10px 0;
    margin-top: 0;
  }
  #welcome.quickLinks .column.right .quickLink {
    width: 85%;
  }
  #welcome.quickLinks .column.right .quickLink:nth-child(2) {
    margin-top: 0;
    margin-left: 20%;
  }
  #welcome.quickLinks .column.right .quickLink:nth-child(3) {
    margin-top: 0;
  }
  #welcome.quickLinks .column.right .quickLink:nth-child(4) {
    margin-left: 20%;
    margin-top: 0;
  }
  #welcome.quickLinks .column.right .quickLink a {
    padding-bottom: 80%;
  }
}
@media (max-width: 767px) {
  #slider.page,
  #slider.page .sliderImages,
  #slider.page .sliderImages .slide,
  #slider.page .sliderImages .slideImage,
  #slider.page .container {
    height: 280px;
    height: 17.5rem;
    min-height: 0;
  }
  #slider.page .sliderText .slide .bannerText .flex .clip {
    width: 260px;
    padding: 30px 80px 30px 0;
  }
  #pageHolder #pageContent .breadcrumb {
    display: none;
  }
  #pageHolder #pageContent h1,
  #pageHolder #pageContent h2 {
    margin-bottom: 25px;
  }
  #pageHolder #pageContent blockquote {
    padding: 40px 45px;
    margin: 35px 0 20px 0;
    margin: 2.1875rem 0 1.25rem 0;
  }
  #pageHolder #pageContent blockquote:before, #pageHolder #pageContent blockquote:after {
    border-width: 3px;
    top: 15px;
    bottom: 15px;
  }
  #pageHolder #pageContent blockquote:before {
    left: 15px;
  }
  #pageHolder #pageContent blockquote:after {
    right: 15px;
  }
  #pageHolder aside#sidebar .sectionHeader {
    height: 60px;
    line-height: 60px;
  }
  #pageHolder aside#sidebar .sectionHeader .sectionTitle i {
    line-height: 60px;
  }
  #pageHolder aside#sidebar ul {
    padding: 10px 20px;
  }
  #pageHolder .pageHolder {
    padding-bottom: 60px;
  }
  #pageHolder #pageContent img {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #pageHolder #pageContent {
    padding-top: 90px;
  }
  #pageHolder #pageContent.fullWidth {
    padding-top: 25px;
  }
  body.no-sidebar #pageHolder #pageContent {
    padding-top: 30px;
  }
}
@media all and (min-width: 500px) and (max-width: 767px) {
  #welcome.quickLinks .column.right .quickLink {
    width: 48.75%;
  }
  #welcome.quickLinks .column.right .quickLink a {
    height: auto;
    padding-bottom: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #slider.page,
  #slider.page .sliderImages,
  #slider.page .sliderImages .slide,
  #slider.page .sliderImages .slideImage,
  #slider.page .container {
    height: 400px;
    height: 25rem;
    min-height: 0;
  }
  #slider.page .sliderText .slide .bannerText {
    align-content: flex-end;
  }
  #slider.page .sliderText .slide .bannerText .flex {
    width: 500px;
    align-content: flex-end;
    margin-bottom: 50px;
  }
  #slider.page .sliderText .slide .bannerText .flex .clip {
    padding: 30px 150px 30px 0;
  }
  #pageHolder aside#sidebar {
    margin-top: 25px;
  }
  #pageHolder #pageContent {
    padding-top: 110px;
  }
  #pageHolder #pageContent.fullWidth {
    padding-top: 40px;
  }
  body.no-sidebar #pageHolder #pageContent {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  #slider.page .homepageSearch {
    display: none;
  }
  #slider.page .flex .clip {
    min-height: auto;
  }
  #pageHolder aside#sidebar .collapse {
    position: relative;
    display: none;
    width: 100%;
  }
  #pageHolder aside#sidebar {
    position: absolute;
    left: 0;
    flex: 0 0 100%;
    width: 100%;
    z-index: 3000;
    margin-top: 0;
  }
  #pageHolder aside#sidebar nav#sideMenu:after {
    display: none;
  }
  #pageHolder aside#sidebar nav#sideMenu #courseSearch-mob {
    display: flex;
  }
  #pageHolder aside#sidebar nav#sideMenu {
    padding-bottom: 0px;
    margin-bottom: 0;
    z-index: 5;
  }
  #pageHolder aside#sidebar .sectionHeader {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
  }
  #pageHolder aside#sidebar .sectionHeader a.linkAction {
    display: block;
    z-index: 2000;
  }
  #pageHolder aside#sidebar .sectionHeader a.linkAction:hover {
    cursor: pointer;
  }
  #pageHolder aside#sidebar .sectionHeader span {
    display: block;
  }
  #pageHolder aside#sidebar .sectionHeader span:after {
    display: none;
  }
  #pageHolder aside#sidebar .sectionHeader .sectionTitle i {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
  }
  #pageHolder #pageContent .breadcrumb {
    margin-bottom: 40px;
  }
  #pageHolder #pageContent .extraContent {
    flex-flow: wrap;
  }
  #pageHolder #pageContent .extraContent .oneThird {
    flex: 0 0 100%;
  }
}
@media (min-width: 1024px) {
  #pageHolder aside#sidebar nav#sideMenu .collapse {
    display: block !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  #welcome.quickLinks .column.right {
    gap: 0 20px;
    flex: 0 0 690px;
    margin: 0 auto;
  }
  #welcome.quickLinks .column.right .quickLink {
    width: 335px;
  }
  #welcome.quickLinks .column.right .quickLink a {
    height: 300px;
  }
  #welcome.quickLinks .column.right .quickLink:nth-child(3) {
    margin-top: -50px;
  }
  #welcome.quickLinks .column.right .quickLink:nth-child(4) {
    margin-top: 20px;
  }
}
@media (max-width: 1249px) {
  #pageHolder #pageContent .oneThird {
    width: 100%;
    margin: 0;
  }
  #pageHolder #pageContent .oneThird:first-child {
    margin-top: 0;
  }
}
@media (max-width: 1600px) {
  #pageHolder aside#sidebar {
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1700px) {
  #slider.page .sliderText .slide .bannerText .flex .clip {
    padding-left: 0px;
  }
}
@media (max-width: 1900px) {
  #welcome.quickLinks .column.right:after {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) and (min-height: 600px) and (max-height: 1100px) {
  #welcome.quickLinks:before,
  #slider.page .flex .clip {
    min-height: 150px;
  }
}
span.articleDate {
  line-height: 40px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
span.articleDate:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  bottom: 4px;
}

#slider.page.news {
  height: 1000px;
  max-height: none;
}
#slider.page.news:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 130px;
  width: 50%;
  background-image: url(../images/global/WAES-logo-bg.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
}
#slider.page.news .owl-carousel .owl-stage-outer {
  overflow: visible;
}
#slider.page.news .overflow {
  position: relative;
  right: 0;
  left: 50%;
  margin-left: -700px;
  top: 280px;
  overflow: hidden;
  padding-bottom: 80px;
}
#slider.page.news .overflow h1 {
  margin: 0 0 50px 0;
}
#slider.page.news .newsCarousel {
  display: flex;
  width: 1600px;
}
#slider.page.news .newsCarousel .item a {
  display: flex;
  height: 450px;
}
#slider.page.news .newsCarousel .item a figure {
  margin: 0;
  flex: 0 0 50%;
  overflow: hidden;
}
#slider.page.news .newsCarousel .item a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#slider.page.news .newsCarousel .item a .info {
  flex: 0 0 50%;
  padding: 50px 50px 50px 35px;
}
#slider.page.news .newsCarousel .item a .info .title {
  margin-top: 30px;
  line-height: 1.4;
}
#slider.page.news .newsCarousel .item a .info span.more {
  left: 35px;
}
#slider.page.news .newsCarousel .item a:hover figure img {
  transform: scale(1.1);
}
#slider.page.news .owl-nav {
  position: absolute;
  bottom: -80px;
  left: 0;
  height: 50px;
}
#slider.page.news .owl-nav button {
  height: 50px;
  width: 50px;
  border: none;
  appearance: none;
  border-radius: 50%;
  position: relative;
}
#slider.page.news .owl-nav button.owl-prev {
  margin-right: 20px;
}
#slider.page.news .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
#slider.page.news .owl-nav button.owl-prev:before {
  content: "\f060";
}
#slider.page.news .owl-nav button.owl-next:before {
  content: "\f061";
}

body.page.news-listing #pageHolder aside#sidebar nav#sideMenu #courseSearch-mob,
body.page.news-article #pageHolder aside#sidebar nav#sideMenu #courseSearch-mob {
  display: flex;
}

#pageHolder #pageContent ul.newsList,
#pageHolder #pageContent ul.vacancyList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 1.75%;
}
#pageHolder #pageContent ul.newsList li:before,
#pageHolder #pageContent ul.vacancyList li:before {
  display: none;
}
#pageHolder #pageContent ul.newsList li,
#pageHolder #pageContent ul.vacancyList li {
  flex: 0 0 32.1666%;
  border-style: solid;
  border-width: 0.05rem;
}
#pageHolder #pageContent ul.newsList li a,
#pageHolder #pageContent ul.vacancyList li a {
  display: block;
  z-index: 5;
}
#pageHolder #pageContent ul.newsList figure,
#pageHolder #pageContent ul.vacancyList figure {
  margin: 0;
  height: 340px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#pageHolder #pageContent ul.newsList figure img,
#pageHolder #pageContent ul.vacancyList figure img {
  position: relative;
  width: 101%;
  height: 101%;
  top: 50%;
  left: 50%;
  max-width: none;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  border-radius: 0;
}
#pageHolder #pageContent ul.newsList figure a,
#pageHolder #pageContent ul.vacancyList figure a {
  display: block;
}
#pageHolder #pageContent ul.newsList a:hover figure img,
#pageHolder #pageContent ul.vacancyList a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
#pageHolder #pageContent ul.newsList .itemInfo,
#pageHolder #pageContent ul.vacancyList .itemInfo {
  display: flex;
  flex-direction: column;
  padding: 30px 25px 130px 25px;
  position: relative;
}
#pageHolder #pageContent ul.newsList .itemInfo .title,
#pageHolder #pageContent ul.vacancyList .itemInfo .title {
  line-height: 1.4;
}
#pageHolder #pageContent ul.newsList .itemInfo .date,
#pageHolder #pageContent ul.vacancyList .itemInfo .date {
  margin-bottom: 25px;
}
#pageHolder #pageContent ul.newsList .itemInfo .salary,
#pageHolder #pageContent ul.vacancyList .itemInfo .salary {
  margin-top: 20px;
}
#pageHolder #pageContent ul.newsList .itemInfo span.more,
#pageHolder #pageContent ul.vacancyList .itemInfo span.more {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
#pageHolder #pageContent ul.newsList a:hover,
#pageHolder #pageContent ul.vacancyList a:hover {
  text-decoration: none;
}

body.news-listing .paging {
  margin-top: 50px;
  height: 64px;
  text-align: center;
}
body.news-listing .paging a {
  height: 64px;
  width: 64px;
  line-height: 64px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  border-style: solid;
  border-width: 0.05rem;
}

body.news-listing #pageHolder #pageContent .filterList,
body.news-listing #pageHolder #pageContent .selectList {
  display: flex;
  gap: 0 10px;
}
body.news-listing #pageHolder #pageContent .filterList .title,
body.news-listing #pageHolder #pageContent .selectList .title {
  display: inline-block;
  line-height: 50px;
}
body.news-listing #pageHolder #pageContent .filterList .list,
body.news-listing #pageHolder #pageContent .selectList .list {
  flex: 1;
}
body.news-listing #pageHolder #pageContent .filterList .list fieldset,
body.news-listing #pageHolder #pageContent .selectList .list fieldset {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}
body.news-listing #pageHolder #pageContent .filterList .list legend,
body.news-listing #pageHolder #pageContent .selectList .list legend {
  width: 100%;
}
body.news-listing #pageHolder #pageContent .filterList .list legend button,
body.news-listing #pageHolder #pageContent .selectList .list legend button {
  height: 50px;
  padding: 0;
  width: 100%;
  text-align: left;
  padding: 0 35px 0 18px;
  border-style: solid;
  border-width: 0.05rem;
  border-radius: 25px;
  z-index: 101;
  background-color: transparent;
  position: relative;
}
body.news-listing #pageHolder #pageContent .filterList .list legend button i,
body.news-listing #pageHolder #pageContent .selectList .list legend button i {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(0);
  transform-origin: center;
}
body.news-listing #pageHolder #pageContent .filterList .list legend button[aria-expanded=true] i,
body.news-listing #pageHolder #pageContent .selectList .list legend button[aria-expanded=true] i {
  transform: translateY(-50%) rotate(180deg);
}
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel,
body.news-listing #pageHolder #pageContent .selectList .list .accordion-panel {
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  z-index: 100;
  padding: 30px 10px 20px 18px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel a,
body.news-listing #pageHolder #pageContent .selectList .list .accordion-panel a {
  display: block;
  padding: 4px 0;
  margin: 2px 0;
  line-height: 1.4;
}
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel a:hover, body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel a:focus,
body.news-listing #pageHolder #pageContent .selectList .list .accordion-panel a:hover,
body.news-listing #pageHolder #pageContent .selectList .list .accordion-panel a:focus {
  text-decoration: underline;
}
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel div input,
body.news-listing #pageHolder #pageContent .selectList .list .accordion-panel div input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel div label,
body.news-listing #pageHolder #pageContent .selectList .list .accordion-panel div label {
  line-height: 1.3;
  position: relative;
}
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel div label:before,
body.news-listing #pageHolder #pageContent .selectList .list .accordion-panel div label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  margin-right: 8px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  text-align: center;
}
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel div label:before:hover,
body.news-listing #pageHolder #pageContent .selectList .list .accordion-panel div label:before:hover {
  cursor: pointer;
}
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel div input:checked + label:before,
body.news-listing #pageHolder #pageContent .selectList .list .accordion-panel div input:checked + label:before {
  content: "\f00c";
  background-color: #000;
  color: #fff;
}
body.news-listing #pageHolder #pageContent .filterList .list .accordion-panel div input:focus + label:before,
body.news-listing #pageHolder #pageContent .selectList .list .accordion-panel div input:focus + label:before {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
body.news-listing #pageHolder #pageContent .filterList .filterBTN,
body.news-listing #pageHolder #pageContent .selectList .filterBTN {
  border: none;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 50px;
}

body.news-listing #pageHolder #pageContent .selectList {
  flex-wrap: wrap;
  gap: 10px 0;
  display: none;
}
body.news-listing #pageHolder #pageContent .selectList .title {
  flex: 0 0 100%;
  line-height: 30px;
}
body.news-listing #pageHolder #pageContent .selectList select {
  height: 40px;
  width: 100%;
  border-radius: 20px;
  padding: 0 20px;
  position: relative;
  line-height: 40px;
  appearance: none;
  background-image: url(../images/global/arrow-down-solid.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px auto;
  background-color: transparent;
  border-style: solid;
  border-width: 0.05rem;
}

body.news-article #pageHolder aside#sidebar nav#sideMenu:after {
  display: none;
}

body.page.news-article #pageHolder aside#sidebar .waesLogo {
  margin-top: 150px;
  flex: 0 0 100%;
  text-align: center;
}

body.news-article #pageHolder aside#sidebar {
  max-width: 273px;
}

#pageHolder aside#sidebar .sidebarNewsCarousel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  border-bottom-style: solid;
  border-bottom-width: 0.05rem;
  position: relative;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .sectionTitle {
  margin-bottom: 25px;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .sidebarCarousel {
  flex: 0 0 100%;
  display: flex;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .sidebarCarousel figure {
  flex: 0 0 100%;
  margin: 0;
  height: 300px;
  overflow: hidden;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .sidebarCarousel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .sidebarCarousel .info {
  padding: 30px 0;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .sidebarCarousel .info .date {
  margin-bottom: 25px;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .sidebarCarousel .info .title {
  line-height: 1.4;
  margin-bottom: 25px;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .owl-nav {
  position: absolute;
  bottom: -85px;
  left: 0;
  height: 50px;
  width: 100%;
  text-align: center;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .owl-nav button {
  height: 50px;
  width: 50px;
  border: none;
  appearance: none;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
#pageHolder aside#sidebar .sidebarNewsCarousel .owl-nav button.owl-prev:before {
  content: "\f060";
}
#pageHolder aside#sidebar .sidebarNewsCarousel .owl-nav button.owl-next:before {
  content: "\f061";
}

body.news-article #pageHolder .pageHolder .share {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  border-top-style: solid;
  border-top-width: 0.05rem;
  border-bottom-style: solid;
  border-bottom-width: 0.05rem;
  margin-top: 80px;
}
body.news-article #pageHolder .pageHolder .share .sectionTitle {
  flex: 0 0 100%;
  margin-bottom: 30px;
  text-align: center;
}
body.news-article #pageHolder .pageHolder .share a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 500px) {
  body.news-listing #pageHolder #pageContent .filterList {
    gap: 10px 0;
  }
  body.news-listing #pageHolder #pageContent .filterList .list {
    flex: 0 0 100%;
  }
  body.news-listing #pageHolder #pageContent .filterList .list.tag {
    z-index: 0;
  }
  body.news-listing #pageHolder #pageContent .filterList .list.month {
    z-index: 1;
  }
  body.news-listing #pageHolder #pageContent .filterList .list.year {
    z-index: 2;
  }
  body.news-listing #pageHolder #pageContent .filterList .list .category {
    z-index: 3;
  }
}
@media all and (min-width: 500px) and (max-width: 1200px) {
  body.news-listing #pageHolder #pageContent .filterList {
    gap: 10px 10px;
  }
  body.news-listing #pageHolder #pageContent .filterList .list {
    flex: 0 0 calc(50% - 5px);
  }
  body.news-listing #pageHolder #pageContent .filterList .list.tag {
    z-index: 0;
  }
  body.news-listing #pageHolder #pageContent .filterList .list.month {
    z-index: 1;
  }
  body.news-listing #pageHolder #pageContent .filterList .list.year {
    z-index: 2;
  }
  body.news-listing #pageHolder #pageContent .filterList .list .category {
    z-index: 3;
  }
}
@media (max-width: 767px) {
  #slider.page.news {
    height: auto;
    float: left;
    width: 100%;
  }
  #slider.page.news:after {
    display: none;
  }
  #slider.page.news .overflow {
    float: left;
    margin-left: 5%;
    left: auto;
    right: auto;
    width: 95%;
    margin-top: 40px;
    top: auto;
    padding-bottom: 90px;
  }
  #slider.page.news .overflow h1 {
    margin-bottom: 30px;
  }
  #slider.page.news .newsCarousel {
    width: 70%;
  }
  #slider.page.news .newsCarousel .owl-stage,
  #slider.page.news .newsCarousel .item {
    display: flex;
    height: 100%;
  }
  #slider.page.news .newsCarousel .item {
    align-items: flex-start;
  }
  #slider.page.news .newsCarousel .item a {
    height: auto;
    flex-wrap: wrap;
  }
  #slider.page.news .newsCarousel .item a figure {
    flex: 0 0 100%;
    height: 160px;
  }
  #slider.page.news .newsCarousel .item a .info {
    flex: 0 0 100%;
    padding: 25px 25px 35px 25px;
  }
  #slider.page.news .newsCarousel .item a .info .title {
    margin-top: 20px;
  }
  #slider.page.news .owl-nav {
    height: 40px;
    bottom: -60px;
  }
  #slider.page.news .owl-nav button {
    height: 40px;
    width: 40px;
  }
  #slider.page.news .owl-nav button:before {
    line-height: 40px;
    width: 40px;
  }
  #pageHolder #pageContent ul.newsList,
  #pageHolder #pageContent ul.vacancyList {
    gap: 10px 0;
  }
  #pageHolder #pageContent ul.newsList li,
  #pageHolder #pageContent ul.vacancyList li {
    flex: 0 0 100%;
    margin-left: 0;
  }
  #pageHolder #pageContent ul.newsList figure,
  #pageHolder #pageContent ul.vacancyList figure {
    height: auto;
    max-height: 240px;
  }
  #pageHolder #pageContent ul.newsList figure img,
  #pageHolder #pageContent ul.vacancyList figure img {
    width: 100%;
    min-width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
  }
  #pageHolder #pageContent ul.newsList .itemInfo,
  #pageHolder #pageContent ul.vacancyList .itemInfo {
    padding: 20px 20px 90px 20px;
  }
  #pageHolder #pageContent ul.newsList .itemInfo .date,
  #pageHolder #pageContent ul.vacancyList .itemInfo .date {
    margin-bottom: 18px;
  }
  #pageHolder #pageContent ul.newsList .itemInfo span.more,
  #pageHolder #pageContent ul.vacancyList .itemInfo span.more {
    left: 20px;
  }
  #pageHolder #pageContent ul.newsList li a:hover figure img,
  #pageHolder #pageContent ul.vacancyList li a:hover figure img {
    transform: none;
    -webkit-transform: none;
  }
  body.news-listing #pageHolder #pageContent .filterList {
    display: none;
  }
  body.news-listing #pageHolder #pageContent .selectList {
    display: flex;
  }
  span.articleDate {
    margin-bottom: 0;
  }
  body.news-article #pageHolder .pageHolder {
    padding-bottom: 10px;
  }
  body.news-article #pageHolder .pageHolder .share {
    margin-top: 40px;
    padding: 25px 0;
  }
  body.news-listing .paging {
    height: 40px;
    margin-top: 30px;
  }
  body.news-listing .paging a {
    height: 40px;
    width: 40px;
    margin: 0 1px;
    line-height: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  body.news-listing #pageHolder #pageContent .filterList {
    gap: 10px 10px;
  }
  body.news-listing #pageHolder #pageContent .filterList .title {
    margin-bottom: 10px;
  }
  body.news-listing #pageHolder #pageContent .filterList .list {
    flex-grow: 1;
  }
  #slider.page.news {
    height: auto;
    float: left;
    width: 100%;
  }
  #slider.page.news .overflow {
    float: left;
    margin-left: 5%;
    left: auto;
    right: auto;
    width: 95%;
    margin-top: 200px;
    top: auto;
    padding-bottom: 110px;
  }
  #slider.page.news .newsCarousel {
    width: 80%;
  }
  #slider.page.news .newsCarousel .item a {
    height: 320px;
  }
  #slider.page.news .newsCarousel .item a .info {
    padding: 30px;
  }
  #slider.page.news .newsCarousel .item a .info .title {
    margin-top: 25px;
    line-height: 1.35;
  }
  #pageHolder #pageContent ul.newsList figure {
    height: 240px;
  }
  #pageHolder #pageContent ul.newsList .itemInfo {
    padding: 25px 25px 110px 25px;
  }
  #pageHolder #pageContent ul.newsList .itemInfo span.more {
    left: 25px;
  }
}
@media all and (min-width: 768px) and (max-width: 1350px) {
  #pageHolder #pageContent ul.newsList,
  #pageHolder #pageContent ul.vacancyList {
    gap: 20px 1.75%;
  }
  #pageHolder #pageContent ul.newsList li,
  #pageHolder #pageContent ul.vacancyList li {
    flex: 0 0 49.125%;
  }
}
@media (max-width: 1023px) {
  #pageHolder #pageContent .filterWrapper {
    flex-wrap: wrap;
  }
  #pageHolder #pageContent .filterWrapper.fourfilters {
    flex-wrap: wrap;
  }
  #pageHolder #pageContent .filterWrapper.fourfilters .sectionName {
    flex: 0 0 100%;
    margin-right: 0;
  }
  #pageHolder aside#sidebar .sidebarNewsCarousel,
  body.page.news-article #pageHolder aside#sidebar .waesLogo {
    display: none;
  }
  body.news-article #pageHolder aside#sidebar {
    max-width: none;
  }
}
@media all and (min-width: 1200px) and (max-width: 1400px) {
  body.news-listing #pageHolder #pageContent .filterList {
    gap: 0 1%;
  }
  body.news-listing #pageHolder #pageContent .filterList .list {
    flex: 0 0 24.25%;
  }
  body.news-listing #pageHolder #pageContent .filterList .filterBTN {
    margin-top: 10px;
  }
}
@media (max-width: 1400px) {
  body.news-listing #pageHolder #pageContent .filterList {
    flex-wrap: wrap;
  }
  body.news-listing #pageHolder #pageContent .filterList .title {
    flex: 0 0 100%;
    line-height: 40px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1500px) {
  #slider.page.news {
    height: 800px;
  }
  #slider.page.news .overflow {
    left: 5%;
    margin-left: 0;
    width: auto;
    top: 220px;
  }
  #slider.page.news .newsCarousel {
    width: 100%;
  }
  #slider.page.news .newsCarousel .item a {
    height: 350px;
  }
  #slider.page.news .newsCarousel .item a .info {
    padding: 30px;
  }
  #slider.page.news .newsCarousel .item a .info .title {
    margin-top: 25px;
    line-height: 1.35;
  }
  #pageHolder #pageContent ul.newsList figure {
    height: 250px;
  }
  #pageHolder #pageContent ul.newsList .itemInfo {
    padding: 25px 25px 110px 25px;
  }
}
#search {
  display: none;
  width: 470px;
  height: 90px;
  top: 134px;
  right: 0;
  position: absolute;
  z-index: 10;
  padding: 15px 0 15px 0px;
}
#search:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  left: -89px;
  clip-path: polygon(40% 0, 100% 0%, 100% 100%, 40% 100%, 0% 50%);
}
#search:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  right: -100vw;
}
#search form {
  height: 60px;
  display: block;
  width: 100%;
}
#search input.searchInput {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 90px);
  height: 52px;
  padding: 5px 65px 3px 25px;
  box-sizing: content-box;
  border: none;
  color: #00457C;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
  background: #fff;
  border-radius: 100px;
  outline: none;
}
#search input.searchInput:focus-visible {
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.7);
}
#search input.searchInput::-webkit-input-placeholder {
  color: #00457C;
  opacity: 1;
}
#search input.searchInput:moz-placeholder {
  color: #00457C;
  opacity: 1;
}
#search input.searchInput::-moz-placeholder {
  color: #00457C;
  opacity: 1;
}
#search input.searchInput:-ms-input-placeholder {
  color: #00457C;
  opacity: 1;
}
#search button.searchBTN {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 50px;
  height: 50px;
  border: none !important;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  z-index: 3;
  border-radius: 50%;
}

.searchBox a.closeBTN {
  position: absolute;
  left: -43px;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-left: 0 !important;
  text-align: center;
}
.searchBox a.closeBTN i {
  line-height: 40px;
}

body.search-open #search {
  display: block;
}

#pageHolder aside#sidebar .tabs {
  width: 100%;
}
#pageHolder aside#sidebar .tabs button {
  width: 100%;
  margin-bottom: 10px;
  padding: 18px 20px 20px 20px;
  border: none;
  appearance: none;
  text-align: left;
  display: flex;
}
#pageHolder aside#sidebar .tabs button span {
  margin-left: auto;
}

body.search-results.no-result #pageHolder aside#sidebar button {
  cursor: default;
}

body.search-results #pageHolder .pageHolder .linkBlock,
body.course-search #pageHolder .pageHolder .linkBlock {
  display: inline-block;
  padding: 40px 300px 40px 40px;
  position: relative;
  margin-top: 10px;
}
body.search-results #pageHolder .pageHolder .linkBlock .title,
body.course-search #pageHolder .pageHolder .linkBlock .title {
  display: inline-block;
  line-height: 45px;
}
body.search-results #pageHolder .pageHolder .linkBlock a.more,
body.course-search #pageHolder .pageHolder .linkBlock a.more {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
body.search-results #pageHolder .pageHolder p.spellchecker,
body.course-search #pageHolder .pageHolder p.spellchecker {
  display: block;
  clear: both;
  width: 100%;
}

body.search-results #courseList {
  padding: 0;
}
body.search-results #courseList .list {
  margin-top: 40px;
}
body.search-results #courseList .list .item {
  border-style: solid;
  border-width: 0.05rem;
}

body.page.search-results #pageHolder #pageContent .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;
  flex-wrap: wrap;
  margin-top: 20px;
}
body.page.search-results #pageHolder #pageContent .tab-content .pageListing {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
body.page.search-results #pageHolder #pageContent .tab-content .pageListing .pageList {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
body.page.search-results #pageHolder #pageContent .tab-content .pageListing .page {
  flex: 0 0 100%;
  padding: 25px 25px 120px 25px;
  position: relative;
  border-width: 1px;
  border-style: solid;
}
body.page.search-results #pageHolder #pageContent .tab-content .pageListing .page .title {
  line-height: 1.2;
  margin-bottom: 20px;
}
body.page.search-results #pageHolder #pageContent .tab-content .pageListing .page .excerpt {
  line-height: 1.5;
}
body.page.search-results #pageHolder #pageContent .tab-content .pageListing .page a.readMore {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
body.page.search-results #pageHolder #pageContent .tab-content h4.request {
  line-height: 1.7;
}
body.page.search-results #pageHolder #pageContent .tab-content h4.request a:hover {
  text-decoration: underline;
}
body.page.search-results #pageHolder #pageContent .tab-content.current {
  opacity: 1;
  position: relative;
  top: auto;
  visibility: visible;
  height: auto;
}

body.page.search-results #pageHolder #pageContent .tab-content ul.pageList {
  display: flex;
  gap: 25px 1.75%;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 40px;
}
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li {
  display: flex;
  flex: 0 0 49.125%;
  flex-wrap: wrap;
  padding: 35px 35px 125px 35px;
  border-style: solid;
  border-width: 0.05rem;
  align-content: flex-start;
  position: relative;
}
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li .title {
  margin-bottom: 22px;
}
body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li a.more {
  position: absolute;
  left: 35px;
  bottom: 35px;
}

body.page.search-results #pageHolder #pageContent .tab-content .excerpt {
  width: 100%;
  margin-top: 30px;
}

body.search-results .paging {
  margin-top: 50px;
  height: 64px;
  text-align: center;
  width: 100%;
}
body.search-results .paging a {
  height: 64px;
  width: 64px;
  line-height: 64px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  border-style: solid;
  border-width: 0.05rem;
}

@media (max-width: 500px) {
  body.search-results #pageHolder #pageContent {
    padding-top: 300px;
  }
  #pageHolder aside#sidebar .tabs {
    margin-top: 5px;
  }
  #pageHolder aside#sidebar .tabs button {
    margin-bottom: 5px;
    padding: 15px 20px 17px 20px;
  }
}
@media (max-width: 767px) {
  #pageHolder #pageContent h4.request {
    line-height: 1.4;
  }
  body.page.search-results #pageHolder #pageContent .tab-content {
    margin-top: 0;
  }
  body.search-results #pageHolder .pageHolder {
    padding-bottom: 60px;
  }
  body.search-results #courseList .list,
  body.search-results #pageHolder #pageContent ul.newsList,
  body.search-results #pageHolder #pageContent ul.eventList, body.search-results.page #pageHolder #pageContent .tab-content ul.pageList {
    margin-top: 20px;
  }
  body.page.search-results #pageHolder #pageContent .tab-content ul.pageList {
    gap: 10px 0;
  }
  body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li {
    flex: 0 0 100%;
    padding: 20px;
  }
  body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li a.more {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 25px;
  }
  body.search-results .paging {
    height: 40px;
    margin-top: 30px;
  }
  body.search-results .paging a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 1px;
  }
  body.search-results #pageHolder .pageHolder .linkBlock,
  body.course-search #pageHolder .pageHolder .linkBlock {
    padding: 20px 20px 80px 20px;
  }
  body.search-results #pageHolder .pageHolder .linkBlock .title,
  body.course-search #pageHolder .pageHolder .linkBlock .title {
    line-height: 1.4;
  }
  body.search-results #pageHolder .pageHolder .linkBlock a.more,
  body.course-search #pageHolder .pageHolder .linkBlock a.more {
    left: 20px;
    right: auto;
    top: auto;
    bottom: 20px;
    transform: none;
  }
}
@media all and (min-width: 500px) and (max-width: 767px) {
  body.search-results #pageHolder #pageContent {
    padding-top: 230px;
  }
}
@media all and (min-width: 500px) and (max-width: 1023px) {
  #pageHolder aside#sidebar .tabs {
    gap: 0 1.75%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  #pageHolder aside#sidebar .tabs button {
    flex: 0 0 49.125%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  body.search-results #pageHolder #pageContent {
    padding-top: 230px;
  }
  body.search-results #pageHolder .pageHolder .linkBlock,
  body.course-search #pageHolder .pageHolder .linkBlock {
    padding: 30px 230px 30px 30px;
  }
  body.search-results #pageHolder .pageHolder .linkBlock .title,
  body.course-search #pageHolder .pageHolder .linkBlock .title {
    line-height: 1.4;
  }
  body.search-results #pageHolder .pageHolder .linkBlock a.more,
  body.course-search #pageHolder .pageHolder .linkBlock a.more {
    right: 30px;
  }
}
@media (max-width: 1023px) {
  #pageHolder #pageContent .flex-search {
    flex-wrap: wrap;
  }
  #pageHolder #pageContent .flex-search .leftBox,
  #pageHolder #pageContent .flex-search .rightBox {
    flex: 0 0 100%;
  }
  #pageHolder #pageContent .flex-search .rightBox {
    margin-top: 0;
  }
  #pageHolder #pageContent .filterWrapper.search .filterGroup {
    flex: 0 0 100%;
  }
  body.search-results #pageHolder .pageHolder .linkBlock,
  body.course-search #pageHolder .pageHolder .linkBlock {
    display: block;
    flex: 0 0 100%;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  body.page.search-results #pageHolder #pageContent .tab-content ul.pageList {
    gap: 25px 0;
  }
  body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li {
    flex: 0 0 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li {
    padding: 20px 25px 115px 25px;
  }
  body.page.search-results #pageHolder #pageContent .tab-content ul.pageList li a.more {
    left: 25px;
    bottom: 25px;
  }
}
#pageHolder #pageContent .sitemap {
  display: flex;
  justify-content: space-between;
}
#pageHolder #pageContent .sitemap .span_5_of_10 {
  width: 48%;
  flex: 0 0 48%;
}

#pageHolder #pageContent .sitemap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 0;
}

#pageHolder #pageContent .sitemap li {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  padding: 5px 0 !important;
  padding: 0.3125rem 0 !important;
}
#pageHolder #pageContent .sitemap li a {
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}
#pageHolder #pageContent .sitemap li a:hover {
  text-decoration: underline;
}
#pageHolder #pageContent .sitemap li:before {
  display: none;
}
#pageHolder #pageContent .sitemap li ul {
  margin: 15px 0 10px 0 !important;
  margin: 0.9375rem 0 0.625rem 0 !important;
}
#pageHolder #pageContent .sitemap li ul li {
  padding: 2px 0 !important;
  padding: 0.125rem 0 !important;
}
#pageHolder #pageContent .sitemap li ul ul {
  margin: 5px 0 !important;
  margin: 0.3125rem 0 !important;
}
#pageHolder #pageContent .sitemap li ul ul li {
  padding: 0 0 0 16px !important;
  padding: 0 0 0 1rem !important;
  position: relative;
}
#pageHolder #pageContent .sitemap li ul ul li:before {
  padding: 0 4px;
  padding: 0 0.25rem;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
  height: 1px !important;
  height: 0.0625rem !important;
  left: 0 !important;
  width: 3px !important;
  width: 0.1875rem !important;
  border-radius: 0 !important;
  top: 11px !important;
  top: 0.6875rem !important;
  position: absolute;
  content: "";
}

@media (max-width: 767px) {
  #pageHolder #pageContent .sitemap {
    margin: 0 0 55px 0;
    flex-wrap: wrap;
  }
  #pageHolder #pageContent .sitemap .column.span_5_of_10 {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #pageHolder #pageContent .sitemap {
    margin-bottom: 120px;
  }
}
@media all and (min-width: 768px) and (max-width: 1250px) {
  #pageHolder #pageContent nav.sitemap .span_5_of_10 {
    flex: 0 0 48%;
  }
}
#pageHolder aside#sidebar .filterBTN {
  display: none;
  width: 240px;
  text-align: center;
  line-height: 70px;
  position: absolute;
  right: 0;
  padding: 0;
  top: 50px;
  border: none;
  appearance: none;
}
#pageHolder aside#sidebar .filterBTN i {
  margin-left: 10px;
}

#pageHolder aside#sidebar #courseSearch-mob.course {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0;
}
#pageHolder aside#sidebar #courseSearch-mob.course .title {
  flex: 0 0 100%;
  text-align: center;
  line-height: 70px;
}
#pageHolder aside#sidebar #courseSearch-mob.course .searchWrap {
  flex: 0 0 100%;
  padding: 20px;
}
#pageHolder aside#sidebar #courseSearch-mob.course .searchField {
  flex: 0 0 100%;
  height: 50px;
  border-radius: 25px;
}
#pageHolder aside#sidebar #courseSearch-mob.course .searchField input#courseSearchInput {
  height: 30px;
}
#pageHolder aside#sidebar #courseSearch-mob.course .searchField button {
  height: 44px;
  width: 44px;
}

#course-filter {
  display: flex;
  flex-wrap: wrap;
}
#course-filter .title {
  flex: 0 0 100%;
  line-height: 70px;
  text-align: center;
  position: relative;
}
#course-filter .title button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  line-height: 30px;
  display: none;text-salign:center;padding:0px;
}
#course-filter .resetCont {
  flex: 0 0 100%;
  padding: 20px 0;
  text-align: center;
}
#course-filter .resetCont button {
  display: inline-block;
  border: none;
  appearance: none;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 20px;
}
#course-filter .resetCont button i {
  margin-right: 8px;
}
#course-filter .filterList {
  flex: 0 0 100%;
}
#course-filter .filterList fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#course-filter .filterList legend {
  width: 100%;
}
#course-filter .filterList legend button {
  padding: 15px 50px 15px 20px;
  width: 100%;
  border: none;
  margin: 0;
  appearance: none;
  text-align: left;
  position: relative;
}
#course-filter .filterList legend button i {
  position: absolute;
  right: 20px;
}
#course-filter .filterList legend button[aria-expanded=true] i {
  transform: rotate(180deg);
}
#course-filter .filterList div.accordion-panel {
  padding: 10px 20px;
}
#course-filter .filterList div.accordion-panel div {
  padding: 8px 0 8px 30px;
}
#course-filter .filterList div.accordion-panel div input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#course-filter .filterList div.accordion-panel div label {
  line-height: 1.3;
  position: relative;
}
#course-filter .filterList div.accordion-panel div label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  left: -30px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  top: 2px;
  text-align: center;
}
#course-filter .filterList div.accordion-panel div label:before:hover {
  cursor: pointer;
}
#course-filter .filterList div.accordion-panel div input:checked + label:before {
  content: "\f00c";
  background-color: #000;
  color: #fff;
}
#course-filter .filterList div.accordion-panel div input:focus + label:before {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
#course-filter .filterList .list {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#course-filter .searchFilterButton {
  flex: 0 0 100%;
  padding: 30px 20px;
}
#course-filter .searchFilterButton button {
  width: 100%;
  height: 50px;
  border: none;
  appearance: none;
  border-radius: 25px;
  padding: 0;
}

.courseCategoryListing {
  display: flex;
  gap: 30px 2.7221%;
  margin-top: 60px;
  flex-wrap: wrap;
}
.courseCategoryListing .category {
  flex: 0 0 31.5186%;
  height: 480px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.courseCategoryListing .category figure {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.courseCategoryListing .category figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.courseCategoryListing .category .info {
  position: relative;
  z-index: 5;
  left: 0;
  display: flex;
  align-items: flex-end;
  flex: 0 0 100%;
  height: 215px;
  padding: 40px 55px 100px 25px;
  line-height: 1.5;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.courseCategoryListing .category .info button,
.courseCategoryListing .category .info a.more {
  position: absolute;
  left: 25px;
  bottom: 30px;
}
.courseCategoryListing .category .info button i,
.courseCategoryListing .category .info a.more i {
  margin-left: 8px;
}
.courseCategoryListing .category .info a.more {
  display: none;
}

#courseType {
  margin-top: 100px;
}
#courseType .sectionTitle {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.4;
}
#courseType .typeList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.444%;
}
#courseType .typeList .type {
  flex: 0 0 18.8447%;
  overflow: hidden;
}
#courseType .typeList .type .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 5;
  clip-path: polygon(100% 100%, 100% 30%, 50% 0%, 0% 30%, 0% 100%);
}
#courseType .typeList .type .title span {
  display: flex;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 30px;
  line-height: 1.5;
}
#courseType .typeList .type figure {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#courseType .typeList .type figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#courseType .typeList .type a {
  display: block;
  height: 400px;
  position: relative;
}
#courseType .typeList .type a:hover figure img {
  transform: scale(1.1);
}
#courseType .typeList .type a:hover .title {
  height: 220px;
}
#courseType .typeList .type a:focus {
  border: 2px solid #000;
}

#dialog-modal {
  width: 1100px;
  max-width: 80%;
    height: min(760px, 90%);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6000;
  border-radius: 20px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;overflow-y:auto;
  display: none;
}
#dialog-modal button#close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  height: 50px;
  width: 50px;
  border: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#dialog-modal button#close i {
  width: 50px;
  line-height: 50px;
}
#dialog-modal figure {
  margin: 0;
  height: 320px;
  position: relative;
}
#dialog-modal figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
     position: relative;
  z-index: 1;
}
#dialog-modal figure .name {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  padding: 50px 100px 50px 40px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
#dialog-modal .modalInfo {
  padding: 40px;
}
#dialog-modal .modalInfo a.more {
  margin-top: 10px;
}
#dialog-modal .modalInfo a.more i {
  margin-left: 8px;
}
#dialog-modal .modalInfo .specificAreas {
  margin-top: 50px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.5);
}
#dialog-modal .modalInfo .specificAreas .title {
  margin-top: 25px;
}
#dialog-modal .modalInfo .specificAreas .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 25px;
}
#dialog-modal .modalInfo .specificAreas .buttons a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  border-radius: 100px;
  max-width: 220px;
  min-width: 140px;
  min-height: 70px;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
}

#modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
}

body.modal-open #modal-overlay {
  visibility: visible;
  z-index: 5000;
  opacity: 1;
}

@media (max-width: 500px) {
  #courseType .typeList {
    gap: 10px 0;
  }
  #courseType .typeList .type {
    flex: 0 0 100%;
  }
  #courseType .typeList .type a {
    height: 220px;
  }
  #courseType .typeList .type .title {
    height: 100px;
  }
  #courseType .typeList .type .title span {
    height: 70px;
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  body.courses #pageHolder #pageContent {
    padding-top: 150px;
  }
  body.courses #pageHolder .pageHolder {
    padding-bottom: 0;
  }
  #pageHolder aside#sidebar #courseSearch-mob.course .title {
    display: none;
  }
  #pageHolder aside#sidebar .filterBTN {
    width: 100%;
    position: relative;
    top: auto;
    margin-top: 10px;
    line-height: 50px;
  }
  .courseCategoryListing {
    gap: 10px 0;
    margin-top: 30px;
  }
  .courseCategoryListing .category {
    flex: 0 0 100%;
    height: 250px;
  }
  .courseCategoryListing .category .info {
    height: auto;
    padding: 20px 50px 80px 20px;
  }
  .courseCategoryListing .category .info button {
    left: 20px;
    bottom: 20px;
    line-height: 40px;
    padding: 0 20px;
  }
  .courseCategoryListing .category .info button i {
    display: none;
  }
  #course-filter {
    width: 100%;
  }
  #courseType {
    margin-top: 50px;
  }
  #courseType .sectionTitle {
    margin-bottom: 20px;
  }
  .courseCategoryListing .category .info button {
    display: none;
  }
  .courseCategoryListing .category .info a.more {
    display: block;
  }
}
@media all and (min-width: 500px) and (max-width: 800px) {
  #courseType .typeList {
    gap: 15px 3%;
  }
  #courseType .typeList .type {
    flex: 0 0 48.5%;
  }
  #courseType .typeList .type a {
    height: 300px;
  }
  #courseType .typeList .type .title {
    height: 150px;
  }
  #courseType .typeList .type .title span {
    height: 100px;
  }
}
@media all and (min-width: 800px) and (max-width: 1023px) {
  #courseType .typeList {
    gap: 20px 1.863%;
  }
  #courseType .typeList .type {
    flex: 0 0 32.09133%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #course-filter {
    width: 50%;
  }
  #pageHolder aside#sidebar #courseSearch-mob.course {
    width: calc(100% - 270px);
  }
  #pageHolder aside#sidebar #courseSearch-mob.course .title {
    line-height: 50px;
    flex: 0 0 50%;
  }
  body.courses #pageHolder #pageContent {
    padding-top: 140px;
  }
  .courseCategoryListing .category {
    height: 400px;
  }
  .courseCategoryListing .category .info {
    height: 185px;
    padding: 30px 55px 95px 25px;
  }
  #dialog-modal {
    min-height: 650px;
  }
  #dialog-modal figure {
    height: 200px;
  }
  #dialog-modal figure .name {
    padding: 20px 80px 20px 30px;
  }
  #dialog-modal .modalInfo {
    padding: 30px;
  }
  #dialog-modal .modalInfo a.more {
    margin-top: 0;
  }
  #dialog-modal .modalInfo .specificAreas {
    margin-top: 30px;
  }
  #dialog-modal .modalInfo .specificAreas .buttons a.button {
    min-height: 54px;
  }
}
@media (max-width: 1023px) {
  #course-filter {
    position: fixed;
    top: 0;
    left: -10%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    align-content: flex-start;
    z-index: 8000;
    visibility: hidden;
    opacity: 0;
  }
  #course-filter.open {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  #pageHolder aside#sidebar #courseSearch-mob.course {
    margin-bottom: 0;
  }
  #pageHolder aside#sidebar #courseSearch-mob.course .searchWrap {
    padding: 15px 20px;
  }
  #pageHolder aside#sidebar #courseSearch-mob.course .searchField {
    height: 40px;
  }
  #pageHolder aside#sidebar #courseSearch-mob.course .searchField input#courseSearchInput {
    height: 20px;
  }
  #pageHolder aside#sidebar #courseSearch-mob.course .searchField button {
    height: 34px;
    width: 34px;
  }
  #pageHolder aside#sidebar .filterBTN,
  #course-filter .title button {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .courseCategoryListing {
    gap: 25px 3%;
  }
  .courseCategoryListing .category {
    flex: 0 0 48.5%;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  #courseType .typeList {
    gap: 20px 3%;
  }
  #courseType .typeList .type {
    flex: 0 0 48.5%;
  }
}
@media all and (min-width: 1200px) and (max-width: 1350px) {
  #courseType .typeList {
    gap: 20px 1.863%;
  }
  #courseType .typeList .type {
    flex: 0 0 32.09133%;
  }
}
@media all and (min-width: 1024px) and (max-width: 1500px) {
  #courseType .typeList .type .title span {
    padding: 30px 20px;
  }
}
@media all and (min-width: 1350px) and (max-width: 1500px) {
  #courseType .typeList {
    gap: 20px 1.7122%;
  }
   #courseType .typeList .type {
    flex: 0 0 32.12%;
  }
}
#pageHolder #pageContent a.more.default i {
  margin-left: 6px;
}

#pageHolder #pageContent .introBlock {
  display: flex;
  margin-bottom: 40px;
}
#pageHolder #pageContent .introBlock .image {
  flex: 0 0 500px;
  padding-right: 30px;
}
#pageHolder #pageContent .introBlock .image img {
  max-width: 100%;
}
#pageHolder #pageContent .introBlock .intro {
  flex-grow: 1;
  margin-top: 20px;
}

#pageHolder #pageContent h3 {
  margin: 40px 0 20px 0;
}

#quickLinks.course-category {
  padding: 50px 0;
}
#quickLinks.course-category .holder {
  display: flex;
}
#quickLinks.course-category .sectionTitle {
  flex: 0 0 calc(100% - 1130px);
  position: relative;
  margin-top: 175px;
  z-index: 5;
  line-height: 1.3;
}
#quickLinks.course-category .sectionTitle span {
  display: block;
}
#quickLinks.course-category .flex {
  flex: 0 0 1130px;
  justify-content: center;
  gap: 0 25px;
}
#quickLinks.course-category .flex:after {
  top: 75px;
  left: 30%;
}
#quickLinks.course-category .column {
  gap: 25px 0;
  flex: 0 0 360px;
}
#quickLinks.course-category .column:nth-child(2) {
  margin-top: 50px;
}
#quickLinks.course-category .column .quickLink a {
  height: 310px;
}
#quickLinks.course-category .column .quickLink .title {
  text-align: left;
  left: 30px;
  right: 30px;
  bottom: 40px;
}
#quickLinks.course-category .column .quickLink .overlay {
  background: linear-gradient(0deg, #0D847D 0.08%, rgba(13, 132, 125, 0) 61.48%);
}
#quickLinks.course-category .column .quickLink .overlay:before {
  background: linear-gradient(0deg, #0D847D 100%, rgba(0, 54, 91, 0) 101.6%);
}
#quickLinks.course-category .column .quickLink a:hover .overlay {
  opacity: 0.8;
}
#quickLinks.course-category:after {
  top: 125px;
}

#whyWAES {
  clear: both;
  width: 100%;
  position: relative;
  padding: 120px 0 75px 0;
}
#whyWAES .flex {
  display: flex;
  gap: 0 90px;
}
#whyWAES .column.left {
  flex-grow: 1;
}
#whyWAES .column.left ul.checklist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#whyWAES .column.left ul.checklist li {
  line-height: 1.5;
  margin: 24px 0;
  position: relative;
  padding-left: 40px;
}
#whyWAES .column.left ul.checklist li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
#whyWAES .column.right {
  display: flex;
  gap: 25px 25px;
  flex-wrap: wrap;
  flex: 0 0 745px;
  align-content: flex-start;
  margin-top: 40px;
}
#whyWAES .column.right .quickLink {
  width: 360px;
}
#whyWAES .column.right .quickLink:nth-child(2), #whyWAES .column.right .quickLink:nth-child(4) {
  margin-top: -50px;
}
#whyWAES .column.right .quickLink:nth-child(3) {
  margin-top: 0px;
}
#whyWAES .column.right .quickLink a {
  height: 310px;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#whyWAES .column.right .quickLink figure {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#whyWAES .column.right .quickLink figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#whyWAES .column.right .quickLink .overlay {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00457C 0.08%, rgba(0, 107, 182, 0) 61.48%);
  opacity: 0.8;
}
#whyWAES .column.right .quickLink .overlay:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #00457C 100%, rgba(115, 2, 65, 0) 100%);
  z-index: -1;
  opacity: 0;
}
#whyWAES .column.right .quickLink .title {
  position: absolute;
  left: 25px;
  right: 25px;
  width: auto;
  bottom: 40px;
  line-height: 45px;
  z-index: 5;
  text-align: left;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#whyWAES .column.right .quickLink a:hover .title {
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
#whyWAES .column.right .quickLink a:hover .overlay:before {
  opacity: 1;
}
#whyWAES .column.right .quickLink a:hover figure img {
  transform: scale(1.1);
}
#whyWAES .sectionTitle {
  margin: 0 0 35px 0;
  line-height: 1.3;
}
#whyWAES p {
  line-height: 1.5;
}
#whyWAES a.readMore {
  margin-top: 30px;
}

#heroEvent {
  clear: both;
  position: relative;
  padding: 45px 0 30px 0;
}
#heroEvent .sectionTitle {
  right: -120px;
  position: absolute;
  left: 50%;
  width: auto;
  text-align: center;
  top: 90px;
}
#heroEvent .clip {
  display: flex;
  position: relative;
}
#heroEvent .clip:before {
  content: "";
  width: 50vw;
  top: 0;
  height: 100%;
  left: -50vw;
  position: absolute;
}
#heroEvent .event {
  display: flex;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
}
#heroEvent .event figure {
  margin: 0;
  flex: 0 0 50%;
}
#heroEvent .event figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#heroEvent .event .heroContent {
  flex: 0 0 50%;
  padding: 120px 170px 170px 0;
  line-height: 1.4;
}
#heroEvent .event .heroContent .title {
  margin-bottom: 20px;
}
#heroEvent .event .heroContent a.more {
  margin-top: 80px;
}

#courseList {
  clear: both;
  padding: 80px 0 120px 0;
}
#courseList .sectionTitle {
  text-align: center;
}
#courseList .list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 1.75%;
}
#courseList .list .item {
  width: 49.125%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  align-content: flex-start;
}
#courseList .list .item .titleSection {
  flex: 0 0 100%;
  padding: 25px 265px 25px 35px;
  min-height: 180px;
  position: relative;
  display: flex;
  align-items: center;
}
#courseList .list .item .titleSection .title {
  line-height: 1.4;
}
#courseList .list .item .titleSection .btns {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 200px;
}
#courseList .list .item .titleSection .btns span.more {
  padding: 0;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
#courseList .list .item .titleSection .btns span.more:first-child {
  margin-top: 0;
  margin-right: 8px;
}
#courseList .list .item .titleSection .btns i {
  margin-right: 10px;
}
#courseList .list .item .specifics {
  padding: 25px 35px 25px 35px;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
#courseList .list .item .specifics .column {
  flex: 0 0 48.5%;
}
#courseList .list .item .specifics .column .spec {
  padding: 8px 0;
  line-height: 1.5;
  border-bottom-style: solid;
  border-bottom-width: 0.05rem;
}
#courseList .list .item .intro {
  padding: 0 35px 35px 35px;
  line-height: 1.5;
}
#courseList .list .item a.more {
  margin: 0 0 0 35px;
}

@media (max-width: 500px) {
  #quickLinks.course-category {
    padding: 30px 0 40px 0;
  }
  #quickLinks.course-category .column {
    gap: 10px 0;
  }
  #quickLinks.course-category .column:nth-child(2), #quickLinks.course-category .column:nth-child(3) {
    margin-top: 10px;
  }
  #whyWAES .column.right {
    flex: 0 0 100%;
    gap: 10px 0;
  }
  #whyWAES .column.right .quickLink {
    width: 85%;
  }
  #whyWAES .column.right .quickLink:nth-child(2), #whyWAES .column.right .quickLink:nth-child(3), #whyWAES .column.right .quickLink:nth-child(4) {
    margin-top: 0px;
  }
  #whyWAES .column.right .quickLink:nth-child(2), #whyWAES .column.right .quickLink:nth-child(4) {
    margin-left: 15%;
  }
}
@media all and (min-width: 500px) and (max-width: 767px) {
  #quickLinks.course-category .column .quickLink {
    width: 48.75%;
  }
  #quickLinks.course-category .column .quickLink:nth-child(2) {
    margin-top: 40px;
  }
  #quickLinks.course-category {
    padding: 40px 0 50px 0;
  }
  #quickLinks.course-category .column:nth-child(2) {
    margin-top: -30px;
  }
  #quickLinks.course-category .column:nth-child(3) {
    margin-top: -70px;
  }
  #whyWAES .column.right {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  body.course-category #pageHolder .pageHolder {
    padding-bottom: 20px;
  }
  body.course-category #pageHolder #pageContent {
    padding-top: 90px;
  }
  #pageHolder #pageContent .introBlock {
    flex-wrap: wrap;
  }
  #pageHolder #pageContent .introBlock .image {
    flex: 0 0 100%;
  }
  #quickLinks.course-category:after,
  #quickLinks.course-category .flex:after {
    display: none;
  }
  #quickLinks.course-category .holder {
    flex-wrap: wrap;
  }
  #quickLinks.course-category .sectionTitle {
    margin-top: 0;
    flex: 0 0 100%;
  }
  #quickLinks.course-category .sectionTitle span {
    display: inline-block;
  }
  #quickLinks.course-category .flex {
    flex: 0 0 100%;
    margin-top: 30px;
  }
  #quickLinks.course-category .column {
    flex: 0 0 100%;
    justify-content: space-between;
  }
  #quickLinks.course-category .column .quickLink a {
    height: auto;
    padding-bottom: 100%;
  }
  #quickLinks.course-category .column .quickLink a .title {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  #quickLinks.course-category .column .quickLink a:hover .title {
    transform: none;
  }
  #whyWAES {
    padding: 40px 0;
  }
  #whyWAES .sectionTitle {
    margin: 0 0 30px 0;
  }
  #whyWAES .column.left ul.checklist li {
    margin: 14px 0;
  }
  #whyWAES .column.left ul.checklist li:before {
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 0;
    transform: none;
  }
  #whyWAES .column.right .quickLink .title {
    line-height: 1.5;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  #heroEvent {
    padding: 0;
  }
  #heroEvent .container {
    padding: 0;
  }
  #heroEvent .event {
    clip-path: none;
    flex-wrap: wrap;
  }
  #heroEvent .event .heroContent,
  #heroEvent .event figure {
    flex: 0 0 100%;
  }
  #heroEvent .event .heroContent {
    padding: 25px 5% 35px 5%;
    order: 2;
  }
  #heroEvent .event .heroContent a.more {
    margin-top: 30px;
  }
  #courseList {
    padding: 40px 0;
  }
  #courseList .list {
    margin-top: 35px;
    gap: 10px 0;
  }
  #courseList .list .item {
    flex: 0 0 100%;
    padding-bottom: 32px;
  }
  #courseList .list .item .titleSection {
    padding: 30px 20px 25px 20px;
    min-height: auto;
  }
  #courseList .list .item .titleSection .title {
    width: 100%;
  }
  #courseList .list .item .titleSection .btns {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 20px;
  }
  #courseList .list .item .titleSection .btns span.more {
    padding: 0 15px;
  }
  #courseList .list .item .specifics {
    padding: 25px 20px 15px 20px;
  }
  #courseList .list .item .intro {
    padding: 0 20px 20px 20px;
  }
  #courseList .list .item a.more {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  body.course-category #pageHolder .pageHolder {
    padding-bottom: 20px;
  }
  body.course-category #pageHolder #pageContent {
    padding-top: 40px;
  }
  #heroEvent .container {
    padding: 0;
  }
  #heroEvent .clip:before {
    display: none;
  }
  #heroEvent .event {
    clip-path: none;
  }
  #heroEvent .event .heroContent {
    padding: 50px 40px 70px 5%;
  }
  #whyWAES .column.right .quickLink .title {
    bottom: 30px;
    line-height: 1.4;
  }
  #courseList {
    padding: 50px 0 80px 0;
  }
  #courseList .list {
    margin-top: 50px;
    gap: 15px 1.75%;
  }
  #courseList .list .item .titleSection {
    padding: 20px 25px 90px 25px;
  }
  #courseList .list .item .titleSection .btns {
    bottom: 25px;
  }
  #courseList .list .item .titleSection .btns span.more {
    padding: 0 12px;
  }
  #courseList .list .item .titleSection .btns span.more i {
    margin-right: 6px;
  }
  #courseList .list .item .specifics {
    padding: 25px 25px 20px 25px;
  }
  #courseList .list .item .intro {
    padding: 0 25px 20px 25px;
  }
  #courseList .list .item a.more {
    margin-left: 25px;
  }
  #courseList .list-item {
    padding-bottom: 25px;
  }
  #courseList .list .item .titleSection .btns {
    right: 25px;
    left: 25px;
    width: auto;
  }
}
@media (max-width: 1200px) {
  #whyWAES .flex {
    gap: 0;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 500px) and (max-width: 900px) {
  #whyWAES .column.right {
    flex: 0 0 100%;
    gap: 10px 0;
    justify-content: space-between;
  }
  #whyWAES .column.right .quickLink {
    width: 48.75%;
  }
  #whyWAES .column.right .quickLink a {
    height: auto;
    padding-bottom: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  #pageHolder #pageContent .introBlock .image {
    max-width: 50%;
  }
  #pageHolder #pageContent .introBlock .intro {
    margin-top: 0;
  }
  #whyWAES {
    padding: 40px 0 75px 0;
  }
  #whyWAES .column.left ul.checklist {
    display: flex;
    gap: 0 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #whyWAES .column.left ul.checklist li {
    flex: 0 0 45%;
    margin: 15px 0;
  }
  #whyWAES .column.right {
    margin: 80px auto 0 auto;
  }
  #quickLinks.course-category:after {
    top: 230px;
  }
  #quickLinks.course-category .flex {
    flex: 0 0 100%;
    gap: 0 0;
    justify-content: space-between;
  }
  #quickLinks.course-category .holder {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #quickLinks.course-category .column {
    flex: 0 0 32.2802%;
    gap: 18px 0;
  }
  #quickLinks.course-category .column .quickLink a {
    height: auto;
    padding-bottom: 100%;
  }
  #quickLinks.course-category .column .quickLink a .title {
    bottom: 30px;
    left: 20px;
    right: 20px;
  }
  #quickLinks.course-category .column .quickLink a:hover .title {
    bottom: 50%;
  }
  #quickLinks.course-category .sectionTitle {
    flex: 0 0 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #quickLinks.course-category .sectionTitle span {
    display: inline-block;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  #heroEvent .event .heroContent {
    padding: 80px 50px 120px 0;
  }
  #courseList {
    padding: 60px 0 100px 0;
  }
  #courseList .list {
    margin-top: 60px;
  }
  body.course-category #pageHolder .pageHolder {
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  #courseList .list .item .specifics {
    flex-wrap: wrap;
  }
  #courseList .list .item .specifics .column {
    flex: 0 0 100%;
  }
}
@media all and (min-width: 1200px) and (max-width: 1400px) {
  #whyWAES .flex {
    gap: 0 50px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  #heroEvent .container {
    padding-right: 1%;
  }
  #courseList .list .item .titleSection {
    padding: 25px 35px 100px 35px;
  }
  #courseList .list .item .titleSection .btns span.more {
    padding: 0 25px;
    margin-right: 5px;
  }
  #courseList .list .item .titleSection .btns {
    bottom: 25px;
    right: 35px;
    left: 35px;
    width: auto;
  }
}
@media (max-width: 1400px) {
  #courseList .list .item .titleSection {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #courseList .list .item .titleSection .btns {
    top: auto;
  }
  #courseList .list .item .titleSection .btns span.more {
    width: auto;
  }
}
@media all and (min-width: 1200px) and (max-width: 1500px) {
  #quickLinks.course-category .sectionTitle {
    flex: 0 0 230px;
  }
  #quickLinks.course-category .flex {
    flex: 0 0 calc(100% - 230px);
    gap: 0 1.5797%;
  }
  #quickLinks.course-category .column {
    flex: 0 0 32.2802%;
  }
  #quickLinks.course-category .column .quickLink a {
    padding-bottom: 0;
  }
  #whyWAES .column.right {
    flex: 0 0 54.759%;
    gap: 25px 2.5%;
    margin-top: 0;
  }
  #whyWAES .column.right .quickLink {
    width: 48.75%;
  }
  #whyWAES .column.right .quickLink a {
    height: auto;
    padding-bottom: 100%;
  }
  #heroEvent .event .heroContent {
    padding: 120px 100px 170px 0;
  }
}
#pageHolder #pageContent .flex {
  display: flex;
  gap: 0 130px;
}
#pageHolder #pageContent .flex.row-reverse {
  flex-direction: row-reverse;
}
#pageHolder #pageContent .flex aside#courseSidebar {
  flex: 0 0 435px;
}
#pageHolder #pageContent .flex aside#courseSidebar .sidebarTitle {
  padding: 35px 30px;
}
#pageHolder #pageContent .flex aside#courseSidebar .courseName {
  padding: 15px 30px;
  line-height: 1.5;
}
#pageHolder #pageContent .flex aside#courseSidebar .btns {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  padding: 0 12px;
}
#pageHolder #pageContent .flex aside#courseSidebar .btns span.more i {
  margin-right: 10px;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates {
  margin-top: 30px;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates .title {
  text-align: center;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates p.courseClosed {
  padding: 10px 0;
  text-align: center;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates .date {
  border-width: 0.1rem;
  border-style: solid;
  padding: 25px 30px 30px 30px;
  margin-top: 15px;
  position: relative;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates .date button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates .date button i {
  position: absolute;
  top: 35px;
  right: 15px;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates .date.expand button i {
  transform: rotate(180deg);
}
#pageHolder #pageContent .flex aside#courseSidebar .dates .date .spec {
  padding: 10px 0;
  border-bottom-style: solid;
  border-bottom-width: 0.05rem;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates .date .expanded {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates .date .expanded a.more {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates .date .expanded span.courseFull {
  display: block;
  margin-top: 30px;
}
#pageHolder #pageContent .flex aside#courseSidebar .dates .date.expand .expanded {
  visibility: visible;
  opacity: 1;
  height: auto;
}
#pageHolder #pageContent .flex aside#courseSidebar .sidebarButtons {
  margin-top: 30px;
}
#pageHolder #pageContent .flex aside#courseSidebar .sidebarButtons a {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
#pageHolder #pageContent .flex aside#courseSidebar .share .title {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  margin-top: 30px;
}
#pageHolder #pageContent .flex aside#courseSidebar .share .shareBTNS {
  margin-top: 20px;
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
#pageHolder #pageContent .flex aside#courseSidebar .share .shareBTNS a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
#pageHolder #pageContent .flex .courseInfo.main-content {
  flex-grow: 1;
}
#pageHolder #pageContent .flex .courseInfo.main-content #accordion {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
#pageHolder #pageContent .flex .courseInfo.main-content #accordion .accordion-item {
  flex: 0 0 100%;
  margin-bottom: 10px;
}
#pageHolder #pageContent .flex .courseInfo.main-content #accordion .accordion-item button {
  width: 100%;
  text-align: left;
  padding: 27px 50px 27px 20px;
  position: relative;
  border: none;
  line-height: 1.5;
}
#pageHolder #pageContent .flex .courseInfo.main-content #accordion .accordion-item button i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#pageHolder #pageContent .flex .courseInfo.main-content #accordion .accordion-item button[aria-expanded=true] i {
  transform: rotate(180deg) translateY(50%);
}
#pageHolder #pageContent .flex .courseInfo.main-content #accordion .accordion-item .accordion-panel {
  padding: 25px 20px 0px 20px;
}

#pageHolder #pageContent .careerInfo {
  display: flex;
  margin-top: 100px;
  padding: 100px 0 0 0;
  border-top-style: solid;
  border-top-width: 0.05rem;
  gap: 0 100px;
  align-items: center;
}
#pageHolder #pageContent .careerInfo .leftColumn {
  flex-grow: 1;
}
#pageHolder #pageContent .careerInfo .leftColumn .sectionTitle {
  margin-bottom: 40px;
  line-height: 1.3;
}
#pageHolder #pageContent .careerInfo .widgetColumn {
  flex: 0 0 600px;
}
#pageHolder #pageContent .careerInfo .widgetColumn iframe {
  border: none;
  padding: 0;
}

#relatedCourses {
  clear: both;
  position: relative;
  height: 660px;
}
#relatedCourses .container {
  position: unset;
}
#relatedCourses:after {
  content: "";
  position: absolute;
  top: 0;
  height: 500px;
  right: 0;
  width: 50vw;
}
#relatedCourses .holder {
  padding: 60px 0 0 0;
  z-index: 2;
}
#relatedCourses .holder:before {
  content: "";
  position: absolute;
  top: 0;
  height: 500px;
  right: 50%;
  width: 925px;
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
}
#relatedCourses .flex {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
#relatedCourses .flex .sectionTitle {
  width: 1400px;
  margin: 0 auto;
}
#relatedCourses .positionedHolder {
  position: absolute;
  right: 0;
  left: calc(50% - 700px);
  width: auto;
  height: 540px;
  overflow: hidden;
}
#relatedCourses .courseList {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: 1400px;
}
#relatedCourses .courseList .owl-item:nth-child(even) {
  margin-top: 60px;
}
#relatedCourses .courseList .course a {
  height: 420px;
  display: block;
  position: relative;
  overflow: hidden;
}
#relatedCourses .courseList .course a figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
}
#relatedCourses .courseList .course a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#relatedCourses .courseList .course a .title {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  bottom: 0;
  padding: 30px 80px 30px 30px;
  line-height: 1.5;
  z-index: 5;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
#relatedCourses .courseList .course a:hover figure img {
  transform: scale(1.1);
}
#relatedCourses .owl-carousel {
  z-index: 5;
}
#relatedCourses .owl-carousel .owl-stage-outer {
  overflow: visible;
}
#relatedCourses .owl-dots {
  display: none;
}
#relatedCourses .owl-nav {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: 580px;
  height: 50px;
}
#relatedCourses .owl-nav button {
  height: 50px;
  width: 50px;
  border: none;
  appearance: none;
  border-radius: 50%;
  position: relative;
}
#relatedCourses .owl-nav button.owl-prev {
  margin-right: 20px;
}
#relatedCourses .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
#relatedCourses .owl-nav button.owl-prev:before {
  content: "\f060";
}
#relatedCourses .owl-nav button.owl-next:before {
  content: "\f061";
}

@media (max-width: 767px) {
  body.course-page #pageHolder #pageContent {
    padding-top: 30px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .sidebarTitle {
    padding: 22px 20px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .courseName {
    padding: 15px 20px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .btns {
    flex-wrap: wrap;
    padding: 0;
    gap: 10px 15px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .dates .date {
    padding: 20px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .dates .date button i {
    top: 30px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .share .title {
    margin-top: 20px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .share .shareBTNS a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  #pageHolder #pageContent .flex .courseInfo.main-content {
    margin-top: 40px;
  }
  #pageHolder #pageContent .flex .courseInfo.main-content #accordion {
    margin-top: 40px;
  }
  #pageHolder #pageContent .flex .courseInfo.main-content #accordion .accordion-item button {
    padding: 18px 50px 18px 20px;
  }
  #pageHolder #pageContent .careerInfo {
    margin-top: 0;
    border: none;
    padding: 35px 0 15px 0;
  }
  #pageHolder #pageContent .careerInfo .leftColumn .sectionTitle {
    margin-bottom: 25px;
    text-align: center;
  }
  #pageHolder #pageContent .careerInfo .widgetColumn {
    flex: 0 0 100%;
  }
  #pageHolder #pageContent .careerInfo .widgetColumn iframe {
    max-width: 100%;
  }
  #relatedCourses .flex .sectionTitle {
    max-width: 50%;
    text-align: left;
    margin: 0 0 0 5%;
  }
  #relatedCourses:after,
  #relatedCourses .holder:before {
    display: none;
  }
  #relatedCourses .holder {
    padding: 30px 0 40px 0;
  }
  #relatedCourses .courseList {
    width: 70%;
    margin-top: 35px;
  }
  #relatedCourses .courseList .course a {
    height: auto;
    padding-bottom: 100%;
  }
  #relatedCourses .courseList .course a .title {
    height: 120px;
    padding: 20px 35px 20px 20px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    line-height: 1.4;
  }
  #relatedCourses .courseList .owl-item:nth-child(even) {
    margin-top: 0;
  }
  #relatedCourses .owl-nav {
    top: 0;
    height: 40px;
  }
  #relatedCourses .owl-nav button {
    height: 40px;
    width: 40px;
  }
  #relatedCourses .owl-nav button:before {
    width: 40px;
    line-height: 40px;
  }
  #relatedCourses .owl-nav button.owl-prev {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  body.course-page #pageHolder #pageContent {
    padding-top: 40px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .btns {
    justify-content: center;
    gap: 0 12px;
  }
  #pageHolder #pageContent .flex .courseInfo.main-content {
    margin-top: 60px;
  }
  #pageHolder #pageContent .flex .courseInfo.main-content #accordion {
    margin-top: 40px;
  }
  #relatedCourses:after {
    height: auto;
    bottom: 120px;
  }
  #relatedCourses .holder {
    padding: 40px 0 0 0;
  }
  #relatedCourses .holder:before {
    height: auto;
    bottom: 120px;
  }
  #relatedCourses .courseList .course a {
    height: auto;
    padding-bottom: 100%;
  }
  #relatedCourses .owl-nav {
    top: 0;
  }
}
@media (max-width: 1023px) {
  #pageHolder #pageContent .flex {
    flex-wrap: wrap;
  }
  #pageHolder #pageContent .flex aside#courseSidebar {
    flex: 0 0 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  #pageHolder #pageContent .careerInfo {
    margin-top: 70px;
    padding: 60px 0 0 0;
  }
  #pageHolder #pageContent .careerInfo .widgetColumn {
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  #pageHolder #pageContent .careerInfo {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  #pageHolder #pageContent .flex {
    gap: 0 60px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar {
    flex: 0 0 350px;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .btns {
    padding: 0;
  }
  #pageHolder #pageContent .flex aside#courseSidebar .btns span.more {
    padding: 0 18px;
  }
  #relatedCourses .courseList .course a .title {
    padding: 30px 60px 30px 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1500px) {
  #relatedCourses .courseList {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  #relatedCourses {
    height: auto;
  }
  #relatedCourses .flex .sectionTitle {
    width: 90%;
  }
  #relatedCourses .owl-nav {
    right: 5%;
    left: auto;
    margin-left: auto;
  }
  #relatedCourses .positionedHolder {
    left: 0;
    margin-left: 5%;
    width: 95%;
    position: relative;
    height: auto;
  }
}
@media (max-width: 1900px) {
  #relatedCourses .holder:before {
    clip-path: none;
    width: 50vw;
  }
}
body.course-search #pageHolder #pageContent h2 {
  text-align: center;
}
body.course-search.no-result #pageHolder #pageContent h2 {
  text-align: left;
}
body.course-search #courseList {
  padding: 40px 0 0 0;
}
body.course-search #courseList .list {
  margin-top: 0;
}
body.course-search #courseList .list .item {
  border-style: solid;
  border-width: 0.05rem;
  padding-bottom: 30px;
}
body.course-search #courseList .list .item .intro {
  padding-bottom: 10px;
}
body.course-search #courseList .list .item .titleSection {
  padding: 25px 35px 100px 35px;
  align-items: flex-start;
}
body.course-search #courseList .list .item .titleSection .btns {
  top: auto;
  position: absolute;
  left: 35px;
  right: 35px;
  width: auto;
  bottom: 25px;
}
body.course-search #courseList .list .item .titleSection .btns span.more {
  width: auto;
  padding: 0 25px;
}
body.course-search .paging {
  margin-top: 50px;
  height: 64px;
  text-align: center;
}
body.course-search .paging a {
  height: 64px;
  width: 64px;
  line-height: 64px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  border-style: solid;
  border-width: 0.05rem;
}

#pageHolder #pageContent .sort-pages {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
#pageHolder #pageContent .sort-pages .sort {
  height: 64px;
  flex: 0 0 350px;
  border-radius: 32px;
  position: relative;
  border-style: solid;
  border-width: 0.05rem;
  margin-left: -1px;
}
#pageHolder #pageContent .sort-pages .sort ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#pageHolder #pageContent .sort-pages .sort ul ul {
  position: absolute;
  display: none;
  top: calc(100% - 36px);
  left: -0.01rem;
  max-height: 300px;
  overflow: hidden;
  width: calc(100% + 0.05rem);
  padding: 30px 10px 20px 0;
  z-index: 1000;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
#pageHolder #pageContent .sort-pages .sort ul ul li a {
  line-height: 1.5;
  height: auto;
  margin: 13px 0 0 0;
}
#pageHolder #pageContent .sort-pages .sort ul ul li a:hover {
  text-decoration: underline;
}
#pageHolder #pageContent .sort-pages .sort select {
  display: none;
}
#pageHolder #pageContent .sort-pages .sort.open ul ul {
  display: block;
}
#pageHolder #pageContent .sort-pages .sort.open > ul > li a i {
  transform: rotate(180deg);
}
#pageHolder #pageContent .sort-pages .sort > ul > li a {
  display: block;
  height: 64px;
  line-height: 64px;
  padding: 0 0 0 20px;
  position: relative;
}
#pageHolder #pageContent .sort-pages .sort > ul > li a.opener {
  z-index: 2000;
  border-radius: 40px;
}
#pageHolder #pageContent .sort-pages .sort > ul > li a i {
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 64px;
}
#pageHolder #pageContent .sort-pages .sort > ul > li a.open i {
  transform: rotate(-90deg);
}
#pageHolder #pageContent .sort-pages .pages {
  height: 64px;
}
#pageHolder #pageContent .sort-pages .pages a {
  height: 64px;
  width: 64px;
  line-height: 64px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
  border-style: solid;
  border-width: 0.05rem;
}

body.page.course-search #pageHolder #pageContent h4.request {
  line-height: 1.4;
}

body.page.course-search #pageHolder #pageContent .excerpt {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  body.course-search #pageHolder #pageContent {
    padding-top: 160px;
  }
  body.course-search #pageHolder .pageHolder {
    padding-bottom: 0;
  }
  #pageHolder #pageContent .sort-pages {
    padding: 0;
    width: 100%;
  }
  #pageHolder #pageContent .sort-pages .sort {
    flex: 0 0 100%;
    height: 44px;
  }
  #pageHolder #pageContent .sort-pages .sort ul {
    display: none;
  }
  #pageHolder #pageContent .sort-pages .sort select {
    display: block;
    border: none;
    background: transparent;
    height: 44px;
    width: 100%;
    padding: 0 20px;
    appearance: none;
    display: block;
  }
  #pageHolder #pageContent .sort-pages .sort:after {
    position: absolute;
    top: 0;
    right: 20px;
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    line-height: 44px;
  }
  body.course-search #courseList .list .item .titleSection {
    padding: 30px 20px 25px 20px;
  }
  body.course-search #courseList .list .item .titleSection .btns {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 20px;
    left: auto;
  }
  body.course-search #courseList .list .item .titleSection .btns span.more {
    padding: 0 15px;
    width: auto;
  }
  body.course-search .paging {
    margin-top: 30px;
  }
  body.course-search .paging a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 2px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  body.course-search #pageHolder #pageContent {
    padding-top: 140px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  #pageHolder #pageContent #courseList .list {
    gap: 25px 0;
  }
  #pageHolder #pageContent #courseList .list .item {
    flex: 0 0 100%;
  }
}
@media (max-width: 1300px) {
  body.course-search #pageHolder #pageContent h2 br {
    content: "";
  }
  body.course-search #pageHolder #pageContent h2 br:after {
    content: " ";
  }
  #pageHolder #pageContent .sort-pages .pages {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body.course-search #courseList .list .item .titleSection {
    padding: 25px 25px 100px 25px;
  }
  body.course-search #courseList .list .item .titleSection .btns {
    left: 25px;
    right: 25px;
  }
  body.course-search #courseList .list .item .titleSection .btns span.more {
    padding: 0 12px;
  }
  #courseList .list .item .specifics {
    padding: 20px 25px 25px 25px;
  }
  #courseList .list .item .intro {
    padding-left: 25px;
    padding-right: 25px;
  }
  #courseList .list .item a.more {
    margin-left: 25px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1500px) {
  #courseList .list .item .specifics {
    flex-wrap: wrap;
  }
  #courseList .list .item .specifics .column {
    flex: 0 0 100%;
  }
}
body.page.event-listing #pageHolder aside#sidebar nav#sideMenu #courseSearch-mob,
body.page.event-article #pageHolder aside#sidebar nav#sideMenu #courseSearch-mob {
  display: flex;
}

body.event-article #pageHolder aside#sidebar nav#sideMenu:after {
  display: none;
}

body.page.event-article #pageHolder aside#sidebar .waesLogo {
  margin-top: 150px;
  flex: 0 0 100%;
  text-align: center;
}

#pageHolder #pageContent ul.eventList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 1.75%;
}
#pageHolder #pageContent ul.eventList li:before {
  display: none;
}
#pageHolder #pageContent ul.eventList li {
  flex: 0 0 32.1666%;
  border-style: solid;
  border-width: 0.05rem;
}
#pageHolder #pageContent ul.eventList li a {
  display: block;
  z-index: 5;
}
#pageHolder #pageContent ul.eventList figure {
  margin: 0;
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#pageHolder #pageContent ul.eventList figure img {
  position: relative;
  width: 101%;
  height: 101%;
  top: 50%;
  left: 50%;
  max-width: none;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  border-radius: 0;
  z-index: 2;
}
#pageHolder #pageContent ul.eventList figure a {
  display: block;
}
#pageHolder #pageContent ul.eventList figure:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  content: "";
  background-image: url(../images/global/default-event-overlay-logo.svg);
  width: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
}
#pageHolder #pageContent ul.eventList a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
#pageHolder #pageContent ul.eventList a:hover figure:after {
  transform: scale(1.1);
}
#pageHolder #pageContent ul.eventList a:hover {
  text-decoration: none;
}
#pageHolder #pageContent ul.eventList .itemInfo {
  display: flex;
  flex-direction: column;
  padding: 30px 25px 210px 25px;
  position: relative;
}
#pageHolder #pageContent ul.eventList .itemInfo .title {
  line-height: 1.4;
}
#pageHolder #pageContent ul.eventList .itemInfo .eventSpecifics {
  position: absolute;
  bottom: 90px;
  left: 25px;
}
#pageHolder #pageContent ul.eventList .itemInfo .eventSpecifics .spec {
  line-height: 1.4;
  margin: 10px 0;
}
#pageHolder #pageContent ul.eventList .itemInfo .eventSpecifics .spec i {
  margin-right: 8px;
}
#pageHolder #pageContent ul.eventList .itemInfo .salary {
  margin-top: 20px;
}
#pageHolder #pageContent ul.eventList .itemInfo span.more {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

body.event-listing .paging {
  margin-top: 50px;
  height: 64px;
  text-align: center;
}
body.event-listing .paging a {
  height: 64px;
  width: 64px;
  line-height: 64px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  border-style: solid;
  border-width: 0.05rem;
}

body.event-listing #pageHolder #pageContent .filterList,
body.event-listing #pageHolder #pageContent .selectList {
  display: flex;
  gap: 0 10px;
}
body.event-listing #pageHolder #pageContent .filterList .title,
body.event-listing #pageHolder #pageContent .selectList .title {
  display: inline-block;
  line-height: 50px;
}
body.event-listing #pageHolder #pageContent .filterList .list,
body.event-listing #pageHolder #pageContent .selectList .list {
  flex: 0 0 350px;
}
body.event-listing #pageHolder #pageContent .filterList .list fieldset,
body.event-listing #pageHolder #pageContent .selectList .list fieldset {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}
body.event-listing #pageHolder #pageContent .filterList .list legend,
body.event-listing #pageHolder #pageContent .selectList .list legend {
  width: 100%;
}
body.event-listing #pageHolder #pageContent .filterList .list legend button,
body.event-listing #pageHolder #pageContent .selectList .list legend button {
  height: 50px;
  padding: 0;
  width: 100%;
  text-align: left;
  padding: 0 35px 0 18px;
  border-style: solid;
  border-width: 0.05rem;
  border-radius: 25px;
  z-index: 101;
  background-color: transparent;
  position: relative;
}
body.event-listing #pageHolder #pageContent .filterList .list legend button i,
body.event-listing #pageHolder #pageContent .selectList .list legend button i {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(0);
  transform-origin: center;
}
body.event-listing #pageHolder #pageContent .filterList .list legend button[aria-expanded=true] i,
body.event-listing #pageHolder #pageContent .selectList .list legend button[aria-expanded=true] i {
  transform: translateY(-50%) rotate(180deg);
}
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel,
body.event-listing #pageHolder #pageContent .selectList .list .accordion-panel {
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  z-index: 100;
  padding: 30px 10px 10px 18px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel a,
body.event-listing #pageHolder #pageContent .selectList .list .accordion-panel a {
  display: block;
  padding: 4px 0;
  margin: 2px 0;
  line-height: 1.4;
}
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel a:hover, body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel a:focus,
body.event-listing #pageHolder #pageContent .selectList .list .accordion-panel a:hover,
body.event-listing #pageHolder #pageContent .selectList .list .accordion-panel a:focus {
  text-decoration: underline;
}
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel div input,
body.event-listing #pageHolder #pageContent .selectList .list .accordion-panel div input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel div label,
body.event-listing #pageHolder #pageContent .selectList .list .accordion-panel div label {
  line-height: 1.3;
  position: relative;
}
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel div label:before,
body.event-listing #pageHolder #pageContent .selectList .list .accordion-panel div label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  margin-right: 8px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  text-align: center;
}
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel div label:before:hover,
body.event-listing #pageHolder #pageContent .selectList .list .accordion-panel div label:before:hover {
  cursor: pointer;
}
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel div input:checked + label:before,
body.event-listing #pageHolder #pageContent .selectList .list .accordion-panel div input:checked + label:before {
  content: "\f00c";
  background-color: #000;
  color: #fff;
}
body.event-listing #pageHolder #pageContent .filterList .list .accordion-panel div input:focus + label:before,
body.event-listing #pageHolder #pageContent .selectList .list .accordion-panel div input:focus + label:before {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
body.event-listing #pageHolder #pageContent .filterList .filterBTN,
body.event-listing #pageHolder #pageContent .selectList .filterBTN {
  border: none;
  padding: 0 30px;
  border-radius: 25px;
  line-height: 50px;
}

body.event-listing #pageHolder #pageContent .selectList {
  flex-wrap: wrap;
  gap: 10px 0;
  display: none;
}
body.event-listing #pageHolder #pageContent .selectList .title {
  flex: 0 0 100%;
  line-height: 30px;
}
body.event-listing #pageHolder #pageContent .selectList select {
  height: 40px;
  width: 100%;
  border-radius: 20px;
  padding: 0 20px;
  position: relative;
  line-height: 40px;
  appearance: none;
  background-image: url(../images/global/arrow-down-solid.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px auto;
  background-color: transparent;
  border-style: solid;
  border-width: 0.05rem;
}

body.event-article #pageHolder aside#sidebar {
  max-width: 273px;
}

body.event-article #pageHolder .eventSpecifics {
  display: flex;
  margin-bottom: 50px;
  gap: 0 50px;
  align-items: center;
}
body.event-article #pageHolder .eventSpecifics .spec i {
  margin-right: 10px;
}
body.event-article #pageHolder .eventSpecifics a.addCalendar {
  padding: 0 70px 0 20px;
  margin-left: auto;
  position: relative;
  line-height: 48px;
}
body.event-article #pageHolder .eventSpecifics a.addCalendar:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  right: 3px;
  top: 3px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
}

body.event-article #pageHolder .pageHolder .share {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  border-top-style: solid;
  border-top-width: 0.05rem;
  border-bottom-style: solid;
  border-bottom-width: 0.05rem;
  margin-top: 80px;
  position: relative;
}
body.event-article #pageHolder .pageHolder .share .sectionTitle {
  flex: 0 0 100%;
  margin-bottom: 30px;
  text-align: center;
}
body.event-article #pageHolder .pageHolder .share a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  border-radius: 50%;
}
body.event-article #pageHolder .pageHolder .share a.addCalendar,
body.event-article #pageHolder .pageHolder .share a.signUp {
  padding: 0 70px 0 20px;
  position: relative;
  width: auto;
  height: 50px;
  border-radius: 25px;
  line-height: 48px;
  position: absolute;
  top: 83px;
}
body.event-article #pageHolder .pageHolder .share a.addCalendar:after,
body.event-article #pageHolder .pageHolder .share a.signUp:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  right: 3px;
  top: 3px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
}
body.event-article #pageHolder .pageHolder .share a.addCalendar {
  left: 0;
}
body.event-article #pageHolder .pageHolder .share a.signUp {
  margin-left: auto;
  right: 0;
}

@media (max-width: 767px) {
  #pageHolder #pageContent ul.eventList {
    gap: 10px 0;
  }
  #pageHolder #pageContent ul.eventList li {
    flex: 0 0 100%;
    margin-left: 0;
  }
  #pageHolder #pageContent ul.eventList figure {
    height: 200px;
  }
  #pageHolder #pageContent ul.eventList figure img {
    width: 100%;
    min-width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
  }
  #pageHolder #pageContent ul.eventList .itemInfo {
    padding: 20px 20px 90px 20px;
  }
  #pageHolder #pageContent ul.eventList .itemInfo .eventSpecifics {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }
  #pageHolder #pageContent ul.eventList .itemInfo span.more {
    left: 20px;
  }
  #pageHolder #pageContent ul.eventList li a:hover figure img,
  #pageHolder #pageContent ul.eventList li a:hover figure:after {
    transform: none;
    -webkit-transform: none;
  }
  body.event-listing #pageHolder #pageContent .filterList {
    display: none;
  }
  body.event-listing #pageHolder #pageContent .selectList {
    display: flex;
  }
  body.event-listing .paging {
    height: 40px;
    margin-top: 30px;
  }
  body.event-listing .paging a {
    height: 40px;
    width: 40px;
    margin: 0 1px;
    line-height: 40px;
  }
  body.event-article #pageHolder .pageHolder {
    padding-bottom: 10px;
  }
  body.event-article #pageHolder .eventSpecifics {
    margin-bottom: 30px;
  }
  body.event-article #pageHolder .eventSpecifics .spec {
    flex: 0 0 100%;
    margin: 5px 0;
  }
  body.event-article #pageHolder .eventSpecifics a.addCalendar {
    margin-top: 20px;
  }
  body.event-article #pageHolder .pageHolder .share {
    margin-top: 160px;
  }
  body.event-article #pageHolder .pageHolder .share a.addCalendar {
    top: -130px;
    left: auto;
  }
  body.event-article #pageHolder .pageHolder .share a.signUp {
    top: -70px;
    right: auto;
  }
}
@media (max-width: 1023px) {
  body.page.event-article #pageHolder aside#sidebar .waesLogo {
    display: none;
  }
  body.event-article #pageHolder aside#sidebar {
    max-width: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  body.event-listing #pageHolder #pageContent .filterList .list {
    flex: 1;
  }
  body.event-article #pageHolder .eventSpecifics {
    gap: 0 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 1350px) {
  #pageHolder #pageContent ul.eventList {
    gap: 20px 1.75%;
  }
  #pageHolder #pageContent ul.eventList li {
    flex: 0 0 49.125%;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body.event-article #pageHolder .eventSpecifics a.addCalendar {
    margin-top: 40px;
  }
  body.event-article #pageHolder .pageHolder .share {
    margin-top: 130px;
  }
  body.event-article #pageHolder .pageHolder .share a.addCalendar,
  body.event-article #pageHolder .pageHolder .share a.signUp {
    top: -80px;
  }
}
@media (max-width: 1400px) {
  body.event-article #pageHolder .eventSpecifics {
    flex-wrap: wrap;
  }
  body.event-article #pageHolder .eventSpecifics .clearfix {
    flex: 0 0 100%;
  }
  body.event-article #pageHolder .eventSpecifics a.addCalendar {
    margin-left: 0;
  }
}
body.apprenticeships #courseList {
  padding: 40px 0 0 0;
}
body.apprenticeships #courseList .list {
  margin-top: 0;
}
body.apprenticeships #courseList .list .item {
  border-style: solid;
  border-width: 0.05rem;
  padding-bottom: 30px;
}
body.apprenticeships #courseList .list .item .specifics {
  flex-wrap: wrap;
  align-content: flex-start;
}
body.apprenticeships #courseList .list .item .specifics .column.fullWidth {
  flex: 0 0 100%;
}
body.apprenticeships #courseList .list .item .intro {
  padding-bottom: 10px;
}
body.apprenticeships #courseList .list .item .titleSection {
  padding: 25px 35px 25px 35px;
}
body.apprenticeships #courseList .list .item .titleSection .btns {
  top: auto;
  position: absolute;
  left: 35px;
  right: 35px;
  width: auto;
  bottom: 25px;
}
body.apprenticeships #courseList .list .item .titleSection .btns span.more {
  width: auto;
  padding: 0 25px;
}
body.apprenticeships .paging {
  margin-top: 50px;
  height: 64px;
  text-align: center;
}
body.apprenticeships .paging a {
  height: 64px;
  width: 64px;
  line-height: 64px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  border-style: solid;
  border-width: 0.05rem;
}

#pageHolder #pageContent .sort-pages.apprenticeships {
  justify-content: flex-start;
  gap: 0 10px;
}

@media (max-width: 767px) {
  body.apprenticeships #pageHolder .pageHolder {
    padding-bottom: 10px;
  }
  body.apprenticeships #pageHolder #pageContent {
    padding-top: 90px;
  }
  body.apprenticeships #pageHolder #pageContent .sort-pages {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  body.apprenticeships #pageHolder #pageContent .sort-pages .sort ul {
    display: none;
  }
  body.apprenticeships #courseList .list .item .titleSection {
    padding: 25px;
  }
  body.apprenticeships .paging {
    height: 40px;
    margin-top: 30px;
  }
  body.apprenticeships .paging a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 1px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  body.apprenticeships #pageHolder #pageContent {
    padding-top: 40px;
  }
  #pageHolder #pageContent .sort-pages .sort {
    flex: 1;
  }
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  body.apprenticeships #pageHolder #pageContent #courseList .list {
    gap: 25px 1.75%;
  }
  body.apprenticeships #pageHolder #pageContent #courseList .list .item {
    flex: 0 0 49.125%;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  body.apprenticeships #courseList .list .item .titleSection {
    align-content: center;
  }
}
body.basket #courseList {
  padding: 0;
}
body.basket #courseList .list {
  gap: 25px 0;
  margin-top: 50px;
}
body.basket #courseList .list .item {
  flex: 0 0 100%;
  justify-content: space-between;
  border-style: solid;
  border-width: 0.05rem;
  padding-bottom: 0;
}
body.basket #courseList .list .item .titleSection {
  min-height: 0;
  padding: 45px 35px 45px 35px;
}
body.basket #courseList .list .item .leftColumn {
  flex: 0 0 calc(100% - 500px);
}
body.basket #courseList .list .item .specifics .column {
  flex: 0 0 48.5%;
}
body.basket #courseList .list .item .rightColumn {
  flex: 0 0 250px;
  padding: 25px;
}
body.basket #courseList .list .item .rightColumn a.more,
body.basket #courseList .list .item .rightColumn button.remove {
  width: 100%;
  text-align: center;
  margin: 0;
}
body.basket #courseList .list .item .rightColumn button.remove {
  margin-top: 10px;
  border: none;
  padding: 0;
  line-height: 48px;
  border-radius: 24px;
  appearance: none;
}
body.basket #courseList .list .item .rightColumn button.remove i {
  margin-right: 6px;
}

body.basket #courseList .applyBTN {
  display: flex;
  justify-content: flex-end;
  margin-top: 44px;
}
body.basket #courseList .applyBTN a {
  display: block;
  width: 200px;
  text-align: center;
  margin-right: 25px;
}

body.basket #pageHolder .pageHolder {
  padding-bottom: 45px;
  border-bottom-width: 0.1rem;
  border-bottom-style: solid;
}
body.basket #pageHolder .pageHolder .linkBlock {
  display: inline-block;
  padding: 40px 300px 40px 40px;
  position: relative;
  margin-top: 10px;
}
body.basket #pageHolder .pageHolder .linkBlock .title {
  display: inline-block;
  line-height: 45px;
}
body.basket #pageHolder .pageHolder .linkBlock a.more {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  body.basket #pageHolder #pageContent {
    padding-top: 30px;
  }
  body.basket #pageHolder #pageContent h3 {
    margin-top: 0;
  }
  body.basket #pageHolder .pageHolder {
    padding-bottom: 35px;
  }
  body.basket #courseList .list {
    margin-top: 30px;
  }
  body.basket #courseList .list .item .titleSection {
    padding: 30px 20px;
  }
  body.basket #courseList .list .item .specifics {
    padding: 25px 20px 30px 20px;
  }
  body.basket #courseList .list .item .specifics .column {
    flex: 0 0 100%;
  }
  body.basket #courseList .list .item .intro {
    padding-bottom: 10px;
  }
  body.basket #courseList .list .item .leftColumn {
    flex: 0 0 100%;
  }
  body.basket #courseList .list .item .rightColumn {
    padding: 0 20px 25px 20px;
  }
  body.basket #courseList .applyBTN {
    margin-top: 35px;
  }
  body.basket #courseList .applyBTN a {
    margin-right: 0;
  }
  body.basket #pageHolder .pageHolder .linkBlock {
    padding: 20px 20px 80px 20px;
  }
  body.basket #pageHolder .pageHolder .linkBlock .title {
    line-height: 1.4;
  }
  body.basket #pageHolder .pageHolder .linkBlock a.more {
    left: 20px;
    right: auto;
    top: auto;
    bottom: 20px;
    transform: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  body.basket #pageHolder #pageContent {
    padding-top: 40px;
  }
  body.basket #courseList .list .item .specifics .column {
    flex: 0 0 100%;
  }
  body.basket #courseList .list .item .leftColumn,
  body.basket #courseList .list .item .rightColumn {
    flex: 0 0 100%;
  }
  body.basket #courseList .list .item .rightColumn {
    padding-top: 0;
  }
  body.basket #courseList .list .item .rightColumn a.more,
  body.basket #courseList .list .item .rightColumn button.remove {
    width: 200px;
  }
  body.basket #courseList .list .item .rightColumn button.remove {
    line-height: 40px;
    margin: 0 0 0 10px;
  }
  body.basket #courseList .applyBTN a {
    margin-right: 0;
  }
  body.basket #pageHolder .pageHolder .linkBlock {
    padding: 30px 230px 30px 30px;
  }
  body.basket #pageHolder .pageHolder .linkBlock .title {
    line-height: 1.4;
  }
  body.basket #pageHolder .pageHolder .linkBlock a.more {
    right: 30px;
  }
}
@media (max-width: 1023px) {
  body.basket #pageHolder .pageHolder .linkBlock {
    display: block;
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  body.basket #courseList .list .item .leftColumn {
    flex: 0 0 calc(100% - 250px);
  }
}
body.vacancies #pageHolder #pageContent .introBlock {
  margin-top: 50px;
}
body.vacancies #pageHolder #pageContent .introBlock .intro a {
  width: 380px;
  text-align: center;
  margin-top: 15px;
}
body.vacancies #pageHolder #pageContent .introBlock .image {
  flex: 0 0 48.5%;
  padding-right: 0;
  padding-left: 30px;
}
body.vacancies #courseList .list .item .titleSection {
  padding: 25px 35px;
}
body.vacancies #courseList .list .item .specifics .column {
  flex: 0 0 100%;
}
body.vacancies #courseList .list .item button.download-description {
  padding: 0 30px;
  margin-left: 15px;
  line-height: 48px;
  border: none;
  appearance: none;
  border-radius: 24px;
}
body.vacancies #courseList .list .item button.download-description i {
  margin-left: 6px;
}

#courseList.vacancy-list {
  margin-bottom: 20px;
}

#pageHolder #pageContent .flex aside#courseSidebar.vacancy .dates .date .row {
  border-bottom-style: solid;
  border-bottom-width: 0.05rem;
  display: flex;
  gap: 0 15px;
}
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .dates .date .spec {
  flex-grow: 1;
  line-height: 1.5;
}
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .dates .date .spec:nth-child(1) {
  flex: 0 0 130px;
}
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .dates .date .spec {
  border: none;
}

#pageHolder #pageContent .flex aside#courseSidebar.vacancy .completedInfo {
  border-style: solid;
  border-width: 0.05rem;
  padding: 15px;
  margin-top: 15px;
  line-height: 1.4;
}
#pageHolder #pageContent .flex aside#courseSidebar.vacancy .completedInfo a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  body.vacancies #courseList .list .item .clearfix {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  body.vacancies #courseList .list .item .titleSection {
    padding: 30px 20px 25px 20px;
  }
  body.vacancies #courseList .list .item button.download-description {
    margin-left: 20px;
  }
  body.vacancies #pageHolder #pageContent {
    padding-top: 30px;
  }
  body.vacancies #pageHolder .pageHolder {
    padding-bottom: 20px;
  }
  body.vacancies #pageHolder #pageContent .introBlock {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  body.vacancies #pageHolder #pageContent .introBlock .intro a {
    margin: 0 0 10px 0;
  }
  body.vacancies #pageHolder #pageContent .introBlock .image {
    flex: 0 0 100%;
    max-width: none;
    margin-top: 40px;
    padding-left: 0;
    text-align: center;
    display: block;
  }
  body.vacancies #pageHolder #pageContent .introBlock .image img,
  body.vacancies #pageHolder #pageContent .introBlock .image video {
    display: inline-block;
    float: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #pageHolder #pageContent {
    padding-top: 40px;
  }
  #courseList.vacancy-list .list {
    gap: 15px 0;
  }
  #courseList.vacancy-list .list .item {
    flex: 0 0 100%;
  }
  #courseList.vacancy-list .list .item .titleSection {
    min-height: 100px;
    align-items: center;
  }
  body.vacancies #pageHolder .pageHolder {
    padding-bottom: 40px;
  }
  body.vacancies #pageHolder #pageContent .introBlock {
    flex-wrap: wrap;
  }
  body.vacancies #pageHolder #pageContent .introBlock .image {
    flex: 0 0 100%;
    max-width: none;
    margin-top: 40px;
    padding-left: 0;
    text-align: center;
    display: block;
  }
  body.vacancies #pageHolder #pageContent .introBlock .image img,
  body.vacancies #pageHolder #pageContent .introBlock .image video {
    display: inline-block;
    float: none;
  }
  #pageHolder #pageContent .flex aside#courseSidebar.vacancy .dates .date .spec:nth-child(1) {
    flex: 0 0 200px;
  }
}
@media (max-width: 1023px) {
  body.vacancies #courseList .list .item button.download-description {
    line-height: 40px;
    border-radius: 20px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
  #pageHolder #pageContent .flex aside#courseSidebar.vacancy {
    flex: 0 0 375px;
  }
}
@media (max-width: 1400px) {
  #pageHolder #pageContent .introBlock .intro {
    margin-top: 0;
  }
  #pageHolder #pageContent .introBlock .intro h3 {
    margin-top: 0;
  }
}/*# sourceMappingURL=main.css.map */
#pageHolder #pageContent .max h1, 
#pageHolder #pageContent .max h2,
#pageHolder #pageContent .max h3,
#pageHolder #pageContent .max h4,
#pageHolder #pageContent .max h5{color:inherit !important;}
#pageHolder #pageContent .max h1{margin-bottom:0px}
#pageHolder #pageContent .max .title h3,
#pageHolder #pageContent .max .title h4,
#pageHolder #pageContent .max .title h5,
#pageHolder #pageContent .max .workforce h3,
#pageHolder #pageContent .max .workforce h4,
#pageHolder #pageContent .max .workforce h5,
#pageHolder #pageContent .max .fact h3,
#pageHolder #pageContent .max .fact h4,
#pageHolder #pageContent .max .fact h5{font-size: 100%;
    font: inherit;}
#pageHolder #pageContent .max .fact ul{margin-left:0px;padding-left:0px;}

#pageHolder #pageContent .max .title h1, 
#pageHolder #pageContent .max .title h2,
#pageHolder #pageContent .max .title h3,
#pageHolder #pageContent .max .title h4,
#pageHolder #pageContent .max .title h5{color:#fff !important}

#pageHolder #pageContent p.spaced{margin-bottom:0px;}
#pageHolder #pageContent .max .info p {margin:0px;padding:0px;line-height:1}
#pageHolder #pageContent .cm2-widget .cm2-panel p.spaced {
    font-variant: small-caps;
    margin: 1em;
}
@media all and  (min-width: 1300px)  and  (max-width: 1500px) and  (min-height: 650px)  and  (max-height: 750px)  {
.home .container {
    padding: 0 5%;
    position: relative;
}
#courseList .list .item .specifics .column {
    flex: 0 0 48.5%;
}
#courseList .list .item .intro p {
margin-top:5px;margin-bottom:5px;font-size:15px;
}
#courseList .list .item .intro {
   padding-bottom:15px;
}
#courseList .list .item .specifics .column .spec {
font-size: 16px;
}
#courseList .list .item .specifics .column .spec {padding: 4px 0;}


    #studentStories .story .testimonial {
        padding: 170px 50px 100px 100px;
    }
#courseList .list .item .titleSection {    min-height: 120px;}
    #courseList .list .item .titleSection .title, #slider.page.news .newsCarousel .item a .info .title {
        font-size: 20px;
    }
#studentStories .story .testimonial{font-size:18px}

#welcome .container,
#quickLinks .container {
    padding: 0 15%;
    position: relative;
}

}
@media (max-width: 767px) 
{
.cky-consent-container {
max-width: 100% !important;

  max-height: 100% !important;

  overflow-y: auto !important;
}
  .cky-notice-des {
    max-height: initial !important;
    overflow-y: visible !important;
  }

.cky-preference-body-wrapper {
 overflow:initial  !important;
}
 
.cky-preference-center {
overflow-y: visible  !important;
}
}
@media (max-width: 767px) {
.cm2-widget .cm2-panel{width:99%  !important;max-width:99% !important;margin:0 auto !important;margin-bottom:20px !important;}



@media (max-width: 767px) 
{
.mm-menu {
overflow-y: auto;
}
 
.mm-panel {
 overflow:initial;
}

.mm-navbars--bottom {
 position:relative
}}