@font-face {
  font-family: Becket;
  src: url("/fonts/A2Beckett-MediumWEB.woff");
}

label {
  padding-left: 10px;
}

select {
  background: #ddd url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px !important;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* alignments ----------------------*/

.align-bottom {
  position: absolute;
  bottom: 0;
}

.offset-bottom {
  position: absolute;
  bottom: -20px;
}

.move-up {
  margin-top: -20px;
}

@media (max-width: 768px) {
  .move-up {
    margin-top: 10px;
  }
}

.move-up-big {
  margin-top: -50px;
}

.vertical-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-middle {
  align-self: center;
}

.aligned-row {
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 768px) {
  .aligned-row {
    display: block;
  }
}

.aligned-row::before {
  display: block;
}

.flex-bottom-sm {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .flex-bottom-sm {
    display: block;
  }
}

.flex-bottom {
  display: flex;
  align-items: flex-end;
}

.fix-search {
  position: fixed;
}

@media (max-width: 991px) {
  .fix-search {
    position: static;
  }
}

/* my styles -----------------------------*/

.logo {
  font-family: "AvenirLTStd-Heavy";
  font-size: 16px;
  line-height: 18px;
  color: white !important;
}

.fixed-footer {
  position: fixed;
  height: 70px;
  padding-top: 20px;
  bottom: 0;
  width: 100%;
}

footer {
  background: black;
  color: white;
  padding: 20px 0;
}

.modal-header {
  padding-bottom: 0;
  border-bottom: none;
}

.modal-body {
  padding-top: 0;
}

.careers-advice-team td {
  padding: 15px;
}

.subject-results h1 {
  color: #163458;
  margin-top: 0;
  padding-top: 0;
}

.subject-results h1 span {
  color: #e94828;
  font-size: 1.5em;
  line-height: 1em;
}

.subject-results .subject-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media (max-width: 768px) {
  .subject-results .subject-list {
    display: block;
  }

  .subject-results .subject-list li {
    margin-bottom: 10px;
  }
}

.subject-results .subject-list li a {
  background: #163458;
  height: 100%;
  padding: 10px;
  display: block;
  border: 1px solid #163458;
  text-align: center;
}

.subject-results .subject-list li a img {
  margin: auto;
}

.subject-results .subject-list li a h2 {
  color: white;
  font-size: 1.5em;
}

@media (max-width: 768px) {
  .subject-results .subject-list li a h2 {
    font-size: 2.5em;
  }
}

.emergency {
  position: fixed;
  z-index: 2000;
  background: white;
  bottom: 0;
  padding: 0 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 500px;
  box-shadow: 2px -2px 10px 0px rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
  .emergency {
    width: 95%;
  }
}

.emergency a {
  text-decoration: none;
}

.emergency div {
  display: inline-block;
  color: #163458;
}

.emergency div.big {
  font-size: 5em;
  padding: 0 20px;
  font-family: "Becket", sans-serif;
  margin: 0;
}

@media (max-width: 768px) {
  .emergency div.big {
    font-size: 4em;
    padding: 0 5px;
  }
}

.emergency div h3 {
  margin: 0;
  font-size: 2em;
}

@media (max-width: 768px) {
  .emergency div h3 {
    font-size: 1.5em;
  }
}

.emergency div h3 span {
  color: #eb6233;
}

.emergency div.em-content {
  display: block;
  max-height: 350px;
  overflow-y: scroll;
}

table.table-striped {
  background: white;
}

table.table-striped th {
  color: white;
  background: #163458;
  text-align: left;
  font-family: "Becket", sans-serif;
  font-size: 2em;
  font-weight: normal;
  text-transform: uppercase;
}

.search-by-careers h2 {
  margin-top: 60px;
}

.search-by-careers .slide-panel {
  height: 300px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .search-by-careers .slide-panel {
    height: 100px;
  }
}

.search-by-careers .slide-panel .pannel {
  background-color: rgba(198, 238, 245, 0.5);
  background-blend-mode: multiply;
  padding: 5px 15px 0 15px;
  margin: 110px 7px 0 3px;
  transition: margin 1s, background-color 1s;
}

.search-by-careers .slide-panel .pannel h3 {
  font-size: 2em;
  margin-bottom: 20px;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
}

.search-by-careers .slide-panel .pannel .salary {
  font-size: 2.6em;
  font-family: "Becket", sans-serif;
  display: block;
  line-height: 1.1em;
}

.search-by-careers .slide-panel .pannel:hover {
  margin-top: 50px;
  background-color: rgb(198, 238, 245);
}

.guides ul.guide-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .guides ul.guide-list {
    grid-template-columns: 1fr 1fr;
  }

  .guides ul.guide-list li {
    margin-bottom: 10px;
  }
}

.guides ul.guide-list li a {
  height: 100%;
  padding: 0;
  display: block;
  text-align: center;
}

.guides ul.guide-list li a img {
  margin: auto;
}

.guides ul.guide-list li a div {
  margin: 10px;
  color: black;
  font-size: 1em;
  background-color: #EFEFEF;
  padding: 5px 15px;
  border-radius: 20px;
}

.guides ul.guide-list li a:hover {
  text-decoration: none;
}

.guides ul.guide-list li a:hover img {
  opacity: 0.5;
}

.guides ul.guide-list li a:hover div {
  color: #eb6233;
}

@media (max-width: 768px) {
  .guides ul.guide-list li {
    margin-bottom: 10px;
  }
}

/* layout Styles ----------------*/

.home .intro-slide {
  background-image: url("/images/slide_bg.jpg");
  background-size: cover;
  background-position: center center;
  height: 340px;
}

.home .intro-slide h1 {
  line-height: 0.9;
}

