@charset "UTF-8";
/*
Project: 	 AREA 17
Version: 	 1.0
Author:
Description:
-------------------------------------------------------------------*/
/*
[Notes]

-------------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease-in-out;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: "none";
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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, "none" #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: "none";
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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, "none" #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.umbraco-forms-page .umbraco-forms-field.hidden {
  display: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1076px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1520px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem 1rem -1rem 1rem -1rem 1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade.show {
  opacity: 1;
  visibility: visible;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1520px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1520px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1520px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1520px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block;
}

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  box-sizing: border-box;
  touch-action: manipulation;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

ul,
ol {
  list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  touch-action: inherit;
}

.svg-sprite {
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@-ms-viewport {
  width: device-width;
}
/*
  @function get-breakpoint-directions

  Sorts through breakpoints SASS map,
  generates a full SASS map containing all the breakpoint
  variations we'll require

  Parameters:
  none
*/
/*
  @mixin breakpoint

  Inserts a media query

  Parameters:
  $name - name of breakpoint, choose from:

  xsmall, small, medium, large, xlarge, xxlarge  - *just* that breakpoint
  small-, medium-, large-, xlarge-, xxlarge-  - that breakpoint *and* below
  xsmall+, small+, medium+, large+, xlarge+  - that breakpoint *and* up

  NB: the we're mobile up, so the minus values should be avoided..

  $option - ie11, hover - to make an IE11 CSS with a breakpoint or to target browsers with mouse cursors

  ```scss
  @include breakpoint('medium+') {
    // styles to be given to browsers at `medium` and above
  }
  @include breakpoint(null,'hover') {
    // styles to be given to devices with mouse pointers
  }
  @include breakpoint(null,'ie11') {
    // styles to be given to be given to IE11
  }
  @include breakpoint('medium+','hover') {
    // styles to be given to browsers at `medium` and above that have mouse pointers
  }
  @include breakpoint('medium+','ie11') {
    // styles to be given to ie11 at `medium` and above
  }
  ```
*/
/*
  @function get-media

  Returns start and stop points of a given media query

  Parameters:
  $bp - the breakpoint you want the stop and stop points of
*/
/*
  @mixin placeholder

  Style form placeholder text
*/
/*
  @mixin styled-select

  https://github.com/filamentgroup/select-css

  Parameters:
  - none
*/
/*
  @mixin font_smoothing

  Set font smoothing ON or OFF
*/
/*
  @mixin text-underline

  Does "medium" style underlines with "iOS" style descender shadows

  Parameters:
  $underline - color
  $background - color
  $pos - vertical position
*/
/*
  @mixin hide_text

  Hides text in an element
*/
/*
  @mixin tucked-margin-top

  Intelligently applies baseline to baseline spacing to a text block:

  ```
  @include tucked-margin-top($f-h1, ('xsmall': 40, 'medium+': 60));
  ```

  Uses the `$f-h1` object from setup/_typography.scss and loops through the breakpoints, adding new margin top if required by specified margin tops and font size/line-height changes.

  'xsmall' is the default for all breakpoints and the successively overridden as breakpoints get larger.

  Its intelligent in that if you specify just the `xsmall` value, but the font size and/or line-height for this font object changes at some breakpoint, the mixin will add a breakpoint rule to adjust to maintain the consistent baseline-to-baseline spacing.

  So:

  ```
  $f-body: generate-font-obj(
    (
      font-family: $sans-serif-font,
      font-family-loaded: $sans-serif-font--loaded,
      font-loaded-class: $sans-serif-font-loaded-class,
      settings: (
        'small+': ( font-size: 16, line-height: 20, font-weight: 300, push: 1),
       )
    )
  );
  @include tucked-margin-top($f-body, ('xsmall': 40, 'medium+': 60));
  ```

  Generates a margin-top as a default (xsmall+) and a breakpoint for `medium+`.

  ```
  $f-body: generate-font-obj(
    (
      font-family: $sans-serif-font,
      font-family-loaded: $sans-serif-font--loaded,
      font-loaded-class: $sans-serif-font-loaded-class,
      settings: (
        'small+': ( font-size: 16, line-height: 20, push: 1),
        'medium+': ( font-size: 18, line-height: 25, push: 0),
       )
    )
  );
  @include tucked-margin-top($f-body, ('xsmall': 40));
  ```

  Similarly, this will produce a margin-top as a default and a breakpoint for `medium+`.

  If you need some margin-top for a singular breakpoint margin:

  ```
  @include tucked-margin-top($f-h1, null, 'large');
  ```

  Will produce a margin-top within a breakpoint of 'large'.

*/
/*
  @mixin tucked-align-top

  Intelligently aligns an text element to the top of an element.

  ```
  @include tucked-align-top($f-h1);
  ```

  Uses the `$f-h1` object from setup/_typography.scss and loops through the breakpoints, adding new margin top if required by specified margin tops and font size/line-height changes.

  Sister mixin to '@mixin tucked-margin-top'

  tucked-align-top is useful for those situations where you want to horizontally align the top of an image and the top of some text.

  If you need some align top for a singular breakpoint margin:

  ```
  @include tucked-align-top($f-h1, 'large');
  ```

  Will produce a margin-top within a breakpoint of 'large'.

  It should be noted that this mixin is very dependent of the font itself. If the box the letters sit in, in the font, is weirdly spaced, then this mixin will struggle.

  There are 5 modes to try and you may want to add others for your particular font..

  ```
  @include tucked-align-top($f-h1, null, 2); // mode based on pull value
  @include tucked-align-top($f-h1, null, 3); // mode based on push value
  @include tucked-align-top($f-h1, null, 4); // mode based on baseline value
  @include tucked-align-top($f-h1, null, 5); // mode based on 0's
  ```
*/
@font-face {
  font-family: "Biryani";
  src: url("/dist/fonts/Biryani-SemiBold.woff2") format("woff2"), url("/dist/fonts/Biryani-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Biryani";
  src: url("/dist/fonts/Biryani-Black.woff2") format("woff2"), url("/dist/fonts/Biryani-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/***

f-XX

```
<p class="f-XX">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
/*
$f-XX: generate-font-obj(
  (
    font-family: $serif-font,
    font-family-loaded: $serif-font--loaded,
    font-loaded-class: $serif-font-loaded-class,
    settings: (
      'xsmall': (font-size: 30, line-height: 30, letter-spacing: -0.015em, font-weight: 300, push: 0),
      'medium+': (font-size: 48, line-height: 55, push: 0),
      'xlarge+': (font-size: 60, line-height: 65, push: 0),
      'xxlarge': (font-size: 72, line-height: 75, push: 0)
    )
  )
);

@mixin f-XX() {
  @include font-styles($f-XX);
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

%f-XX,
.f-XX {
  @include f-XX;
}
*/
/***

f-h1

```
<p class="f-h1">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section--grid .o-section__lockup .o-section__caption h2, .m-stats .m-card--stat h2, .m-hero h1,
.f-h1 {
  font-family: "Biryani", sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 900;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.o-section--grid .o-section__lockup .o-section__caption h2 b, .m-stats .m-card--stat h2 b, .m-hero h1 b,
.o-section--grid .o-section__lockup .o-section__caption h2 strong,
.m-stats .m-card--stat h2 strong,
.m-hero h1 strong,
.f-h1 b,
.f-h1 strong {
  font-weight: 800;
}
.o-section--grid .o-section__lockup .o-section__caption h2 i, .m-stats .m-card--stat h2 i, .m-hero h1 i,
.o-section--grid .o-section__lockup .o-section__caption h2 em,
.m-stats .m-card--stat h2 em,
.m-hero h1 em,
.f-h1 i,
.f-h1 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section--grid .o-section__lockup .o-section__caption h2, .o-section--grid .o-section__lockup .o-section__caption .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-stats .m-card--stat h2, .m-stats .m-card--stat .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero h1, .m-hero .js-sans-serif-font-loaded h1,
.js-sans-serif-font-loaded .f-h1 {
  font-family: Arial, Biryani, sans-serif;
}
@media screen and (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption h2, .m-stats .m-card--stat h2, .m-hero h1,
.f-h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

/***

f-h2

```
<p class="f-h2">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section--inverse .o-section__header h2,
.o-section--inverse .o-section__header h3, .o-section__content h2, .o-section__header h2, .m-hero.m-hero--event h2, .m-hero.m-hero--course h1, .m-hero.m-hero--vacancy h1, .m-hero.m-hero--careers h1, .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image.order-1 h2, .m-carousel h2, .m-block--outline h2, .m-banner h2,
.f-h2 {
  font-family: "Biryani", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 900;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.o-section--inverse .o-section__header h2 b,
.o-section--inverse .o-section__header h3 b, .o-section__content h2 b, .o-section__header h2 b, .m-hero.m-hero--event h2 b, .m-hero.m-hero--course h1 b, .m-hero.m-hero--vacancy h1 b, .m-hero.m-hero--careers h1 b, .m-hero--list .m-hero__image h2 b, .m-hero--list .m-hero__image.order-1 h2 b, .m-carousel h2 b, .m-block--outline h2 b, .m-banner h2 b,
.o-section--inverse .o-section__header h2 strong,
.o-section--inverse .o-section__header h3 strong,
.o-section__content h2 strong,
.o-section__header h2 strong,
.m-hero.m-hero--event h2 strong,
.m-hero.m-hero--course h1 strong,
.m-hero.m-hero--vacancy h1 strong,
.m-hero.m-hero--careers h1 strong,
.m-hero--list .m-hero__image h2 strong,
.m-hero--list .m-hero__image.order-1 h2 strong,
.m-carousel h2 strong,
.m-block--outline h2 strong,
.m-banner h2 strong,
.f-h2 b,
.f-h2 strong {
  font-weight: 800;
}
.o-section--inverse .o-section__header h2 i,
.o-section--inverse .o-section__header h3 i, .o-section__content h2 i, .o-section__header h2 i, .m-hero.m-hero--event h2 i, .m-hero.m-hero--course h1 i, .m-hero.m-hero--vacancy h1 i, .m-hero.m-hero--careers h1 i, .m-hero--list .m-hero__image h2 i, .m-hero--list .m-hero__image.order-1 h2 i, .m-carousel h2 i, .m-block--outline h2 i, .m-banner h2 i,
.o-section--inverse .o-section__header h2 em,
.o-section--inverse .o-section__header h3 em,
.o-section__content h2 em,
.o-section__header h2 em,
.m-hero.m-hero--event h2 em,
.m-hero.m-hero--course h1 em,
.m-hero.m-hero--vacancy h1 em,
.m-hero.m-hero--careers h1 em,
.m-hero--list .m-hero__image h2 em,
.m-hero--list .m-hero__image.order-1 h2 em,
.m-carousel h2 em,
.m-block--outline h2 em,
.m-banner h2 em,
.f-h2 i,
.f-h2 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section--inverse .o-section__header h3,
.o-section--inverse .o-section__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section__content h2, .o-section__content .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .o-section__header h2, .o-section__header .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero.m-hero--event h2, .m-hero.m-hero--event .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero.m-hero--course h1, .m-hero.m-hero--course .js-sans-serif-font-loaded h1, .js-sans-serif-font-loaded .m-hero.m-hero--vacancy h1, .m-hero.m-hero--vacancy .js-sans-serif-font-loaded h1, .js-sans-serif-font-loaded .m-hero.m-hero--careers h1, .m-hero.m-hero--careers .js-sans-serif-font-loaded h1, .js-sans-serif-font-loaded .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-carousel h2, .m-carousel .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-block--outline h2, .m-block--outline .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-banner h2, .m-banner .js-sans-serif-font-loaded h2,
.js-sans-serif-font-loaded .f-h2 {
  font-family: Arial, Biryani, sans-serif;
}
@media screen and (min-width: 768px) {
  .o-section--inverse .o-section__header h2,
.o-section--inverse .o-section__header h3, .o-section__content h2, .o-section__header h2, .m-hero.m-hero--event h2, .m-hero.m-hero--course h1, .m-hero.m-hero--vacancy h1, .m-hero.m-hero--careers h1, .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image.order-1 h2, .m-carousel h2, .m-block--outline h2, .m-banner h2,
.f-h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

/***

f-h3

```
<p class="f-h3">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section--news h2, .o-section--event h2, .o-section--background.o-section--inverse .o-section__header h3, .o-section--inverse .o-section__icon-text span, .o-section__content h3, .o-section__header h3, .m-hero.m-hero--course h2, .m-hero.m-hero--vacancy h2, .m-hero.m-hero--careers h2, .m-hero .m-hero__title h2, .m-card--overlay .m-card__content h2, .m-card.m-card--bio h4, .m-card--stat h3,
.m-hero .m-card--stat h3, .m-block--text h2, .m-block--text h3, .m-block__content h3,
.f-h3 {
  font-family: "Biryani", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 900;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.o-section--news h2 b, .o-section--event h2 b, .o-section--background.o-section--inverse .o-section__header h3 b, .o-section--inverse .o-section__icon-text span b, .o-section__content h3 b, .o-section__header h3 b, .m-hero.m-hero--course h2 b, .m-hero.m-hero--vacancy h2 b, .m-hero.m-hero--careers h2 b, .m-hero .m-hero__title h2 b, .m-card--overlay .m-card__content h2 b, .m-card.m-card--bio h4 b, .m-card--stat h3 b,
.m-hero .m-card--stat h3 b, .m-block--text h2 b, .m-block--text h3 b, .m-block__content h3 b,
.o-section--news h2 strong,
.o-section--event h2 strong,
.o-section--background.o-section--inverse .o-section__header h3 strong,
.o-section--inverse .o-section__icon-text span strong,
.o-section__content h3 strong,
.o-section__header h3 strong,
.m-hero.m-hero--course h2 strong,
.m-hero.m-hero--vacancy h2 strong,
.m-hero.m-hero--careers h2 strong,
.m-hero .m-hero__title h2 strong,
.m-card--overlay .m-card__content h2 strong,
.m-card.m-card--bio h4 strong,
.m-card--stat h3 strong,
.m-hero .m-card--stat h3 strong,
.m-block--text h2 strong,
.m-block--text h3 strong,
.m-block__content h3 strong,
.f-h3 b,
.f-h3 strong {
  font-weight: 800;
}
.o-section--news h2 i, .o-section--event h2 i, .o-section--background.o-section--inverse .o-section__header h3 i, .o-section--inverse .o-section__icon-text span i, .o-section__content h3 i, .o-section__header h3 i, .m-hero.m-hero--course h2 i, .m-hero.m-hero--vacancy h2 i, .m-hero.m-hero--careers h2 i, .m-hero .m-hero__title h2 i, .m-card--overlay .m-card__content h2 i, .m-card.m-card--bio h4 i, .m-card--stat h3 i,
.m-hero .m-card--stat h3 i, .m-block--text h2 i, .m-block--text h3 i, .m-block__content h3 i,
.o-section--news h2 em,
.o-section--event h2 em,
.o-section--background.o-section--inverse .o-section__header h3 em,
.o-section--inverse .o-section__icon-text span em,
.o-section__content h3 em,
.o-section__header h3 em,
.m-hero.m-hero--course h2 em,
.m-hero.m-hero--vacancy h2 em,
.m-hero.m-hero--careers h2 em,
.m-hero .m-hero__title h2 em,
.m-card--overlay .m-card__content h2 em,
.m-card.m-card--bio h4 em,
.m-card--stat h3 em,
.m-hero .m-card--stat h3 em,
.m-block--text h2 em,
.m-block--text h3 em,
.m-block__content h3 em,
.f-h3 i,
.f-h3 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section--news h2, .o-section--news .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .o-section--event h2, .o-section--event .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .o-section--background.o-section--inverse .o-section__header h3, .o-section--background.o-section--inverse .o-section__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section--inverse .o-section__icon-text span, .o-section--inverse .o-section__icon-text .js-sans-serif-font-loaded span, .js-sans-serif-font-loaded .o-section__content h3, .o-section__content .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section__header h3, .o-section__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero.m-hero--course h2, .m-hero.m-hero--course .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero.m-hero--vacancy h2, .m-hero.m-hero--vacancy .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero.m-hero--careers h2, .m-hero.m-hero--careers .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero .m-hero__title h2, .m-hero .m-hero__title .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-card--overlay .m-card__content h2, .m-card--overlay .m-card__content .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-card.m-card--bio h4, .m-card.m-card--bio .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-card--stat h3, .m-card--stat .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-block--text h2, .m-block--text .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-block--text h3, .m-block--text .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-block__content h3, .m-block__content .js-sans-serif-font-loaded h3,
.js-sans-serif-font-loaded .f-h3 {
  font-family: Arial, Biryani, sans-serif;
}

/***

f-h1-lg

```
<p class="f-h1-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-hero--search h1,
.f-h1-lg {
  font-family: "Biryani", sans-serif;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-weight: 900;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.m-hero--search h1 b,
.m-hero--search h1 strong,
.f-h1-lg b,
.f-h1-lg strong {
  font-weight: 800;
}
.m-hero--search h1 i,
.m-hero--search h1 em,
.f-h1-lg i,
.f-h1-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero--search h1, .m-hero--search .js-sans-serif-font-loaded h1,
.js-sans-serif-font-loaded .f-h1-lg {
  font-family: Arial, Biryani, sans-serif;
}
@media screen and (min-width: 768px) {
  .m-hero--search h1,
.f-h1-lg {
    font-size: 4.375rem;
    line-height: 4.375rem;
    font-weight: 900;
  }
}

/***

f-h4

```
<p class="f-h4">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section__links .o-section__links-item, .o-section--grid .o-section__content .o-section__links .o-section__links-item, .o-section__header h4, .m-user-content h3, .m-tabs__nav-link, .m-stats .m-card--stat h3, .m-quote__bubble, .m-hero.m-hero--event .m-details li, .m-hero--course .m-hero__bottom h3, .m-hero--careers .m-hero__bottom h3, .m-hero--image .m-hero__image .m-hero__cta-banner h3, .m-hero--search h2,
.m-search + .m-hero__content h2, .m-hero h3, .m-hero h2, .m-expand__content h4, .m-expand-header, .m-card--info .a-text-link, .m-card.m-card--bio .m-card__position, .m-card--image .m-card__content h4, .m-card--image .m-card__caption, .m-card h4, .m-cards__header h3, .m-block__content h4,
.f-h4 {
  font-family: "Biryani", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 900;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.o-section__links .o-section__links-item b, .o-section--grid .o-section__content .o-section__links .o-section__links-item b, .o-section__header h4 b, .m-user-content h3 b, .m-tabs__nav-link b, .m-stats .m-card--stat h3 b, .m-quote__bubble b, .m-hero.m-hero--event .m-details li b, .m-hero--course .m-hero__bottom h3 b, .m-hero--careers .m-hero__bottom h3 b, .m-hero--image .m-hero__image .m-hero__cta-banner h3 b, .m-hero--search h2 b,
.m-search + .m-hero__content h2 b, .m-hero h3 b, .m-hero h2 b, .m-expand__content h4 b, .m-expand-header b, .m-card--info .a-text-link b, .m-card.m-card--bio .m-card__position b, .m-card--image .m-card__content h4 b, .m-card--image .m-card__caption b, .m-card h4 b, .m-cards__header h3 b, .m-block__content h4 b,
.o-section__links .o-section__links-item strong,
.o-section--grid .o-section__content .o-section__links .o-section__links-item strong,
.o-section__header h4 strong,
.m-user-content h3 strong,
.m-tabs__nav-link strong,
.m-stats .m-card--stat h3 strong,
.m-quote__bubble strong,
.m-hero.m-hero--event .m-details li strong,
.m-hero--course .m-hero__bottom h3 strong,
.m-hero--careers .m-hero__bottom h3 strong,
.m-hero--image .m-hero__image .m-hero__cta-banner h3 strong,
.m-hero--search h2 strong,
.m-search + .m-hero__content h2 strong,
.m-hero h3 strong,
.m-hero h2 strong,
.m-expand__content h4 strong,
.m-expand-header strong,
.m-card--info .a-text-link strong,
.m-card.m-card--bio .m-card__position strong,
.m-card--image .m-card__content h4 strong,
.m-card--image .m-card__caption strong,
.m-card h4 strong,
.m-cards__header h3 strong,
.m-block__content h4 strong,
.f-h4 b,
.f-h4 strong {
  font-weight: 800;
}
.o-section__links .o-section__links-item i, .o-section--grid .o-section__content .o-section__links .o-section__links-item i, .o-section__header h4 i, .m-user-content h3 i, .m-tabs__nav-link i, .m-stats .m-card--stat h3 i, .m-quote__bubble i, .m-hero.m-hero--event .m-details li i, .m-hero--course .m-hero__bottom h3 i, .m-hero--careers .m-hero__bottom h3 i, .m-hero--image .m-hero__image .m-hero__cta-banner h3 i, .m-hero--search h2 i,
.m-search + .m-hero__content h2 i, .m-hero h3 i, .m-hero h2 i, .m-expand__content h4 i, .m-expand-header i, .m-card--info .a-text-link i, .m-card.m-card--bio .m-card__position i, .m-card--image .m-card__content h4 i, .m-card--image .m-card__caption i, .m-card h4 i, .m-cards__header h3 i, .m-block__content h4 i,
.o-section__links .o-section__links-item em,
.o-section--grid .o-section__content .o-section__links .o-section__links-item em,
.o-section__header h4 em,
.m-user-content h3 em,
.m-tabs__nav-link em,
.m-stats .m-card--stat h3 em,
.m-quote__bubble em,
.m-hero.m-hero--event .m-details li em,
.m-hero--course .m-hero__bottom h3 em,
.m-hero--careers .m-hero__bottom h3 em,
.m-hero--image .m-hero__image .m-hero__cta-banner h3 em,
.m-hero--search h2 em,
.m-search + .m-hero__content h2 em,
.m-hero h3 em,
.m-hero h2 em,
.m-expand__content h4 em,
.m-expand-header em,
.m-card--info .a-text-link em,
.m-card.m-card--bio .m-card__position em,
.m-card--image .m-card__content h4 em,
.m-card--image .m-card__caption em,
.m-card h4 em,
.m-cards__header h3 em,
.m-block__content h4 em,
.f-h4 i,
.f-h4 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section__links .o-section__links-item, .o-section__links .js-sans-serif-font-loaded .o-section__links-item, .js-sans-serif-font-loaded .o-section--grid .o-section__content .o-section__links .o-section__links-item, .o-section--grid .o-section__content .o-section__links .js-sans-serif-font-loaded .o-section__links-item, .js-sans-serif-font-loaded .o-section__header h4, .o-section__header .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-user-content h3, .m-user-content .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-tabs__nav-link, .js-sans-serif-font-loaded .m-stats .m-card--stat h3, .m-stats .m-card--stat .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-quote__bubble, .js-sans-serif-font-loaded .m-hero.m-hero--event .m-details li, .m-hero.m-hero--event .m-details .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-hero--course .m-hero__bottom h3, .m-hero--course .m-hero__bottom .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom h3, .m-hero--careers .m-hero__bottom .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--image .m-hero__image .m-hero__cta-banner h3, .m-hero--image .m-hero__image .m-hero__cta-banner .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--search h2, .m-hero--search .js-sans-serif-font-loaded h2,
.js-sans-serif-font-loaded .m-search + .m-hero__content h2,
.m-search + .m-hero__content .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero h3, .m-hero .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero h2, .m-hero .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-expand__content h4, .m-expand__content .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-expand-header, .js-sans-serif-font-loaded .m-card--info .a-text-link, .m-card--info .js-sans-serif-font-loaded .a-text-link, .js-sans-serif-font-loaded .m-card.m-card--bio .m-card__position, .m-card.m-card--bio .js-sans-serif-font-loaded .m-card__position, .js-sans-serif-font-loaded .m-card--image .m-card__content h4, .m-card--image .m-card__content .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-card--image .m-card__caption, .m-card--image .js-sans-serif-font-loaded .m-card__caption, .js-sans-serif-font-loaded .m-card h4, .m-card .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-cards__header h3, .m-cards__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-block__content h4, .m-block__content .js-sans-serif-font-loaded h4,
.js-sans-serif-font-loaded .f-h4 {
  font-family: Arial, Biryani, sans-serif;
}

/***

f-label-1

```
<p class="f-label-1">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-nav__item, .g-footer__links li a:not(.a-btn), .m-card--overlay .m-card__label,
.f-label-1 {
  font-family: "Biryani", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 900;
  text-transform: uppercase;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.g-nav__item b, .g-footer__links li a:not(.a-btn) b, .m-card--overlay .m-card__label b,
.g-nav__item strong,
.g-footer__links li a:not(.a-btn) strong,
.m-card--overlay .m-card__label strong,
.f-label-1 b,
.f-label-1 strong {
  font-weight: 800;
}
.g-nav__item i, .g-footer__links li a:not(.a-btn) i, .m-card--overlay .m-card__label i,
.g-nav__item em,
.g-footer__links li a:not(.a-btn) em,
.m-card--overlay .m-card__label em,
.f-label-1 i,
.f-label-1 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-nav__item, .js-sans-serif-font-loaded .g-footer__links li a:not(.a-btn), .g-footer__links li .js-sans-serif-font-loaded a:not(.a-btn), .js-sans-serif-font-loaded .m-card--overlay .m-card__label, .m-card--overlay .js-sans-serif-font-loaded .m-card__label,
.js-sans-serif-font-loaded .f-label-1 {
  font-family: Arial, Biryani, sans-serif;
}

/***

f-label-2

```
<p class="f-label-2">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-footer__top .g-footer__nav.g-footer__nav--primary li, .o-section--news h3, .o-section--event h3, .o-section--inverse .o-section__info-text h4, .m-map__popup h3, .m-hero--list .m-hero__title, .m-hero--list .m-hero__list li, .m-card--overlay .m-card__content h3,
.f-label-2 {
  font-family: "Biryani", sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 900;
  text-transform: uppercase;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li b, .o-section--news h3 b, .o-section--event h3 b, .o-section--inverse .o-section__info-text h4 b, .m-map__popup h3 b, .m-hero--list .m-hero__title b, .m-hero--list .m-hero__list li b, .m-card--overlay .m-card__content h3 b,
.g-footer__top .g-footer__nav.g-footer__nav--primary li strong,
.o-section--news h3 strong,
.o-section--event h3 strong,
.o-section--inverse .o-section__info-text h4 strong,
.m-map__popup h3 strong,
.m-hero--list .m-hero__title strong,
.m-hero--list .m-hero__list li strong,
.m-card--overlay .m-card__content h3 strong,
.f-label-2 b,
.f-label-2 strong {
  font-weight: 800;
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li i, .o-section--news h3 i, .o-section--event h3 i, .o-section--inverse .o-section__info-text h4 i, .m-map__popup h3 i, .m-hero--list .m-hero__title i, .m-hero--list .m-hero__list li i, .m-card--overlay .m-card__content h3 i,
.g-footer__top .g-footer__nav.g-footer__nav--primary li em,
.o-section--news h3 em,
.o-section--event h3 em,
.o-section--inverse .o-section__info-text h4 em,
.m-map__popup h3 em,
.m-hero--list .m-hero__title em,
.m-hero--list .m-hero__list li em,
.m-card--overlay .m-card__content h3 em,
.f-label-2 i,
.f-label-2 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-footer__top .g-footer__nav.g-footer__nav--primary li, .g-footer__top .g-footer__nav.g-footer__nav--primary .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .o-section--news h3, .o-section--news .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section--event h3, .o-section--event .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section--inverse .o-section__info-text h4, .o-section--inverse .o-section__info-text .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-map__popup h3, .m-map__popup .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--list .m-hero__title, .m-hero--list .js-sans-serif-font-loaded .m-hero__title, .js-sans-serif-font-loaded .m-hero--list .m-hero__list li, .m-hero--list .m-hero__list .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-card--overlay .m-card__content h3, .m-card--overlay .m-card__content .js-sans-serif-font-loaded h3,
.js-sans-serif-font-loaded .f-label-2 {
  font-family: Arial, Biryani, sans-serif;
}

/***

f-ui

```
<p class="f-ui">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-header__nav-item, .g-footer__credit, .g-footer__bottom .g-footer__nav, .o-section--inverse .o-section__icon-text, .m-pills .a-btn, .m-hero__links-item,
.a-text-link, .a-btn,
.f-ui {
  font-family: "Biryani", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 900;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.g-header__nav-item b, .g-footer__credit b, .g-footer__bottom .g-footer__nav b, .o-section--inverse .o-section__icon-text b, .m-pills .a-btn b, .m-hero__links-item b,
.a-text-link b, .a-btn b,
.g-header__nav-item strong,
.g-footer__credit strong,
.g-footer__bottom .g-footer__nav strong,
.o-section--inverse .o-section__icon-text strong,
.m-pills .a-btn strong,
.m-hero__links-item strong,
.a-text-link strong,
.a-btn strong,
.f-ui b,
.f-ui strong {
  font-weight: 800;
}
.g-header__nav-item i, .g-footer__credit i, .g-footer__bottom .g-footer__nav i, .o-section--inverse .o-section__icon-text i, .m-pills .a-btn i, .m-hero__links-item i,
.a-text-link i, .a-btn i,
.g-header__nav-item em,
.g-footer__credit em,
.g-footer__bottom .g-footer__nav em,
.o-section--inverse .o-section__icon-text em,
.m-pills .a-btn em,
.m-hero__links-item em,
.a-text-link em,
.a-btn em,
.f-ui i,
.f-ui em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-header__nav-item, .js-sans-serif-font-loaded .g-footer__credit, .js-sans-serif-font-loaded .g-footer__bottom .g-footer__nav, .g-footer__bottom .js-sans-serif-font-loaded .g-footer__nav, .js-sans-serif-font-loaded .o-section--inverse .o-section__icon-text, .o-section--inverse .js-sans-serif-font-loaded .o-section__icon-text, .js-sans-serif-font-loaded .m-hero__links-item,
.js-sans-serif-font-loaded .a-text-link, .js-sans-serif-font-loaded .a-btn,
.js-sans-serif-font-loaded .f-ui {
  font-family: Arial, Biryani, sans-serif;
}

/***

f-ui-sm

```
<p class="f-ui-sm">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-form__note,
.f-ui-sm {
  font-family: "Biryani", sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.m-form__note b,
.m-form__note strong,
.f-ui-sm b,
.f-ui-sm strong {
  font-weight: 800;
}
.m-form__note i,
.m-form__note em,
.f-ui-sm i,
.f-ui-sm em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-form__note,
.js-sans-serif-font-loaded .f-ui-sm {
  font-family: Arial, Biryani, sans-serif;
}

/***

f-ui-lg

```
<p class="f-ui-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-header__tel,
.f-ui-lg {
  font-family: "Biryani", sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 900;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.g-header__tel b,
.g-header__tel strong,
.f-ui-lg b,
.f-ui-lg strong {
  font-weight: 800;
}
.g-header__tel i,
.g-header__tel em,
.f-ui-lg i,
.f-ui-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-header__tel,
.js-sans-serif-font-loaded .f-ui-lg {
  font-family: Arial, Biryani, sans-serif;
}
@media screen and (min-width: 768px) {
  .g-header__tel,
.f-ui-lg {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }
}

/***

f-input-lg

```
<p class="f-input-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-search__input, .m-filter-search__input, .a-btn--lg,
.f-input-lg {
  font-family: "Biryani", sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 900;
  text-transform: uppercase;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.m-search__input b, .m-filter-search__input b, .a-btn--lg b,
.m-search__input strong,
.m-filter-search__input strong,
.a-btn--lg strong,
.f-input-lg b,
.f-input-lg strong {
  font-weight: 800;
}
.m-search__input i, .m-filter-search__input i, .a-btn--lg i,
.m-search__input em,
.m-filter-search__input em,
.a-btn--lg em,
.f-input-lg i,
.f-input-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-search__input, .js-sans-serif-font-loaded .m-filter-search__input, .js-sans-serif-font-loaded .a-btn--lg,
.js-sans-serif-font-loaded .f-input-lg {
  font-family: Arial, Biryani, sans-serif;
}
@media screen and (min-width: 768px) {
  .m-search__input, .m-filter-search__input, .a-btn--lg,
.f-input-lg {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

/***

f-body

```
<p class="f-body">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-footer__top .g-footer__nav.g-footer__nav--secondary li, .m-user-content ul, .m-map__popup span, .m-hero--course .m-hero__bottom a:not(.a-btn), .m-hero--careers .m-hero__bottom a:not(.a-btn), .m-hero__tile span, .m-form .input-validation-error, .form-control, .m-card__meta, .m-breadcrumb, p,
.f-body,
.m-hero--image .m-hero__content ul,
.m-filter__toggles,
.m-expand__content li {
  font-family: "Biryani", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.g-footer__top .g-footer__nav.g-footer__nav--secondary li b, .m-user-content ul b, .m-map__popup span b, .m-hero--course .m-hero__bottom a:not(.a-btn) b, .m-hero--careers .m-hero__bottom a:not(.a-btn) b, .m-hero__tile span b, .m-form .input-validation-error b, .form-control b, .m-card__meta b, .m-breadcrumb b, p b,
.g-footer__top .g-footer__nav.g-footer__nav--secondary li strong,
.m-user-content ul strong,
.m-map__popup span strong,
.m-hero--course .m-hero__bottom a:not(.a-btn) strong,
.m-hero--careers .m-hero__bottom a:not(.a-btn) strong,
.m-hero__tile span strong,
.m-form .input-validation-error strong,
.form-control strong,
.m-card__meta strong,
.m-breadcrumb strong,
p strong,
.f-body b,
.m-hero--image .m-hero__content ul b,
.m-filter__toggles b,
.m-expand__content li b,
.f-body strong,
.m-hero--image .m-hero__content ul strong,
.m-filter__toggles strong,
.m-expand__content li strong {
  font-weight: 800;
}
.g-footer__top .g-footer__nav.g-footer__nav--secondary li i, .m-user-content ul i, .m-map__popup span i, .m-hero--course .m-hero__bottom a:not(.a-btn) i, .m-hero--careers .m-hero__bottom a:not(.a-btn) i, .m-hero__tile span i, .m-form .input-validation-error i, .form-control i, .m-card__meta i, .m-breadcrumb i, p i,
.g-footer__top .g-footer__nav.g-footer__nav--secondary li em,
.m-user-content ul em,
.m-map__popup span em,
.m-hero--course .m-hero__bottom a:not(.a-btn) em,
.m-hero--careers .m-hero__bottom a:not(.a-btn) em,
.m-hero__tile span em,
.m-form .input-validation-error em,
.form-control em,
.m-card__meta em,
.m-breadcrumb em,
p em,
.f-body i,
.m-hero--image .m-hero__content ul i,
.m-filter__toggles i,
.m-expand__content li i,
.f-body em,
.m-hero--image .m-hero__content ul em,
.m-filter__toggles em,
.m-expand__content li em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-footer__top .g-footer__nav.g-footer__nav--secondary li, .g-footer__top .g-footer__nav.g-footer__nav--secondary .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-user-content ul, .m-user-content .js-sans-serif-font-loaded ul, .js-sans-serif-font-loaded .m-map__popup span, .m-map__popup .js-sans-serif-font-loaded span, .js-sans-serif-font-loaded .m-hero--course .m-hero__bottom a:not(.a-btn), .m-hero--course .m-hero__bottom .js-sans-serif-font-loaded a:not(.a-btn), .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom a:not(.a-btn), .m-hero--careers .m-hero__bottom .js-sans-serif-font-loaded a:not(.a-btn), .js-sans-serif-font-loaded .m-hero__tile span, .m-hero__tile .js-sans-serif-font-loaded span, .js-sans-serif-font-loaded .m-form .input-validation-error, .m-form .js-sans-serif-font-loaded .input-validation-error, .js-sans-serif-font-loaded .form-control, .js-sans-serif-font-loaded .m-card__meta, .js-sans-serif-font-loaded .m-breadcrumb, .js-sans-serif-font-loaded p,
.js-sans-serif-font-loaded .f-body,
.js-sans-serif-font-loaded .m-hero--image .m-hero__content ul,
.m-hero--image .m-hero__content .js-sans-serif-font-loaded ul,
.js-sans-serif-font-loaded .m-filter__toggles,
.js-sans-serif-font-loaded .m-expand__content li,
.m-expand__content .js-sans-serif-font-loaded li {
  font-family: Arial, Biryani, sans-serif;
}

/***

f-body-lg

```
<p class="f-body-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-hero--course .m-hero__bottom p, .m-hero--course .m-hero__bottom ul li, .m-hero--careers .m-hero__bottom p, .m-hero--careers .m-hero__bottom ul li,
.f-body-lg {
  font-family: "Biryani", sans-serif;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.m-hero--course .m-hero__bottom p b, .m-hero--course .m-hero__bottom ul li b, .m-hero--careers .m-hero__bottom p b, .m-hero--careers .m-hero__bottom ul li b,
.m-hero--course .m-hero__bottom p strong,
.m-hero--course .m-hero__bottom ul li strong,
.m-hero--careers .m-hero__bottom p strong,
.m-hero--careers .m-hero__bottom ul li strong,
.f-body-lg b,
.f-body-lg strong {
  font-weight: 800;
}
.m-hero--course .m-hero__bottom p i, .m-hero--course .m-hero__bottom ul li i, .m-hero--careers .m-hero__bottom p i, .m-hero--careers .m-hero__bottom ul li i,
.m-hero--course .m-hero__bottom p em,
.m-hero--course .m-hero__bottom ul li em,
.m-hero--careers .m-hero__bottom p em,
.m-hero--careers .m-hero__bottom ul li em,
.f-body-lg i,
.f-body-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero--course .m-hero__bottom p, .m-hero--course .m-hero__bottom .js-sans-serif-font-loaded p, .js-sans-serif-font-loaded .m-hero--course .m-hero__bottom ul li, .m-hero--course .m-hero__bottom ul .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom p, .m-hero--careers .m-hero__bottom .js-sans-serif-font-loaded p, .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom ul li, .m-hero--careers .m-hero__bottom ul .js-sans-serif-font-loaded li,
.js-sans-serif-font-loaded .f-body-lg {
  font-family: Arial, Biryani, sans-serif;
}

.icon--arrow--left, .icon--arrow--left svg {
  width: 23px;
  height: 11px;
}

.icon--arrow, .icon--arrow svg {
  width: 23px;
  height: 11px;
}

.icon--book, .icon--book svg {
  width: 28px;
  height: 35px;
}

.icon--caret--down, .icon--caret--down svg {
  width: 16px;
  height: 10px;
}

.icon--chevron--down, .icon--chevron--down svg {
  width: 16px;
  height: 10px;
}

.icon--chevron--right, .icon--chevron--right svg {
  width: 11px;
  height: 18px;
}

.icon--chevron--up, .icon--chevron--up svg {
  width: 16px;
  height: 10px;
}

.icon--close, .icon--close svg {
  width: 8.8px;
  height: 12.8px;
}

.icon--download, .icon--download svg {
  width: 14px;
  height: 15px;
}

.icon--facebook, .icon--facebook svg {
  width: 28px;
  height: 28px;
}

.icon--fullscreen, .icon--fullscreen svg {
  width: 22px;
  height: 22px;
}

.icon--instagram, .icon--instagram svg {
  width: 29px;
  height: 28px;
}

.icon--loading, .icon--loading svg {
  width: 729.14px;
  height: 308.18px;
}

.icon--logo, .icon--logo svg {
  width: 79.3px;
  height: 44.45px;
}

.icon--mail, .icon--mail svg {
  width: 54px;
  height: 42px;
}

.icon--menu, .icon--menu svg {
  width: 30px;
  height: 21px;
}

.icon--phone-solid, .icon--phone-solid svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--phone, .icon--phone svg {
  width: 35px;
  height: 59px;
}

.icon--play, .icon--play svg {
  width: 57px;
  height: 42px;
}

.icon--plus, .icon--plus svg {
  width: 13px;
  height: 14px;
}

.icon--print, .icon--print svg {
  width: 16px;
  height: 15px;
}

.icon--search-sidebar, .icon--search-sidebar svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--search, .icon--search svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--test, .icon--test svg {
  width: 60px;
  height: 60px;
}

.icon--tick, .icon--tick svg {
  width: 13px;
  height: 13px;
}

.icon--twitter, .icon--twitter svg {
  width: 29px;
  height: 28px;
}

.icon--upload, .icon--upload svg {
  width: 13px;
  height: 16px;
}

.icon--youtube, .icon--youtube svg {
  width: 22px;
  height: 17px;
}

p + p {
  margin-top: 20px;
}

ul li {
  list-style-type: none;
}

h1,
h2,
h3,
p,
ul,
ol,
dl {
  margin-top: 0;
}

img {
  border: 0 none;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.text-padding {
  padding: 0 0 1rem 0;
}

.js-hide {
  display: none !important;
}

.js-show {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.border-left {
  position: relative;
}
@media (min-width: 768px) {
  .border-left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    border-left: 1px solid #8e97ac;
  }
}

.border-bottom::after {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  display: block;
  margin-top: 4rem;
  position: relative;
  border-bottom: 1px solid #8e97ac;
}

.border-bottom:first-child::after {
  content: "";
  display: none;
  margin-top: 2rem;
}

.checkbox-margin {
  margin-bottom: 20px;
}

.form-margin-top {
  margin-top: 60px;
}

.img-rounded {
  border-radius: 5px;
  overflow: hidden;
}

.img-news-article {
  width: 100%;
}

.clr-white {
  color: #fff !important;
}

.width-100 {
  width: 100%;
}

.gallery-btn--custom {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.a-btn {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  border: 0;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-appearance: none;
  border-radius: 5px;
  padding: 16px 20px;
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(255, 255, 255, 0) inset, -1px -1.5px 5px rgba(0, 0, 0, 0.2) inset;
  justify-content: center;
}

.a-btn--lg {
  font-size: 20px !important;
}

.a-text-link.-text-link-margin {
  margin-top: 2rem;
}
.a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .a-text-link:hover::after {
    max-width: 700px;
  }
}

.a-btn svg {
  margin-left: 14px;
  flex-shrink: 0;
}

.a-btn--primary {
  background: #005cb9;
  color: #fff;
}
.a-btn--primary:hover {
  background: #004386;
}

.a-btn--primary-light {
  background: #2393f6;
  color: #fff;
}
.a-btn--primary-light:hover {
  background: #097add;
}

.poster--btn {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.poster--btn .icon--play {
  user-select: none;
}

.a-btn--secondary,
.college-16-18 .o-section .a-btn.a-btn--secondary,
.university-centre .o-section .a-btn.a-btn--secondary,
.international-students .o-section .a-btn.a-btn--secondary,
.adult-19 .o-section .a-btn.a-btn--secondary,
.apprenticeships .o-section .a-btn.a-btn--secondary,
.employers .o-section .a-btn.a-btn--secondary {
  background: #1a2d59 !important;
  color: #fff !important;
}
.a-btn--secondary:hover,
.college-16-18 .o-section .a-btn.a-btn--secondary:hover,
.university-centre .o-section .a-btn.a-btn--secondary:hover,
.international-students .o-section .a-btn.a-btn--secondary:hover,
.adult-19 .o-section .a-btn.a-btn--secondary:hover,
.apprenticeships .o-section .a-btn.a-btn--secondary:hover,
.employers .o-section .a-btn.a-btn--secondary:hover {
  background: #0e1932 !important;
}

.a-btn--tertiary {
  background: #42e2a4 !important;
  color: #1a2d59 !important;
}
.a-btn--tertiary:hover {
  background: #20d18c !important;
}

.a-btn--reversed {
  background: #fff !important;
  color: #1a2d59 !important;
}
.a-btn--reversed:hover {
  background: #e6e6e6 !important;
}

.a-btn--sm {
  min-width: 0;
  padding: 8px 6px;
  min-height: 0;
}
.a-btn--sm svg {
  margin: 0;
}

.a-modal--close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
}
.a-modal--close svg {
  width: 1rem;
  height: 2rem;
  color: #999;
}

.a-btn--lg {
  padding: 25px 30px;
}
@media (max-width: 767.98px) {
  .a-btn--lg.-btn-icon-sm {
    font-size: 0;
  }
}

.m-hero__links-item,
.a-text-link {
  color: #1a2d59;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.m-hero__links-item svg,
.a-text-link svg {
  margin-left: 10px;
  transition: all 300ms ease;
}
.m-hero__links-item::after,
.a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #005cb9;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-hero__links-item:hover svg,
.a-text-link:hover svg {
    transform: translateX(3px);
  }
}

.a-text-link--primary {
  color: #005cb9;
}
.a-text-link--primary::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #005cb9;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .a-text-link--primary:hover::after {
    max-width: 700px;
  }
}

.a-btn--variant-1 {
  background: #e73037 !important;
  color: #fff !important;
}
.a-btn--variant-1:hover {
  background: #cc181f !important;
}

.a-btn--variant-2 {
  background: #a4e9ed !important;
  color: #1a2d59 !important;
}
.a-btn--variant-2:hover {
  background: #79dfe5 !important;
}

.a-btn--variant-3 {
  background: #ffda1a !important;
  color: #1a2d59 !important;
}
.a-btn--variant-3:hover {
  background: #e6c100 !important;
}

.a-btn--variant-4 {
  background: #7137ad !important;
  color: #fff !important;
}
.a-btn--variant-4:hover {
  background: #582b86 !important;
}

.a-btn--uni-1 {
  background: #e73037;
  color: #fff;
}
.a-btn--uni-1:hover {
  background: #b9262c;
}

.a-btn--facebook {
  background: #0e5ebd !important;
  color: #fff !important;
}
.a-btn--facebook:hover {
  background: #0a468e !important;
}

.a-btn--twitter {
  background: #00aced !important;
  color: #fff !important;
}
.a-btn--twitter:hover {
  background: #0087ba !important;
}

.a-btn--instagram {
  background: #192d59 !important;
  color: #fff !important;
}
.a-btn--instagram:hover {
  background: #0e1931 !important;
}

.a-btn--youtube {
  background: #ff3333 !important;
  color: #fff !important;
}
.a-btn--youtube:hover {
  background: red !important;
}

.a-btn--max {
  width: 100%;
}

.a-btn--apply .a-btn--number {
  position: relative;
  left: 5px;
  background: #1a2d59;
  padding: 2.25px 5.18px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.25s;
}
.a-btn:hover .a-btn--apply .a-btn--number {
  color: #e6e6e6;
}
.a-btn--apply__modal {
  max-width: 270px;
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  z-index: 100;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  margin-left: 125px;
  margin-top: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: opacity 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.a-btn--apply__modal.active {
  visibility: visible;
  opacity: 1;
  display: block !important;
}
.a-btn--apply__modal:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.a-btn--apply__modal h4 {
  font-weight: 900;
  color: #1a2d59;
}
.a-btn--apply__modal-header {
  padding: 14px 18px;
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
  z-index: 5;
}
.a-btn--apply__modal-body {
  padding: 14px 18px;
}
.a-btn--apply__modal ul {
  counter-reset: courseCounter;
}
.a-btn--apply__modal ul li {
  padding-left: 24px;
  padding-bottom: 16px;
  line-height: 1.25;
  color: #1a2d59;
  counter-increment: courseCounter;
  position: relative;
}
.a-btn--apply__modal ul li:before {
  content: counter(courseCounter) " -";
  position: absolute;
  left: 0;
  color: #666;
  font-weight: 600;
}
.a-btn--apply__modal p {
  color: #666;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 5px;
}
.a-btn--apply__modal p span {
  font-weight: 700;
}

.nca-inner {
  padding-left: 0.5rem;
}

.a-btn--added, .m-hero .a-btn.a-btn--added, .a-btn--disabled {
  background-color: #ccc !important;
  color: #fff !important;
}
.a-btn--added:hover, .m-hero .a-btn.a-btn--added:hover, .a-btn--disabled:hover {
  background-color: #b3b3b3 !important;
}

.a-btn--variant-3:hover {
  background: #e6c100 !important;
}

.text-center-tablet {
  text-align: center;
}
@media (min-width: 768px) {
  .text-center-tablet {
    text-align: center !important;
  }
}

.icon--caret--down {
  margin-left: 1rem;
  color: #305FC8;
}

.a-btn--disabled {
  background-color: #ccc !important;
  color: #fff !important;
}
.a-btn--disabled:hover {
  background-color: #b3b3b3 !important;
}

.a-media__img + .a-btn {
  margin-top: 15px;
}

.a-media--circle {
  border-radius: 100%;
  overflow: hidden;
}
.a-media--circle img {
  width: 100%;
}

.university-centre .a-media__img + .a-btn {
  background-color: #e73037;
  color: #fff;
}
.university-centre .a-media__img + .a-btn:hover {
  background-color: #cc181f;
}

.international-students .a-media__img + .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .a-media__img + .a-btn:hover {
  background-color: #582b86;
}

.international-students .a-media__img + .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .a-media__img + .a-btn:hover {
  background-color: #582b86;
}

.adult-19 .a-media__img + .a-btn {
  background-color: #a4e9ed;
  color: #1a2d59;
}
.adult-19 .a-media__img + .a-btn:hover {
  background-color: #79dfe5;
}

.apprenticeships .a-media__img + .a-btn {
  background-color: #ffda1a;
  color: #1a2d59;
}
.apprenticeships .a-media__img + .a-btn:hover {
  background-color: #e6c100;
}

.employers .a-media__img + .a-btn {
  background-color: #42e2a4;
  color: #1a2d59;
}
.employers .a-media__img + .a-btn:hover {
  background-color: #20d18c;
}

.news-img-container {
  width: 100vw;
}
@media (min-width: 576px) {
  .news-img-container {
    width: auto;
  }
}

.a-stat {
  font-size: 7.48rem;
  line-height: 1;
  color: #005cb9;
  font-weight: 900;
}

.a-stat__unit {
  font-size: 0.4835em;
}

.a-stat p {
  color: #1a2d59;
}

.university-centre .a-stat {
  color: #e73037;
}

.international-students .a-stat {
  color: #7137ad;
}

.adult-19 .a-stat {
  color: #79dfe5;
}

.apprenticeships .a-stat {
  color: #e6c100;
}

.employers .a-stat {
  color: #20d18c;
}

.a-careers-listing {
  list-style-type: none;
  margin: 20px 0px 20px 20px;
}
.a-careers-listing li {
  margin-bottom: 1rem;
  list-style: none !important;
  margin-left: 0 !important;
  line-height: 1.4;
}
.a-careers-listing li:last-child {
  margin-bottom: 0;
}
.a-careers-listing li::before {
  content: "•";
  color: #005cb9;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.a-skills-listing {
  list-style-type: none;
  margin: 20px 0px 20px 20px;
}
.a-skills-listing li {
  margin-bottom: 1rem;
}
.a-skills-listing li:last-child {
  margin-bottom: 0;
}
.a-skills-listing li::before {
  content: "•";
  color: #005cb9;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.application-header--right ul {
  list-style-type: none;
  margin: 0 0px 20px 20px !important;
  list-style: none;
}
.application-header--right ul li {
  margin-bottom: 0.8rem;
  list-style: none !important;
}
@media (max-width: 767.98px) {
  .application-header--right ul li {
    margin-left: 0;
  }
}
.application-header--right ul li:last-child {
  margin-bottom: 0;
}
.application-header--right ul li::before {
  content: "-";
  color: #666;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.m-banner {
  background: #42e2a4;
  color: #1a2d59;
  display: flex;
  align-items: center;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .m-banner {
    padding: 50px 0;
  }
}
.m-banner.m-banner--variant-3 {
  background: #ffda1a;
}

.m-banner p:not(:first-child) {
  margin-top: 10px;
}

.m-banner [class^=col]:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-banner [class^=col]:not(:first-child) {
    margin-top: 0;
  }
}

.strip--two--mobile {
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .strip--two--mobile {
    background-position: top center !important;
  }
}

.m-breadcrumb li {
  display: inline-block;
  margin-right: 5px;
  list-style: none !important;
  margin-left: 0 !important;
}
.m-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 5px;
}
.m-breadcrumb.events-breadcrumb {
  margin: 30px 0;
}

.m-block--split {
  background: #fff;
  border-radius: 5px;
  overflow: inherit;
  box-shadow: -14.333px 49.986px 49px 0px rgba(0, 0, 0, 0.11);
  position: relative;
}
@media (min-width: 768px) {
  .m-block--split > .row {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-block--split > .row > .col-12 {
    padding: 0;
  }
}

.m-block--split .m-block__img {
  height: 100%;
}
.m-block--split .m-block__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}

.m-block__img::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -15px;
  bottom: 0;
  background: #ffffff;
  z-index: 1;
  box-sizing: border-box;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}
@media (min-width: 768px) {
  .m-block__img::before {
    content: none;
  }
}

.col-img-mobile {
  padding-right: 0;
  padding-left: 0;
  margin-left: -5px;
  width: 100vw;
}
@media (min-width: 576px) {
  .col-img-mobile {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
    width: auto;
  }
}

.m-block--split .m-block__content {
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .m-block--split .m-block__content {
    padding: 50px 50px;
  }
}
.m-block--split .m-block__content .a-btn {
  margin-top: 30px;
}

.m-block__content h3 {
  color: #1a2d59;
}
.m-block__content h4 {
  color: #005cb9;
}
.m-block__content h4 + h2, .m-block__content h4 + h3, .m-block__content h4 + h4 {
  margin-top: 5px;
}
.m-block__content h2 + p, .m-block__content h3 + p, .m-block__content h4 + p {
  margin-top: 20px;
}
.m-block__content .m-form__checkbox {
  margin: 20px 0;
}
.m-block__content .m-form__checkbox label {
  font-weight: 900;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .m-block--split.m-block--reverse > .row > .col-12:first-child {
    order: 2;
  }
}
@media (min-width: 768px) {
  .m-block--split.m-block--reverse > .row > .col-12:last-child {
    order: 1;
  }
}

@media (min-width: 768px) {
  .m-block--split.m-block--image > .row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "overlay";
  }
}
@media (min-width: 768px) {
  .m-block--split.m-block--image > .row > .col-12 {
    grid-area: overlay;
  }
}
@media (min-width: 768px) {
  .m-block--split.m-block--image .m-block__content {
    background: #fff;
    border-radius: 5px;
    margin: 50px 0 50px 50px;
  }
}

.m-block--text h2, .m-block--text h3 {
  color: #005cb9;
}
.m-block--text h2 + p, .m-block--text h3 + p {
  margin-top: 25px;
}
.m-block--text h3 {
  color: #1a2d59;
  max-width: 340px;
}
.m-block--text p + .a-btn {
  margin-top: 20px;
}
.m-block--text .row > .col-md-6 + .col-md-6 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .m-block--text .row > .col-md-6 + .col-md-6 {
    margin-top: 0;
  }
}

.m-block--outline {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 20px;
}
@media (min-width: 768px) {
  .m-block--outline {
    padding: 50px 80px;
  }
}
.m-block--outline h2 {
  color: #005cb9;
}
.m-block--outline h3 {
  color: #1a2d59;
  line-height: 1.5;
}
.m-block--outline h2 + h3 {
  margin-top: 20px;
}
.m-block--outline .m-block__cols {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .m-block--outline .m-block__cols {
    column-count: 2;
    column-gap: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .m-block--outline .m-block__cols p {
    text-align: center;
  }
}

.m-block--salary {
  background: #f0f0f0;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .m-block--salary {
    padding: 50px 90px 50px 90px;
  }
}
.m-block--salary p {
  text-align: center;
}
.m-block--salary h1 {
  text-align: center;
  font-size: 3.75rem;
  color: #005cb9;
  font-weight: bold;
  margin-bottom: 15px;
}
.m-block--salary h2 {
  text-align: center;
  font-size: 1.1rem;
  color: #1a2d59;
}

.m-block--list {
  padding: 25px 15px 0 15px;
}
@media (min-width: 768px) {
  .m-block--list {
    padding: 25px 0 0 0;
  }
}
.m-block--list.large-list {
  padding-top: 0px;
  padding: 30px 30px 30px 30px;
  border: 2px solid #ccc;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 768px) {
  .m-block--list.large-list {
    padding: 45px 50px 30px 50px;
  }
}
.m-block--list.large-list ul {
  margin: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
  .m-block--list.large-list ul {
    margin: 20px 0px 20px 0px;
  }
}
.m-block--list.large-list ul li {
  margin-bottom: 25px;
  margin-left: 1em !important;
}
.m-block--list.large-list ul li:last-child {
  margin-bottom: 0;
}
.m-block--list.large-list h3 {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .m-block--list.large-list h3 {
    margin-bottom: 15px;
  }
}

.m-block--article-divider {
  height: 1px;
  width: 100%;
  background: #ccc;
  margin-top: 50px;
}

@media (min-width: 576px) {
  .m-block--article-sidebar {
    position: sticky;
    top: 50px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.m-block--article {
  margin-top: 50px;
}
.m-block--article .article-text h1 {
  color: #1a2d59;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.m-block--article .article-text h1:first-child {
  margin-top: 0;
}
.m-block--article .article-text a {
  color: #005cb9;
  text-decoration: underline;
  display: inline;
  cursor: pointer;
}
.m-block--article .article-text a.a-btn {
  text-decoration: none;
  display: inline-block;
  margin-top: 0 !important;
}
.m-block--article .article-text h2 {
  color: #1a2d59;
  font-size: 15px;
  margin-bottom: 30px;
}
.m-block--article .article-text ul {
  list-style: initial;
  margin: 0 21px 30px 21px;
}
.m-block--article .article-text ul li {
  list-style: initial;
  margin-bottom: 10px;
  font-size: 15px;
}
.m-block--article .article-text p {
  font-size: 15px;
}
.m-block--article .article-text img {
  margin: 30px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .m-block--article .article-text img {
    width: 75%;
  }
}

@media (max-width: 991.98px) {
  .col-btn-block {
    padding-top: 1rem;
    display: flex;
    justify-content: flex-start;
  }
}

.m-article--quote-block {
  margin-top: 30px;
  margin-left: 55px;
  padding-right: 10%;
  position: relative;
  padding-bottom: 1rem;
  line-height: 1.3rem;
}
@media (min-width: 768px) {
  .m-article--quote-block {
    padding-right: 25%;
    padding-bottom: 1.3rem;
  }
}
.m-article--quote-block p {
  font-size: 16px;
}
.m-article--quote-block::before {
  background-image: url(/dist/images/quote.png);
  background-size: 30px 25px;
  display: inline-block;
  width: 30px;
  height: 25px;
  position: absolute;
  left: -55px;
  content: "";
}

.m-block--article-header {
  margin-bottom: 50px;
}
.m-block--article-header h3 {
  color: #1a2d59;
  text-transform: unset;
}
.m-block--article-header h1 {
  font-size: 1.6rem;
  color: #1a2d59;
  font-weight: bold;
  margin: 25px 0;
  line-height: 1.2;
}

.m-block__contact p {
  margin: 0;
}
@media (min-width: 992px) {
  .m-block__contact p {
    margin-right: 26px;
  }
}
.m-block__contact p + p {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .m-block__contact p + p {
    margin-top: 0;
  }
}
.m-block__contact p span {
  color: #005cb9;
  font-weight: 900;
}

.college-16-18 .m-block__content h4 {
  color: #005cb9;
}
.college-16-18 .m-block--text h2, .college-16-18 .m-block--text h3 {
  color: #005cb9;
}
.college-16-18 .m-block--outline h2 {
  color: #005cb9;
}
.college-16-18 .m-block__contact p span {
  color: #005cb9;
}

.university-centre .m-block__content h4 {
  color: #e73037;
}
.university-centre .m-block--text h2, .university-centre .m-block--text h3 {
  color: #e73037;
}
.university-centre .m-block--outline h2 {
  color: #e73037;
}
.university-centre .m-block__contact p span {
  color: #e73037;
}

.international-students .m-block__content h4 {
  color: #7137ad;
}
.international-students .m-block--text h2, .international-students .m-block--text h3 {
  color: #7137ad;
}
.international-students .m-block--outline h2 {
  color: #7137ad;
}
.international-students .m-block__contact p span {
  color: #7137ad;
}

.adult-19 .m-block__content h4 {
  color: #5d9c9c;
}
.adult-19 .m-block--text h2, .adult-19 .m-block--text h3 {
  color: #5d9c9c;
}
.adult-19 .m-block--outline h2 {
  color: #5d9c9c;
}
.adult-19 .m-block__contact p span {
  color: #5d9c9c;
}

.apprenticeships .m-block__content h4 {
  color: #e6c100;
}
.apprenticeships .m-block--text h2, .apprenticeships .m-block--text h3 {
  color: #e6c100;
}
.apprenticeships .m-block--outline h2 {
  color: #e6c100;
}
.apprenticeships .m-block__contact p span {
  color: #e6c100;
}

.employers .m-block__content h4 {
  color: #20d18c;
}
.employers .m-block--text h2, .employers .m-block--text h3 {
  color: #20d18c;
}
.employers .m-block--outline h2 {
  color: #20d18c;
}
.employers .m-block__contact p span {
  color: #20d18c;
}

.display-sm-up {
  display: none !important;
}
@media (min-width: 576px) {
  .display-sm-up {
    display: block !important;
  }
}

.flex-sm-up {
  display: none !important;
}
@media (min-width: 576px) {
  .flex-sm-up {
    display: flex !important;
  }
}

.display-sm-down {
  display: block !important;
}
@media (min-width: 576px) {
  .display-sm-down {
    display: none !important;
  }
}

.flex-sm-down {
  display: flex !important;
}
@media (min-width: 576px) {
  .flex-sm-down {
    display: none !important;
  }
}

.display-md-up {
  display: none !important;
}
@media (min-width: 768px) {
  .display-md-up {
    display: block !important;
  }
}

.display-md-down {
  display: block;
}
@media (min-width: 768px) {
  .display-md-down {
    display: none !important;
  }
}

.display-flex-sm-up {
  display: none !important;
}
@media (min-width: 576px) {
  .display-flex-sm-up {
    display: flex !important;
  }
}

.icon--phone-solid {
  width: 16px;
  height: 16px;
}

.active {
  display: block !important;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.t-0 {
  top: 0;
}

.r-0 {
  right: 0;
}

.modal--p {
  width: 90%;
}

.flex-start-rev {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .flex-start-rev {
    justify-content: flex-end;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-card {
    /* IE10+ CSS styles go here */
    display: block;
  }
}

.m-card .a-media__img + h3,
.m-card .a-media__img + h4 {
  margin-top: 20px;
}

.m-cards__header {
  color: #1a2d59;
  display: flex;
  align-items: center;
}
.m-cards__header h3 + .a-text-link {
  margin-left: 20px;
}

.m-card h3 {
  color: #1a2d59;
}

.m-card h4 {
  color: #1a2d59;
}
.m-card h4 + p {
  margin-top: 15px;
}

.m-card .f-h2 {
  display: block;
  color: #005cb9;
  margin-top: 10px;
}

.m-card .a-btn {
  margin-top: 20px;
}

.m-card__meta {
  display: block;
  color: #1a2d59;
  margin-top: -10px;
}
.m-card__meta + p, .m-card__meta + h2, .m-card__meta + h3, .m-card__meta + h4 {
  margin-top: 15px;
}

.m-card__content p a {
  color: #1a2d59;
  font-weight: 900;
}

.m-card--stat h3,
.m-hero .m-card--stat h3 {
  margin-top: 25px;
}

.m-card--stat p {
  color: #1a2d59;
}

.m-card--image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  display: block;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .m-card--image {
    margin-bottom: 10px;
  }
}
.m-card--image img {
  display: block;
  width: 100%;
}

.m-card--image .m-card__caption {
  display: flex;
  flex-flow: row wrap;
  color: #1a2d59;
  background: #f0f0f0;
  padding: 30px 25px;
}
.m-card--image .m-card__caption svg {
  margin-left: auto;
  margin-top: 4px;
  flex-shrink: 0;
}

.m-card__img {
  position: relative;
}
.m-card__img img {
  display: block;
  width: 100%;
}
.m-card__img .icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.m-card--image .m-card__img + .m-card__content {
  margin-top: 25px;
}

.m-card--image .m-card__content h4 {
  text-transform: uppercase;
  color: #1a2d59;
}
.m-card--image .m-card__content > svg {
  margin-top: 15px;
  color: #005cb9;
}
.m-card--image .m-card__content p:not(:first-child) {
  margin-top: 10px;
}

.m-card.m-card--bio h4 {
  color: #005cb9;
}
.m-card.m-card--bio .m-card__position {
  color: #1a2d59;
  margin-top: 15px;
  display: block;
}
.m-card.m-card--bio .m-card__position + p {
  margin-top: 15px;
}

.m-card.m-card--bio.m-card--simple {
  margin: 25px 0;
}
.m-card.m-card--bio.m-card--simple h4 {
  color: #666;
}
.m-card.m-card--bio.m-card--simple .m-card__position {
  color: #666;
  margin-top: 10px;
}

.m-card__handle {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.m-card__handle img {
  margin-right: 10px;
  flex-shrink: 0;
}

.m-card--overlay {
  position: relative;
  overflow: hidden;
}
.o-section__content .m-card--overlay.m-card {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .o-section__content .m-card--overlay.m-card {
    margin-top: 40px;
  }
}
.m-card--overlay + .m-card--overlay {
  margin-top: 25px;
}
.m-card--overlay .m-card__img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .m-card--overlay .m-card__img {
    margin-bottom: 60px;
  }
}
.m-card--overlay .m-card__img img {
  object-fit: cover;
  display: block;
}
.m-card--overlay .m-card__content {
  position: relative;
  background: #fff;
  padding: 20px 65px 20px 20px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  margin-top: -80px;
}
@media (min-width: 768px) {
  .m-card--overlay .m-card__content {
    position: absolute;
    padding: 15px 55px 15px 15px;
    border-radius: 0 5px 0 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .m-card--overlay .m-card__content {
    width: 75%;
    padding: 35px 95px 35px 35px;
  }
}
.m-card--overlay .m-card__content h2 {
  color: #1a2d59;
  line-height: 1.4;
  text-transform: uppercase;
}
.m-card--overlay .m-card__content h2 + p {
  margin-top: 20px;
}
.m-card--overlay .m-card__content h3 {
  color: #1a2d59;
  line-height: 1.4;
}
.m-card--overlay .m-card__content h3 + p {
  margin-top: 20px;
}
.m-card--overlay .m-card__content .a-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  min-width: 0;
  border-radius: 0;
  margin: 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .m-card--overlay .m-card__content .a-btn {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .m-card--overlay .m-card__content .a-btn {
    width: 65px;
  }
}
.m-card--overlay .m-card__content .a-btn svg {
  margin: 0;
}
.m-card--overlay_container {
  display: initial !important;
}

.m-card--overlay .m-card__label {
  position: absolute;
  background: #fff;
  color: #1a2d59;
  top: 40px;
  left: 45px;
  padding: 6px 12px;
  border-radius: 5px;
}

.m-card--basic {
  background: #ececec;
  padding: 45px 40px;
  border-radius: 5px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section__content .m-card--basic.m-card {
    margin-top: 30px;
  }
}
.m-card--basic h3 {
  font-weight: 900;
}
.m-card--basic h3 + p {
  margin-top: 15px;
}
.m-card--basic em {
  font-style: normal;
  color: #005cb9;
  font-weight: 900;
}
.m-card--basic p a {
  color: #666;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-card--basic p a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .m-card--basic .m-card__content p {
    max-width: 400px;
  }
}

.m-card--basic.m-card--variant-3 {
  background: #ffda1a;
  color: #1a2d59;
}

.m-card--stack {
  display: grid;
  -ms-grid-columns: 60px 1fr 60px;
  grid-template-columns: 60px 1fr 60px;
  -ms-grid-rows: 60px 1fr;
  grid-template-rows: 60px 1fr;
  align-items: flex-start;
  display: -ms-grid;
  height: calc(100% - 30px);
}
@media (min-width: 992px) {
  .m-card--stack {
    height: calc(100% - 15px);
  }
}
.m-card--stack .m-card__content {
  height: 100%;
}

.m-card--stack .m-card__img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 2/4;
  grid-row: 1/3;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-card--stack .m-card__img {
    margin-left: 30px;
  }
}
.m-card--stack .m-card__img + .m-card__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-column: 1/3;
  grid-row: 2/3;
}
.m-card--stack .m-card__content {
  grid-area: card;
  padding: 40px 40px;
  border-radius: 5px;
  background: rgba(240, 240, 240, 0.95);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-card--stack .m-card__content {
    width: calc(100% - 30px);
    padding: 30px;
  }
}
.m-card--stack .m-card__content .a-text-link {
  color: #1a2d59;
}
.m-card--stack .m-card__content .a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #1a2d59;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-card--stack .m-card__content .a-text-link:hover::after {
    max-width: 700px;
  }
}
.m-card--stack .m-card__content .a-text-link + .a-btn {
  margin-top: 20px;
}
.m-card--stack .m-card__content p + .a-text-link {
  margin-top: 20px;
}

