﻿@charset "UTF-8";
@font-face {
  font-family: "Geist Regular";
  src: url(/SiteElements/Fonts/Geist-Regular.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Regular.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Bold";
  src: url(/SiteElements/Fonts/Geist-Bold.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Bold.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Light";
  src: url(/SiteElements/Fonts/Geist-Light.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Light.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Thin";
  src: url(/SiteElements/Fonts/Geist-Light.woff2) format("woff2"), url(/SiteElements/Fonts/Geist-Light.woff) format("woff");
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body,
h1,
h2,
p {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
}

body {
  background-color: #fff;
  color: #222;
  font-family: "Geist Regular", sans-serif;
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

section a {
  color: var(--anchor-colour);
  text-decoration: none;
  font-weight: 600;
}
section a:hover, section a:focus {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}
section a:visited {
  color: var(--anchor-visited-colour);
  text-decoration: none;
}

/* content sections */
.container {
  max-width: 1280px;
  margin: 0 auto;
  color: #222;
  padding: 0em 2em 2em 2em;
}
.container h2 {
  color: var(--accent-colour1);
  font-size: 2em;
  font-family: "Geist Light", sans-serif;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
.container h3 {
  font-size: 1.8em;
  margin: 0;
  font-family: "Geist Regular", sans-serif;
}
.container h4 {
  font-size: 1.5em;
  margin: 0.5em 0;
  font-family: "Geist Regular", sans-serif;
}
.container p {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

li {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.modular p {
  padding: 0em 1em 0em 1em;
}

p.breadcrumb {
  padding: 1em 1em 1em 0em;
  font-size: 1.2em;
}

.breadcrumb-spacer {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* override for some dire advert iframe styling */
iframe[src*="servedby.flashtalking.com"] {
  bottom: -1px;
}

/* COMPONENTS */
.top-cta__outer {
  background-color: #f6f3ef;
  padding: 2em;
  margin-bottom: 2em;
}
.top-cta__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 2em;
}
.top-cta__title {
  font-size: 2em;
  line-height: 1.8;
  text-align: right;
}
.top-cta__time {
  background-color: #333;
  background: linear-gradient(to left, var(--accent-colour1) 50%, #222 50%);
  background-size: 200% 100%;
  background-position: 0% center;
  transition: background-position 0.8s ease-in-out;
  color: #fff;
  padding: 0.4em;
  border-radius: 3px;
}
.top-cta__date {
  font-size: 1.5em;
  padding: 0.5em 0;
}
.top-cta__image {
  border-radius: 1em;
  box-shadow: 5px 2px 9px -3px #222;
  max-width: 100%;
}
.top-cta__button-container {
  width: 100%;
  justify-self: flex-end;
  text-align: right;
  margin-top: 1em;
}
.top-cta__button {
  color: #000;
  margin: 1em 0.1em 1em 1em;
  cursor: pointer;
  font-size: 1.5em;
  min-width: 25%;
  padding: 10px 58px;
  touch-action: manipulation;
  text-align: center;
  border-radius: 0.5em;
  z-index: 2;
  box-shadow: 0px 0px 0px 5px #fff;
  transition: box-shadow 0.4s;
  background: linear-gradient(-45deg, #d4956a, #e08c87, #d98ba8, #bf93c4, #989dd3, #74a5d9, #49abd5, #20b0c6, #00b4b4, #00b698, #3db674, #6cb24d);
  background-size: 600%;
  animation: anime 16s linear infinite;
}
.top-cta__button:hover, .top-cta__button:focus {
  box-shadow: 0px 0px 0px 10px #fff;
}
.top-cta__button:hover span::after, .top-cta__button:focus span::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.top-cta__button span {
  display: inline-block;
  position: relative;
}
.top-cta__button span::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.top-cts__timey {
  background-position: -100% center;
}

@media (max-width: 1023px) {
  .top-cta__inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .top-cta__button-container, .top-cta__title, .top-cta__date {
    text-align: center;
  }
  .top-cta__title {
    font-size: 1.8em;
  }
  .top-cta__button {
    margin: 0;
  }
}
.creative-banner__outer {
  background-color: #f6f3ef;
  padding: 2em;
  margin-bottom: 2em;
}

.unleash {
  display: flex;
  flex-direction: column;
  font-size: 3em;
  line-height: 1;
  text-transform: uppercase;
  max-width: 100%;
  gap: 0.2em;
  text-decoration: underline;
}
.unleash-paragraph {
  font-size: 1em;
  padding-top: 1em;
  text-decoration: none;
  text-transform: none;
  line-height: 1.5;
}
.unleash-background {
  background-color: var(--accent-colour1);
  color: #fff;
  padding: 0.5rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.unleash-no-background {
  padding: 0.5rem 0;
}
.unleash-text {
  color: #222;
  width: 35%;
}
.unleash-background, .unleash-no-background, .unleash-paragraph {
  position: relative;
  top: 1.5em;
  opacity: 0;
  transition: opacity 0.4s ease-out, top 0.4s ease-in-out;
}
.unleash-background.visible, .unleash-no-background.visible, .unleash-paragraph.visible {
  opacity: 1;
  top: 0;
}
.unleash-link {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2em;
}

@media screen and (max-width: 850px) {
  .top-cta__text {
    width: 100%;
  }
}
.cta {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 400px;
  border-radius: 10px;
}
.cta-overlay {
  padding: 20px;
  display: flex;
  color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-family: "Geist Regular", sans-serif;
}
.cta-heading {
  padding: 0.5em;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  font-size: 2.5em;
}
.cta-text {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px 0px 10px 10px;
  font-size: 1.5em;
}
.cta a {
  color: #000;
  margin: 1em 0.4em 1em 1em;
  cursor: pointer;
  font-size: 1.5em;
  min-width: 25%;
  padding: 10px 58px;
  touch-action: manipulation;
  text-align: center;
  border-radius: 0.5em;
  z-index: 2;
  box-shadow: 0px 0px 0px 5px rgb(255, 255, 255);
  transition: box-shadow 0.7s;
  background: linear-gradient(-45deg, #d4956a, #e08c87, #d98ba8, #bf93c4, #989dd3, #74a5d9, #49abd5, #20b0c6, #00b4b4, #00b698, #3db674, #6cb24d);
  background-size: 600%;
  animation: anime 16s linear infinite;
}
.cta a:visited {
  color: #fff;
}
.cta a:hover, .cta a:focus {
  box-shadow: 0px 0px 0px 10px rgb(255, 255, 255);
}
.cta a:hover span::after, .cta a:focus span::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.cta a span {
  display: inline-block;
  position: relative;
}
.cta a span::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 1023px) {
  .cta {
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .cta {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .cta-text {
    padding: 1em;
    border-radius: 0px 0px 10px 10px;
    font-size: 1.5em;
  }
  .cta-overlay {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Geist Regular", sans-serif;
  }
  .cta-heading {
    padding-left: 0.5em;
    border-radius: 10px 10px 0px 0px;
    font-size: 2.5em;
    text-align: center;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0;
  }
}
.calloutCTA-in-section {
  border-left: 5px solid var(--accent-colour1);
  margin-bottom: 2em;
}
.calloutCTA-in-section span {
  padding: 1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  font-size: 1.3em;
  color: #fff;
  background-color: var(--accent-colour1);
  font-weight: 600;
}
.calloutCTA-content {
  padding: 1em;
  background-color: #f6f3ef;
}
.calloutCTA-banner-end {
  display: grid;
  grid-template-columns: 20% 80%;
  margin-bottom: 2em;
}
.calloutCTA-banner-end span {
  padding: 1em;
  display: block;
  width: -webkit-fill-available;
  font-size: 1.3em;
  color: #fff;
  background-color: var(--accent-colour1);
  font-weight: 600;
}
.calloutCTA-banner-end-full-width {
  float: unset;
  background-color: var(--accent-colour1);
  position: relative;
  display: flex;
  text-align: center;
  width: 100%;
  font-weight: 300;
  font-size: 1.1em;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: row;
}
.calloutCTA-banner-end-full-width-msg {
  padding: 1em;
  display: flex;
  flex-direction: column;
  text-wrap-style: balance;
  position: relative;
  top: 1.5em;
  opacity: 0;
  transition: opacity 0.4s ease-out, top 0.4s ease-in-out;
}
.calloutCTA-banner-end-full-width-msg.visible {
  opacity: 1;
  top: 0;
}
.calloutCTA-banner-end-full-width-msg__title {
  font-weight: 600;
  font-size: 1.2em;
}
.calloutCTA-banner-end-full-width-msg__text {
  padding: 0.5em 0;
}
.calloutCTA-banner-end-full-width .dmu-button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.5em;
}

@media (max-width: 900px) {
  .calloutCTA-banner-end-full-width {
    flex-direction: column;
    max-width: 100%;
    width: unset;
  }
  .calloutCTA-banner-end-full-width-msg {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 1023px) {
  .calloutCTA-banner-end {
    grid-template-columns: 100%;
  }
}
.component-item-flex {
  display: block;
}

.flex-little {
  flex: 60%;
}

.component-wrapper-flex {
  display: block;
}

@media (min-width: 1023px) {
  .component-wrapper-flex {
    display: flex;
  }
}
a[data-fancybox] {
  display: flex;
}
a[data-fancybox]::after {
  box-shadow: 0px 29px 22px -15px rgb(235, 0, 235);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
a[data-fancybox]:hover::after {
  opacity: 1;
}
a[data-fancybox]:focus::after {
  opacity: 1;
}

.scroll {
  position: fixed;
  bottom: 94px;
  right: 25px;
  padding: 1em;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3em;
  background-color: var(--accent-colour1);
  transition: all 150ms ease, box-shadow 0.7s;
  transform: scale(0);
  outline: none;
  border: 0.5em solid #fff;
  cursor: pointer;
  z-index: 100;
}
.scroll span {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  display: table-caption;
  font-family: "Geist Regular", sans-serif;
}
.scroll:hover .fa-sort-up, .scroll:focus .fa-sort-up {
  animation: jump 800ms infinite;
}
.scroll:focus {
  box-shadow: 0px 0px 0px 5px rgb(255, 255, 255);
}
.scroll:focus span {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

i.fas.fa-sort-up {
  color: #ffffff;
  margin-top: 5px;
  font-size: unset;
}

i.fas.fa-sort-up:before {
  font-size: 3em;
}

@keyframes jump {
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .scroll {
    display: none;
  }
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 1em;
  border-radius: 1em;
  width: 40%;
  text-align: center;
  height: auto;
  overflow: visible;
  color: var(--anchor-colour);
  border: 2px solid var(--accent-colour1);
  z-index: 9999;
  background-color: #fff;
  padding: 10px;
}

.kis-widget {
  margin: 0 auto 0.5em;
  max-width: 75rem;
  width: 100%;
  line-height: 1.5 !important;
  justify-content: center;
}
.kis-widget p {
  line-height: 1.5 !important;
}
.kis-widget .kis-widget__lead .kis-widget__intro {
  line-height: 1.5 !important;
  font-size: 1em !important;
}
.kis-widget:last-of-type {
  margin-bottom: 0;
}
.kis-widget__course {
  font-size: 0.8em !important;
}
.kis-widget.horizontal .widget-lead {
  min-width: 300px;
}
.kis-widget.horizontal .widget-cta-block {
  width: auto !important;
}
.kis-widget.horizontal .widget-cta-block h1 {
  line-height: 0;
}
.kis-widget__cta:hover {
  background-color: transparent !important;
  box-shadow: 0px 0px 0px 2px #f5f5f5 inset;
}
.kis-widget__cta:hover a {
  color: white !important;
}
.kis-widget__cta:focus-within {
  background-color: transparent !important;
  box-shadow: 0px 0px 0px 2px #f5f5f5 inset;
}
.kis-widget__cta a:focus {
  color: white !important;
  text-decoration: underline !important;
}
.kis-widget .kis-widget__cta-block {
  font-family: "Nunito Sans";
  padding: 10px;
  background: linear-gradient(340deg, rgb(78, 162, 125) 13.02%, rgb(48, 130, 130) 85.42%) !important;
}

#kis-widget .vertical {
  max-height: unset;
}

.kis-widget.horizontal .kis-widget__lead .kis-widget__course-details {
  position: unset !important;
  bottom: 6px;
}

@media (max-width: 1023px) {
  .aspire:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 150px;
    top: 5px;
    right: 30px;
    background-image: url(/SiteElements/2020/images/made-from-more-tag-web.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 200;
    mix-blend-mode: lighten;
  }
  .banner:before {
    display: none;
  }
}
@media (max-width: 600px) {
  .aspire:before {
    display: none;
  }
  .banner:before {
    display: none;
  }
}
/* cookies */
#cookiePlaceholder {
  position: fixed;
  background: #fff;
  color: #222;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

#cookieMessage {
  padding: 2em;
  border: 10px solid var(--accent-colour1);
  display: flex;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#cookieMessage a {
  color: var(--anchor-colour);
  text-decoration: none;
  font-weight: 700;
}
#cookieMessage a:hover, #cookieMessage a:focus {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}
#cookieMessage a:focus {
  outline: 2px solid var(--accent-colour1);
}

.cookieMessage__close.button {
  padding: 1em;
  background: var(--accent-colour1);
  color: white;
  font-weight: 600;
  text-align: center;
  outline: 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 3px var(--accent-colour1);
  transition: box-shadow 0.3s, background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.cookieMessage__close.button:hover, .cookieMessage__close.button:focus {
  box-shadow: 0px 0px 0px 5px var(--accent-colour1);
  background-color: #fff;
  color: var(--accent-colour1);
}

@media (max-width: 600px) {
  #cookieMessage {
    padding: 2em;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
a.fancybox img,
a.fancybox video {
  box-shadow: 5px 5px 11px -3px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
}

a.fancybox:focus img,
a.fancybox:hover img,
a.fancybox:focus video,
a.fancybox:hover video {
  box-shadow: 0 0 0 4px var(--accent-colour1);
}

/* END COMPONENTS */
/* FOOTER */
@keyframes wigglewiggleyeah {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.footer {
  background-color: var(--accent-colour1, #000);
  color: white;
  padding: 20px;
}
.footer-logo {
  width: 300px;
  display: flex;
}
.footer-logo:hover {
  animation: wigglewiggleyeah 2.5s 1;
}
.footer-logo-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer a {
  color: #fff;
  font-size: 1.17rem;
  font-weight: bold;
}
.footer a:visited {
  color: #fff;
}
.footer-links li {
  font-size: 1em;
}
.footer-links li a {
  color: white;
  text-decoration: none;
}
.footer-links a:hover, .footer-links a:focus {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 2px;
}
.footer-links ul {
  list-style-type: none;
  display: flex;
  margin-top: 10px;
  gap: 2em;
  margin-bottom: 10px;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
  align-items: center;
}
.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 4em;
}
.footer-contact-item {
  margin-right: 20px;
  color: white;
  text-decoration: none;
}
.footer-contact-item:hover, .footer-contact-item:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-contact-item i {
  margin-right: 5px;
}
.footer-contact-details {
  display: flex;
  margin-top: 1em;
  gap: 1em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.footer-address {
  font-weight: bold;
}
.footer-address p {
  margin-bottom: 1em;
}
.footer-address-line:first-of-type {
  font-size: 1.2rem;
}
.footer-social-icons {
  display: flex;
  margin-top: 1em;
  gap: 1em;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-social-icons a {
  margin-right: 10px;
  color: white;
  font-size: 3em;
}
.footer-social-icons a:focus {
  box-shadow: 0px 4px 0px 0px white;
}
.footer-social-icons--twitter {
  margin-top: 0.15em;
}
.footer-copyright {
  text-align: right;
  margin-top: 3em;
  width: 100%;
  font-size: 1.17em;
  font-weight: 700;
}
.footer-bottom {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.footer-content {
  font-size: 1.1em;
}

.more-links-footer {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
}
.more-links-footer ul {
  list-style-type: none;
  padding: 0;
}
.more-links-footer ul li {
  padding: 10px;
  margin: 1em;
}
.more-links-footer p {
  font-size: 2rem;
}
.more-links-footer a {
  text-decoration: none;
  color: #fff;
}
.more-links-footer a:hover, .more-links-footer a:focus {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 2px;
}
.more-links-footer a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  height: 2px;
  transition: all 0.2s ease-in-out;
}
.more-links-footer a:focus::before {
  right: 0;
}

@media (max-width: 1200px) {
  .more-links-footer {
    display: none;
  }
}
@media (max-width: 600px) {
  .footer-logo {
    width: 200px;
    display: flex;
  }
  .footer-logo-container {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    gap: 2em;
    justify-content: space-between;
    align-items: center;
  }
  .footer-bottom {
    display: flex;
    gap: 3em;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .footer-copyright {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
    width: 100%;
  }
  .footer-links ul {
    list-style-type: none;
    display: flex;
    margin-top: 10px;
    gap: 2em;
    text-align: center;
    margin-bottom: 10px;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer-social-icons {
    display: flex;
    margin-top: 1em;
    gap: 3em;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-social-icons a {
    margin-right: 10px;
    color: white;
    font-size: 4em;
  }
  .footer-social-icons--twitter {
    margin-top: 0;
  }
  .footer-contact {
    display: flex;
    align-items: center;
    gap: 3em;
    margin-top: 2em;
    justify-content: center;
    flex-direction: column;
    margin-right: 0em;
  }
}
/* END FOOTER */
/* navigation */
nav {
  position: absolute;
  top: 0;
  width: 100%;
  font-family: sans-serif;
}

.nav-links {
  display: none;
}

.navi {
  display: none;
  min-height: 80vh;
  overflow: auto;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-color: #fff;
  /* Opera doesn’t support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.navi::-webkit-scrollbar {
  width: 0 !important;
}
.navi ul {
  list-style: none;
  margin-top: 0px;
  padding-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
}
.navi li {
  margin-left: 1rem;
  font-size: 1.5rem;
  padding-top: 0em;
}
.navi li:first-child {
  margin-left: 0rem;
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1em;
  background-color: black;
  width: -webkit-fill-available;
  color: white;
  padding: 10px;
}
.navi li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #000;
  /* Change the color to suit your needs */
  transition: all 0.2s ease-in-out;
}
.navi li a:hover, .navi li a:focus {
  color: var(--anchor-colour);
}
.navi li a:hover::before, .navi li a:focus::before {
  right: 0;
}
.navi li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  height: 2px;
  background-color: var(--anchor-colour);
  transition: all 0.2s ease-in-out;
}

.active {
  display: flex;
  justify-content: center;
  align-items: normal;
  align-content: center;
  flex-wrap: wrap-reverse;
  gap: 1em;
}

.fixed {
  position: fixed;
}

/* burger menu */
.burger {
  position: absolute;
  right: 0;
  cursor: pointer;
  float: right;
  margin: 40px;
  color: #fff;
  font-size: 2em;
  background-color: transparent;
  border: 0px;
  font-weight: 600;
}
.burger:focus-within {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.burger--dark {
  color: #222;
}
.burger--dark:focus-within {
  outline: 2px solid #222;
}
.burger--dark #menu_text_bar {
  background-color: #222;
}
.burger--dark #menu_text_bar:before {
  color: #222;
}
.burger--dark #menu_label:before, .burger--dark #menu_label:after {
  background-color: #222;
}
.burger--dark #menu_checkbox:checked + #menu_label:before, .burger--dark #menu_checkbox:checked + #menu_label:after {
  background-color: #fff;
}

.darkBurger:focus-within {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.dark {
  color: black;
}
.dark:focus-within {
  outline: 2px solid black;
}

.blur {
  filter: blur(4px) brightness(50%);
}

.external li:first-child:after {
  content: "";
  float: right;
  width: 35px;
  height: 37px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M16.198,10.896c-0.252,0-0.455,0.203-0.455,0.455v2.396c0,0.626-0.511,1.137-1.138,1.137H5.117c-0.627,0-1.138-0.511-1.138-1.137V7.852c0-0.626,0.511-1.137,1.138-1.137h5.315c0.252,0,0.456-0.203,0.456-0.455c0-0.251-0.204-0.455-0.456-0.455H5.117c-1.129,0-2.049,0.918-2.049,2.047v5.894c0,1.129,0.92,2.048,2.049,2.048h9.488c1.129,0,2.048-0.919,2.048-2.048v-2.396C16.653,11.099,16.45,10.896,16.198,10.896z'%3E%3C/path%3E%3Cpath fill='white' d='M14.053,4.279c-0.207-0.135-0.492-0.079-0.63,0.133c-0.137,0.211-0.077,0.493,0.134,0.63l1.65,1.073c-4.115,0.62-5.705,4.891-5.774,5.082c-0.084,0.236,0.038,0.495,0.274,0.581c0.052,0.019,0.103,0.027,0.154,0.027c0.186,0,0.361-0.115,0.429-0.301c0.014-0.042,1.538-4.023,5.238-4.482l-1.172,1.799c-0.137,0.21-0.077,0.492,0.134,0.629c0.076,0.05,0.163,0.074,0.248,0.074c0.148,0,0.294-0.073,0.382-0.207l1.738-2.671c0.066-0.101,0.09-0.224,0.064-0.343c-0.025-0.118-0.096-0.221-0.197-0.287L14.053,4.279z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.internal li:first-child:after {
  content: "";
  float: right;
  width: 33px;
  height: 25px;
  margin-top: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M17.222,5.041l-4.443-4.414c-0.152-0.151-0.356-0.235-0.571-0.235h-8.86c-0.444,0-0.807,0.361-0.807,0.808v17.602c0,0.448,0.363,0.808,0.807,0.808h13.303c0.448,0,0.808-0.36,0.808-0.808V5.615C17.459,5.399,17.373,5.192,17.222,5.041zM15.843,17.993H4.157V2.007h7.72l3.966,3.942V17.993z'%3E%3C/path%3E%3Cpath fill='white' d='M5.112,7.3c0,0.446,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808c0-0.447-0.363-0.808-0.808-0.808H5.92C5.475,6.492,5.112,6.853,5.112,7.3z'%3E%3C/path%3E%3Cpath fill='white' d='M5.92,5.331h4.342c0.445,0,0.808-0.361,0.808-0.808c0-0.446-0.363-0.808-0.808-0.808H5.92c-0.444,0-0.808,0.361-0.808,0.808C5.112,4.97,5.475,5.331,5.92,5.331z'%3E%3C/path%3E%3Cpath fill='white' d='M13.997,9.218H5.92c-0.444,0-0.808,0.361-0.808,0.808c0,0.446,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808C14.805,9.58,14.442,9.218,13.997,9.218z'%3E%3C/path%3E%3Cpath fill='white' d='M13.997,11.944H5.92c-0.444,0-0.808,0.361-0.808,0.808c0,0.446,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808C14.805,12.306,14.442,11.944,13.997,11.944z'%3E%3C/path%3E%3Cpath fill='white' d='M13.997,14.67H5.92c-0.444,0-0.808,0.361-0.808,0.808c0,0.447,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808C14.805,15.032,14.442,14.67,13.997,14.67z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#menu_button {
  width: 39px;
  overflow: hidden;
  padding: 0.2em 0.2em 0.4em 0.2em;
}
#menu_button .dark:focus-within {
  outline: 2px solid black;
}
#menu_button .darkfocus:focus-within {
  outline: 2px solid #000 !important;
  outline-offset: 3px;
}
#menu_checkbox {
  position: absolute;
  opacity: 0;
}
#menu_checkbox:checked + #menu_label:before {
  left: -39px;
  color: black;
}
#menu_checkbox:checked + #menu_label:after {
  left: 39px;
  color: black;
}
#menu_checkbox:checked + #menu_label #menu_text_bar {
  background-color: black;
}
#menu_checkbox:checked + #menu_label #menu_text_bar:before {
  content: "EXIT";
  animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
  color: black;
}
#menu_label {
  position: relative;
  display: block;
  height: 29px;
  cursor: pointer;
}
#menu_label:before, #menu_label:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}
#menu_label:before {
  top: 0;
}
#menu_label:after {
  top: 12px;
}
#menu_text_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  top: 24px;
}
#menu_text_bar:before {
  content: "MENU";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

@keyframes moveUpThenDown {
  0% {
    top: 0;
  }
  50% {
    top: -27px;
  }
  100% {
    top: -14px;
  }
}
@keyframes shakeWhileMovingUp {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes shakeWhileMovingDown {
  0% {
    transform: rotateZ(0);
  }
  80% {
    transform: rotateZ(3deg);
  }
  90% {
    transform: rotateZ(-3deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
/* CSS styles for mobile devices */
@media (max-width: 1023px) {
  .active {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1em;
    justify-content: flex-start;
  }
  .navi {
    height: 100vh;
  }
  .navi li {
    margin-left: 1rem;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .navi li:first-child {
    margin-left: 0rem;
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 1em;
    background-color: black;
    width: -moz-fit-content;
    width: fit-content;
    color: white;
    padding: 10px;
  }
  .burger {
    margin: 20px 15px;
  }
}
.on-page-nav {
  display: none;
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%;
  z-index: 999;
  background: var(--accent-colour1);
}
.on-page-nav__title {
  font-size: 1.5em;
  color: white;
}
.on-page-nav__menu-bar {
  padding: 1em;
  width: 70%;
  margin: 0 auto;
}
.on-page-nav__arrow {
  color: white;
  border: 0;
  background: none;
  cursor: pointer;
  float: right;
  transition: all 0.5s ease;
}
.on-page-nav__arrow::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 1em;
  left: 0;
  position: relative;
  top: 0.5em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 1em;
}
.on-page-nav__arrow--down {
  transform: rotate(180deg);
  transition: 1s;
}
.on-page-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.on-page-nav__list--show {
  height: 550px;
  overflow: visible;
}
.on-page-nav__list-item {
  padding: 0.5em 0;
}
.on-page-nav__list-item--active {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  color: white;
}
.on-page-nav__link {
  color: white !important;
  line-height: 1.5;
  text-decoration: none;
  padding: 1.5em 0;
}
.on-page-nav__link:hover, .on-page-nav__link:focus {
  text-decoration: underline;
}
.on-page-nav__link:active, .on-page-nav__link:focus-within {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .on-page-nav--show {
    display: block;
  }
}
#scroll-progress {
  position: relative;
  top: 0;
  width: 0%;
  height: 4px;
  background: #FFF;
  z-index: 10000;
}

/* ACCREDITATIONS, AWARDS OR MEMBERSHIPS */
.aam-image {
  height: -moz-max-content;
  height: max-content;
  border-radius: 10px;
  max-width: 200px;
}
.aam-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2em;
}

.aams {
  margin-top: 2em;
}

@media (max-width: 900px) {
  .aam-item {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .aam-image {
    max-width: unset;
  }
}
/* END ACCREDITATIONS, AWARDS OR MEMBERSHIPS */
/* ENTRY REQUIREMENTS */
.erHighlightNote {
  background-color: #f6f3ef;
  color: #222;
  padding: 1em;
}

.entry-requirements {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 2.5em;
  justify-content: center;
}
.entry-requirements-col {
  width: 50%;
}

@media (max-width: 800px) {
  .entry-requirements {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 1em;
    justify-content: center;
    flex-direction: column;
  }
  .entry-requirements-col {
    width: 100%;
    padding: 0em;
  }
}
/*  END ENTRY REQUIREMENTS */
/* FACILITIES */
.facilities-images {
  display: grid;
  grid-gap: 1em;
  margin: 1em 0;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-flow: dense;
}
.facilities-images__container {
  flex: 1;
  height: auto;
}
.facilities-images__container:not(:nth-child(2n)) {
  grid-row: span 2;
}
.facilities-images__container a {
  height: 100%;
}
.facilities-images__image {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .facilities-images {
    display: flex;
    gap: 1em;
    margin: 1em 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .facilities-images__container {
    flex: 1 0 auto;
    max-width: 45%;
  }
}
/* END FACILITIES */
/* HEADER */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
}

.logo {
  padding: 1rem;
  margin-left: 2em;
  margin-top: 1em;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(white, #fff) bottom left/80px 0px, linear-gradient(white, #fff) bottom left/0px 80px, linear-gradient(white, #fff) top right/80px 0px, linear-gradient(white, #fff) top right/0px 80px;
  background-repeat: no-repeat;
  width: 200px;
  transition: background-size 0.5s ease;
}

#dmuLogo:hover .logo, #dmuLogo:focus .logo {
  background-size: 90px 2px, 2px 90px, 90px 2px, 2px 90px;
}

#dmuLogo:focus-visible .logo {
  outline: 2px solid #222;
}

@media (max-width: 500px) {
  .logo {
    padding: 1rem;
    margin: 0;
    color: #fff;
    cursor: pointer;
    width: 40%;
  }
}
.logoDark {
  background: url(../dmu-logo-black.png) no-repeat;
  background-size: contain;
  margin: 2em;
  min-height: 50px;
}

.logoLight {
  background: url(../dmu-logo-white.png) no-repeat;
  background-size: contain;
  margin: 2em;
  display: block;
  min-height: 90px;
}

/* END HEADER */
/* BANNER */
.banner {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0 auto;
  position: relative;
}
.banner:after {
  clear: both;
  content: "";
  display: block;
}
.banner--small {
  background-image: none !important;
  display: flex;
  min-height: unset !important;
}
.banner--small .banner__content {
  text-align: left;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
.banner--small .banner__lead {
  position: relative;
  bottom: 0;
  margin-top: 150px;
}
.banner--small .banner__title {
  background: inherit;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.banner--small .banner__award {
  height: 100%;
  width: unset;
  padding: 1em;
  margin: 0;
  align-self: center;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  text-align: right;
}
.banner--small .banner__aspire {
  max-width: unset;
}
.banner--small .banner__aspire::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 150px;
  bottom: 0;
  right: 30px;
  background-image: url(/SiteElements/2020/images/made-from-more-tag-web.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 200;
  mix-blend-mode: lighten;
  display: none; /*hidden whilst working on other banner styles*/
}
.banner--small .banner__aspire-text {
  padding: 0 !important;
  padding-left: 0.5em !important;
  background: inherit;
}
.banner--small .banner__image {
  width: 40%;
  height: 37.5em;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner--wide .banner__content {
  margin: unset;
  max-width: unset;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.banner--wide .banner__content p {
  padding: unset;
  background-color: unset !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}
.banner--wide .banner__title {
  font-size: 5em;
  font-family: "Geist Regular", sans-serif;
  padding: 150px 0em 0% 0em !important;
  text-transform: uppercase;
  word-spacing: 100vh;
  background-color: unset !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
  min-width: 50vw;
}
.banner--wide .banner__lead {
  margin-left: 3em;
  margin-top: 0;
  align-self: flex-start;
}
.banner--wide .banner__aspire {
  max-width: unset;
  background-color: transparent !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
  display: flex;
  margin: 40px;
  text-transform: uppercase;
  border-right: 10px solid var(--accent-colour1);
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.banner--wide .banner__aspire-text {
  font-size: unset;
  padding-left: 1em !important;
}
.banner--wide .banner__arrow {
  display: none;
}
.banner--wide.banner--small .banner__content p {
  padding: 1em !important;
  background-color: #fff !important;
}
.banner--wide.banner--small .banner__title {
  padding: 150px 0 0 2.5rem !important;
}
.banner--wide.banner--small .banner__aspire {
  margin: 40px 0;
  border-left: 10px solid var(--accent-colour1);
  border-right: none;
}
.banner--wide.banner--small.banner--dark .banner__content p {
  background-color: #222 !important;
}
.banner__cage {
  text-align: left;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.banner__content {
  text-align: left;
  margin: 0 auto;
  max-width: 1280px;
  background-color: transparent !important;
}
.banner__content p {
  font-size: 2.5em;
  font-family: "Geist Light", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0em 1em 0.5em 0.8em;
  width: -moz-fit-content;
  width: fit-content;
}
.banner__title {
  font-size: 4em;
  font-family: "Geist Light", sans-serif;
  font-weight: 700;
  font-style: inherit;
  line-height: 1;
  padding: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
.banner__title--accent {
  color: var(--accent-colour1);
}
.banner__title-container {
  display: flex;
  padding: 0 1em;
  height: 100%;
}
.banner__award {
  margin-bottom: 40px;
}
.banner__aspire {
  font-size: 1em;
  font-family: "Geist Light", sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 65%;
  padding: 2em 2em 2em 2em;
}
.banner__aspire--mobile {
  display: none !important;
}
.banner__aspire-text {
  display: block;
  font-size: 2rem !important;
  padding-left: 6em !important;
}
.banner__arrow {
  cursor: pointer;
  transform: rotate(90deg);
  width: 30px;
  height: 50px;
  margin-left: 3em;
  margin: 1.2em 2em 0em 3em;
  float: left;
  scale: 2;
}
.banner__arrow a:focus polyline, .banner__arrow a:hover polyline {
  stroke-width: 8;
}
.banner__arrow--accent polyline {
  stroke: var(--accent-colour1) !important;
}

polyline {
  transition: all 250ms ease-in-out;
}

.burger {
  font-size: 4em;
}

@media (max-width: 1200px) {
  .banner__title {
    font-size: 4em;
    padding: 0.2em;
  }
  .banner__content p {
    padding: 0em 1em 0.5em 1em;
  }
}
/* CSS styles for mobile devices */
@media (max-width: 1336px) {
  .logoLight {
    min-height: 30px;
  }
  .banner__title {
    font-size: 3em;
  }
  .banner__content p {
    padding-left: 12px;
  }
  .banner--wide .banner__title {
    font-size: 4em;
  }
  .banner--wide .banner__content {
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .banner--wide .banner__content p {
    font-size: 2em;
    font-weight: 500;
    font-style: normal;
    padding-left: 0;
  }
  .banner--wide .banner__aspire {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-right: none !important;
    border-left: none !important;
  }
  .banner--wide .banner__aspire-text {
    padding: 1em !important;
  }
  .banner--wide.banner--dark .banner__aspire {
    background-color: #222 !important;
  }
  .banner--wide.banner--dark .banner__aspire-text {
    color: #fff !important;
  }
  .banner--wide.banner--light .banner__aspire {
    background-color: #fff !important;
  }
  .banner--wide.banner--light .banner__aspire-text {
    color: #222 !important;
  }
  .banner__aspire {
    font-size: 1.2rem;
    font-family: "Geist Light", sans-serif;
    font-weight: 500;
    font-style: normal;
    float: unset;
    max-width: unset;
    padding: 20px;
    margin-right: 0;
    border-top: 5px solid var(--accent-colour1);
    border-right: 0;
  }
  .banner__aspire::before {
    right: 0px !important;
    top: auto;
  }
  .banner__aspire-text {
    font-size: 1.2em !important;
    padding-left: 6em !important;
  }
  .banner__arrow {
    cursor: pointer;
    transform: rotate(90deg);
    width: 30px;
    height: 50px;
    margin-left: 3em;
    margin: 0em 2em 0em 2em;
    float: left;
    scale: 1.5;
  }
  .banner__title-container {
    justify-content: space-evenly;
    padding: 1em;
  }
  .banner--small {
    flex-direction: column-reverse;
  }
  .banner--small .banner__lead {
    margin: 0;
  }
  .banner--small .banner__title {
    width: unset;
    min-width: unset;
    padding: 0 !important;
    align-self: center;
  }
  .banner--small .banner__award {
    text-align: left;
  }
  .banner--small .banner__image {
    margin-top: 150px;
    width: 100%;
  }
  .banner--small .banner::before {
    top: 150px;
  }
  .banner--small.banner--wide .banner__title {
    padding: 0 !important;
    word-spacing: normal;
  }
}
@media (max-width: 600px) {
  .banner--wide .banner__title {
    font-size: 3em !important;
  }
  .banner--wide .banner__lead {
    margin-left: 1em;
  }
  .banner--wide .banner__aspire {
    font-size: 1em;
    font-family: "Geist Light", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
    border-right: unset;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .banner--wide.banner--small .banner__content p {
    padding: unset !important;
  }
  .banner--wide.banner--small .banner__aspire {
    margin: unset;
  }
  .banner__aspire {
    margin: 0;
  }
  .banner__aspire--desktop {
    display: none !important;
  }
  .banner__aspire--mobile {
    display: block !important;
  }
  .banner__aspire-text {
    padding: 0 !important;
  }
  .banner__arrow {
    display: none;
  }
  .banner__aspire::before {
    top: -8em !important;
    left: 0;
  }
}
@media (max-width: 440px) {
  .banner__title-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.banner--light {
  background-color: rgba(255, 255, 255, 0.9);
}
.banner--light .banner__cage, .banner--light .banner__content {
  color: #222;
}
.banner--light .banner__content, .banner--light .banner__title-container, .banner--light .banner__title, .banner--light .banner__award, .banner--light .banner__aspire {
  background: rgba(255, 255, 255, 0.9);
}
.banner--light .banner__aspire, .banner--light .banner__award, .banner--light .banner__title {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.banner--light .banner__arrow polyline {
  stroke: #222;
}

.banner--dark {
  background-color: #222;
}
.banner--dark .banner__cage, .banner--dark .banner__content {
  color: #fff;
}
.banner--dark .banner__content, .banner--dark .banner__title-container, .banner--dark .banner__title, .banner--dark .banner__award, .banner--dark .banner__aspire {
  background: rgba(0, 0, 0, 0.9);
}
.banner--dark .banner__aspire, .banner--dark .banner__award, .banner--dark .banner__title {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.banner--dark .banner__aspire::before {
  filter: grayscale(1) invert(1);
  mix-blend-mode: unset;
}
.banner--dark .banner__arrow polyline {
  stroke: #fff;
}

/* END BANNER */
.half-banner {
  display: flex;
  flex-direction: row;
  margin-bottom: 2em;
}
.half-banner__container {
  box-sizing: border-box;
  width: 50%;
  min-height: 100dvh;
  min-height: calc(100vh - 137px);
  min-height: clamp(600px, 100vh - 137px, 1080px);
}
.half-banner__container--content {
  padding: 0 5%;
  align-self: center;
  padding-top: 140px;
}
.half-banner__container--content h1 {
  color: var(--accent-colour1);
  font-size: 2em;
  text-wrap: balance;
  margin-top: 2em;
}
.half-banner__img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.half-banner__award {
  font-size: 1.5em;
}
.half-banner__lead-paragraph {
  margin: 1em 0;
}
.half-banner__keyfacts {
  background: #F6F3EF;
  padding: 1em;
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-bottom: 2em;
  box-sizing: border-box;
}
.half-banner__keyfacts-title {
  color: var(--accent-colour1);
  font-weight: 700;
  font-size: 1.2em;
}
.half-banner__keyfacts-content {
  padding: 0.25em 0;
}
.half-banner__keyfacts__see-all {
  border-top: 1px solid #dcdcdc;
}
.half-banner__key-messages {
  gap: unset;
}
.half-banner--dark .half-banner__keyfacts {
  background: #383838;
  border-color: #484848;
}
.half-banner__nav #menu_button {
  background: var(--accent-colour1);
}
.half-banner__nav .darkfocus {
  background: none !important;
}
.half-banner__nav .burger--dark {
  color: #fff;
}
.half-banner__nav .burger--dark:focus-within {
  outline: 2px solid #fff;
}
.half-banner__nav .burger--dark #menu_text_bar {
  background-color: #fff;
}
.half-banner__nav .burger--dark #menu_text_bar:before {
  color: #fff;
}
.half-banner__nav .burger--dark #menu_label:before, .half-banner__nav .burger--dark #menu_label:after {
  background-color: #fff;
}
.half-banner__nav .burger--dark #menu_checkbox:checked + #menu_label:before, .half-banner__nav .burger--dark .burger--dark #menu_checkbox:checked + #menu_label:after {
  background-color: #fff;
}

@media (max-width: 1022px) {
  .header--half {
    position: relative;
  }
  .logo--half {
    margin: 0;
  }
  .half-banner {
    flex-direction: column-reverse;
    margin: 0;
  }
  .half-banner__container {
    width: 100%;
    min-height: unset;
  }
  .half-banner__container--content {
    margin-top: 0;
    padding: 1em;
  }
  .half-banner__container--content h1 {
    margin-top: 1em;
  }
  .half-banner__key-messages {
    margin-bottom: 0 !important;
  }
}
/* OVERVIEW AND KEY FACTS */
.kf-item {
  background-color: #f6f3ef;
  height: auto;
}

.mkf-item {
  background-color: #f6f3ef;
  height: 100%;
  height: -webkit-fill-available;
}

.see-all-key-facts {
  /*background-color: $theme-secondary-bg;*/
  margin-top: 0.5em;
  text-align: center;
  padding: 1em;
}

.overview_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.5em;
}
.overview_column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.overview_text {
  padding-top: 1em;
}
.overview_text ul {
  list-style: outside none;
}
.overview_text li:before {
  top: -1px;
  content: "➜";
  position: relative;
  margin-left: -20px;
  float: left;
  font-size: 1.5em;
  color: var(--accent-colour1);
  text-indent: -20px;
}

p.pullQuote {
  float: right;
  max-width: 30%;
  font-size: 1.5em;
  color: var(--accent-colour1);
  font-weight: 600;
  font-family: "Geist Regular", sans-serif;
  padding: 1em;
  padding-top: 0;
}

p.keyfacts_title {
  background-color: var(--accent-colour1);
  padding: 0.5em;
  font-family: "Geist Regular", sans-serif;
  font-size: 1.5em;
  width: -webkit-fill-available;
  border-radius: 2px;
  margin-bottom: 0;
  color: #fff;
}
p.keyfacts_content {
  padding: 0.5em 0em 0em 0.5em;
  font-family: "Geist Regular", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
}
p.keyfacts_extra {
  font-size: 1em;
  margin: 10px;
}

.keyfacts_extra p {
  font-size: 1em;
  margin: 10px;
}

.embolden {
  font-size: 1.5em;
  font-weight: 700;
}

.video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.gridWrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: 49% 49%;
}

.gridItemTitle {
  background-color: var(--accent-colour1);
  width: -webkit-fill-available;
  height: auto;
  border-radius: 2px;
  margin-bottom: 0;
  color: #fff;
}

.keyfacts_large {
  display: block;
}
.keyfacts_small {
  display: none;
}
.keyfacts_all {
  display: block;
}
.keyfacts_all .gridWrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: 20% 80%;
}
.keyfacts_all .gridItemTitle {
  background-color: unset;
  width: -webkit-fill-available;
  height: auto;
  border-radius: 2px;
  margin-bottom: 0;
  color: #222;
}
.keyfacts_all .kf-item {
  background-color: #f6f3ef;
  height: auto;
  border: 2px solid #d2d2d2;
}
.keyfacts_all p.keyfacts_content {
  padding: 0.5em 0em 0.5em 0.5em;
  font-family: "Geist Regular", sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0;
}
.keyfacts_all p.keyfacts_title {
  background-color: unset;
  padding: 0.5em;
  font-family: "Geist Regular", sans-serif;
  font-size: 1em;
  width: -webkit-fill-available;
  border-radius: 2px;
  margin-bottom: 0;
  color: #222;
  border: 2px solid #d2d2d2;
}

.rounded10 {
  border-radius: 10px;
}

@media (max-width: 1023px) {
  .breadcrumb {
    display: none;
  }
  .container {
    padding: 1em;
  }
  .keyfacts_large {
    display: none;
  }
  .keyfacts_small {
    display: block;
  }
}
@media (max-width: 800px) {
  .keyfacts_all p.keyfacts_title {
    background-color: unset;
    padding: 0.5em;
    font-family: "Geist Regular", sans-serif;
    font-size: 1em;
    width: -webkit-fill-available;
    border-radius: 2px;
    margin-bottom: 0;
    border: 2px solid #d2d2d2;
    color: #222;
  }
  .keyfacts_all .gridWrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: 49% 49%;
  }
}
@media (max-width: 800px) {
  p.pullQuote {
    float: unset;
    max-width: unset;
    font-size: 1.8em;
    padding: 1em 0;
  }
}
@media (max-width: 600px) {
  .keyfacts_title {
    font-size: 1.2em;
  }
  .keyfacts_content {
    font-size: 1.2em;
  }
}
/* END OVERVIEW AND KEYFACTS */
/* NEXT STEPS */
.next-steps {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.next-steps:first-child:nth-last-child(1) {
  width: 100%;
}
.next-steps:first-child:nth-last-child(1) picture {
  height: 350px;
}
.next-steps:first-child:nth-last-child(1) img {
  height: 100%;
}
.next-steps-container {
  display: flex;
  flex-direction: row;
  gap: 2.5em;
  justify-content: space-between;
}
.next-steps__link {
  color: #222;
  text-decoration: none;
  margin: 1em 0;
  display: flex;
  flex-direction: column;
}
.next-steps__link:visited {
  color: #222;
}
.next-steps__link picture::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 3em;
  height: 3rem;
  position: relative;
  color: var(--accent-colour1);
  background-color: #fff;
  bottom: 60px;
  left: 87%;
  padding: 10px;
  display: inline-block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.3s ease-out; /* Add transitions for background-color and color */
}
.next-steps__link:hover, .next-steps__link:focus {
  color: var(--accent-colour1);
  text-decoration: none;
}
.next-steps__link:hover .next-steps__title, .next-steps__link:focus .next-steps__title {
  text-decoration: underline;
}
.next-steps__link:hover picture:after, .next-steps__link:focus picture:after {
  background-color: var(--accent-colour1);
  color: #fff;
  transform: translateX(4px);
}
.next-steps__card {
  display: flex;
  flex-direction: column;
}
.next-steps__card picture {
  height: 350px;
}
.next-steps__special-card {
  display: flex;
  flex-direction: column;
}
.next-steps__special-card picture {
  height: auto;
}
.next-steps__image {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.next-steps__title {
  margin-top: 0.5em !important;
}

@media (max-width: 800px) {
  .next-steps {
    width: 100%;
    margin: unset;
    margin-top: 0em;
  }
  .next-steps-container {
    flex-wrap: wrap;
  }
  .next-steps__image {
    min-width: 100%;
  }
}
/* END NEXT STEPS */
.expertise__wrapper {
  color: #555;
  line-height: 1.5;
  font-family: sans-serif;
  background-color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}

.expertise__profiles {
  display: grid;
  color: #222;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, 330px);
  justify-content: space-evenly;
}

.expertise__profile__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2em;
}

.expertise__profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1em;
  width: 280px;
  border-radius: 10px;
  padding: 2em;
  align-content: space-between;
}

.expertise__profile i {
  font-size: 2.5em;
}

.expertise__profile i:not(:first-child) {
  margin-left: 5px;
}

h3.expertise__header {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.5em;
}

.expertise__sub-header span {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 0.5em;
  font-style: italic;
}

.expertise__profile p {
  font-size: 1em;
}

.expertise__inner-image-container {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2em;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.expertise__inner-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(133, 133, 133, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 1;
}

.expertise__inner-image-container img {
  display: block;
  width: 280px;
  height: 280px;
  z-index: 2;
}

/* STUDENT WORK */
.student-work {
  margin-top: 1em;
}
.student-work--featured-student {
  display: flex;
}
.student-work__more h3 {
  margin: 1em 0 1em 0;
  border-bottom: 10px solid var(--accent-colour1);
}
.student-work__content {
  border-left: 10px solid var(--accent-colour1);
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 1em;
  width: 50%;
}
.student-work__header {
  text-transform: uppercase;
  margin: 0;
}
.student-work__sub-header {
  display: block;
  font-size: 1.5em;
  font-style: italic;
}
.student-work__summary {
  font-family: sans-serif;
  font-size: 1rem;
}
.student-work__gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 1em;
  height: 100%;
}
.student-work__image-pair, .student-work__main-image {
  flex: 0 1 auto;
}
.student-work__image {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.student-work__image-container--small img {
  height: 300px;
}
.student-work__image-pair {
  display: flex;
  gap: 1em;
  flex-direction: column;
  justify-content: center;
}
.student-work-masonry-wall {
  display: grid;
  grid-gap: 1.5em;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}
.student-work-masonry-wall__item:not(:nth-child(2n)) {
  grid-row: span 2;
}
.student-work-masonry-wall__item--wide {
  grid-column: span 2;
  grid-row: span 1;
}
.student-work-masonry-wall__item--hidden {
  display: none;
}
.student-work-masonry-wall__image, .student-work-masonry-wall__video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.student-work__button-container {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
.student-work__button-container button {
  padding: 1em 2em 1em 2em;
  padding-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3em;
  background-color: var(--accent-colour1);
  transition: all 150ms ease, box-shadow 0.7s;
  transform: scale(0);
  outline: none;
  border: 0.5em solid #222;
  cursor: pointer;
  z-index: 100;
}
.student-work__button-container button:hover, .student-work__button-container button:focus {
  box-shadow: 0px 0px 0px 5px #222;
}
.student-work__button-container button:hover .fa-plus {
  animation: rotateBackAndForth 1s linear infinite;
}
.student-work__button-container button:focus .fa-plus {
  animation: rotateBackAndForth 1s linear infinite;
}
.student-work__button-container button span {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  padding-left: 2em;
  display: block;
  margin-bottom: 0.7em;
  font-family: "Geist Regular", sans-serif;
}
.student-work__button-container button span:hover, .student-work__button-container button span:focus {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}
.student-work__button-container .fa-plus {
  color: #ffffff;
  margin-bottom: 5px;
  transform: translateY(-3px) rotate(0deg);
  float: left;
  scale: 0.8;
}

@keyframes rotateBackAndForth {
  0% {
    transform: translateY(-3px) rotate(0deg);
  }
  33.33% {
    transform: translateY(-3px) rotate(-10deg);
  }
  66.67% {
    transform: translateY(-3px) rotate(10deg);
  }
  100% {
    transform: translateY(-3px) rotate(0deg);
  }
}
@media (max-width: 767.98px) {
  .student-work {
    display: block;
  }
  .student-work__content {
    width: auto;
    max-width: 100%;
    margin-bottom: 1em;
  }
  .student-work-masonry-wall {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .student-work-masonry-wall__item {
    grid-column: span 1;
  }
  .student-work-masonry-wall__item:not(:nth-child(2n)) {
    grid-row: unset;
  }
}
@media (max-width: 575.98px) {
  .student-work__gallery {
    display: block;
  }
  .student-work__image-pair {
    flex-direction: row;
    margin-bottom: 1em;
    margin-top: 1em;
    gap: 1em;
  }
  .student-work__button {
    width: 100%;
  }
}
/* END STUDENT WORK */
/* WHAT YOU WILL STUDY */
img.study__image {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 30%;
}

@media (max-width: 1000px) {
  img.study__image {
    display: none;
  }
}
.study-intro {
  display: flex;
  gap: 1.5em;
}
.study-intro h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wys {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wys__list {
  padding: 0;
  margin: 0;
  display: flex;
}
.wys__list-item {
  display: inline-block;
  background-color: #f6f3ef;
  padding: 0;
}
.wys__list-item:last-child a {
  border-radius: 0 10px 10px 0px;
}
.wys__list-item:last-child {
  border-radius: 0 10px 10px 0px;
}
.wys__list-item:first-child a {
  border-radius: 10px 0 0 0;
}
.wys__list-item:first-child {
  border-radius: 10px 0 0 0;
}
.wys__list-link {
  color: #222;
  font-size: 1.25em;
  padding: 1em 2em;
  display: inline-block;
}
.wys__list-link[aria-selected] {
  border-bottom: 5px solid var(--accent-colour1);
  background: var(--accent-colour1);
  color: #fff;
  position: relative;
}
.wys__list-link:visited {
  color: #222;
}
.wys__tab {
  border-left: 5px solid var(--accent-colour1);
  padding: 1rem;
}
.wys__tab * + * {
  margin-top: 0.75rem;
}
.wys__details {
  margin: 1em;
}
.wys__details[open] > .wys__summary::before {
  transform: rotate(90deg);
}
.wys__details p {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 0em 1em 1em 1em;
}
.wys__details a {
  color: var(--anchor-visited-colour);
}
.wys__details a:hover, .wys__details a:focus {
  text-decoration: underline;
}
.wys__summary {
  background-color: #f6f3ef;
  padding: 1.5em;
  color: #222;
  font-weight: 600;
  position: relative;
  border-radius: 10px;
  padding-left: 2.2rem;
  font-size: 1.3em;
}
.wys__summary h3 {
  font-size: 1em;
}
.wys__summary::before {
  content: "";
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent transparent transparent #222;
  position: absolute;
  top: 1.87em;
  left: 1rem;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.25s transform ease;
}
.wys__summary::-webkit-details-marker, .wys__summary::marker {
  display: none;
  content: "";
}
.wys__summary:hover, .wys__summary:focus {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
.wys__unselected {
  border-bottom: 5px solid var(--accent-colour1);
}

@media (max-width: 1023px) {
  .wys__details {
    margin: 1em 0em 1em 0em;
  }
  .wys__details p {
    line-height: 1.5;
    padding: 0.5em 0em 0em 0.5em;
  }
}
@media (max-width: 550px) {
  .wys__list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    border-top: 0;
  }
  .wys__list[aria-selected] {
    position: static;
  }
  .wys__list-item, .wys__list-link {
    display: block;
    position: static;
    flex-grow: 1;
    font-size: 1.1em;
    text-align: center;
  }
  .wys__list-link {
    text-decoration: none;
    padding: 0.5em;
  }
  .wys__summary {
    background-color: #f6f3ef;
    padding: 1em;
    color: #222;
    font-weight: 600;
    position: relative;
    border-radius: 10px;
    padding-left: 2.2rem;
    font-size: 1.2em;
  }
  .wys__summary h3 {
    font-size: 1em;
  }
  .wys__summary::before {
    content: "";
    border-width: 0.4rem;
    border-style: solid;
    border-color: transparent transparent transparent #222;
    position: absolute;
    top: 1.4em;
    left: 1rem;
    transform: rotate(0);
    transform-origin: 0.2rem 50%;
    transition: 0.25s transform ease;
  }
  [role=tablist] li + li a {
    border-top: 0 !important;
  }
}
/* END WHAT YOU WILL STUDY */
/*  TAP BANNER */
.tap__container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
  background-color: #f6f3ef;
  padding: 2em;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.tap__container--light .tap__button {
  box-shadow: 0px 0px 0px 5px var(--accent-colour1);
}
.tap__container--light .tap__button:hover, .tap__container--light .tap__button:focus {
  box-shadow: 0px 0px 0px 10px var(--accent-colour1);
}
.tap__button {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 0.5em;
  touch-action: manipulation;
  text-align: center;
  border-radius: 0.5em;
  z-index: 2;
  box-shadow: 0px 0px 0px 5px rgb(255, 255, 255);
  transition: box-shadow 0.7s;
  background: var(--accent-colour1);
  animation: anime 16s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.tap__button:visited {
  color: #fff;
}
.tap__button:hover, .tap__button:focus {
  box-shadow: 0px 0px 0px 10px rgb(255, 255, 255);
  text-decoration: none;
}
.tap__button:hover .tap__button-text::after, .tap__button:focus .tap__button-text::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.tap__button-text {
  display: inline-block;
  position: relative;
  justify-content: center;
  align-self: center;
  vertical-align: middle;
}
.tap__button-text::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.tap__button-icon {
  margin-right: 0.5em;
}
.tap__text {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  font-size: 1.2em;
}
.tap__text p {
  margin-bottom: 1em;
}
.tap__image {
  transition: all 600ms cubic-bezier(0.68, -0.5, 0.265, 1.55);
  scale: 1;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid #f6f3ef;
}
.tap__image:not(:first-of-type) {
  margin-left: -50px;
}
.tap__image--big {
  scale: 1.1;
}

@media only screen and (max-width: 1020px) {
  .tap__text {
    max-width: 100%;
    text-align: center;
  }
  .tap__button {
    align-self: center;
  }
}
@media only screen and (max-width: 550px) {
  .tap__image {
    height: 90px;
    width: 90px;
    border: 5px solid #f6f3ef;
  }
  .tap__image:not(:first-of-type) {
    margin-left: -15px;
  }
  .tap__text {
    text-align: center;
  }
}
/* END TAP BANNER */
/* WHERE WE COULD TAKE YOU */
.where-could-we-take-you {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 2.5em;
}

.wwcty-col {
  width: 50%;
}
.wwcty-col--full {
  width: 100%;
}
.wwcty-col--full .wwcty__image {
  -o-object-position: center;
     object-position: center;
}
.wwcty__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 350px;
  -webkit-clip-path: polygon(0 0, 91% 0, 100% 20%, 100% 100%, 9% 100%, 0% 80%);
          clip-path: polygon(0 0, 91% 0, 100% 20%, 100% 100%, 9% 100%, 0% 80%);
}

@media (max-width: 800px) {
  .where-could-we-take-you {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 1em;
    justify-content: center;
    flex-direction: column;
  }
  .wwcty-col {
    width: 100%;
    padding: 0em;
  }
}
/* END WHERE WE COULD TAKE YOU */
/* Contact Buttons */
.contact-us__panel-container {
  display: flex;
  width: 100%;
  gap: 3em;
  align-content: center;
  justify-content: center;
  margin: 3em 0 3em 0;
}
.contact-us__button {
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  padding: 1em;
  touch-action: manipulation;
  text-align: center;
  border-radius: 0.5em;
  z-index: 2;
  box-shadow: 0px 0px 0px 5px rgb(255, 255, 255);
  transition: box-shadow 0.7s;
  background: var(--accent-colour1);
  animation: anime 16s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
}
.contact-us__button:visited {
  color: #fff;
}
.contact-us__button:hover, .contact-us__button:focus {
  box-shadow: 0px 0px 0px 10px rgb(255, 255, 255);
  text-decoration: none;
}
.contact-us__button:hover .contact-us__button-text::after, .contact-us__button:focus .contact-us__button-text::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.contact-us__button-text {
  display: inline-block;
  position: relative;
  justify-content: center;
  align-self: center;
  vertical-align: middle;
}
.contact-us__button-text::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.contact-us__button-icon {
  margin-right: 0.5em;
}
.contact-us--light .contact-us__button {
  box-shadow: 0px 0px 0px 5px var(--accent-colour1);
}
.contact-us--light .contact-us__button:hover, .contact-us--light .contact-us__button:focus {
  box-shadow: 0px 0px 0px 10px var(--accent-colour1);
}

/* CSS styles for mobile devices */
@media only screen and (max-width: 700px) {
  .contact-us__panel-container {
    display: flex;
    width: 100%;
    gap: 2em;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .contact-us__button {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 0.5em 0;
  }
}
/*  END Contact Buttons */
.ofsKisClear .kis-widget__course {
  color: #000;
}/*# sourceMappingURL=main-light.css.map */