.homepage-header {
  background: #7B2448;
  color: white;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  min-height: calc(100vh - 183px);
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .homepage-header {
    padding-bottom: 0px;
  }
}
.homepage-header .slick-dots {
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 5%;
}
@media (max-width: 992px) {
  .homepage-header .slick-dots {
    bottom: 0;
  }
}
.homepage-header .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .homepage-header .slick-dotted.slick-slider {
    padding-bottom: 30px;
  }
}
.homepage-header .pp-buttons {
  position: absolute;
  left: calc(50% - 17px);
  top: 380px;
  z-index: 10;
}
.homepage-header .pp-buttons svg {
  width: 35px;
  fill: #fff;
}
.homepage-header .pp-buttons svg:hover, .homepage-header .pp-buttons svg:active, .homepage-header .pp-buttons svg:focus, .homepage-header .pp-buttons svg:focus-visible {
  cursor: pointer;
  fill: #EFB441;
}
@media (max-width: 991px) {
  .homepage-header .pp-buttons {
    bottom: -38px;
    top: inherit;
  }
}

.homepage-caroursel {
  max-height: 1000px;
  position: relative;
}
@media (max-width: 992px) and (min-width: 768px) {
  .homepage-caroursel {
    max-height: 800px;
  }
}
@media (max-width: 768px) {
  .homepage-caroursel {
    max-height: 650px;
  }
}

.homepage-caroursel__slide {
  padding-top: 45px;
  position: relative;
  min-height: 600px;
}
.homepage-caroursel__slide .container {
  max-width: 1400px;
}

.homepage-caroursel__textarea {
  background: #EFB441;
  color: #3A3C42;
  padding: 30px;
  border-radius: 30px;
}

.homepage-caroursel__blockquote {
  font-family: "Spectral italic", "serif";
  font-style: italic;
  font-size: 2.5em;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}

.homepage-caroursel__blockquote, .homepage-caroursel__author {
  width: 64%;
  margin-left: 36%;
}
.homepage-caroursel__blockquote p, .homepage-caroursel__author p {
  margin-bottom: 0;
  margin-top: 20px;
}

.homepage-caroursel__image {
  position: absolute;
  top: 0;
  max-width: 36%;
  left: 0;
}
.homepage-caroursel__image img {
  max-width: 100%;
  height: auto;
}

.homepage-header__backgroundsvg {
  position: absolute;
  top: -50px;
  right: 0;
  pointer-events: none;
}

.homepage-caroursel__quicklinks-area {
  position: relative;
  margin-top: -215px;
  text-align: center;
}

.homepage-header__slogan h1 {
  font-size: 3.9em;
  font-family: "Spectral", "serif";
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  margin-top: 55px;
}

.homepage-header__quicklinks {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.homepage-header__quicklinks .field__item {
  display: inline;
}
.homepage-header__quicklinks .field__item a {
  display: inline-block;
  color: white;
  text-decoration: none;
  margin: 0 20px;
  white-space: nowrap;
  padding: 5px 0 3px 0;
}
.homepage-header__quicklinks .field__item a:hover, .homepage-header__quicklinks .field__item a:focus {
  opacity: 0.8;
}
.homepage-header__quicklinks .field__item a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 10px solid #EFB441;
  margin-left: 10px;
  margin-bottom: -2px;
}

.homepage-caroursel-book-open-day {
  width: auto;
  margin-left: auto;
}

@media (max-width: 992px) {
  .homepage-caroursel__slide {
    padding-top: 0;
    position: relative;
    z-index: 1;
    min-height: 0;
  }

  .homepage-caroursel-book-open-day {
    width: 100%;
  }

  .homepage-caroursel__image {
    position: relative;
    max-width: 80%;
  }

  .homepage-caroursel__slide .container {
    position: relative;
    margin-top: -130px;
  }

  .homepage-caroursel__textarea {
    padding: 15px;
  }

  .homepage-caroursel__blockquote {
    width: 100%;
    margin: 0;
    font-size: 1.35em;
  }

  .homepage-caroursel__author {
    width: 100%;
    margin: 0;
    font-size: 0.9em;
  }

  .homepage-header__slogan h1 {
    font-size: 1.7em !important;
  }

  .homepage-caroursel__quicklinks-area {
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .slick-dots {
    bottom: -35px;
  }

  .homepage-header__backgroundsvg {
    height: 400px;
    left: auto;
    right: -130px;
    width: auto;
    top: 15px;
  }

  .slick-arrow {
    display: none;
  }

  .slick-next:before, .slick-prev:before {
    display: none;
  }
}
.other-coursesearch {
  display: none !important;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.1);
  width: 90%;
  margin: 50px auto 20px;
  float: none;
  padding: 25px;
}
.other-coursesearch > * {
  margin-top: 20px;
}

.homepage-header__quicklinks-toggle {
  display: none;
  cursor: pointer;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .other-coursesearch {
    display: flex !important;
  }

  .homepage-header__quicklinks {
    display: none;
  }
  .homepage-header__quicklinks .field__item {
    display: block;
  }

  .homepage-header__quicklinks-toggle {
    display: block;
  }
}
.homepage-caroursel__mobile-image {
  display: none !important;
}

@media (max-width: 768px) {
  .homepage-caroursel__desktop-image {
    display: none !important;
  }

  .homepage-caroursel__mobile-image {
    display: block !important;
  }
}

/*# sourceMappingURL=homepage-header.css.map */