.m-block--facilities-text {
  padding: 0;
}
.m-block--facilities-text h1 {
  color: #1a2d59;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .m-block--facilities-text {
    padding: 0 50px 0 0;
  }
}

.m-block--facilities-header h1 {
  color: #1a2d59;
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 50px;
  line-height: 1.2;
}
.m-block--facilities-header p {
  color: #1a2d59;
  margin-bottom: 35px;
}
.m-block--facilities-header img {
  width: 100%;
}

.m-card--event {
  display: flex;
}

.m-card--event-container {
  width: 100%;
  margin-top: 30px;
}
.m-card--event-container h1 {
  color: #1a2d59;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .m-card--event-container {
    margin-top: 0px;
  }
}

.m-card--event .m-card__content {
  grid-area: card;
  padding: 40px 40px;
  border-radius: 5px;
  background: #f0f0f0;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-card--event .m-card__content {
    width: 100%;
    padding: 30px;
  }
}
.m-card--event .m-card__content .a-text-link {
  color: #1a2d59;
}
.m-card--event .m-card__content .a-text-link + .a-btn {
  margin-top: 20px;
}
.m-card--event .m-card__content p + .a-text-link {
  margin-top: 20px;
}

.m-card--stack.m-card--blue .m-card__content {
  background: rgba(0, 92, 185, 0.95);
  color: #fff;
}
.m-card--stack.m-card--blue .m-card__content h2, .m-card--stack.m-card--blue .m-card__content h3, .m-card--stack.m-card--blue .m-card__content h4, .m-card--stack.m-card--blue .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--blue .m-card__content .a-text-link:after {
  background-color: #fff;
}