.home .intro-slide .rounded-t {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.home .intro-slide .intro-top {
  height: 192px;
}

.home .intro-slide .intro-top a {
  height: 80px;
  display: block;
  color: #163458;
  padding: 20px 0;
  font-weight: bold;
}

.home .intro-slide .intro-top a img,
.home .intro-slide .intro-top a div {
  display: block;
  max-height: 40px;
}

@media (max-width: 1200px) {
  .home .intro-slide .intro-top a img,
  .home .intro-slide .intro-top a div {
    font-size: 1.15em;
  }
}

@media (max-width: 992px) {
  .home .intro-slide .intro-top a img,
  .home .intro-slide .intro-top a div {
    padding-top: 10px;
  }
}

.home .intro-slide .intro-top a:after {
  content: "\F0DA";
  font-family: "FontAwesome";
  position: absolute;
  top: 40%;
  right: 20px;
}

.home .intro-slide .intro-top a:hover img {
  filter: brightness(50%);
}

.home .intro-slide .intro-bottom {
  position: relative;
}

@media (max-width: 768px) {
  .home .intro-slide .intro-bottom {
    margin-top: 220px;
  }
}

.home .intro-slide .intro-bottom div {
  min-height: 120px;
  padding-top: 1px;
}

.home .intro-slide .intro-bottom h1 {
  text-transform: uppercase;
  font-family: "Becket", sans-serif;
  font-size: 4.8em;
  line-height: 0.8em;
  font-weight: normal !important;
}

@media (max-width: 768px) {
  .home .intro-slide .intro-bottom h1 {
    font-size: 3em;
    letter-spacing: 0px !important;
    font-weight: normal !important;
  }
}

.home .intro-slide .intro-bottom a {
  color: #163458;
  font-weight: bold;
  padding: 5px;
}

.home .intro-slide .intro-bottom a:hover {
  text-decoration: none;
  color: #3EBBD0;
}

.home .external-site .sixth-form {
  background-image: url("/images/sixth_form_slide.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home .external-site .apprenticeships {
  background-image: url("/images/apprenticeship_slide.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home .external-site a {
  margin-top: 135px;
}

.home .new-external-site .sixth-form {
  background-image: url("/images/homepage/HP_Sixth_Form.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .home .new-external-site .sixth-form {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.home .new-external-site .sixth-form a {
  margin-top: 135px;
}

.home .new-external-site .apprenticeships {
  background-image: url("/images/homepage/HP_App.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .home .new-external-site .apprenticeships {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.home .new-external-site .apprenticeships a {
  margin-top: 135px;
}

.home .new-external-site .uc_sheffield {
  background-image: url("/images/homepage/HP_UC_Sheffield.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .home .new-external-site .uc_sheffield {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.home .new-external-site .uc_sheffield a {
  margin-top: 135px;
}

.home .new-external-site .online_learning {
  background-image: url("/images/homepage/HP_Bloom.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .home .new-external-site .online_learning {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.home .new-external-site .online_learning a {
  margin-top: 135px;
}

.home .new-external-site .adults {
  background-image: url("/images/homepage/HP_Adults.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .home .new-external-site .adults {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.home .new-external-site .adults a {
  margin-top: 135px;
}

.home .new-external-site .t-levels {
  background-image: url("/images/homepage/HP_T_Levels.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .home .new-external-site .t-levels {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.home .new-external-site a {
  margin-top: 135px;
}

.home .search-by-interest {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .home .search-by-interest {
    padding-top: 20px;
  }

  .home .search-by-interest ul {
    margin-bottom: 40px;
  }
}

.home .testimonial {
  height: 500px;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .home .testimonial {
    height: auto;
    padding-bottom: 40px;
  }
}

.home .slides {
  padding-top: 100px;
  padding-bottom: 40px;
}

.home .slides .carousel-indicators {
  bottom: -40px;
}

.home .slides .carousel-control.left {
  left: -100px;
  background-image: none;
}

@media (max-width: 768px) {
  .home .slides .carousel-control.left {
    left: 0;
  }
}

.home .slides .carousel-control.right {
  right: -100px;
  background-image: none;
}

@media (max-width: 768px) {
  .home .slides .carousel-control.right {
    right: 0;
  }
}

.home .slides .image-box {
  overflow: hidden;
}

.home .slides .text-box {
  padding: 0px 40px 20px 40px;
}

.home .slides .text-box h3 {
  font-family: "Becket", sans-serif;
  margin-top: 25px !important;
}

.home .slides .text-box a {
  font-weight: bold;
  display: block;
}

.home .slides .text-box a:after {
  float: right;
  content: "\F0DA";
  font-family: "FontAwesome";
}

.home .slides .text-box a:hover {
  text-decoration: none;
  background-color: white;
  color: #163458;
}

.home .search-by-careers h2 {
  margin-top: 60px;
}

.home .search-by-careers .slide-panel {
  height: 300px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .home .search-by-careers .slide-panel {
    height: 100px;
  }
}

.home .search-by-careers .slide-panel .pannel {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: multiply;
  padding: 5px 15px 0 15px;
  margin: 150px 7px 0 3px;
  transition: margin 1s, background-color 1s;
}

.home .search-by-careers .slide-panel .pannel h3 {
  font-size: 2em;
  margin-bottom: 20px;
  min-height: 85px;
  max-height: 85px;
  overflow: hidden;
}

.home .search-by-careers .slide-panel .pannel .salary {
  font-size: 2.6em;
  font-family: "Becket", sans-serif;
}

.home .search-by-careers .slide-panel .pannel:hover {
  margin-top: 50px;
  background-color: rgb(255, 255, 255);
}

.home .search-by-level {
  padding-top: 60px;
}

.home .search-by-level .text-row {
  height: 200px;
}

.home .search-by-level img {
  margin-top: -20px;
  position: absolute;
  max-height: 290px;
}

.home .explore {
  background: black;
  padding-top: 60px;
}

.home .explore .image-cell {
  height: 150px;
  background-position: center;
  background-size: cover;
  padding: 100px 10px 0 10px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .home .explore .image-cell {
    height: 330px;
    padding: 280px 10px 10px 10px;
  }
}

.home .explore .open_days {
  background: #163458;
}

.home .explore .open_days .btn-block {
  padding: 10px;
  height: 280px;
}

.home .explore .open_days .btn-block li {
  text-align: centrer;
}

.home .explore .open_days .btn-block a {
  color: white;
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 1em;
  font-family: "Becket", sans-serif;
}

.home .explore .open_days .btn-block a:hover {
  color: #eb6233;
  text-decoration: none;
}

.home .explore .open_days .btn-block a .small {
  font-size: 0.6em;
  line-height: 1em;
  margin-bottom: 5px;
  margin-top: -5px;
}

.home .explore .big-image-cell {
  height: 330px;
  background-position: center;
  background-size: cover;
  padding: 280px 10px 0 10px;
}

@media (max-width: 768px) {
  .home .explore .big-image-cell {
    padding: 280px 10px 10px 10px;
  }
}

.home .explore a {
  width: 100%;
}

.home .explore a:after {
  right: 35px;
}

.courses .search-form {
  padding-top: 30px;
  padding-bottom: 40px;
  background-position: 0 200%;
}

.courses .search-form h1 {
  font-size: 4em;
  margin-top: 0;
}

.courses .search-form .form {
  padding: 30px 30px 0 30px;
}

.courses .search-form .form label {
  color: #163458;
}

.courses .search-by-interests {
  padding-top: 60px;
  background: white;
}

.courses .search-by-interests h2 {
  font-size: 3.5em;
  margin-top: 0;
}

.courses .left-quote {
  height: 300px;
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
}

.courses .left-quote .text-box {
  position: absolute;
  bottom: -10%;
  padding: 30px;
  width: 458px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .courses .left-quote .text-box {
    left: 40%;
    top: 55%;
  }
}

@media (max-width: 768px) {
  .courses .left-quote .text-box {
    position: relative;
    width: auto;
    left: 0;
  }
}

.courses .left-quote h3 {
  font-size: 2em;
}

.courses .testimonial {
  height: 500px;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .courses .testimonial {
    height: auto;
    padding-bottom: 40px;
  }
}

.courses .search-by-curriculum {
  padding-top: 60px;
}

@media (max-width: 768px) {
  .courses .search-by-curriculum {
    height: auto;
    padding-bottom: 40px;
  }
}

.courses .search-by-curriculum .quote {
  position: absolute;
  left: 65%;
  top: 45%;
  padding: 30px;
  width: 458px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .courses .search-by-curriculum .quote {
    left: 40%;
    top: 55%;
  }
}

@media (max-width: 768px) {
  .courses .search-by-curriculum .quote {
    position: relative;
    width: auto;
    left: 0;
  }
}

.courses .search-by-curriculum .quote h3 {
  font-family: "Becket", sans-serif;
  text-transform: uppercase;
  font-size: 2em;
}

.courses .search-by-levels h2 {
  margin-top: 60px;
}

.courses .search-by-levels .slide-panel {
  height: 300px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .courses .search-by-levels .slide-panel {
    height: 100px;
  }
}

.courses .search-by-levels .slide-panel .pannel {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: multiply;
  padding: 5px 15px 0 15px;
  margin: 150px 7px 0 3px;
  transition: margin 1s, background-color 1s;
}

.courses .search-by-levels .slide-panel .pannel h3 {
  font-size: 2em;
  margin-bottom: 20px;
  min-height: 85px;
  max-height: 85px;
}

.courses .search-by-levels .slide-panel .pannel .salary {
  font-size: 2.6em;
  font-family: "Becket", sans-serif;
}

.courses .search-by-levels .slide-panel .pannel:hover {
  margin-top: 50px;
  background-color: rgb(255, 255, 255);
}

.subject-areas .breadcrumb {
  padding: 18px 0 0 0;
  background: none;
}

.subject-areas .title h1 {
  font-size: 5em;
}

.subject-areas .title-img .image-offset {
  position: absolute;
  bottom: 150px;
  right: 0;
  padding: 0;
}

.subject-areas .title-img .tinted img {
  mix-blend-mode: luminosity;
  opacity: 0.5;
}

.subject-areas .animal-care .intro-text,
.subject-areas .automotive .intro-text,
.subject-areas .aviation-tourism-and-events .intro-text,
.subject-areas .business .intro-text,
.subject-areas .engineering .intro-text,
.subject-areas .inclusion .intro-text,
.subject-areas .science-dental-and-pharmacy .intro-text,
.subject-areas .taxi-driving .intro-text {
  color: black !important;
}

.subject-areas .animal-care .job-intro,
.subject-areas .automotive .job-intro,
.subject-areas .aviation-tourism-and-events .job-intro,
.subject-areas .business .job-intro,
.subject-areas .engineering .job-intro,
.subject-areas .inclusion .job-intro,
.subject-areas .science-dental-and-pharmacy .job-intro,
.subject-areas .taxi-driving .job-intro {
  color: black !important;
}

.subject-areas .animal-care .slide-panel,
.subject-areas .automotive .slide-panel,
.subject-areas .aviation-tourism-and-events .slide-panel,
.subject-areas .business .slide-panel,
.subject-areas .engineering .slide-panel,
.subject-areas .inclusion .slide-panel,
.subject-areas .science-dental-and-pharmacy .slide-panel,
.subject-areas .taxi-driving .slide-panel {
  color: black !important;
}

.subject-areas .animal-care .slide-panel .pannel span,
.subject-areas .automotive .slide-panel .pannel span,
.subject-areas .aviation-tourism-and-events .slide-panel .pannel span,
.subject-areas .business .slide-panel .pannel span,
.subject-areas .engineering .slide-panel .pannel span,
.subject-areas .inclusion .slide-panel .pannel span,
.subject-areas .science-dental-and-pharmacy .slide-panel .pannel span,
.subject-areas .taxi-driving .slide-panel .pannel span {
  color: black !important;
}

.subject-areas .intro .intro-text > p:first-of-type {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.subject-areas .intro .row:first-child {
  padding-bottom: 60px;
}

.subject-areas .quote-and-more {
  position: relative;
  background: #262626 url("/images/textures/big_diamonds.png") no-repeat;
  background-size: 100%;
  padding-top: 60px;
  marign-bottom: 60px;
}

.subject-areas .quote-and-more .quote {
  margin-top: 120px;
  margin-left: -60px;
  margin-bottom: -30px;
  padding: 40px;
}

@media (max-width: 768px) {
  .subject-areas .quote-and-more .quote {
    margin: 0 15px;
  }
}

.subject-areas .quote-and-more .quote h3 {
  font-size: 3.5em;
  line-height: 1em;
}

.subject-areas .quote-and-more .more-text {
  font-weight: bold;
  margin-top: 20px;
}

.subject-areas .careers {
  padding-top: 70px;
}

.subject-areas .careers h2 {
  margin-top: 60px;
}

.subject-areas .careers a.btn {
  color: #163458;
}

.subject-areas .careers .slide-panel {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .subject-areas .careers .slide-panel {
    margin-top: 10px;
  }
}

.subject-areas .careers .slide-panel .pannel {
  padding: 15px;
  margin: 0 5px;
  border: white solid 1px;
}

@media (max-width: 768px) {
  .subject-areas .careers .slide-panel .pannel {
    margin: 15px;
  }
}

.subject-areas .careers .slide-panel .pannel h3 {
  margin-bottom: 27px;
  font-size: 2em;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .subject-areas .careers .slide-panel .pannel h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.subject-areas .careers .slide-panel .pannel span {
  color: white;
}

.subject-areas .careers .slide-panel .pannel .salary {
  font-size: 2.6em;
  font-family: "Becket", sans-serif;
}

.subject-areas .main-text {
  background-color: #1d1d1b;
  padding-top: 60px;
  padding-bottom: 60px;
}

.subject-areas .courses {
  padding-top: 40px;
}

.subject-areas .courses img {
  max-height: 80px;
}

.subject-areas .courses .slide-panel {
  height: 300px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .subject-areas .courses .slide-panel {
    height: 100px;
  }
}

.subject-areas .courses .slide-panel .pannel {
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: multiply;
  padding: 5px 15px 0 15px;
  margin: 80px 7px 0 3px;
  transition: margin 1s, background-color 1s;
}

.subject-areas .courses .slide-panel .pannel h3 {
  margin-bottom: 27px;
  font-size: 2em;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
}

.subject-areas .courses .slide-panel .pannel .salary {
  font-size: 2.6em;
  font-family: "Becket", sans-serif;
}

.subject-areas .courses .slide-panel .pannel:hover {
  margin-top: 50px;
  background-color: rgb(255, 255, 255);
}

.subject-areas .explore {
  padding-top: 60px;
}

.subject-areas .video {
  padding: 35px 40px;
}

.subject-areas .video .embed-responsive {
  height: 500px;
}

.subject-areas ul.subject-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media (max-width: 992px) {
  .subject-areas ul.subject-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .subject-areas ul.subject-list {
    display: block;
  }

  .subject-areas ul.subject-list li {
    margin-bottom: 10px;
  }
}

.subject-areas ul.subject-list a {
  background: #163458;
  height: 100%;
  padding: 10px;
  display: block;
}

.subject-areas ul.subject-list a h2 {
  color: white;
  font-size: 2em;
}

@media (max-width: 768px) {
  .subject-areas ul.subject-list a h2 {
    font-size: 2.5em;
  }
}

.subject-areas ul.subject-list a h2 span {
  color: #eb6233;
}

.subject-areas ul.subject-list a:hover {
  text-decoration: none;
}

.subject-areas ul.subject-list a:hover img {
  opacity: 0.5;
}

.subject-areas ul.subject-list a:hover h2 {
  color: #eb6233;
}

.subject-areas ul.subject-list a:hover h2 span {
  color: white;
}

.interests ul.interest-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media (max-width: 992px) {
  .interests ul.interest-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .interests ul.interest-list {
    display: block;
  }

  .interests ul.interest-list li {
    margin-bottom: 10px;
  }
}

.interests ul.interest-list li a {
  background: #163458;
  height: 100%;
  padding: 10px;
  display: block;
  border: 1px solid #163458;
  text-align: center;
}

.interests ul.interest-list li a img {
  margin: auto;
}

.interests ul.interest-list li a h2 {
  color: white;
  font-size: 1.5em;
}

@media (max-width: 768px) {
  .interests ul.interest-list li a h2 {
    font-size: 2.5em;
  }
}

.interests ul.interest-list li a h2 span {
  color: #eb6233;
}

.interests ul.interest-list li a:hover {
  text-decoration: none;
}

.interests ul.interest-list li a:hover img {
  opacity: 0.5;
}

.interests ul.interest-list li a:hover h2 {
  color: #eb6233;
}

.interests ul.interest-list li a:hover h2 span {
  color: white;
}

.interests ul.interest-list li a.selected {
  background: #3EBBD0;
  border: 1px solid white;
}

.interests ul.interest-list li a.selected h2 {
  color: #eb6233;
}

@media (max-width: 768px) {
  .interests ul.interest-list li {
    margin-bottom: 10px;
  }
}

.interests .testimonial {
  padding-top: 40px;
  padding-bottom: 40px;
}

.interests .intro h2 {
  padding-top: 60px;
}

.careers ul.interest-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media (max-width: 768px) {
  .careers ul.interest-list {
    display: block;
  }

  .careers ul.interest-list li {
    margin-bottom: 10px;
  }
}

.careers ul.interest-list li a {
  background: #504193;
  height: 100%;
  padding: 10px;
  display: block;
  border: 1px solid #163458;
  color: white;
}

.careers ul.interest-list li a img {
  margin: auto;
}

.careers ul.interest-list li a h2 {
  color: white;
  font-size: 1.8em;
}

@media (max-width: 768px) {
  .careers ul.interest-list li a h2 {
    font-size: 2.5em;
  }
}

.careers ul.interest-list li a h2 div {
  color: #EE94BE;
}

.careers ul.interest-list li a:hover {
  text-decoration: none;
  background: rgb(101.2075471698, 83.7311320755, 179.2688679245);
}

.careers ul.interest-list li a:hover img {
  opacity: 0.5;
}

.careers ul.interest-list li a:hover h2 {
  color: #EE94BE;
}

.careers ul.interest-list li a:hover h2 span {
  color: white;
}

.careers ul.interest-list li a.selected {
  background: #3EBBD0;
  border: 1px solid white;
}

.careers ul.interest-list li a.selected h2 {
  color: #eb6233;
}

@media (max-width: 768px) {
  .careers ul.interest-list li {
    margin-bottom: 10px;
  }
}

.careers .testimonial {
  padding-top: 40px;
  padding-bottom: 40px;
}

.careers ul.pathway-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}

.careers ul.pathway-list a {
  color: #163458;
  font-weight: bold;
}

@media (max-width: 768px) {
  .careers ul.pathway-list li {
    margin-bottom: 5px;
  }
}

.careers ul.path {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media (max-width: 768px) {
  .careers ul.path {
    display: block;
  }

  .careers ul.path li {
    margin-bottom: 10px;
  }
}

.careers ul.path li a {
  background: #163458;
  height: 100%;
  padding: 10px;
  display: block;
  border: 1px solid #163458;
  text-align: center;
}

.careers ul.path li a img {
  margin: auto;
}

.careers ul.path li a h2 {
  color: white;
  font-size: 1.5em;
}

@media (max-width: 768px) {
  .careers ul.path li a h2 {
    font-size: 2.5em;
  }
}

.careers ul.path li a h2 span {
  color: #eb6233;
}

.careers ul.path li a:hover {
  text-decoration: none;
}

.careers ul.path li a:hover img {
  opacity: 0.5;
}

.careers ul.path li a:hover h2 {
  color: #eb6233;
}

.careers ul.path li a:hover h2 span {
  color: white;
}

.careers ul.path li a.selected {
  background: #3EBBD0;
  border: 1px solid white;
}

.careers ul.path li a.selected h2 {
  color: #eb6233;
}

@media (max-width: 768px) {
  .careers ul.path li {
    margin-bottom: 10px;
  }
}

.careers .pathways {
  padding-top: 130px !important;
}

@media (max-width: 768px) {
  .careers .pathways {
    padding-top: 0;
  }
}

.standard-page .intro {
  padding-top: 30px;
  background-position-y: 180px;
}

.standard-page .sub-list {
  padding-top: 60px;
  padding-bottom: 30px;
}

.standard-page .testimonial {
  padding-top: 30px;
  padding-bottom: 30px;
}

.standard-page .content2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.standard-page .video {
  padding: 35px 40px;
}

.standard-page .video .embed-responsive {
  height: 500px;
}

.content-page .breadcrumb {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  background: none;
}

.content-page .first-section {
  padding-bottom: 40px;
}

.content-page .sub-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-page .content2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #efefef;
}

.content-page .video {
  padding: 35px 40px;
}

.content-page .video .embed-responsive {
  height: 500px;
}

.international .intro-slide {
  background-image: url("/images/slide_bg.jpg");
  background-size: cover;
  background-position: center center;
  height: 340px;
}

.international .intro-slide .intro-top {
  height: 192px;
}

.international .intro-slide .intro-top a {
  height: 60px;
  display: block;
  color: #163458;
  padding: 10px 0;
  font-weight: bold;
}

.international .intro-slide .intro-top a img,
.international .intro-slide .intro-top a div {
  display: block;
  max-height: 40px;
}

@media (max-width: 1200px) {
  .international .intro-slide .intro-top a img,
  .international .intro-slide .intro-top a div {
    font-size: 1.15em;
  }
}

@media (max-width: 992px) {
  .international .intro-slide .intro-top a img,
  .international .intro-slide .intro-top a div {
    padding-top: 10px;
  }
}

.international .intro-slide .intro-top a:after {
  content: "\F0DA";
  font-family: "FontAwesome";
  position: absolute;
  top: 40%;
  right: 20px;
}

.international .intro-slide .intro-bottom {
  position: relative;
}

@media (max-width: 768px) {
  .international .intro-slide .intro-bottom {
    margin-top: 220px;
  }
}

.international .intro-slide .intro-bottom div {
  min-height: 120px;
  padding-top: 1px;
}

.international .intro-slide .intro-bottom h1 {
  text-transform: uppercase;
  font-family: "Becket", sans-serif;
  font-weight: bold;
  font-size: 4.8em;
  line-height: 0.8em;
}

@media (max-width: 768px) {
  .international .intro-slide .intro-bottom h1 {
    font-size: 2.29em;
  }
}

.international .intro-slide .intro-bottom a {
  color: #163458;
  font-weight: bold;
  padding: 5px;
}

.international .intro-slide .intro-bottom a:hover {
  text-decoration: none;
}

.international .intro {
  margin-top: 0;
}

.the-silver-plate .first-section {
  font-size: 1.5em;
}

.the-silver-plate .first-section img.sp-logo {
  width: 50%;
}

.the-silver-plate .btn-big {
  margin-top: 40px;
  background: #333333;
  text-align: right;
  font-family: "Becket", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  color: white;
  padding-right: 40px;
}

.the-silver-plate .btn-big:after {
  position: absolute;
  right: 30px;
  content: "\F0DA";
  font-family: "FontAwesome";
  color: white;
}

.the-silver-plate .testimonial .row {
  background: #333333;
  margin-left: -100px;
  margin-right: -100px;
  background-image: url("/images/silver-plate-quotebg-01.png");
  height: 531px;
}

@media (max-width: 768px) {
  .the-silver-plate .testimonial .row {
    height: auto;
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.the-silver-plate .testimonial .row .pic-1 {
  position: absolute;
  left: -25px;
  height: 390px;
  top: 60px;
}

@media (max-width: 768px) {
  .the-silver-plate .testimonial .row .pic-1 {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}

.the-silver-plate .testimonial .row .pic-2 {
  position: absolute;
  height: 200px;
  left: 70%;
  top: 60px;
}

.the-silver-plate .testimonial .row .quote {
  position: absolute;
  top: 300px;
  left: 50%;
  height: 231px;
}

.the-silver-plate .testimonial .row .quote h3 {
  color: #CBAAB9;
  font-size: 3.75rem;
}

@media (max-width: 768px) {
  .the-silver-plate .testimonial .row .quote {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
  }
}

.revive .first-section {
  font-size: 1.5em;
}

.revive .first-section img.sp-logo {
  width: 30%;
  margin-top: 20px;
}

.revive .btn-big {
  margin-top: 40px;
  background: #B8BBA2;
  text-align: right;
  font-family: "Becket", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  color: #2A3C2F;
  padding-right: 40px;
}

.revive .btn-big:after {
  position: absolute;
  right: 30px;
  content: "\F0DA";
  font-family: "FontAwesome";
  color: #2A3C2F;
}

.revive .treatments {
  background: #2A3C2F;
  color: white;
}

.revive .testimonial .quote {
  color: white;
  background: #706C60;
}

.revive .testimonial .quote h3 {
  font-size: 3.75rem;
}

.meet-the-team h1,
.meet-the-team h2 {
  margin-top: 0;
}

.meet-the-team .exec-intro,
.meet-the-team .gov-intro,
.meet-the-team .extra-box,
.meet-the-team .get-in-touch {
  padding-top: 60px;
  padding-bottom: 60px;
}

.meet-the-team .exec-intro p,
.meet-the-team .gov-intro p {
  font-size: 1.7rem;
}

.meet-the-team .exec-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

@media (max-width: 768px) {
  .meet-the-team .exec-list ul {
    display: block;
  }

  .meet-the-team .exec-list ul li {
    margin-bottom: 10px;
  }
}

.meet-the-team .gov-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

@media (max-width: 768px) {
  .meet-the-team .gov-list ul {
    display: block;
  }

  .meet-the-team .gov-list ul li {
    margin-bottom: 10px;
  }
}

.meet-the-team .get-in-touch a {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 2.5em;
  font-family: "Becket", sans-serif;
  color: #163458;
}

.meet-the-team .get-in-touch a:after {
  position: absolute;
  right: 30px;
  content: "\F0DA";
  font-family: "FontAwesome";
}

.meet-the-team .get-in-touch a:hover {
  text-decoration: none;
  color: white;
}

.open-days .first-section {
  color: white;
  height: 380px;
  background-position-y: 250px;
}

.open-days .first-section h1 {
  margin-top: 0;
}

.open-days .image {
  background-size: 100%;
}

.open-days .day-list {
  margin-bottom: 40px;
}

.open-days .day-list li {
  margin-bottom: 10px;
  padding: 0 20px;
  color: white;
}

.open-days .day-list li .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.open-days .day-list li .row div:last-child {
  align-self: flex-end;
}

.open-days .extra-text {
  padding-top: 60px;
  padding-bottom: 60px;
}

.open-days .extra-text h2 {
  margin-top: 0;
}

.open-days .taster-box {
  padding-bottom: 20px;
}

.news .title-section {
  height: 200px;
  background-position-y: 100px !important;
}

.news .title-section .next {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #504193;
}

.news .title-section .next:after {
  margin-left: 5px;
  content: "\F0DA";
  font-family: "FontAwesome";
  display: inline-block;
}

.news h3,
.news h2 {
  font-size: 3.5em;
}

.news .links {
  padding-top: 20px;
}

.news .links .pagination {
  float: right;
}

.news .latest {
  padding-bottom: 20px;
}

.news .latest .sub {
  text-decoration: underline;
}

.news .latest a.more {
  color: white;
  text-decoration: underline;
}

.news .latest a.more:after {
  margin-left: 5px;
  content: "\F0DA";
  font-family: "FontAwesome";
  color: white;
  display: inline-block;
}

.news .news-items h4 {
  font-size: 2em;
}

.news .news-items .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  list-style: none;
  padding-left: 0;
}

@media (max-width: 768px) {
  .news .news-items .grid {
    grid-template-columns: 1fr;
  }
}

.news .news-items .item {
  margin-bottom: 15px;
}

.news .news-items .item a.more {
  text-decoration: underline;
}

.news .news-items .item a.more:after {
  margin-left: 5px;
  content: "\F0DA";
  font-family: "FontAwesome";
  color: white;
  display: inline-block;
}

.news .news-details {
  padding-top: 20px;
}

.news .news-details h2 {
  font-size: 3.5em;
}

.news .news-details .big-image {
  max-width: 45%;
  margin-top: -50px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .news .news-details .big-image {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

.news .other-news {
  min-height: 400px;
  background-position-y: 100%;
}

.news .other-news a.all {
  text-decoration: none;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news .other-news a.all:after {
  margin-left: 5px;
  content: "\F0DA";
  font-family: "FontAwesome";
  color: white;
  display: inline-block;
}

.news .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  list-style: none;
  padding-left: 0;
}

.news .grid h4 {
  font-size: 2.5em;
}

@media (max-width: 768px) {
  .news .grid {
    grid-template-columns: 1fr;
  }
}

.levels-of-study .title-section h1 {
  color: #eb6233;
}

.levels-of-study .intro {
  padding-top: 10px;
  padding-bottom: 180px;
}

.levels-of-study .levels-list {
  background-size: auto;
}

.levels-of-study .levels-list ul {
  margin-top: -40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  list-style: none;
  padding-left: 0;
}

.levels-of-study .levels-list ul li {
  padding: 20px 20px 0 20px;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 20px;
  z-index: 1;
}

.levels-of-study .levels-list ul li.image-insert {
  margin: -40px 0 20px -60px;
  padding: 0;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
}

.levels-of-study .levels-list ul li a.btn {
  margin-top: 20px;
  height: 50px;
  font-family: "Becket", sans-serif;
  text-transform: uppercase;
  color: white;
  text-align: left;
  font-size: 28px;
  background-image: url("/images/button_blue_texture.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-color: #163458;
  border-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .levels-of-study .levels-list ul li a.btn {
    font-size: 23px;
  }
}

.levels-of-study .levels-list ul li a.btn:after {
  margin-left: 10px;
  content: "\F0DA";
  font-family: "FontAwesome";
  color: white;
  display: inline-block;
}

@media (max-width: 768px) {
  .levels-of-study .levels-list ul {
    grid-template-columns: 1fr;
  }
}

.pathway .white-diamond-bottom {
  background-position-y: 100px !important;
}

.pathway .first-section {
  height: 300px;
}

.pathway .first-section .breadcrumb {
  background: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.pathway .first-section h1 {
  font-size: 4.5em;
}

.pathway .intro {
  padding-bottom: 40px;
}

.pathway .intro h2 {
  font-size: 3em;
}

.pathway ul.careers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media (max-width: 768px) {
  .pathway ul.careers {
    display: block;
  }

  .pathway ul.careers li {
    margin-bottom: 10px;
  }
}

.pathway ul.careers li {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 20px;
  background: white;
  color: #163458;
}

.pathway ul.careers li.double {
  grid-row: auto/span 2 !important;
}

.pathway ul.careers li:nth-child(2n) {
  background: #FFCF00;
}

.pathway ul.careers li:nth-child(2n) h3 {
  color: white;
}

.pathway ul.careers li:nth-child(3n) {
  background: #3EBBD0;
}

.pathway ul.careers li:nth-child(3n) h2 {
  color: white;
}

.pathway ul.careers li:nth-child(3n) h3 {
  color: #163458;
}

.pathway ul.careers li:nth-child(4n) {
  background: #CBCBCB;
}

.pathway ul.careers li:nth-child(4n) h2 {
  color: white;
}

.pathway ul.careers li:nth-child(4n) h3 {
  color: #163458;
}

.pathway ul.careers li h2 {
  font-size: 1.5em;
}

.pathway ul.careers li h3 {
  color: #3EBBD0;
  font-size: 6em;
  line-height: 0.8em;
  margin-bottom: 0;
}

.pathway ul.careers li a.btn {
  align-self: flex-end;
  margin-top: 20px;
  height: 50px;
  font-family: "Becket", sans-serif;
  text-transform: uppercase;
  color: white;
  text-align: left;
  font-size: 28px;
  background-image: url("/images/button_blue_texture.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-color: #163458;
  border-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pathway ul.careers li a.btn {
    font-size: 23px;
  }
}

.pathway ul.careers li a.btn:after {
  margin-left: 10px;
  content: "\F0DA";
  font-family: "FontAwesome";
  color: white;
  display: inline-block;
}

.pathway .modal-title {
  color: #2F8B9B;
}

.pathway .modal-body {
  padding-bottom: 60px;
}

.pathway .modal-body h4 {
  color: black;
  text-transform: capitalize;
}

.pathway .modal-body ul.tasks {
  height: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}

.pathway .modal-body a.show-more {
  margin: 20px;
  color: #163458;
  font-weight: bold;
}

.pathway .modal-body ul.numbers {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media (max-width: 768px) {
  .pathway .modal-body ul.numbers {
    display: block;
  }

  .pathway .modal-body ul.numbers li {
    margin-bottom: 10px;
  }
}

.pathway .modal-body ul.numbers li {
  padding: 10px;
}

.pathway .modal-body ul.numbers li:nth-child(1) {
  background: #3EBBD0;
  color: white;
}

.pathway .modal-body ul.numbers li:nth-child(3) {
  background: white;
  border: solid 1px #3EBBD0;
}

.pathway .modal-body ul.numbers li.double {
  grid-row: auto/span 2 !important;
  background: #163458;
  color: white;
  text-align: center;
}

.pathway .modal-body ul.numbers li.double div {
  height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pathway .modal-body ul.numbers li h3 {
  font-size: 6em;
  line-height: 0.8em;
}

.pathway .modal-body .courses h4 {
  color: white;
}

.pathway .modal-body .courses ul.course-list {
  padding: 0;
  list-style: none;
}

.pathway .modal-body .courses ul.course-list li {
  background-color: #CBCBCB;
  margin: 10px 0;
  width: 100%;
  font-weight: bold;
}

.pathway .modal-body .courses ul.course-list li a {
  width: 100%;
  display: block;
  padding: 10px;
  color: #163458;
}

.pathway .modal-body .courses ul.course-list li a:hover {
  text-decoration: none;
  color: white;
}

.open-day-subject .title-box {
  margin-top: 90px;
  margin-bottom: -30px;
  border-radius: 15px;
}

.open-day-subject .title-box a {
  color: #2E308B;
  font-weight: bold;
  font-size: 0.8em;
}

.open-day-subject .title-box a:before {
  content: "<";
  margin-right: 5px;
}

.open-day-subject .title-box a:hover {
  text-decoration: none;
}

.open-day-subject .title-box h1 {
  color: #2E308B;
  margin-top: 5px;
  font-size: 2.8em;
}

.open-day-subject .title-box h1 span {
  color: #FFCF00;
  display: block;
}

.open-day-subject .intro {
  padding-top: 60px;
}

.open-day-subject .intro .link {
  border-bottom: 1px solid white;
  display: inline-block;
}

.open-day-subject .intro .link a.course-link {
  color: white;
}

.open-day-subject .intro .link a.course-link span {
  color: #FFCF00;
}

.open-day-subject .intro .link a.course-link:hover {
  text-decoration: none;
}

.open-day-subject .intro .title-img {
  margin-top: 30px;
}

.open-day-subject .intro .title-img .image-offset {
  margin-left: -60px;
  margin-top: 30px;
  padding: 0;
}

.open-day-subject .intro .title-img .tinted img {
  mix-blend-mode: luminosity;
  opacity: 0.5;
}

.open-day-subject .boxes {
  padding-top: 60px;
  padding-bottom: 60px;
}

.open-day-subject .boxes h3 {
  font-size: 2em;
  margin-top: 0;
  text-transform: uppercase;
}

.open-day-subject .testimonial {
  padding-top: 30px;
  padding-bottom: 90px;
  min-height: 350px;
}

.open-day-subject .testimonial .quote {
  left: 85%;
  top: 25%;
  width: 650px;
}

@media (max-width: 992px) {
  .open-day-subject .testimonial .quote {
    left: 0;
    width: 100%;
    position: relative;
  }
}

.open-day-subject .tutor {
  padding-top: 30px;
  padding-bottom: 90px;
  min-height: 350px;
}

.open-day-subject .tutor .quote {
  padding: 30px;
  font-weight: bold;
  position: absolute;
  width: 620px;
  top: 30px;
  z-index: 2;
}

@media (max-width: 992px) {
  .open-day-subject .tutor .quote {
    left: 0;
    width: 100%;
    position: relative;
  }
}

.open-day-subject .info {
  padding-top: 30px;
}

.open-day-subject .info ul {
  border: none;
  margin-bottom: 30px;
}

.open-day-subject .info .nav-tabs > li.active > a,
.open-day-subject .info .nav-tabs > li.active > a:focus,
.open-day-subject .info .nav-tabs > li.active > a:hover {
  color: #163458 !important;
}

.open-day-subject .info .nav-tabs {
  border: none;
}

.open-day-subject .info .nav-tabs li {
  padding: 0;
  margin: 0;
  border: none;
}

.open-day-subject .info .nav-tabs li .active a {
  color: #163458 !important;
}

.open-day-subject .info .nav-tabs li a {
  color: white;
  border-radius: 0;
  border-bottom: 1px solid white;
}

.open-day-subject .info .nav-tabs li a:hover {
  color: #163458;
  background-color: white;
}

.open-day-subject .info .tab-pane {
  margin-bottom: 30px;
  min-height: 430px;
}

.open-day-subject .video {
  padding: 35px 40px;
}

.open-day-subject .video .embed-responsive {
  height: 500px;
}

.open-day-subject .fixed-header {
  z-index: 5;
}

.open-day-subject .fixed-header a {
  background-color: #FFCF00;
}

.open-day-landing .intro-header {
  height: 350px;
}

.open-day-landing .intro-header .title-box {
  margin-top: 200px;
  padding: 30px 25px 0 25px;
  border-radius: 15px 15px 0 0;
}

.open-day-landing .intro-header .title-box h1 {
  color: #163458;
  margin-top: 5px;
  font-size: 4em;
}

.open-day-landing .intro-header .title-box h1 span {
  color: #FFCF00;
  display: block;
}

.open-day-landing .intro {
  padding-top: 60px;
}

.open-day-landing .intro .link {
  border-bottom: 1px solid white;
  display: inline-block;
}

.open-day-landing .intro .link a.course-link {
  color: white;
}

.open-day-landing .intro .link a.course-link span {
  color: #FFCF00;
}

.open-day-landing .intro .link a.course-link:hover {
  text-decoration: none;
}

.open-day-landing .intro .title-img {
  margin-top: 30px;
}

.open-day-landing .intro .title-img .image-offset {
  margin-left: -60px;
  margin-top: 30px;
  padding: 0;
}

.open-day-landing .intro .title-img .tinted img {
  mix-blend-mode: luminosity;
  opacity: 0.5;
}

.open-day-landing .boxes {
  padding-top: 60px;
  padding-bottom: 60px;
}

.open-day-landing .boxes h3 {
  font-size: 2em;
  margin-top: 0;
  text-transform: uppercase;
}

.open-day-landing .boxes ul.subject-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-right: 50px;
  padding-left: 0;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .open-day-landing .boxes ul.subject-list {
    display: block;
  }

  .open-day-landing .boxes ul.subject-list li {
    margin-bottom: 10px;
  }
}

.open-day-landing .boxes ul.subject-list li a {
  display: block;
  padding: 10px;
  background-color: white;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Heavy";
  text-align: center;
}

.open-day-landing .boxes ul.subject-list li a:hover {
  text-decoration: none;
  background-color: #EFEFEF;
}

@media (max-width: 768px) {
  .open-day-landing .boxes ul.subject-list li {
    margin-bottom: 10px;
  }
}

.open-day-landing .sub-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.open-day-landing .sub-list ul {
  margin-top: 20px;
}

.open-day-landing .video {
  padding: 35px 40px;
}

.open-day-landing .video .embed-responsive {
  height: 500px;
}

.open-day-landing .fixed-header {
  z-index: 5;
  padding-top: 100px;
}

.open-day-landing .fixed-header a {
  background-color: #FFCF00;
}

@media (max-width: 992px) {
  .open-day-landing .fixed-header a {
    margin-top: 60px;
  }
}

.course-guides .guides {
  padding-top: 60px;
  padding-bottom: 60px;
}

.course-guides .guides .row {
  padding-bottom: 15px;
  padding-top: 15px;
}

.eas ul.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .eas ul.grid {
    grid-template-columns: 1fr;
    display: block;
    margin-bottom: 15px;
  }
}

@media (max-width: 1200px) {
  .eas ul.grid {
    grid-template-columns: 1fr 1fr;
  }
}

.eas ul.grid li {
  height: 100%;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px 20px 0 0;
}

.eas ul.grid li div img {
  border-radius: 50%;
  padding: 20px;
}

.eas ul.grid li div p {
  padding: 10px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}

.eas .video {
  padding: 35px 40px;
}

.eas .video .embed-responsive {
  height: 500px;
}

.eas .content2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.eas .links {
  padding-top: 30px;
  padding-bottom: 30px;
}

.academy .title-box {
  margin-top: 80px;
  margin-bottom: -30px;
  border-radius: 15px;
}

.academy .title-box a {
  color: #2E308B;
  font-weight: bold;
  font-size: 0.8em;
}

.academy .title-box a:before {
  content: "<";
  margin-right: 5px;
}

.academy .title-box a:hover {
  text-decoration: none;
}

.academy .title-box h1 {
  color: #2E308B;
  margin-top: 5px;
  font-size: 2.8em;
}

.academy .title-box h1 span {
  color: #FFCF00;
  display: block;
}

.academy .intro {
  padding-top: 40px;
}

.academy .intro p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.academy .boxes {
  padding-top: 60px;
  padding-bottom: 60px;
}

.academy .boxes h3 {
  font-size: 2em;
  margin-top: 0;
  text-transform: uppercase;
}

.academy .news h2 {
  margin-top: 60px;
}

.academy .news .slide-panel {
  height: 300px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .academy .news .slide-panel {
    height: 100px;
  }
}

.academy .news .slide-panel .pannel {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: multiply;
  padding: 5px 15px 0 15px;
  margin: 150px 7px 0 3px;
  transition: margin 1s, background-color 1s;
  color: #163458;
}

.academy .news .slide-panel .pannel h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
  min-height: 85px;
  max-height: 85px;
}

.academy .news .slide-panel .pannel .salary {
  font-size: 2.6em;
  font-family: "Becket", sans-serif;
}

.academy .news .slide-panel .pannel:hover {
  margin-top: 50px;
  background-color: rgb(255, 255, 255);
}

.academy .testimonial {
  padding-top: 60px;
  padding-bottom: 90px;
  min-height: 350px;
  height: auto !important;
}

.academy .testimonial .quote {
  left: 85%;
  top: 25%;
  width: 650px;
}

@media (max-width: 992px) {
  .academy .testimonial .quote {
    left: 0;
    width: 100%;
    position: relative;
  }
}

.academy .tutor {
  padding-top: 30px;
  padding-bottom: 90px;
  min-height: 350px;
}

.academy .tutor .quote {
  padding: 30px;
  font-weight: bold;
  position: absolute;
  width: 620px;
  top: 30px;
  z-index: 2;
}

@media (max-width: 992px) {
  .academy .tutor .quote {
    left: 0;
    width: 100%;
    position: relative;
  }
}

.academy .info {
  padding-top: 30px;
}

.academy .info ul {
  border: none;
  margin-bottom: 30px;
}

.academy .info .nav-tabs > li.active > a,
.academy .info .nav-tabs > li.active > a:focus,
.academy .info .nav-tabs > li.active > a:hover {
  color: #163458 !important;
}

.academy .info .nav-tabs {
  border: none;
}

.academy .info .nav-tabs li {
  padding: 0;
  margin: 0;
  border: none;
}

.academy .info .nav-tabs li .active a {
  color: #163458 !important;
}

.academy .info .nav-tabs li a {
  color: white;
  border-radius: 0;
  border-bottom: 1px solid white;
}

.academy .info .nav-tabs li a:hover {
  color: #163458;
  background-color: white;
}

.academy .info .tab-pane {
  margin-bottom: 30px;
  min-height: 430px;
}

.academy .video {
  padding: 35px 40px;
}

.academy .video .embed-responsive {
  height: 500px;
}

.academy .fixed-header {
  z-index: 5;
}

.academy .fixed-header a {
  background-color: #FFCF00;
}

.pre-induction .intro {
  min-height: 320px;
}

.pre-induction .intro .icon {
  text-align: right;
}

@media (max-width: 768px) {
  .pre-induction .intro .icon img {
    display: none;
  }
}

.pre-induction .explore {
  padding: 60px 0;
}

.pre-induction .explore h2 {
  margin-top: 0;
}

.pre-induction .explore ul.subject-list {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.pre-induction .explore ul.subject-list li {
  background-color: #163458;
  padding: 10px;
}

.pre-induction .explore ul.subject-list li h2 {
  color: white;
}

.pre-induction .explore ul.subject-list li ul.doc-list li {
  padding: 0;
  background: none;
}

@media (max-width: 768px) {
  .pre-induction .explore ul.subject-list {
    display: block;
  }

  .pre-induction .explore ul.subject-list li {
    margin-bottom: 10px;
  }
}

.strategy h2 {
  font-size: 66px;
}

.strategy .intro {
  padding-top: 200px !important;
}

@media (max-width: 768px) {
  .strategy .intro {
    padding-top: 100px !important;
  }

  .strategy .intro .list {
    text-align: center;
    padding-top: 20px;
  }
}

.strategy .intro p {
  font-size: 24px;
  line-height: 28px;
}

.strategy .intro h3 {
  font-size: 66px;
  color: white;
  margin-top: 0;
}

.strategy .orange-box h2 {
  color: #f8d247;
}

.strategy .orange-box h2 span {
  color: #efc496;
}

.strategy .orange-box p {
  font-size: 24px;
  line-height: 28px;
}

.strategy .quote-1 p {
  color: #df7f2f;
  text-align: right;
  font-size: 24px;
  line-height: 28px;
}

.strategy .quote-1 p.quote {
  font-size: 66px;
  font-family: "Becket", sans-serif;
  line-height: 66px;
}

.strategy .quote-1 div.text {
  margin-top: 0px;
  padding: 20px;
}

@media (max-width: 1200px) {
  .strategy .quote-1 {
    background-position-x: -200px;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 992px) {
  .strategy .quote-1 {
    background-position-x: -220px;
    padding-bottom: 0 !important;
  }

  .strategy .quote-1 div.text2 {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .strategy .quote-1 {
    background-repeat: no-repeat;
    padding-bottom: 0 !important;
  }

  .strategy .quote-1 div.text {
    margin-top: 400px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .strategy .quote-1 div.text2 {
    background: none;
  }
}

.strategy .blue-box h2 {
  color: white;
}

.strategy .blue-box h2 span {
  color: #c4e6ed;
}

.strategy .blue-box p {
  font-size: 24px;
  line-height: 28px;
}

.strategy .quote-2 p.quote {
  font-size: 66px;
  font-family: "Becket", sans-serif;
  line-height: 68px;
}

.strategy .quote-2 p {
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 1200px) {
  .strategy .quote-2 {
    background-position-x: -150px;
  }
}

@media (max-width: 992px) {
  .strategy .quote-2 {
    background-position-x: -300px;
  }
}

@media (max-width: 768px) {
  .strategy .quote-2 {
    background-position-x: -600px;
    background-repeat: no-repeat;
    padding-bottom: 0 !important;
  }

  .strategy .quote-2 div.text {
    margin-top: 400px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px !important;
  }
}

.strategy .red-box h2 span {
  color: #f2ceca;
}

.strategy .red-box p {
  font-size: 24px;
  line-height: 28px;
}

.strategy .quote-3 div.text {
  margin-top: 40px;
  padding: 20px;
}

.strategy .quote-3 div.text p {
  color: #263453;
  text-align: right;
  font-size: 24px;
  line-height: 28px;
}

.strategy .quote-3 div.text p.quote {
  font-size: 66px;
  font-family: "Becket", sans-serif;
  line-height: 68px;
}

@media (max-width: 1200px) {
  .strategy .quote-3 {
    background-position-x: -100px;
  }
}

@media (max-width: 992px) {
  .strategy .quote-3 {
    background-position-x: -200px;
  }
}

@media (max-width: 768px) {
  .strategy .quote-3 {
    background-repeat: no-repeat;
    padding-bottom: 0 !important;
    background-position-x: 0;
  }

  .strategy .quote-3 div.text {
    margin-top: 500px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.strategy .yellow-box {
  color: #263453;
}

.strategy .yellow-box h2 span {
  color: #fef5ce;
}

.strategy .yellow-box p {
  font-size: 24px;
  line-height: 28px;
}

.strategy .quote-4 .text {
  padding: 20px;
}

.strategy .quote-4 .text p {
  color: #df7f2f;
  font-size: 24px;
  line-height: 28px;
}

.strategy .quote-4 .text p.quote {
  font-size: 66px;
  font-family: "Becket", sans-serif;
  line-height: 68px;
}

@media (max-width: 1200px) {
  .strategy .quote-4 {
    background-position-x: -120px;
  }
}

@media (max-width: 992px) {
  .strategy .quote-4 {
    background-position-x: -300px;
  }

  .strategy .quote-4 .text {
    padding-right: 100px;
  }

  .strategy .quote-4 .text-2 {
    padding: 20px 20px 0 20px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

@media (max-width: 768px) {
  .strategy .quote-4 {
    background-position-x: -600px;
    background-repeat: no-repeat;
    background-color: rgb(230, 157, 84);
    padding-bottom: 0 !important;
  }

  .strategy .quote-4 div.text {
    margin-top: 320px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .strategy .quote-4 .text-2 {
    background: none;
    color: white;
  }
}

.strategy .purple-box {
  background-position: right;
}

.strategy .purple-box p {
  font-size: 24px;
  line-height: 28px;
}

.strategy .purple-box-2 h2 a {
  color: white;
  text-decoration: underline !important;
}

.prospectus .navbar li {
  font-size: 14px;
}

.prospectus .footer li,
.prospectus .footer p {
  font-size: 14px;
}

.prospectus h1 {
  line-height: 0.9em;
  font-size: 90px;
}

@media (max-width: 413px) {
  .prospectus h1 {
    font-size: 70px;
  }
}

.prospectus h1.big {
  font-size: 60px;
}

@media (min-width: 375px) {
  .prospectus h1.big {
    font-size: 70px;
  }
}

@media (min-width: 414px) {
  .prospectus h1.big {
    font-size: 80px;
  }
}

@media (min-width: 576px) {
  .prospectus h1.big {
    font-size: 130px;
  }
}

@media (min-width: 768px) {
  .prospectus h1.big {
    font-size: 80px;
  }
}

@media (min-width: 992px) {
  .prospectus h1.big {
    font-size: 110px;
  }
}

@media (min-width: 1200px) {
  .prospectus h1.big {
    font-size: 120px;
  }
}

.prospectus h1.small {
  font-size: 100px;
  text-align: center;
}

@media (min-width: 768px) {
  .prospectus h1.small {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .prospectus h1.small {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .prospectus h1.small {
    font-size: 90px;
  }
}

.prospectus h1.smaller {
  font-size: 70px;
}

@media (max-width: 767px) {
  .prospectus h1.smaller {
    font-size: 50px;
  }
}

.prospectus h2.bigger {
  font-size: 70px;
}

.prospectus h2.bigger a {
  color: #CA8AB6;
  text-decoration: none;
}

.prospectus h2.bigger a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .prospectus h2.bigger {
    font-size: 30px;
  }
}

.prospectus .smaller p,
.prospectus .smaller li {
  font-size: 14px !important;
}

.prospectus .first-section {
  margin-top: 124px;
}

@media (max-width: 440px) {
  .prospectus .first-section img {
    margin-top: 70px;
  }
}

@media (max-width: 990px) {
  .prospectus .first-section {
    margin-top: 124px;
  }

  .prospectus .first-section img {
    margin-top: 50px;
  }
}

@media (min-width: 991px) {
  .prospectus .first-section {
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    margin-top: 80px !important;
  }
}

.prospectus .first-section .bring-down {
  margin-top: 30px;
}

.prospectus .first-section p {
  font-size: 20px;
}

.prospectus p,
.prospectus li {
  font-size: 20px;
}

.prospectus ul.list {
  padding-left: 25px;
}

.prospectus ul.list li {
  margin-bottom: 10px;
}

.prospectus ul.green-list li {
  font-size: 36px;
  font-family: "Becket", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}

.prospectus .grey-bg {
  background-color: #E8E8E8;
}

.prospectus .darker-grey-bg {
  background-color: #D9D9D9;
}

.prospectus .lime-bg {
  background-color: #BEBB45;
}

.prospectus .lime-bg-half {
  background: linear-gradient(to bottom, #BEBB45 0%, #BEBB45 70%, white 70%, white 100%);
}

@media (max-width: 767px) {
  .prospectus .lime-bg-half {
    background: linear-gradient(to bottom, #BEBB45 0%, #BEBB45 90%, white 90%, white 100%);
  }
}

.prospectus .salmon-bg-half {
  background: linear-gradient(to bottom, #E1A28E 0%, #E1A28E 70%, white 70%, white 100%);
}

@media (max-width: 767px) {
  .prospectus .salmon-bg-half {
    background: linear-gradient(to bottom, #E1A28E 0%, #E1A28E 90%, white 90%, white 100%);
  }
}

.prospectus .green-bg-half {
  background: linear-gradient(to bottom, #497D67 0%, #497D67 70%, white 70%, white 100%);
}

@media (max-width: 767px) {
  .prospectus .green-bg-half {
    background: linear-gradient(to bottom, #497D67 0%, #497D67 90%, white 90%, white 100%);
  }
}

.prospectus .duckegg-bg-half {
  background: linear-gradient(to bottom, #A4B3D0 0%, #A4B3D0 70%, white 70%, white 100%);
}

@media (max-width: 767px) {
  .prospectus .duckegg-bg-half {
    background: linear-gradient(to bottom, #A4B3D0 0%, #A4B3D0 90%, white 90%, white 100%);
  }
}

.prospectus .duckegg-green-bg-half {
  background: linear-gradient(to bottom, #A4B3D0 0%, #A4B3D0 70%, #497D67 70%, #497D67 100%);
}

@media (max-width: 767px) {
  .prospectus .duckegg-green-bg-half {
    background: linear-gradient(to bottom, #A4B3D0 0%, #A4B3D0 90%, #497D67 90%, #497D67 100%);
  }
}

.prospectus .off-green-bg {
  background: linear-gradient(to bottom, #BEBB45 0%, #BEBB45 70%, white 70%, white 100%);
}

@media (max-width: 767px) {
  .prospectus .off-green-bg {
    background: linear-gradient(to bottom, #BEBB45 0%, #BEBB45 90%, white 90%, white 100%);
  }
}

.prospectus .light-pink-bg-half {
  background: linear-gradient(to bottom, #E6DAEB 0%, #E6DAEB 70%, white 70%, white 100%);
}

.prospectus .grey-bg-half {
  background: linear-gradient(to bottom, #EFEFEF 0%, #EFEFEF 70%, white 70%, white 100%);
}

@media (max-width: 767px) {
  .prospectus .grey-bg-half {
    background: linear-gradient(to bottom, #EFEFEF 0%, #EFEFEF 90%, white 90%, white 100%);
  }
}

.prospectus .t-levels-bg {
  background-color: #765AB0;
}

.prospectus .red-bg {
  background-color: #e94828;
}

.prospectus .red-text {
  color: #e94828;
}

.prospectus .lime-text {
  color: #BEBB45;
}

.prospectus .salmon-bg {
  background-color: #E1A28E;
}

.prospectus .salmon-text {
  color: #E1A28E;
}

.prospectus .light-salmon-bg {
  background-color: #F2DAD2;
}

.prospectus .light-green-bg {
  background-color: #F2F1D5;
}

.prospectus .pink-bg {
  background-color: #E6DAEB;
}

.prospectus .pink-light-text {
  color: #E6DAEB;
}

.prospectus .duckegg-bg {
  background-color: #A4B3D0;
}

.prospectus .duckegg-text {
  color: #A4B3D0;
}

.prospectus .dark-duckegg-text {
  color: #8092C6;
}

.prospectus .dark-duckegg-bg {
  background-color: #8092C6;
}

.prospectus .video-dark-blue-text {
  color: #899dcf;
}

.prospectus .video-dark-blue-bg {
  background-color: #899dcf;
}

.prospectus .video-lime-bg {
  background-color: #c7c333;
}

.prospectus .video-pink-bg {
  background-color: #DA91C0;
}

.prospectus .video-blue-bg {
  background-color: #ADBCD7;
}

.prospectus .video-salmon-bg {
  background-color: #EFA894;
}

.prospectus .video-white-bg {
  background-color: #E9DEED;
}

.prospectus .video-offset {
  padding-left: 400px;
}

.prospectus .grey-bg {
  background-color: #E8E8E8;
}

.prospectus .green-bg {
  background-color: #497D67;
}

.prospectus .green-text {
  color: #497D67;
}

.prospectus .mauve-bg {
  background-color: #CA8BB6;
}

.prospectus .mauve-text {
  color: #CA8BB6;
}

.prospectus .pink-dark-bg {
  background-color: #CA8AB6;
}

.prospectus .pink-text {
  color: #CA8AB6;
}

@media (max-width: 767px) {
  .prospectus .more-green {
    background-color: #F2F1D5;
  }

  .prospectus .more-green .margin-bottom-xl {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .prospectus .more-light-pink {
    background-color: #E6DAEB;
  }

  .prospectus .more-light-pink .margin-bottom-xl {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .prospectus .more-light-salmon {
    background-color: #F2DAD2;
  }

  .prospectus .more-light-salmon.margin-bottom-xl {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .prospectus .more-grey {
    background-color: #E8E8E8;
  }

  .prospectus .more-grey .margin-bottom-xl {
    margin-bottom: 0px !important;
  }
}

.prospectus .svg-duckegg {
  filter: invert(81%) sepia(23%) saturate(510%) hue-rotate(190deg) brightness(87%) contrast(85%);
}

.prospectus .svg-pink {
  filter: invert(91%) sepia(54%) saturate(5992%) hue-rotate(277deg) brightness(84%) contrast(84%);
}

.prospectus .svg-light-pink {
  filter: invert(98%) sepia(97%) saturate(571%) hue-rotate(186deg) brightness(92%) contrast(100%);
}

.prospectus .svg-white {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(123deg) brightness(107%) contrast(102%);
}

.prospectus .svg-green {
  filter: invert(47%) sepia(13%) saturate(800%) hue-rotate(97deg) brightness(92%) contrast(91%);
}

.prospectus .svg-lime {
  filter: invert(73%) sepia(11%) saturate(1873%) hue-rotate(20deg) brightness(96%) contrast(92%);
}

.prospectus .svg-salmon {
  filter: brightness(0) saturate(100%) invert(78%) sepia(11%) saturate(1006%) hue-rotate(328deg) brightness(90%) contrast(88%);
}

.prospectus .embed-responsive {
  height: 165px;
}

@media (min-width: 375px) {
  .prospectus .embed-responsive {
    height: 194px;
  }
}

@media (min-width: 414px) {
  .prospectus .embed-responsive {
    height: 216px;
  }
}

@media (min-width: 768px) {
  .prospectus .embed-responsive {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .prospectus .embed-responsive {
    height: 530px;
  }
}

@media (min-width: 1200px) {
  .prospectus .embed-responsive {
    height: 644px;
  }
}

.prospectus .border-bottom-big {
  border-bottom: 10px solid white;
}

.prospectus .star-n {
  position: absolute;
  top: -25%;
  left: -20%;
  scale: 50%;
  /* Chrome version 29 and above */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .prospectus .star-n {
    top: -60%;
    left: -60%;
    scale: 20%;
  }
}

.prospectus .star-n2 {
  position: absolute;
  bottom: -23%;
  left: -23%;
  scale: 20%;
  /* Chrome version 29 and above */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .prospectus .star-n2 {
    bottom: -65%;
    left: -59%;
    scale: 15%;
  }
}

.prospectus .white-lightning-bg {
  background-image: url("/images/prospectus/lightening_white.svg");
  background-position-y: -100px;
  background-repeat: repeat-y;
  background-size: 100%;
}

.prospectus .wave {
  overflow: hidden;
  height: 200px;
  margin-top: -60px;
}

@media (min-width: 768px) {
  .prospectus .wave {
    height: 130px;
  }
}

@media (min-width: 992px) {
  .prospectus .wave {
    height: 170px;
  }
}

@media (min-width: 1200px) {
  .prospectus .wave {
    height: 200px;
  }
}

.prospectus .lightning-right {
  background-image: url(/images/prospectus/lightening.svg);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position-x: 68%;
  background-position-y: 100px;
}

@media (max-width: 767px) {
  .prospectus .lightning-right {
    background: none;
  }
}

.prospectus .sector-star {
  width: 20%;
  position: absolute;
  bottom: 14px;
  left: 10px;
}

@media (min-width: 576px) {
  .prospectus .sector-star {
    bottom: 20px;
    left: 6px;
  }
}

@media (min-width: 768px) {
  .prospectus .sector-star {
    bottom: 40px;
    left: 5px;
  }
}

@media (min-width: 992px) {
  .prospectus .sector-star {
    left: 0px;
    bottom: 60px;
  }
}

.prospectus.student-experience p {
  font-size: 20px;
  margin-bottom: 20px;
}

.prospectus .experience .pink-bg {
  padding: 30px;
}

.prospectus .bars {
  height: 100px;
  background-image: url("/images/prospectus/bars_bg.png");
  background-size: 100%;
}

.prospectus p.intro {
  font-weight: bold;
  font-size: 24px;
}

.prospectus p.intro-light {
  font-size: 24px;
}

.prospectus p.bigger {
  font-size: 2rem;
  font-weight: 700;
}

.prospectus .massive p {
  font-size: 32px;
  font-weight: bolder;
}

.prospectus .massive h1 {
  font-size: 280px;
  font-weight: bolder;
  margin: 0;
}

.prospectus .massive h1 sup {
  font-size: 180px;
}

.prospectus div.gfx {
  margin-bottom: 20px;
  text-align: center;
}

.prospectus div.gfx img {
  width: 80%;
}

.prospectus .bring-down {
  margin-top: 60px;
}

.prospectus .pull-up {
  margin-top: -60px;
}

.prospectus .pull-up-circle {
  margin-top: -240px;
  transform: rotate(-180deg);
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 575px) {
  .prospectus .pull-up-circle {
    margin-top: -220px;
    float: left;
  }
}

@media (max-width: 767px) {
  .prospectus .pull-up-circle {
    margin-top: -200px;
    float: left;
  }
}

@media (max-width: 991px) {
  .prospectus .pull-up-circle {
    margin-top: -180px;
  }
}

.prospectus .pull-up-u {
  margin-top: -100px;
  transform: rotate(-180deg);
  width: 50%;
  margin-bottom: 30px;
  display: block;
}

.prospectus .pull-up-u-full {
  margin-top: -100px;
  transform: rotate(-180deg);
  width: 80%;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 440px) {
  .prospectus .pull-up-u-t-levels {
    margin-top: 0px !important;
    margin-left: 51px !important;
    margin-bottom: -75px;
    width: 150%;
  }
}

@media (max-width: 575px) {
  .prospectus .pull-up-u-t-levels {
    transform: rotate(0deg);
    margin-top: 33px !important;
    margin-left: 51px !important;
    margin-bottom: -75px;
    z-index: 0;
    width: 130%;
  }
}

@media (min-width: 992px) {
  .prospectus .pull-up-u-t-levels {
    transform: rotate(0deg);
    margin-top: 74px !important;
    margin-left: 64px !important;
    margin-bottom: -130px;
    z-index: 0;
    width: 130%;
  }
}

@media (min-width: 993px) {
  .prospectus .pull-up-u-t-levels {
    margin-top: -150px !important;
    transform: rotate(-180deg);
    width: 100%;
    display: block;
  }
}

.prospectus .bars-match-circle {
  height: 360px;
}

@media (max-width: 1197px) {
  .prospectus .bars-match-circle {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .prospectus .bars-match-circle {
    height: 120px;
  }
}

.prospectus .lightning-top {
  padding-top: 100px;
  background-image: url("/images/prospectus/lightening.svg");
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .prospectus .lightning-top {
    padding-top: 0;
    margin-bottom: 30px;
  }
}

.prospectus .lightning-bottom {
  background-image: url("/images/prospectus/lightening.svg");
  background-repeat: no-repeat;
  height: 300px;
  background-size: 50%;
  margin-top: -215px;
}

.prospectus .lightning-bottom-right {
  background-image: url("/images/prospectus/lightening.svg");
  background-repeat: no-repeat;
  height: 300px;
  background-size: 50%;
  margin-top: -250px;
  background-position-x: 25px;
}

.prospectus .half-wheel {
  background-image: url("/images/prospectus/Star.svg");
  background-repeat: no-repeat;
  height: 150px;
  overflow: hidden;
  background-size: 50%;
  background-position-x: 90%;
}

.prospectus .half-wheel.nudge-up {
  background-position-x: 30%;
  background-position-y: -100px;
}

@media (min-width: 992px) {
  .prospectus .half-wheel {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .prospectus .half-wheel {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .prospectus .no-padding-x-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .prospectus .no-padding-y-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .prospectus .no-margin-top-sm {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .prospectus .add-margin-top-sm {
    margin-top: 3em !important;
  }
}

@media (min-width: 768px) {
  .prospectus .row.equal {
    display: flex;
    flex-wrap: wrap;
  }

  .prospectus .row.equal div {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .prospectus .row.equal div p {
    margin-bottom: 40px;
  }

  .prospectus .row.equal .bottom {
    margin-top: auto;
  }
}

.prospectus div.big-box {
  border: 10px solid black;
  margin: 30px 20px 0 20px;
}

.prospectus div.big-box-strict {
  border: 10px solid black;
}

.prospectus div.big-box.experience {
  background-color: black;
  color: #E6DAEB;
  margin: 0 !important;
}

.prospectus div.contact-box {
  border: 10px solid black;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .prospectus div.contact-box {
    margin-top: 0px;
  }
}

.prospectus div.box {
  border: 10px solid black;
}

.prospectus div.big-box-link.welcome {
  padding-right: 35px;
  padding-left: 35px;
}

.prospectus div.big-box-link div {
  border: 10px solid black;
  border-top: none;
  padding: 0;
}

.prospectus div.big-box-link div.no-border {
  border: none;
}

.prospectus div.big-box-link div a {
  font-size: 32px;
  color: black;
  background-color: none;
  font-family: "Becket", sans-serif;
  text-transform: uppercase;
  display: block;
}

.prospectus div.big-box-link div a span {
  padding: 5px;
}

.prospectus div.big-box-link div a img {
  border-left: 10px solid black;
  width: 55px;
  float: right;
  background-color: white;
  margin-bottom: -1px;
  /* Chrome version 29 and above */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .prospectus div.big-box-link div a img {
    width: 56px;
  }
}

.prospectus div.big-box-link div a:hover {
  background-color: white;
  text-decoration: none;
}

.prospectus div.big-box-link div a:hover img {
  filter: invert(1);
  border-color: white;
  background-color: white;
}

.prospectus div.big-box-link.experience {
  margin: 0 !important;
}

.prospectus div.big-box-link.experience a {
  background-color: white;
}

.prospectus .holder {
  padding-right: 0;
  height: 500px;
  background-image: url("/images/prospectus/round_bg.png");
  background-position-y: 230px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.prospectus .circle {
  padding-right: 0;
  height: 250px;
  background-image: url("/images/prospectus/round_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.prospectus img.img-column {
  width: 100%;
}

.prospectus a.big-boxed {
  border: 10px solid black;
  font-size: 50px;
  line-height: 1;
  color: black;
  background-color: white;
  font-family: "Becket", sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.prospectus a.big-boxed img {
  border-left: 10px solid black;
  background-color: white;
}

.prospectus a.big-boxed span {
  padding: 10px;
  align-self: center;
}

@media (max-width: 414px) {
  .prospectus a.big-boxed span {
    font-size: 35px;
  }
}

.prospectus a.big-boxed.nudge-up {
  margin-top: -10px;
}

.prospectus a.big-boxed.nudge-right {
  margin-right: -15px;
  margin-left: -15px;
}

.prospectus a.big-boxed:hover {
  text-decoration: none;
}

.prospectus a.big-boxed:hover img {
  filter: invert(1);
  border-color: white;
  background-color: white;
}

.prospectus a.boxed {
  border: 10px solid black;
  font-size: 32px;
  color: black;
  background-color: white;
  font-family: "Becket", sans-serif;
  text-transform: uppercase;
  display: block;
}

.prospectus a.boxed.campus {
  background-color: #CA8BB6;
}

.prospectus a.boxed.transparent {
  background: none;
}

.prospectus a.boxed span {
  padding: 5px;
}

@media (max-width: 414px) {
  .prospectus a.boxed span {
    font-size: 20px;
  }
}

.prospectus a.boxed.nudge-up {
  margin-top: -10px;
}

.prospectus a.boxed.nudge-right {
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 767px) {
  .prospectus a.boxed.nudge-right {
    margin-right: 0;
    margin-left: 0;
  }
}

.prospectus a.boxed img {
  border-left: 10px solid black;
  width: 55px;
  float: right;
  background-color: white;
  margin-bottom: -1px;
  /* Chrome version 29 and above */
}

.prospectus a.boxed img.campus {
  float: none;
  width: 80px;
  border-left: none;
  border-right: 10px solid black;
}

.prospectus a.boxed img.bigger {
  width: 80px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .prospectus a.boxed img {
    width: 56px;
  }
}

.prospectus a.boxed:hover {
  background-color: white;
  text-decoration: none;
}

.prospectus a.boxed:hover img {
  filter: invert(100);
  border-color: white;
  background-color: white;
}

.prospectus a.boxed:hover img.campus {
  filter: invert(0);
  border-color: black;
}

.prospectus .in-front {
  z-index: 100;
}

.prospectus .contact {
  border-left: black 10px solid;
  margin-left: 20px;
  margin-right: -20px;
}

@media (max-width: 768px) {
  .prospectus .contact {
    border-left: none;
  }
}

.prospectus ul.interest-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

@media (max-width: 768px) {
  .prospectus ul.interest-list {
    display: block;
  }

  .prospectus ul.interest-list li {
    margin-bottom: 10px;
  }
}

.prospectus ul.interest-list li a {
  background: #000000;
  padding: 0 0 0 10px;
  color: white;
  border: 10px white solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prospectus ul.interest-list li a h2 {
  color: white;
  font-size: 1.8em;
  max-width: 70%;
  margin: 0;
}

@media (max-width: 768px) {
  .prospectus ul.interest-list li a h2 {
    font-size: 2.5em;
  }
}

.prospectus ul.interest-list li a span {
  background-color: white;
  height: 100%;
}

.prospectus ul.interest-list li a span img {
  width: 80px;
}

.prospectus ul.interest-list li a:hover {
  text-decoration: none;
  background: #FFFFFF;
}

.prospectus ul.interest-list li a:hover h2 {
  color: black;
}

@media (max-width: 768px) {
  .prospectus ul.interest-list li {
    margin-bottom: 10px;
  }
}

.prospectus .black-links a {
  color: black;
  font-weight: bold;
}

.prospectus .flip-x {
  transform: scaleX(-1);
}

.prospectus .flip-y {
  transform: scaleY(-1);
}

.prospectus table th,
.prospectus table td {
  padding: 15px;
}

.prospectus .video {
  position: relative;
  height: 106px;
}

@media (min-width: 576px) {
  .prospectus .video {
    height: 264px;
  }
}

@media (min-width: 768px) {
  .prospectus .video {
    height: 345px;
  }
}

@media (min-width: 992px) {
  .prospectus .video {
    height: 455px;
  }
}

@media (min-width: 1200px) {
  .prospectus .video {
    height: 555px;
  }
}

@media (min-width: 576px) {
  .prospectus .video {
    height: 264px;
  }
}

@media (min-width: 768px) {
  .prospectus .video {
    height: 345px;
  }
}

@media (min-width: 992px) {
  .prospectus .video {
    height: 455px;
  }
}

@media (min-width: 1200px) {
  .prospectus .video {
    height: 555px;
  }
}

.prospectus video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.prospectus .overlay {
  position: absolute;
  z-index: 2;
}

.prospectus a.big-boxed-three {
  border: 10px solid black;
  font-size: 40px;
  line-height: 1;
  color: black;
  font-family: "Becket", sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  background: white;
}

.prospectus a.big-boxed-three img {
  background-color: white;
  width: 60px;
  height: 60px;
  align-self: center;
}

.prospectus a.big-boxed-three:hover {
  background-color: black;
}

.prospectus a.big-boxed-three span {
  background-color: #e6daeb;
  padding: 10px;
  align-self: center;
  width: 100%;
  text-align: center;
  border-right: 10px black solid;
  border-left: 10px black solid;
}

@media (max-width: 414px) {
  .prospectus a.big-boxed-three span {
    font-size: 35px;
  }
}

.prospectus a.big-boxed-three.nudge-up {
  margin-top: -10px;
}

.prospectus a.big-boxed-three.nudge-right {
  margin-right: -15px;
  margin-left: -15px;
}

.prospectus a.big-boxed-three:hover {
  text-decoration: none;
}

.prospectus a.big-boxed-three:hover img {
  filter: invert(1);
  border-color: white;
  background-color: white;
}

.prospectus ul.inline li {
  display: inline-block;
  list-style: none;
  margin: 10px;
}

.prospectus ul.inline li span.round {
  padding: 3px 11px;
  font-family: "AvenirLTStd-Heavy";
}

.prospectus span.round {
  background-color: white;
  color: black;
  font-weight: bolder;
  font-size: 30px;
  border-radius: 25px;
  padding: 3px 14px;
  margin: 4px 0;
  font-family: "AvenirLTStd-Heavy";
}

.prospectus .side-star {
  position: absolute;
  right: -100px;
  top: 50px;
}

.prospectus a.black-box {
  padding: 0 0 0 10px;
  color: #fff;
  border: 10px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prospectus a.black-box img {
  width: 60px;
}

.prospectus a.black-box:hover {
  text-decoration: none;
  background-color: white;
  color: black;
}

.prospectus .col-container {
  display: table;
  /* Make the container element behave like a table */
  width: 100%;
  /* Set full-width to expand the whole page */
  height: 120px;
}

.prospectus .col {
  display: table-cell;
  /* Make elements inside the container behave like table cells */
  vertical-align: middle;
}

.prospectus .col span {
  float: right;
}

.prospectus .col strong {
  font-family: "AvenirLTStd-Heavy";
}

.prospectus .T-Level-bg {
  background-color: #D8DFF1;
  text-align: center;
}

@media (max-width: 767px) {
  .prospectus .small-2-cols {
    padding: 0 5px;
    text-align: center;
  }
}

@media (max-width: 767px) and (max-width: 600px) {
  .prospectus .small-2-cols p {
    font-size: 16px;
  }
}

@media (max-width: 767px) and (max-width: 400px) {
  .prospectus .small-2-cols p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .prospectus .small-2-cols span.round {
    font-size: 16px;
    padding: 8px 12px;
    margin-top: 10px;
  }
}

.prospectus a.apply-grid {
  color: white;
  display: block;
  height: 100%;
}

.prospectus .last-block {
  margin-right: -10px;
  margin-bottom: -10px;
  margin-left: 50px !important;
}

.prospectus img.grid {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.prospectus div.grid-title {
  margin-left: -15px;
  padding: 15px 30px;
}

.prospectus div.grid-title h2 {
  font-size: 10rem;
}

.prospectus ul.grid-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 639px) {
  .prospectus ul.grid-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1192px) {
  .prospectus ul.grid-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.prospectus ul.grid-list li {
  background-color: white;
  padding: 1rem;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 15px solid black;
  margin-left: -15px;
  margin-top: -15px;
  padding-left: 15px;
}

.prospectus ul.grid-list li.link {
  background-color: black;
  padding-left: 15px;
}

.prospectus ul.grid-list li.link a {
  color: white;
  text-decoration: none;
}

.prospectus ul.grid-list li.arrow {
  padding-left: 0px;
}

.prospectus ul.grid-list li.arrow img {
  height: 70%;
  align-self: center;
}

.prospectus ul.grid-list li.last {
  margin: 15px;
  border: 0 solid white;
  padding-left: 15px;
}

.prospectus ul.star {
  list-style: none;
}

.prospectus ul.star li::before {
  content: url("/images/prospectus/Star.svg");
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  position: relative;
  top: 4px;
  left: -4px;
  width: 1em;
}

.prospectus ul.star.white li:before {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(123deg) brightness(107%) contrast(102%);
}

.prospectus .lift-up {
  margin-top: 0px;
}

@media (min-width: 414px) {
  .prospectus .lift-up {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .prospectus .lift-up {
    margin-top: -196px;
  }
}

@media (min-width: 992px) {
  .prospectus .lift-up {
    margin-top: -335px;
  }
}

@media (min-width: 1200px) {
  .prospectus .lift-up {
    margin-top: -335px;
  }
}

.prospectus .nudge-up {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .prospectus .nudge-up {
    margin-top: -250px;
  }
}

.prospectus .food-title {
  font-size: 40px !important;
  padding-top: 30px;
}

@media (min-width: 414px) {
  .prospectus .food-title {
    padding-top: 30px !important;
    font-size: 80px !important;
  }
}

@media (min-width: 768px) {
  .prospectus .food-title {
    padding-top: 50px !important;
    font-size: 70px !important;
  }
}

@media (min-width: 992px) {
  .prospectus .food-title {
    font-size: 110px !important;
  }
}

@media (min-width: 1200px) {
  .prospectus .food-title {
    font-size: 120px !important;
  }
}

.prospectus .esol-title {
  font-size: 40px !important;
  padding-top: 30px;
}

@media (min-width: 414px) {
  .prospectus .esol-title {
    padding-top: 30px !important;
    font-size: 60px !important;
  }
}

@media (min-width: 768px) {
  .prospectus .esol-title {
    padding-top: 50px !important;
    font-size: 60px !important;
  }
}

@media (min-width: 992px) {
  .prospectus .esol-title {
    font-size: 70px !important;
  }
}

@media (min-width: 1200px) {
  .prospectus .esol-title {
    font-size: 80px !important;
  }
}

.prospectus .construction-title {
  font-size: 40px !important;
  padding-top: 40px;
}

@media (min-width: 414px) {
  .prospectus .construction-title {
    font-size: 70px !important;
  }
}

@media (min-width: 768px) {
  .prospectus .construction-title {
    padding-top: 50px !important;
    font-size: 70px !important;
  }
}

@media (min-width: 992px) {
  .prospectus .construction-title {
    font-size: 90px !important;
  }
}

@media (min-width: 1200px) {
  .prospectus .construction-title {
    font-size: 110px !important;
  }
}

@media (max-width: 768px) {
  .prospectus .margin-xs-top {
    margin-top: 1.5em;
  }
}

.prospectus .more-boxes h2 {
  font-size: 4em;
  line-height: 0.9;
}

.prospectus .more-boxes h5 {
  font-size: 2.5em;
  line-height: 0.9;
}

.prospectus .text-intro p {
  font-size: 1.6rem;
}

.prospectus .text-intro p.bigger {
  font-size: 2rem;
  font-weight: bold;
}

.prospectus .black-arrow {
  background-image: url(/images/arrow_black.svg);
  background-repeat: no-repeat;
  background-position: left -50px bottom -20px;
  background-size: 50%;
}

.prospectus .purple-arrow {
  background-image: url(/images/arrow_purple.svg);
  background-repeat: no-repeat;
  background-position: right -90px bottom -20px;
  background-size: 40%;
}

/* colours -------------------------------*/

.text-white {
  color: white;
}

.text-dark-blue {
  color: #163458;
}

.text-black {
  color: black;
}

.text-dark-purle {
  color: #163458;
}

.blue-bg {
  background: #163458;
}

.white-bg {
  background: white;
}

.purple-bg {
  background: #504193;
}

.purple-text {
  color: #504193;
}

.light-purple-bg {
  background: #E6E0FD;
}

.light-blue-bg {
  background: #3EBBD0;
}

.red-bg {
  background: #e94828;
}

.black-bg {
  background: black;
}

.light-black-bg {
  background: #1D1D1B;
}

.yellow-bg {
  background: #FFCF00;
}

.light-yellow-bg {
  background: #fedc60;
}

.light-black-bg {
  background: #1D1D1B;
}

.orange-bg {
  background: #eb6233;
}

.pink-bg {
  background: #EE94BE;
}

.grey-bg {
  background: #cccccc;
}

.light-grey-bg {
  background: #E2E2E2;
}

.white-diamond-top {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("/images/textures/new/diamond-inverse-white.png");
}

.white-diamond-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("/images/textures/new/diamond-standard-white.png");
}

.black-diamond-top {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("/images/textures/new/diamond-inverse-black.png");
}

.black-diamond-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("/images/textures/new/diamond-standard-black.png");
}

.grey-diamond-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("/images/textures/new/diamond-standard-grey.png");
}

.grey-waves {
  background-image: url("/images/textures/new/wave-standard-grey.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.yellow-waves {
  background-image: url("/images/textures/new/wave-standard-yellow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.black-waves-bottom {
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url("/images/textures/new/wave-inverse-black.svg");
}

.black-waves-top {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("/images/textures/new/wave-standard-black.svg");
}

.green-bg {
  background-color: #50AF72;
}

div.widget > a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.blue-widget {
  color: white;
  padding: 20px;
  margin: 10px 0;
  background: #163458;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.blue-widget:hover {
  color: white;
}

.orange-widget {
  color: white;
  padding: 20px;
  margin: 10px 0;
  background: #ec7f32;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.orange-widget:hover {
  color: white;
}

a.document {
  padding: 8px 40px;
  background: #e8e8e8;
  border-radius: 15px;
  font-size: 1.1em;
  position: relative;
  color: #1d3355;
  display: flex;
  margin-bottom: 10px;
  line-height: 1.3em;
}

a.document:hover {
  text-decoration: none;
  background: #8b8b8b;
}

a.document:after {
  content: "";
  background: url("/images/arrow-down.png") no-repeat;
  display: inline-block;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

a.document:before {
  content: "";
  background: url("/images/icon-doc.png") no-repeat;
  display: inline-block;
  background-size: 70%;
  position: absolute;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}

a.www {
  padding: 8px 40px;
  line-height: 40px;
  background: #e8e8e8;
  border-radius: 15px;
  font-size: 1.1em;
  position: relative;
  color: #1d3355;
}

a.www:hover {
  text-decoration: none;
  background: #8b8b8b;
}

a.www:after {
  content: "";
  background: url("/images/arrow-right.png") no-repeat;
  display: inline-block;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

a.www:before {
  content: "";
  background: url("/images/icon-www.png") no-repeat;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}

mb-0 {
  margin-bottom: 0 !important;
}

mt-0 {
  margin-top: 0 !important;
}

mr-0 {
  margin-right: 0 !important;
}

ml-0 {
  margin-left: 0 !important;
}

mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

pb-0 {
  padding-bottom: 0 !important;
}

pt-0 {
  padding-top: 0 !important;
}

pr-0 {
  padding-right: 0 !important;
}

pl-0 {
  padding-left: 0 !important;
}

px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding-xs {
  padding: 0.25em;
}

.padding-sm {
  padding: 0.5em;
}

.padding-md {
  padding: 1em;
}

.padding-lg {
  padding: 1.5em;
}

.padding-xl {
  padding: 3em;
}

.padding-x-xs {
  padding: 0.25em 0;
}

.padding-x-sm {
  padding: 0.5em 0;
}

.padding-x-md {
  padding: 1em 0;
}

.padding-x-lg {
  padding: 1.5em 0;
}

.padding-x-xl {
  padding: 3em 0;
}

.padding-y-xs {
  padding: 0 0.25em;
}

.padding-y-sm {
  padding: 0 0.5em;
}

.padding-y-md {
  padding: 0 1em;
}

.padding-y-lg {
  padding: 0 1.5em;
}

.padding-y-xl {
  padding: 0 3em;
}

.padding-top-xs {
  padding-top: 0.25em;
}

.padding-top-sm {
  padding-top: 0.5em;
}

.padding-top-md {
  padding-top: 1em;
}

.padding-top-lg {
  padding-top: 1.5em;
}

.padding-top-xl {
  padding-top: 3em;
}

.padding-right-xs {
  padding-right: 0.25em;
}

.padding-right-sm {
  padding-right: 0.5em;
}

.padding-right-md {
  padding-right: 1em;
}

.padding-right-lg {
  padding-right: 1.5em;
}

.padding-right-xl {
  padding-right: 3em;
}

.padding-bottom-xs {
  padding-bottom: 0.25em;
}

.padding-bottom-sm {
  padding-bottom: 0.5em;
}

.padding-bottom-md {
  padding-bottom: 1em;
}

.padding-bottom-lg {
  padding-bottom: 1.5em;
}

.padding-bottom-xl {
  padding-bottom: 3em;
}

.padding-left-xs {
  padding-left: 0.25em;
}

.padding-left-sm {
  padding-left: 0.5em;
}

.padding-left-md {
  padding-left: 1em;
}

.padding-left-lg {
  padding-left: 1.5em;
}

.padding-left-xl {
  padding-left: 3em;
}

.margin-xs {
  margin: 0.25em;
}

.margin-sm {
  margin: 0.5em;
}

.margin-md {
  margin: 1em;
}

.margin-lg {
  margin: 1.5em;
}

.margin-xl {
  margin: 3em;
}

.margin-x-xs {
  margin: 0.25em 0;
}

.margin-x-sm {
  margin: 0.5em 0;
}

.margin-x-md {
  margin: 1em 0;
}

.margin-x-lg {
  margin: 1.5em 0;
}

.margin-x-xl {
  margin: 3em 0;
}

.margin-y-xs {
  margin: 0 0.25em;
}

.margin-y-sm {
  margin: 0 0.5em;
}

.margin-y-md {
  margin: 0 1em;
}

.margin-y-lg {
  margin: 0 1.5em;
}

.margin-y-xl {
  margin: 0 3em;
}

.margin-top-xs {
  margin-top: 0.25em;
}

.margin-top-sm {
  margin-top: 0.5em;
}

.margin-top-md {
  margin-top: 1em;
}

.margin-top-lg {
  margin-top: 1.5em;
}

.margin-top-xl {
  margin-top: 3em;
}

.margin-right-xs {
  margin-right: 0.25em;
}

.margin-right-sm {
  margin-right: 0.5em;
}

.margin-right-md {
  margin-right: 1em;
}

.margin-right-lg {
  margin-right: 1.5em;
}

.margin-right-xl {
  margin-right: 3em;
}

.margin-bottom-xs {
  margin-bottom: 0.25em;
}

.margin-bottom-sm {
  margin-bottom: 0.5em;
}

.margin-bottom-md {
  margin-bottom: 1em;
}

.margin-bottom-lg {
  margin-bottom: 1.5em;
}

.margin-bottom-xl {
  margin-bottom: 3em;
}

.margin-left-xs {
  margin-left: 0.25em;
}

.margin-left-sm {
  margin-left: 0.5em;
}

.margin-left-md {
  margin-left: 1em;
}

.margin-left-lg {
  margin-left: 1.5em;
}

.margin-left-xl {
  margin-left: 3em;
}

/*   @import 'bs4-utilities-for-bs3/src/bs4-utilities-for-bs3';  */