.m-card--stack.m-card--light-blue .m-card__content {
  background: rgba(35, 147, 246, 0.95);
  color: #fff;
}
.m-card--stack.m-card--light-blue .m-card__content h2, .m-card--stack.m-card--light-blue .m-card__content h3, .m-card--stack.m-card--light-blue .m-card__content h4, .m-card--stack.m-card--light-blue .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--light-blue .m-card__content .a-text-link:after {
  background-color: #fff;
}

.m-card--stack.m-card--dark .m-card__content {
  background: rgba(26, 45, 89, 0.95);
  color: #fff;
}
.m-card--stack.m-card--dark .m-card__content h2, .m-card--stack.m-card--dark .m-card__content h3, .m-card--stack.m-card--dark .m-card__content h4, .m-card--stack.m-card--dark .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--dark .m-card__content h2::after, .m-card--stack.m-card--dark .m-card__content h3::after, .m-card--stack.m-card--dark .m-card__content h4::after, .m-card--stack.m-card--dark .m-card__content .a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-card--stack.m-card--dark .m-card__content h2:hover::after, .m-card--stack.m-card--dark .m-card__content h3:hover::after, .m-card--stack.m-card--dark .m-card__content h4:hover::after, .m-card--stack.m-card--dark .m-card__content .a-text-link:hover::after {
    max-width: 700px;
  }
}
.m-card--stack.m-card--dark .m-card__content .a-text-link:after {
  background-color: #fff;
}

.m-card--stack.m-card--tertiary .m-card__content {
  background: rgba(66, 226, 164, 0.95);
}

.m-card--stack.m-card--variant-1 .m-card__content {
  background: rgba(231, 48, 55, 0.95);
  color: #fff;
}
.m-card--stack.m-card--variant-1 .m-card__content h2, .m-card--stack.m-card--variant-1 .m-card__content h3, .m-card--stack.m-card--variant-1 .m-card__content h4, .m-card--stack.m-card--variant-1 .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--variant-1 .m-card__content .a-text-link:after {
  background-color: #fff;
}

.m-card--stack.m-card--variant-2 .m-card__content {
  background: rgba(164, 233, 237, 0.95);
}

.m-card--stack.m-card--variant-3 .m-card__content {
  background: rgba(255, 218, 26, 0.95);
}

.m-card--stack.m-card--variant-4 .m-card__content {
  background: rgba(113, 55, 173, 0.95);
  color: #fff;
}
.m-card--stack.m-card--variant-4 .m-card__content h2, .m-card--stack.m-card--variant-4 .m-card__content h3, .m-card--stack.m-card--variant-4 .m-card__content h4, .m-card--stack.m-card--variant-4 .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--variant-4 .m-card__content .a-text-link:after {
  background-color: #fff;
}

.card--flex--container {
  display: flex;
}

.card--flex-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .card--flex-head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.remove--mobile {
  display: none;
}
@media (min-width: 768px) {
  .remove--mobile {
    display: block;
  }
}

.card--ellipsis-item {
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin: 0 3px;
  justify-self: flex-end;
  border: none;
}
.card--ellipsis-item:last-child {
  margin: 0 0 0 3px;
}
@media (min-width: 768px) {
  .card--ellipsis-item {
    display: none;
  }
}

.m-card--event.m-card--dark .m-card__content {
  background: #1a2d59;
  color: #fff;
}
.m-card--event.m-card--dark .m-card__content h2, .m-card--event.m-card--dark .m-card__content h3, .m-card--event.m-card--dark .m-card__content h4, .m-card--event.m-card--dark .m-card__content .a-text-link {
  color: #fff;
}

.m-card--info {
  border-radius: 5px;
  padding: 30px 30px 30px 30px;
  background: #f5f5f5;
  border-top: 8px solid #ececec;
}
.m-card--info .a-text-link {
  color: #1a2d59;
  margin-top: 30px;
}
.m-card--info p em {
  color: #1a2d59;
  font-style: normal;
  font-weight: 900;
}
@media (min-width: 768px) {
  .o-section__content .m-card--info.m-card {
    margin-top: 25px;
  }
}

.m-card__container {
  flex-grow: 1;
}
.m-card__container > div {
  display: flex;
}
.m-card__container .m-card {
  width: 100%;
}
.m-card__container .m-card.m-card--image {
  display: flex;
  flex-direction: column;
}
.m-card__container .m-card.m-card--image .m-card__caption {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.m-card__container .m-card.m-card--image .m-card__caption > div {
  max-width: initial;
}
@media (min-width: 768px) {
  .m-card__container .m-card.m-card--image .m-card__caption > div {
    max-width: 200px;
  }
}
.m-card__container .m-card.m-card--image .m-card__caption > div + svg {
  margin-top: 0;
}

.m-card__image--rounded {
  height: auto;
  display: flex;
  width: 50%;
  padding-top: 0;
  padding-bottom: 20px;
}
.m-card__image--rounded:before {
  content: "";
  display: flex;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .m-card__image--rounded {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .m-card__image--rounded {
    padding: 0 10px 10px;
  }
}
.m-card__image--rounded img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  min-width: 170px;
  min-height: 170px;
}
@media (min-width: 576px) {
  .m-card__image--rounded img {
    min-width: initial;
    min-height: initial;
  }
}

@media (min-width: 992px) {
  .col-md-4 .m-card__image--rounded {
    padding: 0 25px 10px;
  }
}

.m-card__tags {
  margin: 20px 0;
}

.m-card__tags + p a span {
  color: #666;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-card__tags + p a span:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-card__tag {
  background-color: #fff;
  display: inline-block;
  margin: 6px 6px 6px 0;
  padding: 8px 16px;
  border-radius: 8px;
}
.m-card__tag h4 {
  color: #005cb9;
}
.m-card__tag h4.color--red {
  color: #e73037;
}
.m-card__tag h4.color--teal {
  color: #64dae0;
}
.m-card__tag h4.color--yellow {
  color: #cdab00;
}
.m-card__tag h4.color--purple {
  color: #7137ad;
}

.m-card__title {
  text-transform: none;
}

.m-card__label {
  font-size: 0.8125rem;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 900;
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
}
.m-card__label + p {
  margin-top: 20px;
}
.m-card__label.m-card__label--variant-3 {
  color: #b39600;
}

.m-card--image svg {
  transition: all 300ms ease;
}
.m-card--image:hover svg {
  transform: translateX(3px);
}
.m-card--image .a-btn > svg {
  transform: none;
}

.m-card--social a {
  text-decoration: none !important;
  position: static !important;
}
.m-card--social a:after {
  content: none !important;
}

.m-card--apply-confirmation__item {
  padding: 40px 0;
}
.m-card--apply-confirmation__item:first-child {
  padding: 20px 0 40px;
}
.m-card--apply-confirmation h2 {
  color: #1a2d59;
}
.m-card--apply-confirmation h4 {
  color: #666;
}
.m-card--apply-confirmation h4 + p {
  margin-top: 0;
}
.m-card--apply-confirmation h4 + p a span {
  color: #666;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-card--apply-confirmation h4 + p a span:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
.m-card--apply-confirmation p em {
  font-size: 15px;
}

.m-card--border {
  border-bottom: 1px solid #ccc;
  max-width: 985px;
  margin: 0 auto;
}

.college-16-18 .m-card--image .m-card__content > svg {
  color: #005cb9;
}
.college-16-18 .m-card--overlay .m-card__content .a-btn {
  background-color: #005cb9;
  color: #fff;
}
.college-16-18 .m-card--overlay .m-card__content .a-btn:hover {
  background-color: #004386;
}
.college-16-18 .m-card .f-h2 {
  color: #005cb9;
}

.university-centre .m-card--image .m-card__content > svg {
  color: #e73037;
}
.university-centre .m-card--overlay .m-card__content .a-btn {
  background-color: #e73037;
  color: #fff;
}
.university-centre .m-card--overlay .m-card__content .a-btn:hover {
  background-color: #cc181f;
}
.university-centre .m-card .f-h2 {
  color: #e73037;
}
.university-centre .m-card--basic em {
  color: #e73037;
}

.international-students .m-card--image .m-card__content > svg {
  color: #7137ad;
}
.international-students .m-card--overlay .m-card__content .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .m-card--overlay .m-card__content .a-btn:hover {
  background-color: #582b86;
}
.international-students .m-card .f-h2 {
  color: #7137ad;
}
.international-students .m-card--basic em {
  color: #7137ad;
}

.adult-19 .m-card--image .m-card__content > svg {
  color: #79dfe5;
}
.adult-19 .m-card--overlay .m-card__content .a-btn {
  background-color: #a4e9ed;
  color: #1a2d59;
}
.adult-19 .m-card--overlay .m-card__content .a-btn:hover {
  background-color: #7CAFB3;
  color: #fff;
}
.adult-19 .m-card .f-h2 {
  color: #79dfe5;
}
.adult-19 .m-card--basic em {
  color: #5d9c9c;
}

.apprenticeships .m-card--image .m-card__content > svg {
  color: #e6c100;
}
.apprenticeships .m-card--overlay .m-card__content .a-btn {
  background-color: #ffda1a;
  color: #1a2d59;
}
.apprenticeships .m-card--overlay .m-card__content .a-btn:hover {
  background-color: #AE9014;
  color: #fff;
}
.apprenticeships .m-card .f-h2 {
  color: #e6c100;
}
.apprenticeships .m-card--basic em {
  color: #e6c100;
}

.employers .m-card--image .m-card__content > svg {
  color: #20d18c;
}
.employers .m-card--overlay .m-card__content .a-btn {
  background-color: #42e2a4;
  color: #1a2d59;
}
.employers .m-card--overlay .m-card__content .a-btn:hover {
  background-color: #20d18c;
}
.employers .m-card .f-h2 {
  color: #20d18c;
}
.employers .m-card--basic em {
  color: #20d18c;
}

.m-carousel {
  border-radius: 5px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .m-carousel.m-carousel-banner .carousel-item > img {
    object-fit: cover;
    width: 100%;
    height: 60vw;
  }
}
@media (max-width: 767.98px) {
  .m-carousel.m-carousel-banner {
    border-radius: 0;
  }
  .m-carousel.m-carousel-banner .carousel-caption {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    display: block !important;
    background: #1a2d59;
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .m-carousel.m-carousel-banner .carousel-caption .offset-1 {
    margin-left: 0;
  }
  .m-carousel.m-carousel-banner .carousel-indicators {
    display: none;
  }
}
.carousel-control-desktop {
  display: none;
}
@media (min-width: 576px) {
  .carousel-control-desktop {
    display: inline-flex;
  }
}

.carousel-control-mobile {
  display: inline-flex;
  position: relative;
  top: 170px;
  transform: none;
  margin: 20px 5px !important;
}
.carousel-control-mobile.carousel-control-prev {
  margin-left: 0 !important;
}
@media (min-width: 576px) {
  .carousel-control-mobile {
    top: auto;
  }
}

.m-carousel .carousel-control-prev,
.m-carousel .carousel-control-next {
  opacity: 1;
  top: 46vw;
  height: 27px;
  width: 40px;
  transform: translateY(-50%);
  margin: 0 20px;
}
@media (min-width: 576px) {
  .m-carousel .carousel-control-prev,
.m-carousel .carousel-control-next {
    margin: 0 20px;
    top: 41vw;
    width: auto;
    bottom: auto;
  }
}

@media (max-width: 767.98px) {
  .carousel-control-next {
    right: auto;
    left: 50px !important;
  }
}
.m-carousel .carousel-control-prev:hover,
.m-carousel .carousel-control-prev:focus,
.m-carousel .carousel-control-next:hover,
.m-carousel .carousel-control-next:focus {
  color: #1a2d59;
}

.m-carousel .carousel-indicators {
  bottom: 25px;
  right: 25px;
  margin: 0;
  left: auto;
  padding: 10px 6px;
  border-radius: 5px;
  background: #1a2d59;
}

.m-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  cursor: pointer;
  list-style: none;
}

.m-carousel .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  text-align: left;
}
.m-carousel .carousel-caption .a-btn, .m-carousel .carousel-caption p {
  margin-top: 20px;
}

.m-carousel .carousel-caption--bl {
  bottom: 30px;
  left: 30px;
  top: auto;
  transform: none;
  padding: 0;
}

.m-carousel--content {
  background: none;
  margin-top: 15px;
}

.m-carousel__controls {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-carousel__controls .carousel-control-prev,
.m-carousel__controls .carousel-control-next,
.m-carousel__controls .carousel-indicators {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none;
}
.m-carousel__controls .carousel-control-prev,
.m-carousel__controls .carousel-control-next {
  margin: 0 10px;
}
.m-carousel__controls .carousel-indicators {
  padding: 0;
  background: none;
}
.m-carousel__controls .carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
}
.m-carousel__controls .carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.6);
}
.m-carousel__controls .carousel-control-prev:hover,
.m-carousel__controls .carousel-control-prev:focus,
.m-carousel__controls .carousel-control-next:hover,
.m-carousel__controls .carousel-control-next:focus {
  color: #fff;
}

.carousel-mini-item {
  position: relative;
  padding: 0;
  min-height: 90px;
}

.carousel-mini-item::before {
  display: block;
  content: "";
  padding-top: 70%;
  width: 100%;
  box-sizing: border-box;
}

.m-carousel--mini .carousel-item img {
  /* Remove this margin:  margin: 15px 0; */
  /*Add the following:*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: auto;
  max-width: 90px;
}

.m-carousel--mini {
  background: none;
  border-radius: 0;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .m-carousel--mini .carousel-inner {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .m-carousel--mini {
    margin-top: 0;
  }
}
.m-carousel--mini .carousel-item {
  text-align: center;
  padding: 0 60px;
}
.m-carousel--mini .carousel-item img {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .m-carousel--mini .carousel-item img {
    margin: 0;
  }
}
.m-carousel--mini .carousel-control-prev,
.m-carousel--mini .carousel-control-next {
  position: absolute;
  margin: 0;
  top: auto;
  bottom: -65px;
}
.m-carousel--mini .carousel-control-prev.carousel-control-next,
.m-carousel--mini .carousel-control-next.carousel-control-next {
  left: auto !important;
  right: 0;
}
@media (min-width: 768px) {
  .m-carousel--mini .carousel-control-prev,
.m-carousel--mini .carousel-control-next {
    bottom: auto;
    top: 58px;
  }
}
.m-carousel--mini .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 40px auto 0 auto;
  display: inline-flex;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  background: none;
}
.m-carousel--mini .carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
}
.m-carousel--mini .carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.6);
}
.m-carousel--mini .carousel-control-prev:hover,
.m-carousel--mini .carousel-control-prev:focus,
.m-carousel--mini .carousel-control-next:hover,
.m-carousel--mini .carousel-control-next:focus {
  color: #fff;
}

.m-expand {
  width: 100%;
  border: 1.5px solid #ccc;
  border-radius: 5px;
  padding: 25px 25px;
  margin-top: 15px;
  text-align: left;
  background: #fff;
  transition: all 300ms ease;
  cursor: pointer;
}
.m-expand:hover {
  background: #f2f2f2;
}
.m-expand.collapsed .m-expand-header {
  background-image: url(/dist/images/chevron--down.svg);
}

.m-expand--inner {
  background-color: inherit;
  width: 100%;
  border: none;
  cursor: pointer;
}
.m-expand--inner.collapsed .m-expand-header {
  background-image: url(/dist/images/chevron--down.svg);
  cursor: pointer;
}

.m-expand-header {
  display: flex;
  color: #1a2d59;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  background: url(/dist/images/chevron--up.svg) no-repeat right 4px;
}
.m-expand-header h4 {
  padding-right: 1rem;
}

.m-expand-header--title {
  padding-right: 1em !important;
}

.m-expand__content {
  padding: 20px 0 0 10px;
}
.m-expand__content p a {
  position: relative;
  display: inline-block;
}
.m-expand__content p a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-expand__content .a-media {
  width: 100%;
  border-radius: 5px;
  background: #f0f0f0;
  text-align: center;
}
@media (min-width: 768px) {
  .m-expand__content .a-media {
    width: calc(100% - 20px);
  }
}

.m-expand__content h4 {
  color: #005cb9;
}

.m-expand__content h5,
.m-expand__content .h5 {
  font-weight: 900;
  color: #005cb9;
}

.m-expand__content span.d-block + p {
  margin-top: 25px;
  display: block;
}

.m-expand__content a {
  position: relative;
  display: inline-block;
}
.m-expand__content a:not(.a-btn):after {
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-expand__content ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

.m-expand__content :first-child {
  margin-top: 0;
}

.m-expand__content span.d-block + a,
.m-expand__content p + a {
  margin-top: 25px;
}

.m-expand__content .col-md-4:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .m-expand__content .col-md-4:not(:first-child) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .m-expand img {
    width: 175px !important;
    margin: 0 auto;
  }
}

.college-16-18 .m-expand__content h4,
.college-16-18 .m-expand__content .h5,
.college-16-18 .m-expand__content h5 {
  color: #005cb9;
}

.university-centre .m-expand__content h4,
.university-centre .m-expand__content .h5,
.university-centre .m-expand__content h5 {
  color: #e73037;
}

.international-students .m-expand__content h4,
.international-students .m-expand__content .h5,
.international-students .m-expand__content h5 {
  color: #7137ad;
}

.adult-19 .m-expand__content h4,
.adult-19 .m-expand__content .h5,
.adult-19 .m-expand__content h5 {
  color: #79dfe5;
}

.apprenticeships .m-expand__content h4,
.apprenticeships .m-expand__content .h5,
.apprenticeships .m-expand__content h5 {
  color: #e6c100;
}

.employers .m-expand__content h4,
.employers .m-expand__content .h5,
.employers .m-expand__content h5 {
  color: #20d18c;
}

.m-filter h1 {
  font-family: "Biryani", sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 900;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
  font-weight: 900;
}
.m-filter h1 b,
.m-filter h1 strong {
  font-weight: 800;
}
.m-filter h1 i,
.m-filter h1 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-filter h1 {
  font-family: Arial, Biryani, sans-serif;
}
@media screen and (min-width: 768px) {
  .m-filter h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .m-filter h1.h1--big {
    font-size: 4.375rem;
  }
}

.m-filter__btns {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  padding-bottom: 15px;
  flex-flow: row wrap;
}
.m-filter__btns.m-filter__btns-margin {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .m-filter__btns {
    flex-flow: row nowrap !important;
    overflow-x: scroll;
  }
}

.m-filter-content .m-filter-content-text {
  padding: 0 20px 20px 20px;
}

.m-filter__btns {
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
  padding-bottom: 15px;
  flex-flow: row wrap;
  /* On iOS, override default scrollbar baheviour - https://stackoverflow.com/questions/1202425/making-the-main-scrollbar-always-visible */
}
.m-filter__btns--subject-areas {
  justify-content: flex-start;
}
@media (min-width: 1100px) {
  .m-filter__btns--subject-areas {
    flex-wrap: nowrap;
  }
}
.m-filter__btns::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: rgba(0, 0, 0, 0.1);
}
.m-filter__btns::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

.m-filter__btn {
  margin: 10px 5px 15px 5px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  border: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-appearance: none;
  padding: 25px;
  text-decoration: none;
  justify-content: center;
  background-color: #f0f0f0;
  color: #ababab;
}
.m-filter__btn.m-filter__btn--primary.active {
  background: #005cb9;
  color: #fff;
}
.m-filter__btn.m-filter__btn--primary.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #005cb9;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--primary.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--primary.active:hover {
  background-color: #005cb9;
}
.m-filter__btn.m-filter__btn--primary:hover {
  background: #004386;
}
.m-filter__btn.m-filter__btn--secondary.active {
  background: #1a2d59;
  color: #fff;
}
.m-filter__btn.m-filter__btn--secondary.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #1a2d59;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--secondary.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--secondary.active:hover {
  background-color: #1a2d59;
  color: #fff;
}
.m-filter__btn.m-filter__btn--secondary:hover {
  background: #0e1932;
  color: #fff;
}
.m-filter__btn.m-filter__btn--tertiary.active {
  background: #42e2a4;
  color: #1a2d59;
}
.m-filter__btn.m-filter__btn--tertiary.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #42e2a4;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--tertiary.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--tertiary.active:hover {
  background-color: #42e2a4;
  color: #fff;
}
.m-filter__btn.m-filter__btn--tertiary:hover {
  background: #20d18c;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-1.active {
  background: #e73037;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-1.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e73037;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-1.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-1.active:hover {
  background-color: #e73037;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-1:hover {
  background: #cc181f;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-2.active {
  background: #a4e9ed;
  color: #1a2d59;
}
.m-filter__btn.m-filter__btn--variant-2.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #a4e9ed;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-2.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-2.active:hover {
  background-color: #a4e9ed;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-2:hover {
  background: #79dfe5;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-3.active {
  background: #ffda1a;
  color: #1a2d59;
}
.m-filter__btn.m-filter__btn--variant-3.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffda1a;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-3.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-3.active:hover {
  background-color: #ffda1a;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-3:hover {
  background: #e6c100;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-4.active {
  background: #7137ad;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-4.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #7137ad;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-4.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-4.active:hover {
  background-color: #7137ad;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-4:hover {
  background: #582b86;
  color: #fff;
}
.m-filter__btn:hover {
  background-color: #1a2d59;
  color: #fff;
}
.m-filter__btn.active {
  background-color: #005cb9;
  color: #fff;
  position: relative;
}
.m-filter__btn.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #005cb9;
  top: 100%;
  position: absolute;
  left: 42%;
}
.m-filter__btn.active > svg {
  opacity: 0.5;
}
.m-filter__btn.active:hover {
  background-color: #005cb9;
}
.m-filter__btn.active-dark {
  background-color: #1a2d59;
  color: #fff;
  position: relative;
}
.m-filter__btn.active-dark:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #1a2d59;
  top: 100%;
  position: absolute;
}
.m-filter__btn.active-dark > svg {
  opacity: 0.5;
}
.m-filter__btn.active-dark:hover {
  background-color: #1a2d59;
}
.m-filter__btn > svg {
  margin-left: 10px;
}

.m-filter-search {
  position: relative;
  margin-bottom: 30px;
}

.m-filter-search .icon--search {
  color: #1a2d59;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .m-filter-search .icon--search {
    left: 20px;
    width: 20px;
    height: 20px;
  }
}

.m-filter-search__input {
  background: #fff;
  padding: 12px 55px;
  border-radius: 6px;
  border: none;
  width: 100%;
  font-size: 1rem;
  border: 2px solid #e3e4e5;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.m-filter-search__input::-webkit-input-placeholder {
  color: #ccc;
}
.m-filter-search__input:-moz-placeholder {
  color: #ccc;
}
.m-filter-search__input::-moz-placeholder {
  color: #ccc;
}
.m-filter-search__input:-ms-input-placeholder {
  color: #ccc;
}
.m-filter-search__input:focus, .m-filter-search__input:active {
  border: 2px solid #005cb9;
}

.m-filter__block {
  margin-bottom: 40px;
}
.m-filter__block h4 {
  margin-bottom: 2px;
  color: #1a2d59;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.m-filter__block a span {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-filter__block a span:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
.m-filter__block--checkbox {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e3e4e5;
}
.m-filter__block--checkbox h4 {
  margin-bottom: 20px;
  color: #1a2d59;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.m-filter__block--checkbox .m-form__checkbox label {
  font-size: 14px;
}
.m-filter__block--checkbox .m-form__checkbox input[type=checkbox]:checked + label {
  color: #1a2d59;
}
.m-filter__block--radio {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e3e4e5;
}
.m-filter__block--radio h4 {
  margin-bottom: 20px;
  color: #1a2d59;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.m-filter__block--radio .m-form__radio label {
  font-size: 14px;
}
.m-filter__block--radio .m-form__radio input[type=radio]:checked + label {
  color: #1a2d59;
}

.m-filter__select {
  position: relative;
}
.m-filter__select .form-control {
  padding: 20px 0 10px;
  border-bottom: 2px solid #e3e4e5;
}
.m-filter__select::after {
  content: "";
  background-image: url(/dist/images/chevron--down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.m-filter__select.active::after {
  content: "";
  background-image: url(/dist/images/chevron--up.svg);
}

.m-filter__pagination {
  margin-top: 30px;
}
.m-filter__pagination button {
  border: none;
  background: none;
  cursor: pointer;
  color: #666;
  font-weight: 600;
}
.m-filter__pagination button.active {
  position: relative;
  display: inline-block;
}
.m-filter__pagination button.active:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
  width: 10px;
}
.m-filter__pagination button:hover svg.icon--arrow--left {
  transform: translateX(-3px);
}
.m-filter__pagination button:hover svg.icon--arrow {
  transform: translateX(3px);
}
.m-filter__pagination svg {
  color: #1a2d59;
  transition: all 300ms ease;
}

.m-filter__toggles {
  margn-top: 20px;
}

@-webkit-keyframes "loadbars" {
  0% {
    opacity: 1;
  }
  13% {
    opacity: 0.8;
  }
  26% {
    opacity: 0.6;
  }
  39% {
    opacity: 0.4;
  }
  52% {
    opacity: 0.2;
  }
  65% {
    opacity: 0.4;
  }
  78% {
    opacity: 0.6;
  }
  91% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "loaddots" {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.m-filter__loading {
  position: relative;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.m-filter__loading > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.m-filter__loading > div h4 {
  color: #005cb9;
  text-transform: uppercase;
  font-weight: 800;
}
.m-filter__loading > div h4 span:nth-child(1) {
  -webkit-animation-name: loaddots;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-name: loaddots;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.m-filter__loading > div h4 span:nth-child(2) {
  -webkit-animation-name: loaddots;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.8s;
  animation-name: loaddots;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -0.8s;
}
.m-filter__loading > div h4 span:nth-child(3) {
  -webkit-animation-name: loaddots;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -1.6s;
  animation-name: loaddots;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -1.6s;
}
.m-filter__loading svg {
  width: 160px;
  height: auto;
  color: #005cb9;
  margin-bottom: 60px;
}
.m-filter__loading svg polygon:nth-child(2) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.m-filter__loading svg polygon:nth-child(3) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.8s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -0.8s;
}
.m-filter__loading svg polygon:nth-child(4) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -1.6s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -1.6s;
}
.m-filter__loading svg polygon:nth-child(5) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -2.4s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -2.4s;
}
.m-filter__loading svg polygon:nth-child(6) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -3.2s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -3.2s;
}

.m-filter__dropdown {
  width: 100%;
}
.m-filter__dropdown select {
  border: 2px solid #e3e4e5 !important;
}
.m-filter__dropdown select:active, .m-filter__dropdown select:focus {
  border: 2px solid #005cb9 !important;
}

/* SG: Global font changes on forms - may need be quite far reaching */
.m-form {
  font-size: 14px;
  font-weight: 600;
}
.m-form .umbraco-forms-field .text-danger {
  line-height: 1.4em;
}
.m-form .umbraco-forms-field .umbraco-forms-label {
  line-height: 1.4em;
}

/* SG: Redundant? */
.m-form .m-form__label {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-form .m-form__label {
    margin-bottom: 0;
  }
}
.m-form .m-form__label.m-text-area__label {
  margin-top: 15px;
}

.m-form__select {
  position: relative;
}
.m-form__select-label {
  width: 140px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1a2d59;
}
.m-form__select--full {
  width: 100%;
}
.m-form__select--full select {
  border: 1px solid rgba(38, 38, 38, 0.3);
}
.m-form__select select {
  padding-right: 75px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-form__select select {
    padding-right: 75px;
    margin-bottom: 0;
  }
}
.m-form__select::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1334 0L8 6.13329L1.86665 0L0 1.86665L8 9.86665L16 1.86665L14.1334 0Z' fill='%231a70bc'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid rgba(38, 38, 38, 0.3);
  pointer-events: none;
}
@media (min-width: 992px) {
  .m-form__select::after {
    width: 55px;
  }
}

.m-form__note {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-form__note {
    margin-top: 0;
  }
}

.form-control {
  border-radius: 0;
  padding: 10px;
  height: auto;
  color: #666;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .form-control {
    padding: 20px;
  }
}
.form-control + .input-validation-error {
  margin-top: 10px;
}

textarea.form-control {
  height: 230px;
  resize: none;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.m-form .form-control.input-validation-error:not(:focus) {
  border: 4px solid #e73037;
}

input.form-control::placeholder, textarea.form-control::placeholder {
  opacity: 0.6;
}

.m-form .form-control.input-validation-error:focus,
.m-form .form-control.input-validation-error:active {
  border: 3px solid #005cb9;
}

.form-control.input-validation-error {
  padding-right: 75px;
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20width%3D%2230%22%20height%3D%2230%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23e73037%22%20d%3D%22M504%20256c0%20136.997-111.043%20248-248%20248S8%20392.997%208%20256C8%20119.083%20119.043%208%20256%208s248%20111.083%20248%20248zm-248%2050c-25.405%200-46%2020.595-46%2046s20.595%2046%2046%2046%2046-20.595%2046-46-20.595-46-46-46zm-43.673-165.346l7.418%20136c.347%206.364%205.609%2011.346%2011.982%2011.346h48.546c6.373%200%2011.635-4.982%2011.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884%200-12.356%205.78-11.981%2012.654z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.m-form .form-control.input-validation-valid {
  padding-right: 75px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.9657 10.1286V4.46559C21.9657 2.00952 19.9562 0 17.5 0H4.46559C2.00952 0 0 2.00952 0 4.46559V17.5571C0 20.0131 2.00952 22.0226 4.46559 22.0226H17.5001C19.9562 22.0226 21.9657 20.0131 21.9657 17.5571V11.8706C21.9883 11.5833 22 11.2928 22 10.9996C22 10.7064 21.9882 10.416 21.9657 10.1286ZM4.15627 11.806L5.76905 10.1932L8.99501 13.419L16.2527 6.16115L17.8655 7.77393L8.99501 16.6445L4.15627 11.806Z' fill='%236AC259'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='22' height='22.0226' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.m-form select.form-control.input-validation-valid {
  padding-right: 73px;
  background-position: right 50px center;
}
@media (min-width: 992px) {
  .m-form select.form-control.input-validation-valid {
    padding-right: 114px;
    background-position: right 70px center;
  }
}

.m-form .input-validation-error {
  color: #e73037;
  display: block;
}

.m-form__checkbox {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  margin-top: 10px;
}
p + .m-form__checkbox {
  margin-top: 30px;
}
.m-form__checkbox.form-check-inline + .m-form__checkbox {
  margin-right: 30px;
}
.m-form__checkbox.form-check-block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.m-checkbox-form-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 20px 0 0 0;
}
.m-checkbox-form-container .m-form__checkbox {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-checkbox-form-container .m-form__checkbox {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .m-checkbox-form-container {
    flex-direction: row;
  }
}
.m-checkbox-form-container .m-form__checkbox.form-check-inline + .m-form__checkbox {
  margin-left: 0px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-checkbox-form-container .m-form__checkbox.form-check-inline + .m-form__checkbox {
    width: 50%;
    margin-bottom: 25px;
  }
}

.m-form__checkbox input[type=checkbox] {
  opacity: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
}

.m-form__checkbox label {
  display: inline-block;
  padding-left: 15px;
}

.m-form__checkbox label::before,
.m-form__checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.m-form__checkbox label::before {
  height: 22px;
  width: 22px;
  border: 1px solid #1a2d59;
  left: 0px;
  top: 0px;
  border-radius: 5px;
}

.m-form__checkbox label::after {
  height: 5px;
  width: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  left: 5px;
  top: 7px;
}

.m-form__checkbox label a {
  position: relative;
  display: inline-block;
}
.m-form__checkbox label a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-form__checkbox input[type=checkbox] + label::after {
  content: none;
}

.m-form__checkbox input[type=checkbox]:checked + label {
  color: #1a2d59;
  text-align: left;
  line-height: 1.5;
}

.m-form__checkbox input[type=checkbox]:checked + label::before {
  border-color: #6AC259;
  background: #6AC259;
}

.m-form__checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

.m-form__checkbox input[type=checkbox]:focus + label::before {
  outline: #3b99fc auto 5px;
}

.m-form__radio {
  position: relative;
  margin: 0;
}
p + .m-form__radio {
  margin-top: 30px;
}
.m-form__radio.form-radio-inline + .m-form__radio {
  margin-left: 30px;
}

.m-form__radio input[type=radio] {
  opacity: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.m-form__radio label {
  display: inline-block;
  padding-left: 13px;
  vertical-align: middle;
}

.m-form__radio label::before,
.m-form__radio label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.m-form__radio label::before {
  height: 22px;
  width: 22px;
  border: 2px solid #1a2d59;
  left: 0px;
  top: 0px;
  border-radius: 100%;
}

.m-form__radio label::after {
  height: 8px;
  width: 8px;
  background: #1a2d59;
  border-radius: 100%;
  left: 7px;
  top: 7px;
}

.m-form__radio label a {
  position: relative;
  display: inline-block;
}
.m-form__radio label a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-form__radio input[type=radio] + label::after {
  content: none;
}

.m-form__radio input[type=radio]:checked + label {
  color: #1a2d59;
}

.m-form__radio input[type=radio]:checked + label::after {
  content: "";
}

.m-form__radio input[type=radio]:focus + label::before {
  outline: #3b99fc auto 5px;
}

.m-form__date.form-inline .input-group {
  width: calc(33.33% - 16px);
  margin: 0 8px;
}
.m-form__date.form-inline .input-group .form-control {
  width: 100%;
}

.custom-file {
  position: relative;
  padding-right: 65px;
  color: rgba(102, 102, 102, 0.5);
}

.custom-file input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-file-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  color: #1a2d59;
  border-left: 1px solid rgba(38, 38, 38, 0.2);
}

#thank-you-message {
  display: none;
}

#form-box-display {
  display: block;
}

.m-form__collapse {
  margin-top: 20px;
}
.m-form__collapse .m-form__checkbox label {
  font-size: 14px;
}
.m-form__collapse .m-form__checkbox input[type=checkbox]:checked + label {
  color: #1a2d59;
}

.form-control {
  transition: all 300ms ease;
}
.form-control:active, .form-control:focus {
  box-shadow: none;
}

input.form-control,
select.form-control {
  border: 2px solid #fff;
}
input.form-control:active, input.form-control:focus,
select.form-control:active,
select.form-control:focus {
  border: 2px solid #005cb9;
}

.o-section__content .m-gallery {
  margin-top: 30px;
}

.m-gallery__image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.m-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
}
.m-gallery__image .a-btn--fullscreen {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: 15px;
  right: 15px;
  opacity: 0.8;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-gallery__image .a-btn--fullscreen:hover {
    opacity: 1;
  }
}
.m-gallery__image .gallery-video--play {
  display: none;
}

.m-gallery__video {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.m-gallery__video iframe {
  display: block;
  width: 100%;
}
.m-gallery__video .a-btn--fullscreen {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: 15px;
  right: 15px;
  opacity: 0.8;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-gallery__video .a-btn--fullscreen:hover {
    opacity: 1;
  }
}

.m-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 17px 25px 13px 25px;
  background: #fff;
  max-width: calc(100% - 90px);
  border-radius: 0 5px 0 0;
  font-size: 0.75rem;
}

.bg-blue.gallery-full .o-section__header h4, .bg-blue.gallery-full .o-section__header h2 {
  color: #fff;
}
.bg-blue .m-gallery__caption {
  background: #1a2d59;
  color: #fff;
}

.m-gallery__thumbs {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .m-gallery__thumbs {
    margin-top: 0 !important;
  }
}

.m-gallery__thumbs li {
  padding: 0 5px 10px 5px;
  width: 33.33%;
  list-style: none !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 576px) {
  .m-gallery__thumbs li {
    width: 25%;
  }
}

.m-gallery__btn {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-height: 64px;
}
.m-gallery__btn img {
  display: block;
  width: 100%;
}
.m-gallery__btn iframe {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.m-gallery__btn .icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.m-gallery__btn .icon--play, .m-gallery__btn .icon--play svg {
  width: 26px;
  height: 42px;
}

.m-gallery__btn.active::after {
  font-size: 0.75rem;
  font-weight: 600;
  content: "Selected";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 92, 185, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.college-16-18 .m-gallery__btn.active::after {
  background: rgba(0, 92, 185, 0.8);
  color: #fff;
}

.university-centre .m-gallery__btn.active::after {
  background: rgba(231, 48, 55, 0.8);
  color: #fff;
}

.international-students .m-gallery__btn.active::after {
  background: rgba(113, 55, 173, 0.8);
  color: #1a2d59;
}

.adult-19 .m-gallery__btn.active::after {
  background: rgba(164, 233, 237, 0.8);
  color: #1a2d59;
}

.apprenticeships .m-gallery__btn.active::after {
  background: rgba(255, 218, 26, 0.8);
  color: #1a2d59;
}

.employers .m-gallery__btn.active::after {
  background: rgba(66, 226, 164, 0.8);
  color: #1a2d59;
}

.gallery_full {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .gallery_full {
    padding: 55px 0;
  }
}
.gallery_full.bg-blue h4 {
  color: #fff;
}

.m-hero {
  padding: 35px 0;
  width: 100%;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .m-hero {
    padding: 90px 0;
  }
}
.m-hero.m-hero-padding-small {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .m-hero.m-hero-padding-small {
    padding: 35px 0;
  }
}

.m-hero--contact {
  background-size: cover;
  background-position: bottom;
}

.m-hero h1 {
  color: #1a2d59;
}
.m-hero h1 + h2 {
  margin-top: 15px;
}

.m-hero h2 {
  color: #005cb9;
}
.m-hero h2 + h1 {
  margin-top: 10px;
}

.m-hero p {
  margin-top: 20px;
}
.m-hero p:first-child {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .m-hero p:not(.o-textcolor--reversed),
.m-hero h2:not(.no-shadow):not(.o-textcolor--reversed) {
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 991.98px) {
  .m-hero p.o-textcolor--reversed,
.m-hero h2:not(.no-shadow).o-textcolor--reversed {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }
}

.m-hero--error h1 {
  color: #1a2d59;
  margin-bottom: 10px;
}

.m-hero--error h2 {
  color: #005cb9;
}

.m-hero .a-media__img {
  margin: 30px auto 0 auto;
  display: block;
  padding: 0 60px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .m-hero .a-media__img {
    margin: 0 auto;
    padding: 0;
  }
}

.m-hero .a-media--circle {
  max-width: 248px;
  max-height: 248px;
}
@media (min-width: 768px) {
  .m-hero .a-media--circle {
    width: 110px;
    height: 110px;
  }
}

.m-hero--search {
  text-align: center;
}

.m-hero-video--container {
  position: relative;
}

.m-hero-video--background {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-hero-video--background .m-hero {
  position: relative;
}
.m-hero-video--background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.m-hero--search .m-search {
  margin-top: 25px;
}

.m-hero--search h1 {
  color: #1a2d59;
}
.m-hero--search h1 span {
  color: #005cb9;
}

.m-hero--search.m-hero--newcastle-college h1 + h2 {
  font-size: 1.5em;
  margin-top: 1.5rem;
  font-weight: 900;
}

.m-hero--search h2,
.m-search + .m-hero__content h2 {
  color: #1a2d59;
  text-transform: uppercase;
  text-align: center;
}

.m-hero--search .m-hero__content {
  margin-top: 34px;
}

.m-hero__links {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .m-hero__links {
    flex-direction: row;
  }
}
.m-hero__links li {
  text-align: center;
}
@media (min-width: 768px) {
  .m-hero__links li {
    text-align: left;
  }
}
.m-hero__links li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-hero__links li + li {
    margin-top: 0;
  }
}

.m-hero__links-item {
  font-family: "Biryani", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 900;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
  color: #1a2d59;
  text-decoration: none;
  margin: 0 22px;
  position: relative;
  display: block;
}
.m-hero__links-item b,
.m-hero__links-item strong {
  font-weight: 800;
}
.m-hero__links-item i,
.m-hero__links-item em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero__links-item {
  font-family: Arial, Biryani, sans-serif;
}
.m-hero__links-item::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 4px;
  background: #005cb9;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .m-hero__links-item:hover svg {
    color: #005cb9;
  }
}

.m-hero--overlap {
  margin-bottom: 225px;
  position: relative;
  padding: 32px 0 72px 0;
}
@media (max-width: 767.98px) {
  .m-hero--overlap {
    margin-bottom: 175px;
  }
}
@media (min-width: 576px) {
  .m-hero--overlap {
    padding: 90px 0;
  }
}
.m-hero--overlap.-overlap-no--margin {
  margin: 0 !important;
}
.m-hero--overlap.has-background-image {
  background-size: cover;
  background-position: -24%;
}
@media (min-width: 768px) {
  .m-hero--overlap.has-background-image {
    background-position: 32%;
  }
}
@media (min-width: 992px) {
  .m-hero--overlap.has-background-image {
    background-position: center center;
  }
}
@media (max-width: 767.98px) {
  .m-hero--overlap.has-background-image {
    background-image: none !important;
  }
}
.m-hero--overlap .grid-container.has-faded-image {
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  right: -10%;
  top: 0;
  margin: 0 auto;
}
.m-hero--overlap .grid-container.has-faded-image .faded-image {
  position: absolute;
  width: 80%;
  right: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .m-hero--overlap .grid-container.has-faded-image .faded-image {
    width: 60%;
  }
}
.m-hero--overlap .grid-container.has-faded-image .faded-image:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, whitesmoke 0%, rgba(245, 245, 245, 0) 16%);
}
@media (min-width: 992px) {
  .m-hero--overlap .grid-container.has-faded-image .faded-image:before {
    background: linear-gradient(90deg, whitesmoke 0%, rgba(245, 245, 245, 0) 16%, rgba(245, 245, 245, 0) 73%, whitesmoke 100%);
  }
}
.m-hero--overlap .has-text-shadow p, .m-hero--overlap .has-text-shadow h1, .m-hero--overlap .has-text-shadow h2 {
  text-shadow: 1px 1px 1px #fff;
}
.m-hero--overlap.m-hero--newcastle-college {
  padding-top: 0;
}
.m-hero--overlap.m-hero--newcastle-college .m-search--wrapper {
  margin-top: 75px;
}
.m-hero--overlap.m-hero--newcastle-college .m-search--wrapper > h2 {
  margin-bottom: 1rem;
}
.m-hero--overlap.m-hero--newcastle-college .m-search {
  margin-top: 0;
}
.m-hero--overlap.m-hero--newcastle-college:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: radial-gradient(ellipse at 50% 50%, white 0%, rgba(255, 255, 255, 0) 60%);
  left: 0;
  top: 0;
}
.m-hero--overlap.m-hero--newcastle-college:after {
  content: "";
  background: url("/dist/images/hero-overlay2.svg") bottom left no-repeat;
  background-size: contain;
  z-index: 1;
  height: 90%;
  width: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-hero--overlap.m-hero--newcastle-college.alt:after {
  content: "";
  background: url("/dist/images/hero-overlay.png") bottom left no-repeat;
  background-size: contain;
  z-index: 1;
  height: 90%;
  width: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-hero--overlap.m-hero--newcastle-college > img.background-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) opacity(40%) brightness(135%);
}
.m-hero--overlap.m-hero--newcastle-college > .grid-container {
  padding-top: 90px;
  position: relative;
  z-index: 2;
}
.m-hero--overlap.m-hero--newcastle-college .titles > h1,
.m-hero--overlap.m-hero--newcastle-college .titles > h2 {
  text-shadow: 0 0 25px white;
  font-family: "Biryani", sans-serif;
  text-transform: uppercase;
}
.m-hero--overlap.m-hero--newcastle-college .m-hero__content {
  padding-top: 30px;
  margin-bottom: -258px;
}
@media (max-width: 767.98px) {
  .m-hero--overlap.m-hero--newcastle-college .m-hero__content {
    margin-bottom: -260px;
  }
}

.m-hero--overlap-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767.98px) {
  .m-hero--overlap-img {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 35px 0;
  }
}
.m-hero--overlap-img img {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.m-hero--overlap .m-search {
  margin-top: 75px;
}

.m-hero--overlap .m-hero__content {
  padding-top: 30px;
  margin-bottom: -225px;
}
@media (max-width: 767.98px) {
  .m-hero--overlap .m-hero__content {
    margin-bottom: -260px;
  }
}

.m-hero--image {
  padding: 0;
}

.m-hero--image.m-hero-content-white {
  background: #fff !important;
}

.m-hero--image .m-hero__image {
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.m-hero--image .m-hero__image .m-breadcrumb li {
  position: relative;
  color: #fff;
  text-shadow: -2.516px -1.634px 23px rgba(0, 0, 0, 0.1);
}
.m-hero--image .m-hero__image .m-breadcrumb li a {
  color: #fff;
}
.m-hero--image .m-hero__image .m-hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-hero--image .m-hero__image .m-hero__title {
  margin-top: auto;
}
.m-hero--image .m-hero__image .m-hero__cta-banner {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  z-index: 10;
}
.m-hero--image .m-hero__image .m-hero__cta-banner .a-btn {
  margin-left: 25px;
}
.m-hero--image .m-hero__image .m-hero__cta-banner h3 {
  color: #fff;
  text-shadow: -2.516px -1.634px 23px black;
  text-transform: uppercase;
}

.m-hero--image .m-hero__content {
  width: 100%;
  background: #1a2d59;
  padding: 50px 0;
  color: #fff;
  line-height: 1.35em;
}
.m-hero--image .m-hero__content .lead {
  line-height: 1.35em;
}
.m-hero--image .m-hero__content ul {
  margin-left: 2.5em;
}
.m-hero--image .m-hero__content ul li {
  list-style: disc;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.m-hero--image .m-hero__title-inner {
  position: relative;
  color: #fff;
  padding: 40px 0 30px 0;
}
.m-hero--image .m-hero__title-inner h1,
.m-hero--image .m-hero__title-inner h2,
.m-hero--image .m-hero__title-inner h3,
.m-hero--image .m-hero__title-inner h4,
.m-hero--image .m-hero__title-inner p {
  color: #fff;
}
.m-hero--image .m-hero__title-inner h1:only-child {
  margin: 15px 0;
}
.m-hero--image .m-hero__title-inner::before {
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  top: 0;
  bottom: 0;
  background: #005cb9;
  border-radius: 5px 5px 0 0;
}

.m-hero .m-hero__title h2 + h1 {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .m-hero--image .m-hero__lift {
    margin-top: -160px;
    max-width: 250px;
    margin-left: auto;
  }
}

.m-hero--image .m-hero__tile {
  background: #fff;
}
.m-hero--image .m-hero__tile .a-btn {
  background: #005cb9;
  color: #fff;
}

.m-hero--image.m-hero--primary .f-body-lg {
  color: #fff;
}
.m-hero--image.m-hero--primary .m-hero__content {
  background: #1a2d59;
  color: #fff;
}
.m-hero--image.m-hero--primary .m-hero__title-inner::before {
  background: #005cb9;
}
.m-hero--image.m-hero--primary .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--primary .m-hero__tile .a-btn {
  background: #005cb9;
  color: #fff;
}
.m-hero--image.m-hero--primary .m-hero__tile .a-btn:hover {
  background: #004386;
}
.m-hero--image.m-hero--primary .m-hero__lift {
  color: #fff;
}

.m-hero--image.m-hero--primary-light .f-body-lg {
  color: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__content {
  background: #1a2d59;
  color: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__title-inner::before {
  background: #2393f6;
}
.m-hero--image.m-hero--primary-light .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__tile .a-btn {
  background: #2393f6;
  color: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__tile .a-btn:hover {
  background: #097add;
}
.m-hero--image.m-hero--primary-light .m-hero__lift {
  color: #fff;
}

.m-hero--image.m-hero--secondary .f-body-lg {
  color: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__content {
  background: #1a2d59;
  color: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__title-inner::before {
  background: #1a2d59;
}
.m-hero--image.m-hero--secondary .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__tile .a-btn {
  background: #1a2d59;
  color: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__tile .a-btn:hover {
  background: #0e1932;
}
.m-hero--image.m-hero--secondary .m-hero__lift {
  color: #fff;
}

.m-hero--image.m-hero--tertiary h1, .m-hero--image.m-hero--tertiary h2 {
  color: #1a2d59;
}
.m-hero--image.m-hero--tertiary .f-body-lg {
  color: #1a2d59;
  font-weight: 900;
}
.m-hero--image.m-hero--tertiary .m-hero__content {
  background: #f5f5f5;
  color: #666;
}
.m-hero--image.m-hero--tertiary .m-hero__title-inner::before {
  background: #42e2a4;
}
.m-hero--image.m-hero--tertiary .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--tertiary .m-hero__tile .a-btn {
  background: #42e2a4;
  color: #1a2d59;
}
.m-hero--image.m-hero--tertiary .m-hero__tile .a-btn:hover {
  background: #20d18c;
}
.m-hero--image.m-hero--tertiary .m-hero__lift {
  color: #1a2d59;
}

.m-hero--image.m-hero--white h1, .m-hero--image.m-hero--white h2 {
  color: #1a2d59;
}
.m-hero--image.m-hero--white .f-body-lg {
  color: #1a2d59;
  font-weight: 900;
}
.m-hero--image.m-hero--white .m-hero__content {
  background: #f5f5f5;
  color: #666;
}
.m-hero--image.m-hero--white .m-hero__title-inner::before {
  background: #fff;
}
.m-hero--image.m-hero--white .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--white .m-hero__tile .a-btn {
  background: #fff;
  color: #1a2d59;
}
.m-hero--image.m-hero--white .m-hero__tile .a-btn:hover {
  background: #e6e6e6;
}
.m-hero--image.m-hero--white .m-hero__lift {
  color: #1a2d59;
}

.m-hero--image.m-hero--variant-1 h1, .m-hero--image.m-hero--variant-1 h2 {
  color: #1a2d59;
}
.m-hero--image.m-hero--variant-1 .f-body-lg {
  color: #1a2d59;
  font-weight: 900;
}
.m-hero--image.m-hero--variant-1 .m-hero__content {
  background: #fff;
  color: #666;
}
.m-hero--image.m-hero--variant-1 .m-hero__title-inner::before {
  background: #e73037;
}
.m-hero--image.m-hero--variant-1 .m-hero__tile {
  background: #f5f5f5;
}
.m-hero--image.m-hero--variant-1 .m-hero__tile .a-btn {
  background: #e73037;
  color: #1a2d59;
}
.m-hero--image.m-hero--variant-1 .m-hero__tile .a-btn:hover {
  background: #cc181f;
}
.m-hero--image.m-hero--variant-1 .m-hero__lift {
  color: #1a2d59;
}

.m-hero--image.m-hero--variant-2 h1, .m-hero--image.m-hero--variant-2 h2 {
  color: #1a2d59;
}
.m-hero--image.m-hero--variant-2 .f-body-lg {
  color: #1a2d59;
  font-weight: 900;
}
.m-hero--image.m-hero--variant-2 .m-hero__content {
  background: #fff;
  color: #666;
}
.m-hero--image.m-hero--variant-2 .m-hero__title-inner::before {
  background: #a4e9ed;
}
.m-hero--image.m-hero--variant-2 .m-hero__tile {
  background: #f5f5f5;
}
.m-hero--image.m-hero--variant-2 .m-hero__tile .a-btn {
  background: #a4e9ed;
  color: #1a2d59;
}
.m-hero--image.m-hero--variant-2 .m-hero__tile .a-btn:hover {
  background: #79dfe5;
}
.m-hero--image.m-hero--variant-2 .m-hero__lift {
  color: #1a2d59;
}

.m-hero--image.m-hero--variant-3 h1, .m-hero--image.m-hero--variant-3 h2 {
  color: #1a2d59;
}
.m-hero--image.m-hero--variant-3 .f-body-lg {
  color: #1a2d59;
  font-weight: 900;
}
.m-hero--image.m-hero--variant-3 .m-hero__content {
  background: #fff;
  color: #666;
}
.m-hero--image.m-hero--variant-3 .m-hero__title-inner::before {
  background: #ffda1a;
}
.m-hero--image.m-hero--variant-3 .m-hero__tile {
  background: #f5f5f5;
}
.m-hero--image.m-hero--variant-3 .m-hero__tile .a-btn {
  background: #ffda1a;
  color: #1a2d59;
}
.m-hero--image.m-hero--variant-3 .m-hero__tile .a-btn:hover {
  background: #e6c100;
}
.m-hero--image.m-hero--variant-3 .m-hero__lift {
  color: #1a2d59;
}

.m-hero--image.m-hero--variant-4 h1, .m-hero--image.m-hero--variant-4 h2 {
  color: #1a2d59;
}
.m-hero--image.m-hero--variant-4 .f-body-lg {
  color: #1a2d59;
  font-weight: 900;
}
.m-hero--image.m-hero--variant-4 .m-hero__content {
  background: #fff;
  color: #666;
}
.m-hero--image.m-hero--variant-4 .m-hero__title-inner::before {
  background: #7137ad;
}
.m-hero--image.m-hero--variant-4 .m-hero__tile {
  background: #f5f5f5;
}
.m-hero--image.m-hero--variant-4 .m-hero__tile .a-btn {
  background: #7137ad;
  color: #1a2d59;
}
.m-hero--image.m-hero--variant-4 .m-hero__tile .a-btn:hover {
  background: #582b86;
}
.m-hero--image.m-hero--variant-4 .m-hero__lift {
  color: #1a2d59;
}

.m-hero.m-hero--image .m-hero__content-blue {
  background: #1a2d59;
  color: #fff;
}
.m-hero.m-hero--image .m-hero__content-blue .f-body-lg {
  color: #fff;
}
.m-hero.m-hero--image .m-hero__content-white {
  background: #f5f5f5;
  color: #666;
}
.m-hero.m-hero--image .m-hero__content-white .f-body-lg {
  color: #1a2d59;
  font-weight: 900;
}

.m-hero--image.m-hero--primary.no-img .f-body-lg {
  color: #1a2d59;
  font-weight: 900;
}
.m-hero--image.m-hero--primary.no-img .m-hero__content {
  color: #1a2d59;
}

.m-hero--image.no-img {
  padding: 65px 0;
}

.m-hero--image.no-img .m-hero__image {
  height: auto;
}

.m-hero--image.no-img .m-hero__content {
  background: none;
}

.m-hero__tile {
  background: #fff;
  padding: 35px 35px;
  border-radius: 5px;
  color: #666;
}
h3 + .m-hero__tile,
.m-hero__tile .a-text-link {
  margin-top: 20px;
}
.m-hero__tile span {
  display: block;
}

.m-hero__tile h3 {
  color: #1a2d59;
}
.m-hero__tile h3 + span {
  margin-top: 20px;
}

.m-hero__tile .a-btn {
  display: block;
  margin-top: 20px;
}

.m-hero--contact h1 {
  color: #1a2d59;
  margin-bottom: 30px;
}

.m-hero--contact h2 {
  color: #005cb9;
}

.m-hero--contact .f-ui.d-inline {
  color: #1a2d59;
  margin-right: 5px;
}

.m-hero--contact .f-h3 {
  color: #005cb9;
}

.m-hero--list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}

.m-hero--list .m-hero__image {
  width: 100%;
  position: relative;
  padding: 70px 0;
  color: #fff;
  background: #005cb9;
}
.m-hero--list .m-hero__image.m-hero__image--primary {
  background: #005cb9;
}
.m-hero--list .m-hero__image.m-hero__image--variant-1 {
  background: #e73037;
}
.m-hero--list .m-hero__image.m-hero__image--variant-2 {
  background: #79dfe5;
}
.m-hero--list .m-hero__image.m-hero__image--variant-3 {
  background: #ffda1a;
}
.m-hero--list .m-hero__image.m-hero__image--variant-4 {
  background: #7137ad;
}
.m-hero--list .m-hero__image.m-hero__image--tertiary {
  background: #42e2a4;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__image {
    width: 50%;
  }
}
.m-hero--list .m-hero__image .a-media__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  mix-blend-mode: luminosity;
  margin: 0;
}
.m-hero--list .m-hero__image .m-card {
  position: relative;
  z-index: 10;
  color: #fff;
}
.m-hero--list .m-hero__image .a-stat,
.m-hero--list .m-hero__image h3,
.m-hero--list .m-hero__image p {
  color: #fff;
}
.m-hero--list .m-hero__image h3 {
  margin-top: 10px;
}

.m-hero--list {
  background: #fff;
}

.m-hero--list .m-hero__content {
  width: 100%;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__content {
    width: 50%;
  }
}

.m-hero--list .m-hero__list {
  width: 100%;
}
.m-hero--list .m-hero__list .a-btn {
  position: absolute;
  right: 30px;
}

.m-hero--list .m-hero__list {
  width: 100%;
}
.m-hero--list .m-hero__list .a-btn {
  position: static;
}

.m-hero--list .m-hero__list li {
  background: #ececec;
  padding: 25px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__list li {
    padding: 30px 60px;
  }
}
.m-hero--list .m-hero__list li:nth-child(even) {
  background: #f5f5f5;
}
.m-hero--list .m-hero__list li a:not(.a-btn) {
  color: #1a2d59;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__list li a:not(.a-btn) {
    font-size: 18px;
    line-height: 1.5;
  }
}
.m-hero--list .m-hero__list li:not(.m-hero__title) > svg {
  margin-right: 17px;
}
.m-hero--list .m-hero__list li:not(.m-hero__title) > svg + a {
  position: relative;
  top: -12px;
}
.m-hero--list .m-hero__list li .a-btn {
  display: block;
}
@media (min-width: 576px) {
  .m-hero--list .m-hero__list li .a-btn {
    display: none;
  }
}

.m-hero--list .m-hero__copy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-hero--list .m-hero__title {
  display: flex;
  flex-flow: row wrap;
  background: #fff !important;
  position: relative;
  z-index: 11;
  align-items: center;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__title {
    padding: 20px 25px;
    margin-left: -45px;
  }
}
.m-hero--list .m-hero__title a:not(.a-btn) {
  color: #1a2d59;
}
.m-hero--list .m-hero__title > svg {
  margin-right: 20px;
  color: #ccc;
}
.m-hero--list .m-hero__title .a-btn {
  margin-left: auto;
}
.m-hero--list .m-hero__title .m-hero__copy {
  margin-right: 35px;
}
.m-hero--list .m-hero__title .a-btn {
  display: block !important;
}

.m-hero--list .m-hero__content.order-2 .m-hero__title {
  margin-left: 0;
  max-width: none;
  background: #fff;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__content.order-2 .m-hero__title {
    margin-right: -35px;
  }
}

.m-hero--list .m-hero__image.order-1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-hero--list .m-hero__image.order-1 h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}

.m-hero--list .m-hero__image h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 15px auto 0;
}
.m-hero--list .m-hero__image h2 + p {
  margin-top: 10px;
}
.m-hero--list .m-hero__list-item {
  max-width: 560px;
  width: 100%;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__content.order-2 .m-hero__title .m-hero__list-item > div {
    margin-left: -35px;
  }
}

.m-hero__list-item .d-flex svg {
  display: none;
}
@media (min-width: 576px) {
  .m-hero__list-item .d-flex svg {
    display: block;
  }
}

.m-hero.m-hero--careers {
  padding: 0;
  background: none;
}
.m-hero.m-hero--careers h1 {
  line-height: 1.2;
  color: #fff;
}
.m-hero.m-hero--careers h2 {
  color: #2393f6;
}
.m-hero.m-hero--careers h1 + h2 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--careers h1 + h2 {
    margin-top: 25px;
  }
}

.m-hero--careers {
  margin: 3px;
}
.m-hero--careers p {
  color: #fff;
}

.m-hero--careers .m-hero__top {
  background: url(/dist/images/bg-blue-1.png) #005cb9 no-repeat;
  background-size: cover;
  padding: 30px 0px 80px 0px;
}

.m-hero--careers .m-breadcrumb {
  padding: 0;
  margin: 0 0 90px 0;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .m-hero--careers .m-breadcrumb {
    display: block;
  }
}

.m-hero--careers .m-hero__content {
  padding: 50px 0 30px 0;
}
@media (min-width: 768px) {
  .m-hero--careers .m-hero__content {
    padding: 0;
  }
}

.m-hero--careers .m-hero__image {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .m-hero--careers .m-hero__image {
    margin-bottom: -45px;
  }
}
.m-hero--careers .m-hero__image img {
  display: block;
}

.m-hero.m-hero--vacancy {
  padding: 0;
  background: none;
}
.m-hero.m-hero--vacancy h1 {
  line-height: 1.2;
  color: #fff;
}
.m-hero.m-hero--vacancy h2 {
  color: #2393f6;
}
.m-hero.m-hero--vacancy h1 + h2 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--vacancy h1 + h2 {
    margin-top: 25px;
  }
}

.m-hero--vacancy {
  margin: 3px;
}
.m-hero--vacancy p {
  color: #fff;
}
.m-hero--vacancy .m-hero__top {
  background: url(/dist/images/vacancy-header.jpg) #005cb9 no-repeat;
  background-size: cover;
  padding: 30px 0px 80px 0px;
}
.m-hero--vacancy .m-breadcrumb {
  padding: 0;
  margin: 0 0 90px 0;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .m-hero--vacancy .m-breadcrumb {
    display: block;
  }
}
.m-hero--vacancy .m-hero__content {
  padding: 50px 0 30px 0;
}
@media (min-width: 768px) {
  .m-hero--vacancy .m-hero__content {
    padding: 0;
  }
}
.m-hero--vacancy .m-hero__content h2 {
  font-family: "Biryani", sans-serif;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 600;
  color: #fff;
}
.m-hero--vacancy .m-hero__content h2 b,
.m-hero--vacancy .m-hero__content h2 strong {
  font-weight: 800;
}
.m-hero--vacancy .m-hero__content h2 i,
.m-hero--vacancy .m-hero__content h2 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero--vacancy .m-hero__content h2 {
  font-family: Arial, Biryani, sans-serif;
}
.m-hero--vacancy .m-hero__content h1 + h2 {
  margin-top: 10px;
}

.m-hero__bottom li {
  list-style: none !important;
  margin-left: 0 !important;
}

.m-hero--careers .m-hero__bottom {
  margin-top: 80px;
}
.m-hero--careers .m-hero__bottom li {
  list-style: none !important;
  margin-left: 0 !important;
}

.m-hero--careers .m-hero__bottom a:not(.a-btn) {
  position: relative;
  display: inline-block;
}
.m-hero--careers .m-hero__bottom a:not(.a-btn):after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-hero--careers .m-hero__bottom ul li + li {
  margin-top: 15px;
}
.m-hero--careers .m-hero__bottom ul li strong {
  color: #1a2d59;
  margin-right: 5px;
}

.m-hero--careers .m-hero__bottom h3 {
  color: #1a2d59;
}

.m-hero--careers .m-hero__bottom p + a {
  margin-top: 15px;
  display: block;
}

.m-error-container {
  margin: 30px 0px;
}
@media (min-width: 768px) {
  .m-error-container {
    margin: 60px 0px;
  }
}

.m-hero--careers .m-hero__bottom .text-md-right span {
  display: block;
  margin-top: 20px;
}
.m-hero--careers .m-hero__bottom .text-md-right span svg {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.m-hero.m-hero--application {
  margin-top: 0;
  padding: 35px 0;
  background: #f5f5f5;
  background: url(/dist/images/course-hero.jpg) #1a2d59 no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application {
    padding: 60px 0 60px 0;
  }
}
.m-hero.m-hero--application h1 {
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application h1 {
    font-size: 62px;
    line-height: 1.25em;
  }
}
.m-hero.m-hero--application .m-hero__navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.m-hero.m-hero--application .m-hero__navigation_item {
  opacity: 0.5;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  max-width: 180px;
  min-width: 25%;
  text-align: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application .m-hero__navigation_item {
    font-size: 3rem;
    min-width: 0;
  }
}
.m-hero.m-hero--application .m-hero__navigation_item:hover, .m-hero.m-hero--application .m-hero__navigation_item.is-active {
  opacity: 1;
}
.m-hero.m-hero--application .m-hero__navigation_item span {
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.65rem;
  margin-top: 0.6rem;
  letter-spacing: 0.6px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application .m-hero__navigation_item span {
    font-size: 0.85rem;
    font-weight: 900;
  }
}

.m-hero--application__intro h3 {
  color: #666 !important;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .m-hero--application__intro h3 {
    font-size: 20px;
  }
}

.m-hero.m-hero--course {
  padding: 0;
  background: none;
}
.m-hero.m-hero--course h1 {
  line-height: 1.2;
  color: #fff;
}
.m-hero.m-hero--course h2 {
  color: #2393f6;
}
.m-hero.m-hero--course h1 + h2 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--course h1 + h2 {
    margin-top: 25px;
  }
}

.m-hero--course .m-hero__top {
  background: url(/dist/images/course-hero.jpg) #1a2d59 no-repeat;
  background-size: cover;
}

.m-hero--course .m-breadcrumb {
  padding: 30px 0 50px 0;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .m-hero--course .m-breadcrumb {
    display: block;
  }
}

.m-hero--course .m-hero__content {
  padding: 50px 0 30px 0;
}
@media (min-width: 768px) {
  .m-hero--course .m-hero__content {
    padding: 0;
  }
}

.m-hero--course .m-hero__image {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .m-hero--course .m-hero__image {
    margin-bottom: -45px;
  }
}
.m-hero--course .m-hero__image img {
  display: block;
}

.m-hero--course .m-hero__bottom {
  margin-top: 80px;
}

.m-hero--course .m-hero__bottom a:not(.a-btn) {
  position: relative;
  display: inline-block;
}
.m-hero--course .m-hero__bottom a:not(.a-btn):after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-hero--course .m-hero__bottom ul li + li {
  margin-top: 15px;
}
.m-hero--course .m-hero__bottom ul li strong {
  color: #1a2d59;
  margin-right: 5px;
}

.m-hero--course .m-hero__bottom h3 {
  color: #1a2d59;
}

.m-hero--course .m-hero__bottom p + a {
  margin-top: 15px;
  display: block;
}

.m-hero--course .m-hero__bottom .text-md-right span {
  display: block;
  margin-top: 20px;
}
.m-hero--course .m-hero__bottom .text-md-right span svg {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.m-hero.m-hero--event {
  background: #ececec;
  padding: 55px 0;
}
.m-hero.m-hero--event h2 {
  color: #1a2d59;
}
.m-hero.m-hero--event .m-details {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--event .m-details {
    display: flex;
    margin-top: 0;
  }
}
.m-hero.m-hero--event .m-details li {
  color: #005cb9;
}
.m-hero.m-hero--event .m-details li:not(:last-child) {
  margin-right: 40px;
}
.m-hero.m-hero--event .m-details + .a-btn {
  margin-left: auto;
}

.m-hero--facilities {
  background-size: cover;
  background-position: bottom;
}
.m-hero--facilities + .o-section {
  margin-top: 0;
}

.m-hero--facilities + .o-section--background {
  background: #fff;
}

.college-16-18 .m-hero.m-hero--overlap h2 {
  color: #1a2d59;
}
.college-16-18 .m-hero.m-hero--overlap h1 {
  color: #005cb9;
}
.college-16-18 .m-hero--search h1 span {
  color: #005cb9;
}
.college-16-18 .m-hero.m-hero--imageAndButton h2 {
  color: #005cb9;
}
.college-16-18 .m-hero__links-item::after {
  background: #005cb9;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .college-16-18 .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .college-16-18 .m-hero__links-item:hover svg {
    color: #005cb9;
  }
}
.college-16-18 .m-hero--contact h2 {
  color: #005cb9;
}
.college-16-18 .m-hero--contact .f-h3 {
  color: #005cb9;
}
.college-16-18 .m-hero--contact .a-btn {
  background-color: #005cb9;
  color: #fff;
}
.college-16-18 .m-hero--contact .a-btn:hover {
  background-color: #004386;
}
.college-16-18 .m-hero .a-btn {
  background-color: #005cb9;
  color: #fff;
}
.college-16-18 .m-hero .a-btn:hover {
  background-color: #004386;
}
.college-16-18 .m-hero.m-hero--event .m-details li {
  color: #005cb9;
}

.university-centre .m-hero.m-hero--overlap h2 {
  color: #1a2d59;
}
.university-centre .m-hero.m-hero--overlap h1 {
  color: #e73037;
}
.university-centre .m-hero--search h1 span {
  color: #e73037;
}
.university-centre .m-hero.m-hero--imageAndButton h2 {
  color: #e73037;
}
.university-centre .m-hero__links-item::after {
  background: #e73037;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .university-centre .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .university-centre .m-hero__links-item:hover svg {
    color: #e73037;
  }
}
.university-centre .m-hero--contact h2 {
  color: #e73037;
}
.university-centre .m-hero--contact .f-h3 {
  color: #e73037;
}
.university-centre .m-hero--contact .a-btn {
  background-color: #e73037;
  color: #fff;
}
.university-centre .m-hero--contact .a-btn:hover {
  background-color: #cc181f;
}
.university-centre .m-hero .a-btn {
  background-color: #e73037;
  color: #fff;
}
.university-centre .m-hero .a-btn:hover {
  background-color: #cc181f;
}
.university-centre .m-hero.m-hero--event .m-details li {
  color: #e73037;
}

.international-students .m-hero.m-hero--overlap h2 {
  color: #1a2d59;
}
.international-students .m-hero.m-hero--overlap h1 {
  color: #7137ad;
}
.international-students .m-hero--search h1 span {
  color: #7137ad;
}
.international-students .m-hero.m-hero--imageAndButton h2 {
  color: #7137ad;
}
.international-students .m-hero__links-item::after {
  background: #7137ad;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .international-students .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .international-students .m-hero__links-item:hover svg {
    color: #7137ad;
  }
}
.international-students .m-hero--contact h2 {
  color: #7137ad;
}
.international-students .m-hero--contact .f-h3 {
  color: #7137ad;
}
.international-students .m-hero--contact .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .m-hero--contact .a-btn:hover {
  background-color: #582b86;
}
.international-students .m-hero .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .m-hero .a-btn:hover {
  background-color: #582b86;
}
.international-students .m-hero.m-hero--event .m-details li {
  color: #7137ad;
}

.adult-19 .m-hero.m-hero--overlap h2 {
  color: #1a2d59;
}
.adult-19 .m-hero.m-hero--overlap h1 {
  color: #5d9c9c;
}
.adult-19 .m-hero--search h1 span {
  color: #5d9c9c;
}
.adult-19 .m-hero.m-hero--imageAndButton h2 {
  color: #5d9c9c;
}
.adult-19 .m-hero__links-item::after {
  background: #5d9c9c;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .adult-19 .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .adult-19 .m-hero__links-item:hover svg {
    color: #5d9c9c;
  }
}
.adult-19 .m-hero--contact h2 {
  color: #5d9c9c;
}
.adult-19 .m-hero--contact .f-h3 {
  color: #5d9c9c;
}
.adult-19 .m-hero--contact .a-btn {
  background-color: #a4e9ed;
  color: #1a2d59;
}
.adult-19 .m-hero--contact .a-btn:hover {
  background-color: #5d9c9c;
}
.adult-19 .m-hero .a-btn {
  background-color: #a4e9ed;
  color: #1a2d59;
}
.adult-19 .m-hero .a-btn:hover {
  background-color: #5d9c9c;
}
.adult-19 .m-hero.m-hero--event .m-details li {
  color: #5d9c9c;
}

.apprenticeships .m-hero.m-hero--overlap h2 {
  color: #1a2d59;
}
.apprenticeships .m-hero.m-hero--overlap h1 {
  color: #e6c100;
}
.apprenticeships .m-hero--search h1 span {
  color: #e6c100;
}
.apprenticeships .m-hero.m-hero--imageAndButton h2 {
  color: #e6c100;
}
.apprenticeships .m-hero__links-item::after {
  background: #e6c100;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .apprenticeships .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .apprenticeships .m-hero__links-item:hover svg {
    color: #e6c100;
  }
}
.apprenticeships .m-hero--contact h2 {
  color: #e6c100;
}
.apprenticeships .m-hero--contact .f-h3 {
  color: #e6c100;
}
.apprenticeships .m-hero--contact .a-btn {
  background-color: #ffda1a;
  color: #1a2d59;
}
.apprenticeships .m-hero--contact .a-btn:hover {
  background-color: #e6c100;
}
.apprenticeships .m-hero .a-btn {
  background-color: #ffda1a;
  color: #1a2d59;
}
.apprenticeships .m-hero .a-btn:hover {
  background-color: #e6c100;
}
.apprenticeships .m-hero.m-hero--event .m-details li {
  color: #e6c100;
}

.employers .m-hero.m-hero--overlap h2 {
  color: #1a2d59;
}
.employers .m-hero.m-hero--overlap h1 {
  color: #20d18c;
}
.employers .m-hero--search h1 span {
  color: #20d18c;
}
.employers .m-hero.m-hero--imageAndButton h2 {
  color: #20d18c;
}
.employers .m-hero__links-item::after {
  background: #20d18c;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .employers .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .employers .m-hero__links-item:hover svg {
    color: #20d18c;
  }
}
.employers .m-hero--contact h2 {
  color: #20d18c;
}
.employers .m-hero--contact .f-h3 {
  color: #20d18c;
}
.employers .m-hero--contact .a-btn {
  background-color: #42e2a4;
  color: #1a2d59;
}
.employers .m-hero--contact .a-btn:hover {
  background-color: #20d18c;
}
.employers .m-hero .a-btn {
  background-color: #42e2a4;
  color: #1a2d59;
}
.employers .m-hero .a-btn:hover {
  background-color: #20d18c;
}
.employers .m-hero.m-hero--event .m-details li {
  color: #20d18c;
}

.m-hero--breadcrumb {
  position: relative;
}
@media (min-width: 768px) {
  .m-hero--breadcrumb {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .m-hero--breadcrumb .m-hero__cta-banner {
    top: 35px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
  }
}
.m-hero--breadcrumb .m-hero__cta-banner .m-breadcrumb {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .m-hero--breadcrumb .m-hero__cta-banner .m-breadcrumb {
    margin-bottom: 0;
  }
}

.facilities-hero--title {
  position: absolute;
  bottom: 40px;
  padding: 0.5em 0.6em;
  background: #fff;
  border-radius: 5px;
}

.full-width-row .col-white {
  color: #fff !important;
}

.m-map {
  padding-bottom: 100%;
  border-radius: 5px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .m-map {
    padding-bottom: 40%;
  }
}
.o-section .m-map {
  margin-top: 30px;
}

.m-map__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gm-style .gm-style-iw-c {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.gm-style .gm-style-iw-c button[title=Close] {
  top: 0 !important;
  right: 0 !important;
}

.gm-style .gm-style-iw-t::after {
  content: "";
  display: none;
}

.gm-style-iw-d {
  overflow: auto !important;
}

.m-map__popup-wrap {
  padding-left: 18px;
}

.m-map__popup {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  width: 255px;
  position: relative;
}
.m-map__popup::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent rgba(255, 255, 255, 0.95) transparent transparent;
  top: 50%;
  left: 0;
  transform: translate(-17px, -18px);
}

.m-map__popup h3 {
  color: #1a2d59;
}
.m-map__popup h3 + span {
  margin-top: 20px;
}

.m-map__popup span {
  color: #666;
  display: block;
}
.m-map__popup span + a {
  margin-top: 25px;
}

.modal-backdrop {
  background: rgba(26, 45, 89, 0.5);
}

.m-modal {
  background: rgba(255, 255, 255, 0.9);
  z-index: 1400;
}

.modal-apply {
  z-index: 1400;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
}
.modal-apply .modal-dialog {
  transform: none !important;
  min-width: 47rem;
}
.modal-apply .modal-content {
  padding: 3rem 2rem;
  text-align: center;
}
.modal-apply .modal-content h4 {
  font-size: 1.2rem;
}

.m-modal .close {
  border: none;
  background: none;
  padding: 0;
  color: #fff;
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  cursor: pointer;
  background: #005cb9;
  z-index: 200;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .m-modal .modal-dialog {
    max-width: 900px;
  }
}

.m-modal .modal-content {
  border-radius: 5px;
  border: none;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.iframe-container .icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: block;
}
.iframe-container img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  display: block;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.modal-ucas .modal-content, .modal-applied .modal-content {
  padding: 40px 30px 20px 30px;
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  .modal-ucas .modal-content, .modal-applied .modal-content {
    margin-top: 150px;
  }
}
.modal-ucas h4, .modal-applied h4 {
  text-align: center;
}
.modal-ucas p, .modal-applied p {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.modal-ucas .a-btn, .modal-applied .a-btn {
  text-transform: uppercase;
}
.modal-ucas .a-btn .fa-w-13, .modal-applied .a-btn .fa-w-13 {
  width: 13px;
}
.modal-ucas .row > div, .modal-applied .row > div {
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
}
@media (min-width: 768px) {
  .modal-ucas .row > div, .modal-applied .row > div {
    padding: 10px;
  }
}

.modal-levels-explained .modal-content {
  padding: 35px 35px 20px 35px;
}
.modal-levels-explained .modal-content > * {
  margin-bottom: 10px;
  font-size: 14px;
}
.modal-levels-explained .modal-content ul {
  padding-left: 21px;
}
.modal-levels-explained .modal-content ul li {
  list-style: disc outside;
  margin-bottom: 5px;
}

.m-pills {
  display: flex;
}

.m-pills .a-btn {
  text-transform: uppercase;
  background: #1a2d59;
  padding: 10px 15px;
  border-radius: 0;
  margin: 0 1px;
  min-width: 0;
  min-height: 20px;
}
.m-pills .a-btn:hover {
  background: #0e1932;
}

.m-pills .a-btn:first-child {
  margin-left: 0;
  border-radius: 5px 0 0 5px;
}

.m-pills .a-btn:last-child {
  margin-right: 0;
  border-radius: 0 5px 5px 0;
}

.m-quote {
  height: 100%;
  display: block;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .m-quote {
    display: flex;
    margin-top: -5px;
  }
}

.m-quote__bubble {
  line-height: 1.65em;
  font-weight: 500;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: -14.333px 49.986px 49px 0px rgba(0, 0, 0, 0.11);
  padding: 35px 35px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  color: #005cb9;
}
.m-quote__bubble::after {
  content: "";
  border-width: 27.5px 27.5px 0 27.5px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -27.5px;
}
.m-quote__bubble span::before,
.m-quote__bubble span::after {
  content: "“";
  font-size: 2.86em;
  display: block;
  text-align: left;
  font-weight: normal;
}
.m-quote__bubble span::after {
  content: "”";
  text-align: right;
}

.m-quote--left .m-quote__bubble {
  color: #e73037;
}
@media (min-width: 768px) {
  .m-quote--left .m-quote__bubble::after {
    left: 70px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-quote--left {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .m-quote--center {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-quote--right .m-quote__bubble {
  color: #1a2d59;
}
@media (min-width: 768px) {
  .m-quote--right .m-quote__bubble::after {
    right: 70px;
    left: auto;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-quote--right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-quote__bubble + .a-btn {
  margin: 45px auto 0 auto;
  display: block;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .m-quote__bubble + .a-btn {
    margin: 25px auto 0 auto;
  }
}

.m-search {
  width: 100%;
  position: relative;
}

.m-search .icon--search {
  color: #1a2d59;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
}
@media (min-width: 768px) {
  .m-search .icon--search {
    left: 35px;
    width: 40px;
    height: 40px;
  }
}

.icon--search-sidebar {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  color: #c7c7c7;
}
@media (min-width: 768px) {
  .icon--search-sidebar {
    display: none;
  }
}

.search--sidebar-hidden {
  display: none;
}
@media (min-width: 768px) {
  .search--sidebar-hidden {
    display: block !important;
  }
}

.m-search .a-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  padding: 0 10px;
  min-width: 0;
}
@media (min-width: 768px) {
  .m-search .a-btn {
    top: 15px;
    right: 15px;
    bottom: 15px;
    padding: 25px 30px;
  }
}

.m-search .a-btn svg {
  margin-left: 0;
}
@media (min-width: 768px) {
  .m-search .a-btn svg {
    margin-left: 14px;
  }
}

.m-search__input {
  background: #fff;
  padding: 15px 60px 15px 50px;
  border-radius: 6px;
  border: none;
  width: 100%;
  box-shadow: -14.333px 49.986px 49px 0px rgba(0, 0, 0, 0.11);
  line-height: normal;
}
.m-search__input::-webkit-input-placeholder {
  color: #ccc;
}
.m-search__input:-moz-placeholder {
  color: #ccc;
}
.m-search__input::-moz-placeholder {
  color: #ccc;
}
.m-search__input:-ms-input-placeholder {
  color: #ccc;
}
@media (min-width: 768px) {
  .m-search__input {
    padding: 30px 265px 30px 100px;
  }
}
.m-search__input:active + .a-btn, .m-search__input:focus + .a-btn {
  background: #005cb9;
}
.m-search__input:active + .a-btn:hover, .m-search__input:focus + .a-btn:hover {
  background: #004386;
}

.m-search__results--no h4 {
  line-height: 1.5;
}
.m-search__results--no h4 span {
  color: #1a2d59;
  font-size: 20px;
  font-weight: bold;
}

.btn-txt--mobile {
  display: none;
}
@media (min-width: 576px) {
  .btn-txt--mobile {
    display: block;
  }
}

.m-social__btns {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  padding-bottom: 15px;
  flex-flow: row wrap;
}
.m-social__btns .a-btn {
  margin: 10px 5px 0 5px;
  flex-shrink: 0;
  width: auto;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.m-social__btns--span {
  display: none;
}
@media (min-width: 576px) {
  .m-social__btns--span {
    display: block;
  }
}

.m-card__handle a {
  word-break: break-all;
}

.m-spacer {
  padding: 25px 0 90px;
}

.m-spacer .f-h4 {
  color: #db1cf2;
  font-weight: 500;
}

.m-spacer + .o-section {
  margin-top: 0;
}

.mobile-mt-40 {
  margin-top: 40px !important;
}
@media (min-width: 576px) {
  .mobile-mt-40 {
    margin-top: 75px !important;
  }
}

.m-stats .m-card--stat {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #8e97ac;
  width: 100%;
}
@media (min-width: 768px) {
  .m-stats .m-card--stat {
    padding: 0 40px;
    margin-top: 0;
    border: none;
  }
}
.m-stats .m-card--stat h2 {
  color: #1a2d59;
  font-size: 3.125rem;
  line-height: 3.125rem;
}
.m-stats .m-card--stat h3 {
  color: #005cb9;
  text-transform: none;
  margin: 10px 0 0 0;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
.m-stats .m-card--stat p {
  color: #666;
  margin-top: 15px;
}

.m-stats .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .m-stats .col-md-4:not(:last-child) {
    border-right: 1px solid #8e97ac;
  }
}
.m-stats .col-md-4:last-child .m-card--stat {
  border-bottom: none;
  padding-bottom: 0;
}

.college-16-18 .m-stats .m-card--stat h3 {
  color: #005cb9;
}

.university-centre .m-stats .m-card--stat h3 {
  color: #e73037;
}

.international-students .m-stats .m-card--stat h3 {
  color: #7137ad;
}

.adult-19 .m-stats .m-card--stat h3 {
  color: #5d9c9c;
}

.apprenticeships .m-stats .m-card--stat h3 {
  color: #ab9112;
}

.employers .m-stats .m-card--stat h3 {
  color: #20d18c;
}

.contact--msg {
  line-height: 23px;
}

.m-tabs__nav--vertical {
  margin-top: 15px;
}
.m-tabs__nav--vertical .m-tabs__nav-link {
  width: 100%;
  padding: 20px;
}
.m-tabs__nav--vertical .m-tabs__nav-link:last-child {
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
.m-tabs__nav--vertical .m-tabs__nav-link:not(:first-child) {
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.m-tabs__nav--vertical .m-tabs__nav-link.active {
  background: #f0f0f0;
  border-radius: 5px;
  border-color: transparent;
}
.m-tabs__nav--vertical .m-tabs__nav-link.active + .m-tabs__nav-link {
  border-color: transparent;
}
.m-tabs__nav--vertical .m-tabs__nav-link.active + .m-tabs__nav-link:last-child {
  border-bottom-color: rgba(102, 102, 102, 0.5);
}

.m-tabs__nav-link {
  color: #1a2d59;
  display: flex;
}
.m-tabs__nav-link svg {
  opacity: 0.6;
  margin-left: auto;
  flex-shrink: 0;
  margin-top: 0.25em;
}
.m-tabs__nav-link.active svg {
  opacity: 1;
}

.m-tabs__panel {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .m-tabs__panel {
    padding: 35px;
  }
}
.m-tabs__panel.fade:not(.show) {
  max-height: 0px;
}
.m-tabs__panel.fade.show {
  max-height: none;
}

.m-tabs__content {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "tab-content";
}

.m-tabs__panel {
  grid-area: tab-content;
  align-self: flex-start;
}

.m-tabs__nav-link svg {
  transition: all 300ms ease;
}
.m-tabs__nav-link:hover svg {
  transform: translateX(3px);
}

.subject-area--tabs .fade {
  display: none;
  opacity: 1;
  visibility: visible;
}
.subject-area--tabs .fade.active {
  display: block;
}

.m-user-content ul {
  margin-top: 20px;
}
.m-user-content ul li {
  padding-left: 10px;
  position: relative;
}
.m-user-content ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #666666;
}
.m-user-content ul li + li {
  margin-top: 15px;
}

.dash-list li + li {
  margin-top: 0.4em;
}
.dash-list li {
  margin-left: 2.25em;
  list-style: none !important;
  position: relative;
}
.dash-list li::before {
  content: "—";
  right: calc(100% + 0.5em);
  height: 1em;
  position: absolute;
}

.m-user-content h3 {
  color: #1a2d59;
}

.m-user-content h4 {
  font-size: 80%;
}
.m-user-content h4 a {
  display: inline-block;
  position: relative;
}
.m-user-content h4 a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
.m-user-content h4 a:hover {
  color: #1a2d59;
}
.m-user-content h4 a:hover:after {
  backgound-color: #1a2d59;
}

.o-section--background {
  background: #ececec;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-top: 0;
}

.o-section {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section {
    margin-top: 30px;
  }
}
+ .o-section--background .o-section {
  margin-top: 0;
}
.o-section.o-section-margin-none {
  margin: 0;
}
.o-section.o-section--large {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .o-section.o-section--large {
    margin-top: 100px;
  }
}
.o-section.-section-padding {
  padding: 3rem 0;
}
.o-section.bg-blue {
  background: #1a2d59;
}

.applicationform .o-section--background {
  padding-top: 0px;
}

.o-section__header h1,
.o-section__header h2,
.o-section__header h3,
.o-section__header h4 {
  color: #1a2d59;
}
.o-section__header h1 + p,
.o-section__header h2 + p,
.o-section__header h3 + p,
.o-section__header h4 + p {
  margin-top: 15px;
}
.o-section__header h1 + .a-btn,
.o-section__header h2 + .a-btn,
.o-section__header h3 + .a-btn,
.o-section__header h4 + .a-btn {
  margin-top: 25px;
}
.o-section__header h2 span {
  color: #005cb9;
}
.o-section__header h4 {
  color: #005cb9;
}
.o-section__header h4 + h2,
.o-section__header h4 + h3 {
  margin-top: 5px;
}
.o-section__header + .o-section__content {
  margin-top: 15px;
}
.o-section__header .a-text-link + .a-text-link {
  margin-left: 25px;
}
.o-section__header.-header-quote {
  padding: 25px 0;
}
@media (min-width: 576px) {
  .o-section__header.-header-quote {
    padding: 0;
  }
}

.o-section--background h2,
.o-section--background h3 {
  color: #1a2d59;
}

.m-hero--imageAndButton h1, .m-hero--imageAndButton p {
  color: #1a2d59;
}

.o-section__content p + .m-expand {
  margin-top: 20px;
}
.o-section__content p a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
  /*
  &:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: $color__text;
    position: absolute;
    z-index: 1;
    border-radius: 1px;
  }
  */
}

.with-list-style ul, .o-section__content ul, .grid-container ul {
  margin-top: 1em;
}

.with-list-style ul li, .o-section__content ul li {
  list-style: disc;
}
.with-list-style ol li, .o-section__content ol li {
  list-style: decimal;
}
.with-list-style ol ol li, .o-section__content ol ol li {
  list-style: lower-alpha;
}
.with-list-style ul ul li, .o-section__content ul ul li {
  list-style: circle;
}
.with-list-style li + li, .o-section__content li + li {
  margin-top: 0.25em;
}
.with-list-style li, .o-section__content li {
  margin-left: 2.25em;
}

.o-section__content h2 + p {
  margin-top: 20px;
}

.o-section__content h3 {
  color: #1a2d59;
}
.o-section__content h3 + p {
  margin-top: 15px;
}

.o-section__content .a-media {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .o-section__content .a-media {
    margin-bottom: 0px;
  }
}
.o-section__content .a-media img {
  width: 100%;
  display: block;
}

.o-section__content .m-card {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .o-section__content .m-card {
    margin-top: 15px;
  }
}

.o-section__content .m-carousel {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .o-section__content .m-carousel {
    margin-top: 40px;
  }
}

.o-section__box {
  padding: 40px 30px;
  position: relative;
  border-radius: 5px;
  background: #f5f5f5;
}
@media (min-width: 1200px) {
  .o-section__box {
    padding: 40px 0;
  }
  .o-section__box::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    background: #f5f5f5;
    top: 0;
    right: -45px;
    bottom: 0;
    left: -45px;
  }
}

.o-section--overlap {
  background: #ececec;
}
@media (min-width: 768px) {
  .o-section--overlap {
    background: none;
  }
}
.o-section--overlap .o-section__content {
  position: relative;
  padding-bottom: 50px;
}
.o-section--overlap .o-section__content::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0px;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background: #ececec;
}
@media (min-width: 768px) {
  .o-section--overlap .o-section__content::before {
    top: 45px;
  }
}
.o-section--overlap .o-section__content.-section-quote {
  padding-bottom: 0;
}

.o-section--overlap-dark {
  background: #fff;
}
.o-section--overlap-dark .o-section__content {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .o-section--overlap-dark .o-section__content {
    padding-top: 0;
    padding-bottom: 75px;
  }
}
.o-section--overlap-dark .o-section__content::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background: #1a2d59;
}
@media (min-width: 768px) {
  .o-section--overlap-dark .o-section__content::before {
    top: 130px;
  }
}

.o-section--overlap-top {
  background: #fff;
}
.o-section--overlap-top .o-section__content {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .o-section--overlap-top .o-section__content {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.o-section--overlap-top .o-section__content::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0px;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background: #005cb9;
}
@media (min-width: 768px) {
  .o-section--overlap-top .o-section__content::before {
    bottom: 150px;
  }
}

.gradient-container {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 50%, #ececec 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 50%, #ececec 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 50%, #ececec 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ececec", GradientType=0);
  /* IE6-9 */
}

.row-reverse {
  flex-direction: row-reverse;
}

.o-section--background-top {
  background: #fff;
  position: relative;
  padding-bottom: 0;
}
.o-section--background-top::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0px;
  bottom: 0px;
  left: 50%;
  margin-left: -50vw;
  background: #ececec;
}
@media (min-width: 768px) {
  .o-section--background-top::before {
    bottom: 170px;
  }
}

.o-section__btns {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .o-section__btns {
    display: flex;
    justify-content: center;
  }
}
.o-section__btns .a-btn {
  width: 100%;
  margin-top: 5px;
  justify-content: center;
}
@media (min-width: 768px) {
  .o-section__btns .a-btn {
    width: auto;
    margin: 10px 5px;
  }
}

.o-section-lower + .g-footer {
  margin-top: 0;
}

.o-section-lower {
  margin-bottom: 0 !important;
}

.o-section--inverse {
  color: #fff;
  background: url(/dist/images/bg-blue-1.png) #005cb9 no-repeat top center;
  background-size: cover;
  padding: 55px 0;
}
.o-section--inverse .o-section__header h1,
.o-section--inverse .o-section__header h2,
.o-section--inverse .o-section__header h3,
.o-section--inverse .o-section__header h4,
.o-section--inverse .o-section__header p {
  color: #fff;
}
.o-section--inverse .o-section__content {
  margin-top: 40px;
}
.o-section--inverse .o-section__icon-text {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text {
    margin-top: 0;
    text-align: left;
    margin: 0 0 0 20px;
  }
}
.o-section--inverse .o-section__icon-text:first-child {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text:first-child {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 768px) {
  .o-section--inverse .col-md-4 .o-section__icon-text {
    padding-left: 65px;
    margin-left: 0;
  }
}
.o-section--inverse .o-section__icon-text svg {
  transform: rotate(-5deg);
  display: block;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-5deg);
    margin: 0;
  }
}
.o-section--inverse .o-section__icon-text svg + h5 + span {
  display: block;
  margin-top: 10px;
}
.o-section--inverse .o-section__info-text {
  text-align: center;
}
.o-section--inverse .o-section__info-text p {
  margin-top: 10px;
}
.o-section--inverse .o-section__btns {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__btns {
    margin-top: 20px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .o-section--inverse .o-section__btns {
    margin-top: 0px;
  }
}
.o-section--inverse .o-section__btns .a-btn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__btns .a-btn {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text + .o-section__btns {
    margin-left: 30px;
  }
}
.o-section--inverse.o-section-getintouchstripone .o-section__icon-text {
  margin-bottom: 10px;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .o-section--inverse.o-section-getintouchstripone .o-section__icon-text {
    margin-bottom: 0;
    margin-left: 20px;
  }
}
.o-section--inverse.o-section-getintouchstripone .o-section__btns {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .o-section--inverse.o-section-getintouchstripone .o-section__btns {
    margin-left: 30px;
  }
}

.o-section--background.o-section--inverse {
  background: #1a2d59;
}
.o-section--background.o-section--inverse .o-section__btns {
  margin: 0;
}

.o-section--grid {
  width: 100%;
  max-width: 1638px;
  margin: 30px auto 0 auto;
}
@media (min-width: 768px) {
  .o-section--grid {
    margin-top: 60px;
  }
}

.o-section--grid .o-section__header h2 span {
  color: #005cb9;
  display: block;
}
.o-section--grid .o-section__header + .o-section__content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__header + .o-section__content {
    margin-top: 40px;
  }
}
.o-section--grid .o-section__header p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__header p {
    margin-top: 0px;
  }
}

.o-section--grid .o-section__content::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content {
    display: block;
  }
  .o-section--grid .o-section__content .o-section__lockup {
    float: left;
    width: 60%;
  }
  .o-section--grid .o-section__content .o-section__cards {
    float: right;
    width: calc(40% - 20px);
  }
  .o-section--grid .o-section__content .o-section__links {
    float: left;
    width: 60%;
    margin-top: 50px;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .o-section--grid .o-section__content .o-section__links {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links li:not(:first-child) {
    border-left: 1px solid #8e97ac;
  }
}
.o-section--grid .o-section__content .o-section__links li:last-child {
  border-bottom: 1px solid #8e97ac;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links li:last-child {
    border-bottom: none;
  }
}
.o-section--grid .o-section__content .o-section__links li {
  padding: 25px 0px;
  border-top: 1px solid #8e97ac;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links li {
    padding: 20px 25px;
    border: none;
    width: calc(33.33% - 25px);
  }
}
@media (min-width: 992px) {
  .o-section--grid .o-section__content .o-section__links li {
    width: auto;
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .o-section--grid .o-section__content .o-section__links li {
    padding: 35px 40px;
  }
}
.o-section--grid .o-section__content .o-section__links .o-section__links-item {
  display: flex;
  text-align: center;
  color: #1a2d59;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links .o-section__links-item {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
.o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  flex-shrink: 0;
  align-self: flex-end;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
    margin: 25px auto 0 auto;
    display: table;
    background: #ccc;
  }
  .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
    background: #b3b3b3;
  }
}
.o-section--grid .o-section__content .m-card--overlay:first-child {
  margin-top: 0;
}
.o-section--grid .o-section__content .m-card--overlay + .m-card--overlay {
  margin-top: 20px;
}
.o-section--grid .o-section__content .m-card--overlay .m-card__img {
  margin-bottom: 0;
  border-radius: 0;
}

.o-section--grid .o-section__lockup {
  position: relative;
}
@media (max-width: 767.98px) {
  .o-section--grid .o-section__lockup img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.o-section--grid .o-section__lockup .o-section__caption {
  color: #fff;
  height: auto;
  min-height: 280px;
  padding: 10% 20px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption {
    position: absolute;
    left: 30px;
    bottom: 30px;
    min-height: 0;
    padding: 0;
    display: block;
  }
}
@media (min-width: 992px) {
  .o-section--grid .o-section__lockup .o-section__caption {
    left: 95px;
    bottom: 80px;
  }
}
.o-section--grid .o-section__lockup .o-section__caption h2 {
  text-shadow: -2.516px -1.634px 23px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption h2 {
    font-size: 2.425rem;
    line-height: 2.425rem;
  }
}
@media (min-width: 992px) {
  .o-section--grid .o-section__lockup .o-section__caption h2 {
    max-width: 336px;
  }
}
@media (min-width: 1200px) {
  .o-section--grid .o-section__lockup .o-section__caption h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
.o-section--grid .o-section__lockup .o-section__caption p {
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption p {
    max-width: 500px;
  }
}
.o-section--grid .o-section__lockup .o-section__caption .a-btn {
  margin-top: 40px;
  align-self: flex-end;
}

.o-section__links {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 0 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section__links {
    border: none;
    padding: 0;
    margin-top: 0;
  }
}
.o-section__links li + li {
  margin-top: 0 !important;
}
.o-section__links li {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .o-section__links li {
    padding: 0px 15px;
    width: 25%;
    border: none;
  }
}
.o-section__links li img {
  display: block;
  margin: 0 auto 15px auto;
}
.adult-19 .nav-pods--42 .o-section__links .o-section__links-item .a-btn {
  margin: 25px auto 0 auto;
  background: #ccc;
  display: table;
  color: #fff;
}
.adult-19 .nav-pods--42 .o-section__links .o-section__links-item .a-btn:hover {
  color: #1a2d59;
  background-color: #a4e9ed;
}
.apprenticeships .nav-pods--42 .o-section__links .o-section__links-item .a-btn {
  background: #ccc;
  display: table;
  color: #fff !important;
}
.apprenticeships .nav-pods--42 .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #AC8E15;
}
.university-centre .nav-pods--42 .o-section__links .o-section__links-item .a-btn {
  background: #ccc;
  display: table;
  color: #fff !important;
}
.university-centre .nav-pods--42 .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #E12F38;
}
.o-section__links .o-section__links-item .a-btn {
  margin: 25px auto 0 auto;
  background: #ccc;
  display: table;
}
.o-section__links .o-section__links-item {
  text-align: center;
  color: #1a2d59;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .o-section__links .o-section__links-item {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}

.o-section__card .o-section__header + .o-section__content {
  margin-top: 15px;
}

.o-section--primary {
  background: #005cb9;
  color: #fff;
  padding: 45px 0 35px 0;
}
.o-section--primary h1,
.o-section--primary h2,
.o-section--primary h3,
.o-section--primary h4,
.o-section--primary p {
  color: #fff;
}
.o-section--primary .m-card {
  color: #fff;
}
.o-section--primary .m-card h1,
.o-section--primary .m-card h2,
.o-section--primary .m-card h3,
.o-section--primary .m-card h4,
.o-section--primary .m-card p,
.o-section--primary .m-card svg {
  color: #fff;
}
.o-section--primary .m-card--image .m-card__content > svg {
  color: #fff !important;
}

.o-section--variant-1 {
  background: #e73037;
  color: #fff;
  padding: 35px 0 35px 0;
}
.o-section--variant-1 h1,
.o-section--variant-1 h2,
.o-section--variant-1 h3,
.o-section--variant-1 h4,
.o-section--variant-1 p {
  color: #fff;
}
.o-section--variant-1 .m-card {
  color: #fff;
}
.o-section--variant-1 .m-card h1,
.o-section--variant-1 .m-card h2,
.o-section--variant-1 .m-card h3,
.o-section--variant-1 .m-card h4,
.o-section--variant-1 .m-card p,
.o-section--variant-1 .m-card svg {
  color: #fff;
}
.o-section--variant-1 .m-card--image .m-card__content > svg {
  color: #fff !important;
}

.o-section--variant-2 {
  background: #a4e9ed;
  color: #1a2d59;
  padding: 45px 0 35px 0;
}
.o-section--variant-2 h1,
.o-section--variant-2 h2,
.o-section--variant-2 h3,
.o-section--variant-2 h4,
.o-section--variant-2 p {
  color: #1a2d59;
}
.o-section--variant-2 .m-card {
  color: #1a2d59;
}
.o-section--variant-2 .m-card h1,
.o-section--variant-2 .m-card h2,
.o-section--variant-2 .m-card h3,
.o-section--variant-2 .m-card h4,
.o-section--variant-2 .m-card p,
.o-section--variant-2 .m-card svg {
  color: #1a2d59;
}
.o-section--variant-2 .m-card--image .m-card__content > svg {
  color: #1a2d59 !important;
}

.o-section--variant-3 {
  background: #ffda1a;
  color: #1a2d59;
  padding: 45px 0 35px 0;
}
.o-section--variant-3 h1,
.o-section--variant-3 h2,
.o-section--variant-3 h3,
.o-section--variant-3 h4,
.o-section--variant-3 p {
  color: #1a2d59;
}
.o-section--variant-3 .m-card {
  color: #1a2d59;
}
.o-section--variant-3 .m-card h1,
.o-section--variant-3 .m-card h2,
.o-section--variant-3 .m-card h3,
.o-section--variant-3 .m-card h4,
.o-section--variant-3 .m-card p,
.o-section--variant-3 .m-card svg {
  color: #1a2d59;
}
.o-section--variant-3 .m-card--image .m-card__content > svg {
  color: #1a2d59 !important;
}

.o-section--variant-4 {
  background: #7137ad;
  color: #fff;
  padding: 45px 0 35px 0;
}
.o-section--variant-4 h1,
.o-section--variant-4 h2,
.o-section--variant-4 h3,
.o-section--variant-4 h4,
.o-section--variant-4 p {
  color: #fff;
}
.o-section--variant-4 .m-card {
  color: #fff;
}
.o-section--variant-4 .m-card h1,
.o-section--variant-4 .m-card h2,
.o-section--variant-4 .m-card h3,
.o-section--variant-4 .m-card h4,
.o-section--variant-4 .m-card p,
.o-section--variant-4 .m-card svg {
  color: #fff;
}
.o-section--variant-4 .m-card--image .m-card__content > svg {
  color: #fff !important;
}

.o-section--tertiary {
  background: #42e2a4;
  color: #1a2d59;
  padding: 45px 0 35px 0;
}
.o-section--tertiary h1,
.o-section--tertiary h2,
.o-section--tertiary h3,
.o-section--tertiary h4,
.o-section--tertiary p {
  color: #1a2d59;
}
.o-section--tertiary .m-card {
  color: #1a2d59;
}
.o-section--tertiary .m-card h1,
.o-section--tertiary .m-card h2,
.o-section--tertiary .m-card h3,
.o-section--tertiary .m-card h4,
.o-section--tertiary .m-card p,
.o-section--tertiary .m-card svg {
  color: #1a2d59;
}
.o-section--tertiary .m-card--image .m-card__content > svg {
  color: #1a2d59 !important;
}

.o-section--event h2 {
  color: #005cb9;
}
.o-section--event h3 {
  color: #1a2d59;
}
.o-section--event h3 + p {
  margin-top: 25px;
}
.o-section--event .o-section__img {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  margin-top: -70px;
}
.o-section--event .o-section__img + h3 {
  margin-top: 30px;
}
.o-section--event .o-section__img img {
  width: 100%;
  display: block;
}
.m-hero--event + .o-section--event {
  padding: 40px 0 0 0;
  margin-top: 0;
}
.o-section--event h3 + .m-tags {
  margin-top: 10px;
}
.o-section--event .m-tags li {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.o-section--event .m-tags li a {
  display: block;
  background: #ececec;
  border-radius: 28px;
  padding: 6px 15px;
}
.o-section--event .m-share {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.o-section--event .m-author {
  display: flex;
  align-items: center;
}
.o-section--event .m-author p {
  margin-top: 0;
  margin-left: 10px;
}
.o-section--event .m-share__item {
  color: #ccc;
  margin-left: 10px;
}
.o-section--event .m-share__item svg {
  width: 30px;
  height: 30px;
}
.o-section--event .m-map__wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section--event .m-map__wrapper {
    margin-top: 80px;
  }
}
.o-section--event .m-map {
  padding-bottom: 56%;
}

.o-section--details {
  margin-top: 30px;
}
.o-section--details .m-breadcrumb {
  margin-bottom: 0px;
}

.o-section--blue_curve {
  background: url(/dist/images/bg-blue-2.png) #005cb9 no-repeat top center;
  background-size: cover;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .o-section--blue_curve {
    padding: 35px 0 55px 0;
  }
}

.o-section--short {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section--short {
    margin-top: 30px;
  }
}

.o-section--background-semi {
  background: repeating-linear-gradient(#fff, #fff 49.9%, #ececec 50.1%, #ececec 100%);
  margin-top: 0;
}

.o-section--news {
  margin-top: 30px;
}
.o-section--news .m-breadcrumb {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .o-section--news .m-breadcrumb {
    margin-bottom: 60px;
  }
}
.o-section--news h2 {
  color: #005cb9;
}
.o-section--news h3 {
  color: #1a2d59;
}
.o-section--news h3 + p {
  margin-top: 25px;
}
.o-section--news .o-section__img {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  margin-top: -70px;
}
.o-section--news .o-section__img + h3 {
  margin-top: 30px;
}
.o-section--news .o-section__img img {
  width: 100%;
  display: block;
}
.m-hero--event + .o-section--news {
  padding: 40px 0 0 0;
  margin-top: 0;
}
.o-section--news h3 + .m-tags {
  margin-top: 10px;
}
.o-section--news .m-tags li {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.o-section--news .m-tags li a {
  display: block;
  background: #ececec;
  border-radius: 28px;
  padding: 6px 15px;
}
.o-section--news .m-share {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.o-section--news .m-author {
  display: flex;
  align-items: center;
}
.o-section--news .m-author p {
  margin-top: 0;
  margin-left: 10px;
}
.o-section--news .m-share__item {
  color: #ccc;
  margin-left: 10px;
}
.o-section--news .m-share__item svg {
  width: 30px;
  height: 30px;
}
.o-section--news .m-map__wrapper {
  margin-top: 80px;
}
.o-section--news .m-map {
  padding-bottom: 56%;
}

.o-section.o-section--confirm {
  margin: 0;
  padding: 60px 0;
}
.o-section.o-section--confirm ul {
  margin-left: 0 !important;
  margin-top: 1rem !important;
}
@media (min-width: 992px) {
  .o-section.o-section--confirm ul {
    margin-top: 0 !important;
  }
}
.o-section.o-section--confirm ul li {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-family: "Biryani", sans-serif;
  margin-left: 1rem !important;
}
@media (min-width: 992px) {
  .o-section.o-section--confirm ul li {
    margin-top: 0;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .o-section.o-section--confirm .cart-header {
    margin-top: 30px;
  }
}
.o-section.o-section--confirm .cart-buttons {
  width: 100%;
  margin-top: 20px;
  color: #1a2d59;
  font-weight: bold;
}
.o-section.o-section--confirm .cart-buttons p {
  font-weight: 800 !important;
  font-size: 1rem !important;
}
@media (max-width: 991.98px) {
  .o-section.o-section--confirm .cart-buttons p {
    margin-bottom: 1rem;
  }
}
.o-section.o-section--confirm .cart-buttons a {
  margin-top: 0;
  margin-left: 0;
}

.o-section__content.o-section__break {
  margin: 60px 0;
}
.o-section__content.o-section__break--border {
  border-bottom: 1px solid red;
}

.college-16-18 .o-section--grid .o-section__header h2 span {
  color: #005cb9;
}
.college-16-18 .o-section.bg-blue .o-section__header h2, .college-16-18 .o-section.bg-blue .o-section__header h4 {
  color: #fff;
}
.college-16-18 .o-section__caption .a-btn {
  background-color: #005cb9;
  color: #fff;
}
.college-16-18 .o-section__caption .a-btn:hover {
  background-color: #004386;
}
.college-16-18 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.college-16-18 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #004386;
}
.college-16-18 .o-section .a-btn {
  color: #fff;
}
.college-16-18 .o-section .a-btn:hover {
  background-color: #005cb9;
}
.college-16-18 .o-section__header h4 {
  color: #005cb9;
}
.college-16-18 .o-section .m-cards__header .a-text-link,
.college-16-18 .o-section__header .a-text-link {
  color: #005cb9;
}
.college-16-18 .o-section__header h2 span {
  color: #005cb9;
}
.college-16-18 .o-section--overlap-top .o-section__content::before {
  background-color: #005cb9;
}
.college-16-18 .o-section--event h2 {
  color: #005cb9;
}

.university-centre .o-section--grid .o-section__header h2 span {
  color: #e73037;
}
.university-centre .o-section__caption .a-btn {
  background-color: #e73037;
  color: #fff;
}
.university-centre .o-section__caption .a-btn:hover {
  background-color: #cc181f;
}
.university-centre .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.university-centre .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #cc181f;
}
.university-centre .o-section .a-btn {
  background-color: #e73037;
  color: #fff;
}
.university-centre .o-section .a-btn:hover {
  background-color: #cc181f;
}
.university-centre .o-section__header h4 {
  color: #e73037;
}
.university-centre .o-section .m-cards__header .a-text-link,
.university-centre .o-section__header .a-text-link {
  color: #e73037;
}
.university-centre .o-section__header h2 span {
  color: #e73037;
}
.university-centre .o-section--overlap-top .o-section__content::before {
  background-color: #e73037;
}
.university-centre .o-section--event h2 {
  color: #e73037;
}

.international-students .o-section--grid .o-section__header h2 span {
  color: #7137ad;
}
.international-students .o-section__caption .a-btn {
  background-color: #7137ad;
  color: #fff;
}
.international-students .o-section__caption .a-btn:hover {
  background-color: #582b86;
}
.international-students .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.international-students .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #582b86;
}
.international-students .o-section .a-btn {
  background-color: #7137ad !important;
  color: #fff !important;
}
.international-students .o-section .a-btn:hover {
  background-color: #582b86;
}
.international-students .o-section__header h4 {
  color: #7137ad;
}
.international-students .o-section .m-cards__header .a-text-link,
.international-students .o-section__header .a-text-link {
  color: #7137ad;
}
.international-students .o-section__header h2 span {
  color: #7137ad;
}
.international-students .o-section--overlap-top .o-section__content::before {
  background-color: #7137ad;
}
.international-students .o-section--event h2 {
  color: #7137ad;
}

.adult-19 .o-section--grid .o-section__header h2 span {
  color: #a4e9ed;
}
.adult-19 .o-section__caption .a-btn {
  background-color: #a4e9ed;
  color: #1a2d59;
}
.adult-19 .o-section__caption .a-btn:hover {
  background-color: #79dfe5;
}
.adult-19 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.adult-19 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #79dfe5;
}
.adult-19 .o-section .a-btn {
  background-color: #a4e9ed;
  color: #1a2d59;
}
.adult-19 .o-section .a-btn:hover {
  background-color: #79dfe5;
}
.adult-19 .o-section__header h4 {
  color: #5d9c9c;
}
.adult-19 .o-section .m-cards__header .a-text-link,
.adult-19 .o-section__header .a-text-link {
  color: #a4e9ed;
}
.adult-19 .o-section__header h2 span {
  color: #a4e9ed;
}
.adult-19 .o-section--overlap-top .o-section__content::before {
  background-color: #a4e9ed;
}
.adult-19 .o-section--event h2 {
  color: #a4e9ed;
}

.apprenticeships .o-section--grid .o-section__header h2 span {
  color: #ffda1a;
}
.apprenticeships .o-section__caption .a-btn {
  background-color: #ffda1a;
  color: #1a2d59;
}
.apprenticeships .o-section__caption .a-btn:hover {
  background-color: #e6c100;
}
.apprenticeships .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.apprenticeships .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #e6c100;
}
.apprenticeships .o-section .a-btn {
  background-color: #ffda1a;
  color: #1a2d59;
}
.apprenticeships .o-section .a-btn:hover {
  background-color: #e6c100;
}
.apprenticeships .o-section__header h4 {
  color: #ffda1a;
}
.apprenticeships .o-section .m-cards__header .a-text-link,
.apprenticeships .o-section__header .a-text-link {
  color: #ffda1a;
}
.apprenticeships .o-section__header h2 span {
  color: #ffda1a;
}
.apprenticeships .o-section--overlap-top .o-section__content::before {
  background-color: #ffda1a;
}
.apprenticeships .o-section--event h2 {
  color: #ffda1a;
}

.employers .o-section--grid .o-section__header h2 span {
  color: #42e2a4;
}
.employers .o-section__caption .a-btn {
  background-color: #42e2a4;
  color: #1a2d59;
}
.employers .o-section__caption .a-btn:hover {
  background-color: #20d18c;
}
.employers .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.employers .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #20d18c;
}
.employers .o-section .a-btn {
  background-color: #42e2a4 !important;
  color: #1a2d59 !important;
}
.employers .o-section .a-btn:hover {
  background-color: #20d18c;
}
.employers .o-section__header h4 {
  color: #42e2a4;
}
.employers .o-section .m-cards__header .a-text-link,
.employers .o-section__header .a-text-link {
  color: #42e2a4;
}
.employers .o-section__header h2 span {
  color: #42e2a4;
}
.employers .o-section--overlap-top .o-section__content::before {
  background-color: #42e2a4;
}
.employers .o-section--event h2 {
  color: #42e2a4;
}

.o-section--vacancy {
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: "Biryani", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
}
.o-section--vacancy b,
.o-section--vacancy strong {
  font-weight: 800;
}
.o-section--vacancy i,
.o-section--vacancy em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section--vacancy {
  font-family: Arial, Biryani, sans-serif;
}
.o-section--vacancy ul.features {
  margin-top: 0;
}
.o-section--vacancy ul.features li {
  list-style: none;
  margin-left: 0;
  margin-top: 1.5rem;
}
.o-section--vacancy ul.features li > span {
  display: inline-block;
  margin-right: 5px;
  color: #1a2d59;
  font-weight: 900;
}
.o-section--vacancy ul.features li:first-child {
  margin-top: 0;
}
.o-section--vacancy .description h3 {
  margin-top: 1rem;
  font-size: 14px;
}

.carousel-mini-item__img {
  height: 100%;
}

.button-stripe-bg {
  background: #f0f0f0;
}

.o-textcolor--primary {
  color: #005cb9 !important;
}

.o-textcolor--primary-light {
  color: #2393f6 !important;
}

.o-textcolor--secondary {
  color: #1a2d59 !important;
}

.o-textcolor--tertiary {
  color: #42e2a4 !important;
}

.o-textcolor--variant-1 {
  color: #e73037 !important;
}

.o-textcolor--variant-2 {
  color: #a4e9ed !important;
}

.o-textcolor--variant-3 {
  color: #ffda1a !important;
}

.o-textcolor--variant-4 {
  color: #7137ad !important;
}

.o-textcolor--reversed {
  color: #fff !important;
}

.a-btn.a-btn--disabled,
.o-section .a-btn.a-btn--disabled {
  background-color: #ccc !important;
  color: #fff !important;
}
.a-btn.a-btn--disabled:hover,
.o-section .a-btn.a-btn--disabled:hover {
  background-color: #ccc !important;
}

:root {
  --facebook: #0e5ebd;
  --twitter: #00aced;
  --instagram: #192d59;
  --youtube: #ff3333;
  --primary: #005cb9;
  --secondary: #1a2d59;
  --tertiary: #42e2a4;
  --primary-light: #2393f6;
  --variant-1: #e73037;
  --variant-2: #a4e9ed;
  --variant-3: #ffda1a;
  --variant-4: #7137ad;
}

html {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  min-height: 100%;
  margin-right: -50vw;
  margin-left: -50vw;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #666;
  font-family: "Biryani", sans-serif;
  font-size: 100%;
  font-feature-settings: "kern";
  font-kerning: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body::after {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  margin-left: -1px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

@media screen and (max-width: 575px) {
  head {
    font-family: "xsmall";
  }

  body::after {
    content: "xsmall";
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  head {
    font-family: "small";
  }

  body::after {
    content: "small";
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  head {
    font-family: "medium";
  }

  body::after {
    content: "medium";
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  head {
    font-family: "large";
  }

  body::after {
    content: "large";
  }
}
@media screen and (min-width: 1200px) and (max-width: 1519px) {
  head {
    font-family: "xlarge";
  }

  body::after {
    content: "xlarge";
  }
}
@media screen and (min-width: 1520px) {
  head {
    font-family: "xxlarge";
  }

  body::after {
    content: "xxlarge";
  }
}
main {
  padding-top: 67px;
}
@media (min-width: 992px) {
  main {
    padding-top: 156px;
  }
}
main h1.color--primary, main h2.color--primary, main h3.color--primary, main h4.color--primary, main h5.color--primary, main h6.color--primary, main p.color--primary {
  color: #005cb9;
}
main h1.color--secondary, main h2.color--secondary, main h3.color--secondary, main h4.color--secondary, main h5.color--secondary, main h6.color--secondary, main p.color--secondary {
  color: #1a2d59;
}
main .o-section:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main .o-section:last-child {
    margin-bottom: 60px;
  }
}
main .m-banner.o-section:last-child {
  margin-bottom: 0;
}

.college-16-18 h2.color--primary {
  color: #005cb9;
}

.university-centre h2.color--primary {
  color: #e73037;
}

.international-students h2.color--primary {
  color: #7137ad;
}

.adult-19 h2.color--primary {
  color: #79dfe5;
}

.apprenticeships h2.color--primary {
  color: #e6c100;
}

.employers h2.color--primary {
  color: #20d18c;
}

.print-only {
  display: none;
}

.grid-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .grid-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .grid-container {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .grid-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .grid-container {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .grid-container {
    max-width: 1076px;
  }
}
.grid-container.-grid-mobile {
  padding: 0;
}
@media (min-width: 768px) {
  .grid-container.-grid-mobile {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .grid-container.-grid-mobile {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .grid-container.-grid-mobile {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .grid-container.-grid-mobile {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .grid-container.-grid-mobile {
    max-width: 1076px;
  }
}

.g-footer {
  padding: 70px 0 50px 0;
  background: #1a2d59;
  color: #fff;
}

.g-footer__top {
  text-align: center;
}
@media (min-width: 768px) {
  .g-footer__top {
    text-align: left;
  }
}

.g-footer__top .g-footer__nav.g-footer__nav--primary li {
  display: block;
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li + li {
  margin-top: 30px;
}

.g-footer__top .g-footer__nav.g-footer__nav--secondary {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .g-footer__top .g-footer__nav.g-footer__nav--secondary {
    margin-left: 30px;
    margin-top: 0;
  }
}

.g-footer__top .g-footer__nav.g-footer__nav--secondary li {
  display: block;
}
.g-footer__top .g-footer__nav.g-footer__nav--secondary li + li {
  margin-top: 8px;
}

.g-footer__bottom {
  margin-top: 60px;
}

.g-footer__bottom .g-footer__nav {
  font-weight: 600;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .g-footer__bottom .g-footer__nav {
    justify-content: flex-start;
  }
}
.g-footer__bottom .g-footer__nav li {
  margin: 10px 5px auto 5px;
}
@media (min-width: 768px) {
  .g-footer__bottom .g-footer__nav li {
    margin: 0 10px 0 0;
  }
}
.g-footer__bottom .g-footer__nav li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}

.g-footer__credit {
  margin: 30px auto 0 auto;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .g-footer__credit {
    margin: 0;
    display: inline;
    text-align: left;
  }
}

.g-footer__contact {
  font-size: 2.5rem;
  font-weight: 900;
  margin-top: 40px;
  display: block;
}
@media (min-width: 768px) {
  .g-footer__contact {
    margin-top: 0;
  }
}
.g-footer__contact span {
  font-size: 0.55em;
  display: block;
  margin-bottom: 10px;
}

.g-footer__links {
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .g-footer__links {
    align-self: flex-end;
    display: flex;
    margin-top: auto;
  }
}
.g-footer__links li {
  display: inline-flex;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .g-footer__links li {
    margin: 0 0 0 30px;
    display: inline-block;
  }
}
.g-footer__links li:last-child {
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .g-footer__links li:last-child {
    display: inline-block;
    margin-top: 0;
  }
}

.g-footer__logos {
  margin-top: 0px;
  display: flex;
  flex-flow: row wrap;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .g-footer__logos {
    margin-top: 60px;
    align-items: baseline;
    padding: 0;
  }
}
.g-footer__logos li {
  width: 50%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .g-footer__logos li {
    margin-right: 40px;
    width: auto;
    display: block;
    padding: 0;
  }
}

.g-footer__pre {
  margin-top: 0;
}
.g-footer__pre + .g-footer {
  margin-top: 0;
}

.g-header {
  background: #005cb9;
  color: #fff;
  padding: 10px 0;
  width: 100vw;
  position: fixed;
  top: 0;
  transition: top 0.5s ease-in-out;
  box-shadow: 7.981px -15.01px 49px 0px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  z-index: 1300;
  transition: transform 0.4s, -webkit-transform 0.4s;
  /*
  &::after {
    position: absolute;
    content: '';
    background: $color__background;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 5px;
  }
  */
}
@media (min-width: 992px) {
  .g-header {
    overflow: inherit;
    padding: 12px 0 70px 0;
  }
}

/*
.scroll-down .g-header {
  transform: translate3d(0, -100%, 0);
}
*/
.menu-open .g-header {
  overflow: visible;
}
.menu-open.scroll-down .g-header {
  transform: none;
}

.g-header--salary {
  color: #ab9112 !important;
}

.scroll-up .g-header {
  transform: none;
}

.g-header .container-fluid {
  max-width: 1260px;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .g-header::before {
    content: "";
    position: absolute;
    background: url(/dist/images/header-bg.svg) no-repeat;
    background-size: cover;
    width: 33.2%;
    height: 100%;
    right: 0;
    top: 0;
  }
}

.g-header .g-nav__toggle {
  margin-left: 25px;
  color: #fff;
  position: relative;
  z-index: 10;
}
.g-header .g-nav__toggle::before {
  content: "";
  position: absolute;
  width: 277px;
  padding-bottom: 277px;
  background: #1a2d59;
  z-index: -1;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

.g-header__logo {
  display: block;
  height: 47px;
  width: 100%;
  max-width: 85px;
}
@media (min-width: 992px) {
  .g-header__logo {
    height: 74px;
    max-width: 133px;
    margin-right: 40px;
  }
}

.g-header__logo svg {
  height: 100%;
  width: 100%;
  display: block;
}

.g-header__tel {
  position: relative;
}
.g-header__tel::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .g-header__tel:hover::after {
    max-width: 700px;
  }
}

.g-header__nav {
  display: flex;
  margin-top: 45px;
}
@media (min-width: 992px) {
  .g-header__nav {
    margin-top: 0;
  }
}

.g-header__nav-item {
  color: #005cb9;
  margin: 0 20px 0 0;
  text-decoration: none;
  position: relative;
}
@media (min-width: 992px) {
  .g-header__nav-item {
    color: #fff;
    margin: 0 12px;
  }
}
.g-header__nav-item::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .g-header__nav-item:hover::after {
    max-width: 700px;
  }
}

.g-header__btns {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .g-header__btns {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .g-header__btns {
    position: relative;
  }
}

.g-header__btns .a-btn:last-child {
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .g-header__btns .a-btn:last-child {
    margin-left: 22px;
  }
}

.g-header .m-pills {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .g-header .m-pills {
    flex-direction: row;
    align-items: normal;
  }
}
@media (max-width: 991.98px) {
  .g-header .m-pills .a-btn {
    border-radius: 5px;
  }
  .g-header .m-pills .a-btn + .a-btn {
    margin-top: 10px;
  }
}

.g-header__cta {
  border-radius: 0;
  margin: 10px 0 -10px 0;
  z-index: 100;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 20px 0;
  justify-content: center;
  border: none;
  box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
}

.g-nav {
  width: 100%;
  background: #fff;
  padding: 22px 0;
}
@media (min-width: 992px) {
  .g-nav {
    height: 58px;
  }
}
.g-nav .full-width {
  display: flex;
  flex-grow: 1;
}
.g-nav.-dropdown {
  top: 100% !important;
  height: auto;
  background: transparent;
  padding: 0;
  z-index: 50 !important;
  display: none;
}
@media (max-width: 1199.98px) {
  .g-nav.-dropdown {
    top: 0 !important;
    position: relative;
    margin-top: 25px;
    display: none;
  }
}

.parent-link {
  flex-direction: column;
}
.parent-link:hover > .nav-dropdown.nav-inner-child {
  display: flex;
}
@media (max-width: 991.98px) {
  .parent-link:hover > .nav-dropdown.nav-inner-child {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .parent-link:hover > .nav-dropdown.nav-inner-child {
    position: absolute;
    left: 0;
    top: 100%;
  }
}

.nav-dropdown {
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
  background: #fff;
  max-width: 260px;
  width: 100%;
  box-shadow: 0.981px 42.99px 61px -14px rgba(0, 0, 0, 0.18);
  padding: 1rem 0;
}
.nav-dropdown.nav-inner-child {
  display: none;
}
@media (max-width: 1199.98px) {
  .nav-dropdown {
    box-shadow: none;
  }
}
.nav-dropdown a {
  padding: 0.7rem 1.4rem;
}
@media (max-width: 991.98px) {
  .nav-dropdown a {
    padding: 0rem 1.4rem;
  }
}
@media (min-width: 992px) {
  .nav-dropdown a:hover {
    background: #ececec;
  }
}

.g-nav .grid-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 992px) {
  .g-nav .grid-container {
    display: flex;
    justify-content: space-between;
  }
}

.g-nav__item {
  text-decoration: none;
  color: #1a2d59;
  border: none;
  padding: 0;
  background: none;
  display: flex;
  width: 100%;
  cursor: pointer;
}
.g-nav__item:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .g-nav__item:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .g-nav__item {
    display: inline-flex;
    margin-top: 0;
    width: auto;
  }
}
.g-nav__item svg {
  margin-left: auto;
  color: #005cb9;
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  .g-nav__item svg {
    margin-left: 10px;
  }
}
.g-nav__item:hover svg {
  transform: translateY(3px);
}

@media (min-width: 992px) {
  .g-nav__item--highlight {
    color: #005cb9;
  }
}

.g-nav__mobile {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 25px;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: 200ms all ease;
}
@media (min-width: 768px) {
  .g-nav__mobile {
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .g-nav__mobile {
    position: static;
    background: none;
    width: auto;
    height: auto;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
}
.g-nav__mobile.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .g-nav__mobile .g-nav {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 50%;
    right: 0;
    width: 100vw;
    margin-left: -50vw;
    z-index: 4;
  }
}

.g-nav__mobile-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: absolute;
  top: 25px;
  right: 25px;
}

.icon--menu,
.icon--menu svg {
  width: 30px;
  height: 17px !important;
}

.nav--custom {
  display: flex;
  align-items: center;
}
.nav--custom .nav--custom-phone {
  padding-left: 1em;
}
.nav--custom .nav--custom-phone .nav--custom-phone--svg {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .nav--custom .nav--custom-phone .nav--custom-phone--svg {
    height: 26px;
    width: 26px;
  }
}

.nav--custom-apply {
  padding-left: 10px;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
  outline: none;
}

/*# sourceMappingURL=style.css.map*/