@charset "UTF-8";
/*!
 * Font Awesome Pro 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-search:before {
  content: "\f002";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-play:before {
  content: "\f04b";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/font-awesome/fa-regular-400.eot");
  src: url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../fonts//lightcase/lightcase.eot?55356177");
  src: url("../fonts//lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts//lightcase/lightcase.woff?55356177") format("woff"), url("../fonts//lightcase/lightcase.ttf?55356177") format("truetype"), url("../fonts//lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: "\e800";
}

.lightcase-icon-pause:before {
  content: "\e801";
}

.lightcase-icon-close:before {
  content: "\e802";
}

.lightcase-icon-prev:before {
  content: "\e803";
}

.lightcase-icon-next:before {
  content: "\e804";
}

.lightcase-icon-spin:before {
  content: "\e805";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 1em;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-open body {
  overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 1em;
}
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 1em;
    background: #333;
  }
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 1em;
    padding-right: 1em;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 1em #fff;
  -moz-transform-origin: 50% 53%;
  animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: color, opacity, ease-in-out 0.25s;
}
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: color, opacity, ease-in-out 0.25s;
}
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}
a[class*=lightcase-icon-]:hover {
  color: rgb(255, 255, 255);
  text-shadow: 0 0 1em rgb(255, 255, 255);
  text-decoration: none;
}
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 1em;
  right: 1em;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 1em;
}
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 1em;
}
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  a[class*=lightcase-icon-] {
    bottom: 1em;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 0.9 !important;
  }
}

html {
  --font-body: "Poppins", Arial, sans-serif;
  --font-heading: "Poppins", Helvetica, Arial, serif;
  --font-sub-heading: "Poppins", Helvetica, Arial, serif;
  --font-custom: IWCollege, Helvetica, Arial, serif;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: var(--font-body);
  line-height: 1.65;
  background-color: #fff;
  color: #3e3e41;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page {
  flex: 1;
}

#browser-warning {
  max-width: 1100px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}

#cookieChoiceInfo {
  background-color: rgba(0, 0, 0, 0.85) !important;
  color: white;
  padding: 12px !important;
  bottom: 0;
  top: auto !important;
  z-index: 9999;
  box-sizing: border-box;
}
#cookieChoiceInfo a {
  color: #009fe3;
}

#rl-privacy-notice-top {
  position: fixed !important;
}

.locked {
  overflow: hidden;
}
@media (max-width: 767px) {
  .locked {
    padding-top: 16px;
  }
}

p {
  margin: 0 0 1.5em 0;
  font-size: 1em;
}
p:last-child {
  margin-bottom: 0;
}
p--sm {
  font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: normal;
  line-height: 1.15;
}

h1,
.text-size-h1 {
  font-size: 32px;
  font-size: 32.44px;
  font-size: 1.802rem;
}

h2,
.text-size-h2 {
  font-size: 28px;
  font-size: 28.83px;
  font-size: 1.602rem;
}

h3,
.text-size-h3 {
  font-size: 25px;
  font-size: 25.63px;
  font-size: 1.424rem;
}

h4,
.text-size-h4 {
  font-size: 22px;
  font-size: 22.78px;
  font-size: 1.266rem;
}

h5,
.text-size-h5 {
  font-size: 20px;
  font-size: 20.25px;
  font-size: 1.125rem;
}

h6,
.text-size-h6 {
  font-size: 18px;
  font-size: 1rem;
}

.text-size-sm {
  font-size: 16px;
  font-size: 0.889rem;
}

.text-size-xs {
  font-size: 14.22px;
  font-size: 0.79rem;
}

.text-size-xxs {
  font-size: 12.64px;
  font-size: 0.702rem;
}

small,
.text-small {
  font-size: 14.22px;
  font-size: 0.79em;
}

.text-caption {
  font-size: 16px;
  font-size: 0.89em;
}

strong {
  font-weight: bold;
  font-weight: 700;
}

a {
  color: #009fe3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 4px solid #e6007e;
}

button:focus {
  outline: 4px solid #e6007e;
}

a:link {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@font-face {
  font-family: "IWCollege";
  src: url("/assets/fonts/college/iwcollege.woff2") format("woff2"), url("/assets/fonts/college/iwcollege.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
.container {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 1.5em;
}
@media (min-width: 980px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

.locked {
  overflow: hidden;
}

.nav-wrapper {
  position: fixed;
  left: 0;
  top: 40px;
  z-index: 998;
  width: 100%;
  height: 100%;
  text-align: left;
  transform: translateX(100%);
  transition: transform 250ms;
  background-color: rgba(0, 159, 227, 0.95);
  visibility: hidden;
}
@media (min-width: 768px) {
  .nav-wrapper {
    top: 80px;
  }
}
@media (min-width: 1490px) {
  .nav-wrapper {
    visibility: visible;
  }
}
@media (max-width: 1489px) {
  .nav-wrapper .tabs,
  .nav-wrapper .sub-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0;
  }
}
@media (min-width: 1490px) {
  .nav-wrapper {
    height: auto;
    transform: translateX(0);
    background-color: #009fe3;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: none;
    text-decoration: none;
    background-color: rgba(255, 0, 0, 0);
    transition: none;
    box-shadow: none;
  }
}
.nav-wrapper.isOpen {
  visibility: visible;
  transform: translateX(0);
  left: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media (min-width: 768px) {
  .nav-wrapper.isOpen {
    height: calc(100vh - 80px);
  }
}
.nav-wrapper.isOpen .nav-wrapper__inner {
  overflow: scroll;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1490px) {
  .nav-wrapper.isDrilled {
    overflow: visible;
    transform: translateX(-100%);
  }
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.main-nav--desktop,
.sub-nav__list,
.action-nav-list,
.social-nav {
  list-style: none;
  display: flex;
}
@media (max-width: 1489px) {
  .main-nav--desktop,
  .sub-nav__list,
  .action-nav-list,
  .social-nav {
    flex-direction: column;
  }
}
@media (max-width: 1490px) {
  .main-nav--desktop a,
  .sub-nav__list a,
  .action-nav-list a,
  .social-nav a {
    color: #fff;
  }
}

@media (max-width: 1489px) {
  .main-nav--desktop {
    display: flex;
    align-items: center;
    padding: 0;
  }
}

.main-nav li,
.sub-nav li {
  margin: 0 3px;
}

.tabs {
  padding: 3px 5px 0 5px;
  background-color: #e6007e;
}
@media (min-width: 1490px) {
  .tabs {
    display: flex;
    justify-content: space-between;
    background-color: #cecece;
  }
}
.tabs .main-nav {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.tabs .main-nav li a {
  display: inline-block;
  padding: 5px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 1489px) {
  .tabs .main-nav li a {
    background-color: transparent !important;
  }
}
@media (min-width: 1490px) {
  .tabs .main-nav li a {
    min-width: 80px;
    padding: 7px 10px 5px 10px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    background-color: white;
    color: #000000;
    border-radius: 5px 5px 0 0;
  }
  .tabs .main-nav li a:hover {
    text-decoration: none;
    background-color: #e6007e;
    color: #fff;
  }
  .tabs .main-nav li a.current {
    background-color: var(--section-theme-color);
    color: #fff;
  }
}
.tabs .main-nav li a:focus {
  outline: 4px solid #e6007e;
}
@media (min-width: 1490px) {
  .tabs .main-nav li:first-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .tabs--tablet {
    display: flex;
    justify-content: space-between;
    background-color: #cecece;
  }
}

@media (max-width: 1490px) {
  .sub-nav {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.sub-nav .sub-nav__list > li {
  margin: 0;
}
.sub-nav .sub-nav__list > li > a,
.sub-nav .sub-nav__list > li button {
  display: block;
  background: none;
  border: none;
  height: 100%;
  padding: 5px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 1490px) {
  .sub-nav .sub-nav__list > li > a,
  .sub-nav .sub-nav__list > li button {
    padding: 5px 20px;
    font-size: 12px;
    font-weight: bold;
  }
}
.sub-nav .sub-nav__list > li > a:hover,
.sub-nav .sub-nav__list > li button:hover {
  color: var(--section-theme-color);
  cursor: pointer;
}
.sub-nav .sub-nav__list > li:hover > a {
  color: var(--section-theme-color);
}

.tablet-nav {
  display: none;
}
@media (min-width: 768px) {
  .tablet-nav {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1490px) {
  .tablet-nav {
    display: none;
  }
}
.tablet-nav .tabs .main-nav {
  display: flex;
}
.tablet-nav .tabs .main-nav .action-nav-list--tablet {
  flex-direction: row;
}
.tablet-nav .tabs .main-nav .action-nav-list--tablet li {
  border-radius: 5px 5px 0 0;
}
.tablet-nav .tabs .main-nav .action-nav-list--tablet li:last-child {
  display: block;
}
.tablet-nav .sub-nav {
  padding: 10px 0;
  flex-direction: row;
  justify-content: flex-end;
}
.tablet-nav .social-nav {
  flex-direction: row;
  margin-top: 0;
}
@media (min-width: 768px) {
  .tablet-nav .social-nav {
    margin-left: 20px;
  }
}
.tablet-nav .btn.btn--search {
  color: #000000;
}
.tablet-nav .btn.btn--search:hover {
  color: #e6007e;
}

.btn.btn--menu {
  display: block;
  min-width: 74px;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 768px) {
  .btn.btn--menu {
    display: none;
  }
}
.btn.btn--menu .hamburger__close {
  display: none;
}
.btn.btn--menu.is-active .hamburger__close {
  display: block;
}
.btn.btn--menu.is-active .hamburger__menu {
  display: none;
}

@media (max-width: 1490px) {
  .btn.btn--menu-tablet {
    display: inline-block;
    min-width: 100px;
    padding: 10px 10px 8.5px 10px;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    background-color: white;
    color: #000000;
    border-radius: 5px 5px 0 0;
  }
}

.action-nav-list {
  margin: 0;
  padding: 0;
}
@media (max-width: 1489px) {
  .action-nav-list {
    display: none;
  }
}
.action-nav-list li {
  margin: 0 3px;
  text-transform: uppercase;
}
@media (max-width: 1489px) {
  .action-nav-list li:last-child {
    display: none;
  }
}
.action-nav-list li a {
  display: inline-block;
  padding: 7px 10px 5px 10px;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  border-radius: 5px 5px 0 0;
  transition: all 250ms;
}
@media (min-width: 1800px) {
  .action-nav-list li a {
    padding: 5px 10px 4px 10px;
    font-size: 12px;
  }
}
.action-nav-list li a:hover {
  text-decoration: none;
}
.action-nav-list li:first-child a {
  background-color: #e6007e;
  color: #fff;
}
.action-nav-list li:first-child a:hover {
  background-color: #1f1f1f;
}
.action-nav-list li:nth-child(2) a {
  background-color: #1f1f1f;
}
.action-nav-list li:nth-child(2) a:hover {
  background-color: #e6007e;
}
.action-nav-list li:last-child a {
  background-color: #e6007e;
  color: #fff;
}
.action-nav-list li:last-child a:hover {
  background-color: #1f1f1f;
}

@media (max-width: 1490px) {
  .action-nav-list--tablet {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .action-nav-list--tablet li {
    border-radius: 5px 5px 0 0;
  }
}

.mobile-action-nav .action-nav-list {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
@media (min-width: 1489px) {
  .mobile-action-nav .action-nav-list {
    display: none;
  }
}
.mobile-action-nav .action-nav-list li {
  line-height: 1;
}
.mobile-action-nav .action-nav-list li a {
  display: inline-block;
  min-width: 110px;
  padding: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 5px 5px;
  transition: all 250ms;
}
.mobile-action-nav .action-nav-list li a:hover {
  text-decoration: none;
}

.sub-nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1489px) {
  .sub-nav {
    flex-direction: column;
    align-items: center;
  }
}

.sub-nav__list {
  list-style: none;
  padding: 0;
}
@media (max-width: 1489px) {
  .sub-nav__list {
    margin: 0;
    padding: 0;
  }
}

.display-flex {
  display: flex !important;
}

ul.mega-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 40px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 1;
  display: none;
}
@media (max-width: 1490px) {
  .sub-nav__list > li.active ul.mega-menu {
    display: block;
    flex-direction: column;
    top: 0;
    bottom: 0;
    transform: translateX(100%);
    overflow: scroll;
  }
  .sub-nav__list > li.active ul.mega-menu li.mega-menu__item {
    display: block;
    flex: none;
    padding: 0;
  }
  .sub-nav__list > li.active ul.mega-menu li.mega-menu__item .mega-menu__link {
    display: block;
    padding: 10px;
    text-align: center;
  }
  .sub-nav__list > li.active ul.mega-menu li.mega-menu__item .mega-menu__link:hover {
    color: var(--section-theme-color);
  }
  .sub-nav__list > li.active ul.mega-menu li.mega-menu__item:first-child .mega-menu__link:hover {
    background-color: transparent;
  }
  .sub-nav__list > li.active ul.mega-menu li.mega-menu__item .mega-menu__image-wrapper,
  .sub-nav__list > li.active ul.mega-menu li.mega-menu__item .mega-menu__excerpt {
    display: none;
  }
  .sub-nav__list > li.active ul.mega-menu li.mega-menu__item .mega-menu__text {
    padding: 0;
    text-transform: uppercase;
    background-color: transparent;
  }
  .sub-nav__list > li.active ul.mega-menu li.mega-menu__item .mega-menu__title {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
  }
}
@media (min-width: 1490px) {
  ul.mega-menu .mega-menu__item:first-child {
    display: none;
  }
  .sub-nav li:hover ul.mega-menu {
    display: flex;
  }
}
ul.mega-menu .mega-menu__item {
  flex: 0 1 25%;
  display: flex;
  margin: 0;
  padding: 10px;
}
ul.mega-menu .mega-menu__item .mega-menu__link {
  display: flex;
  width: 100%;
  color: #000000;
}
@media (min-width: 1490px) {
  ul.mega-menu .mega-menu__item .mega-menu__link {
    min-height: 100px;
  }
}
ul.mega-menu .mega-menu__item .mega-menu__link:hover {
  text-decoration: none;
  color: #fff;
}
ul.mega-menu .mega-menu__item .mega-menu__link:hover .mega-menu__text {
  background-color: #009fe3;
  background-color: var(--section-theme-color);
}
ul.mega-menu .mega-menu__item .mega-menu__image-wrapper,
ul.mega-menu .mega-menu__item .mega-menu__text {
  flex: 0 1 50%;
}
ul.mega-menu .mega-menu__item .mega-menu__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
ul.mega-menu .mega-menu__item .mega-menu__text {
  padding: 10px 20px;
  text-align: left;
  background-color: #fff;
}
ul.mega-menu .mega-menu__item .mega-menu__title,
ul.mega-menu .mega-menu__item .mega-menu__excerpt {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  text-transform: unset;
}
ul.mega-menu .mega-menu__item .mega-menu__title {
  font-weight: bold;
}
ul.mega-menu .mega-menu__item .mega-menu__excerpt {
  font-weight: normal;
}

.nav-list,
.nav-sub-list {
  display: flex;
  margin: 0;
  list-style: none;
}

.nav-list__item {
  position: relative;
  top: 0;
}
.nav-list__item:hover .nav-sub-list {
  display: block;
}

.nav-sub-list {
  display: none;
}
.nav-sub-list .nav-list__item {
  position: absolute;
}

.btn.btn--search {
  font-size: 1.125em;
  color: #000000;
}
@media (max-width: 767px) {
  .btn.btn--search {
    display: none !important;
  }
}

@media (min-width: 1490px) {
  .nav-wrapper .sub-nav .btn--search {
    margin-right: 100px;
  }
}
.nav-wrapper .social-nav {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .nav-wrapper .social-nav li:first-child {
    display: none;
  }
}

.social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
@media (max-width: 767px) {
  .social-nav {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 1489px) {
  .social-nav {
    margin-top: 25px;
  }
}
.social-nav li {
  margin: 0 10px;
}
.social-nav a {
  font-size: 1.125em;
  color: #000000;
}
.social-nav a:hover {
  color: #e6007e;
}

.form {
  margin: 0 auto;
}
@media (min-width: 980px) {
  .form--inline .form__section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.form--inline .form__row {
  flex: 1;
}
.form--hide-labels .form__label--hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form__row {
  position: relative;
  gap: 20px;
}
@media (min-width: 768px) {
  .form__row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
  }
  .form__row:last-child {
    margin-bottom: 0;
  }
}
.form__row--centered .form__item {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form__row--py-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.form__label {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.form__label--checkbox {
  padding-left: 45px;
}
.form__label--checkbox .form__field--checkbox + .form__faux-field {
  margin-left: -45px;
}

.form__field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  min-height: 36px;
  padding: 14px;
  font-family: var(--font-body);
  font-size: 16px;
  background-color: #fff;
  color: #000;
  border: 1px solid #009fe3;
  border-radius: 0;
}
.form__field::-moz-placeholder {
  color: #111;
}
.form__field::placeholder {
  color: #111;
}
.form__field:focus {
  border-color: #009fe3;
}
.form__field--text {
  width: 100%;
  padding: 11px;
}
.form__field--select {
  position: relative;
  padding: 12px 50px 11px 14px;
}
.form__field--checkbox {
  cursor: pointer;
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form__field--checkbox + .form__faux-field {
  margin: 10px 0;
}
.form__field--checkbox + .form__faux-field a {
  text-decoration: underline;
  color: #fff;
}
.form__field--checkbox + .form__faux-field::before {
  display: inline-block;
  left: 0;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  font-style: normal;
  line-height: 1.95em;
  letter-spacing: normal;
  text-align: center;
  content: "";
  color: #009fe3;
  background: #fff;
  border: 1px solid #009fe3;
  vertical-align: middle;
}
.form__field--checkbox:checked {
  color: red;
}
.form__field--checkbox:checked + .form__faux-field::before {
  content: "\f00c";
}
.form__field-wrapper {
  position: relative;
  width: 100%;
}
.form__field-wrapper--search .form__field-inner-wrapper, .form__field-wrapper--select .form__field-inner-wrapper {
  position: relative;
}
.form__field-wrapper--search .form__field-inner-wrapper::before, .form__field-wrapper--search .form__field-inner-wrapper::after, .form__field-wrapper--select .form__field-inner-wrapper::before, .form__field-wrapper--select .form__field-inner-wrapper::after {
  position: absolute;
  content: "";
}
.form__field-wrapper--search .form__field-inner-wrapper::after {
  display: none;
}
.form__field-wrapper--select {
  font-weight: bold;
  border-width: 2px;
}
.form__field-wrapper--select::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: transparent url(/assets/images/icons/select_icon_down.svg) no-repeat center;
  background-size: 100%;
}
.form__field-wrapper--select .form__field-inner-wrapper::before, .form__field-wrapper--select .form__field-inner-wrapper::after {
  position: absolute;
  content: "";
}
.form__field-wrapper--select .form__field-inner-wrapper::before {
  top: 50%;
  right: 5px;
  z-index: 101;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.form__field-wrapper--select .form__field-inner-wrapper::after {
  z-index: 100;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 100%;
  background-color: #009fe3;
  border: 0;
  pointer-events: none;
}
.form__field-wrapper--nude {
  font-weight: normal;
  border: 0;
}
.form__field-wrapper--nude .form__field-inner-wrapper::after {
  border: 1px solid #fff;
}
.form__field-wrapper--nude .form__field--select {
  border: 0;
}
.form__field-wrapper--bold .form__field--select {
  width: 100%;
  font-weight: bold;
  border-width: 2px;
}

.form__hint {
  font-family: var(--font-body);
  font-size: 80%;
  color: #3e3e41;
}

.input-group {
  position: relative;
  display: flex;
}
.input-group__field {
  width: 100%;
  padding-right: 100px;
}
.input-group__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  transition: all 0.5s;
  position: relative;
  font-family: var(--font-body);
}

.btn--primary,
.btn--secondary,
.btn--white,
.btn--grey {
  padding: 10px 35px;
  font-size: 0.9em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .btn--primary,
  .btn--secondary,
  .btn--white,
  .btn--grey {
    font-size: 18px;
  }
}
.btn--primary:hover,
.btn--secondary:hover,
.btn--white:hover,
.btn--grey:hover {
  text-decoration: none;
}

.btn--primary {
  background-color: #009fe3;
  color: #1f1f1f;
}

.btn--secondary {
  background-color: #e6007e;
  color: #fff;
}
.btn--secondary:focus {
  outline: 4px solid #009fe3;
}

.btn--grey {
  background-color: #3e3e41;
  color: #fff;
}

.btn--square {
  border-radius: 0;
  text-transform: unset;
}

.btn--lg {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 980px) {
  .btn--lg {
    display: inline-block;
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .btn--lg {
    font-size: 26px;
  }
}

.btn--sm {
  padding: 5px 20px;
  font-size: 18px;
}

.btn--xs {
  padding: 6px 1em;
  font-size: 12px;
}

.btn--block {
  display: block;
}

.button-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 540px) {
  .button-group {
    flex-direction: row;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 1200px) {
  .button-group {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 540px) {
  .button-group--centered {
    justify-content: center;
  }
}
.button-group .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}
@media (min-width: 540px) {
  .button-group .btn {
    margin: 5px;
  }
}
.button-group .btn:hover, .button-group .btn.active {
  background-color: #e6007e;
}
.button-group--trio {
  flex-wrap: nowrap;
}
.button-group--trio .btn {
  flex: 0 1 33.333%;
}
@media (min-width: 540px) {
  .button-group--trio .btn {
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .button-group--trio .btn {
    margin: 0 10px;
  }
}
.button-group--trio .btn:first-child {
  margin-top: 0;
}
.button-group--trio .btn:last-child {
  margin-bottom: 0;
}
.button-group--trio .btn:nth-child(1) {
  background-color: #009fe3;
}
.button-group--trio .btn:nth-child(1):hover {
  background-color: #e6007e;
}
.button-group--trio .btn:nth-child(3) {
  background-color: #e6007e;
}
.button-group--trio .btn:nth-child(3):hover {
  background-color: #e6007e;
}

.header {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  padding: 0;
}
@media (max-width: 767px) {
  .header {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .header::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 31px;
    height: 31.5px;
    background: #cecece;
    z-index: -1;
    left: 50%;
  }
}

@media (max-width: 767px) {
  .header__logo-wrapper {
    order: 2;
  }
}
@media (min-width: 768px) {
  .header__logo-wrapper {
    min-width: 230px;
  }
}
.header__logo {
  width: 160px;
  height: 50px;
}
@media (max-width: 767px) {
  .header__logo {
    margin: 20px 0;
  }
}

.header__nav-wrapper {
  flex: 1;
}
.header__nav-wrapper .btn,
.header__nav-wrapper a {
  font-weight: bold;
}

.header__mobile-actions {
  display: flex;
}
@media (min-width: 768px) {
  .header__mobile-actions {
    display: none;
  }
}
.locked .header__mobile-actions {
  position: fixed;
  top: 0;
  z-index: 2;
  justify-content: center;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  background: #fff;
}

.footer {
  padding: 1em 1.5em 3em 1.5em;
  background-color: #5a315f;
  color: #fff;
}
@media (min-width: 980px) {
  .footer {
    padding: 2em 0 4em 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 4em 0;
  }
}

.footer__inner {
  padding: 0;
}
@media (min-width: 540px) {
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 540px) {
  .footer__column {
    flex: 1 0 50%;
    padding-right: 2em;
  }
}
@media (min-width: 980px) {
  .footer__column {
    flex: 1;
  }
}
.footer__column h3 {
  margin: 1.5em 0 0.5em 0;
  font-size: 1.35em;
  font-weight: bold;
}
.footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85em;
  line-height: 2;
}
.footer__column ul li a {
  display: inline-block;
  color: #fff;
}

.footer-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 4em auto 0 auto;
  font-size: 0.85em;
}
.footer-logos li {
  margin: 0 1em;
}
@media (min-width: 540px) {
  .footer-logos li img {
    max-width: 6.25em;
  }
}

.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.social-links__item {
  font-size: 1em;
  line-height: 1;
}
.social-links__item a {
  display: inline-block;
  padding: 3px 10px;
}
@media (min-width: 375px) {
  .social-links__item a {
    padding: 10px;
    font-size: 20px;
  }
}
.social-links__item a .fa {
  color: inherit;
}

.modal {
  z-index: 1001;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.9);
  background-color: #fff;
  opacity: 0;
  transition: all 250ms;
  transition-delay: 150ms;
}
.modal.loaded {
  position: absolute;
  width: 90%;
  top: 20px;
  transform: translateX(-50%);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
@media (min-width: 768px) {
  .modal.loaded {
    position: fixed;
    width: 95%;
    max-width: 900px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    margin: 0;
    padding: 30px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(230, 0, 126, 0.9);
  opacity: 0;
  transition: all 250ms;
  transform: scale(0.9);
}
.modal-overlay.loaded {
  opacity: 1;
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 40px;
  color: #e6007e;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.blur-page {
  transition: filter 250ms;
  filter: blur(5px);
}

.modal .contact-form.block .contact-form__inner {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .modal .form__row {
    display: block;
  }
}
.modal .form__field--select {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  padding: 0;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: grid;
  align-items: center;
  cursor: pointer;
}
.slick-slider .slick-arrow svg {
  height: 12.72px;
}
.slick-slider .slick-next {
  right: 25px;
}
.slick-slider .slick-prev {
  left: 25px;
}

.hero .carousel .slick-arrow {
  align-items: flex-end;
  padding-bottom: 20px;
}

@media (min-width: 980px) {
  .search--main {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.search--main .form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.search--main .form__row {
  margin-left: -5px;
}
.search--main .search-field .btn {
  width: 60px;
  font-size: 22px;
}

.search-results__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-results__item {
  margin-bottom: 1em;
}
.search-results__title {
  margin: 0 0 1em 0;
  font-weight: bold;
}
.search-results__label {
  display: inline-block;
  margin-left: 20px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: normal;
  background: #f4f4f4;
  border-radius: 5px;
}

.search-field .form__field--search {
  border: 2px solid #009fe3;
}
.search-field .form__field--lg {
  padding: 20px 70px 1em 1em;
  font-family: var(--font-custom);
  font-size: 50px;
  background-color: transparent;
  color: #fff;
}
.search-field .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: #009fe3;
}

.search-results-info {
  margin-top: 1em;
  font-size: 14px;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(230, 0, 126, 0.9);
  opacity: 0;
  transition: all 200ms;
  visibility: hidden;
  transform: scale(0.9);
}
.search-overlay.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.search-overlay a:focus {
  outline: 4px solid #009fe3;
}
.search-overlay button:focus {
  outline: 4px solid #009fe3;
}
.search-overlay .form__item {
  padding: 0;
}
.search-overlay .search-field {
  position: relative;
}
.search-overlay .search-field .form__field--search {
  border-color: #fff;
}
.search-overlay .search-field .form__field--lg {
  padding: 20px 70px 1em 1em;
  font-family: var(--font-custom);
  font-size: 50px;
  background-color: transparent;
  color: #fff;
}
.search-overlay .search-field .btn {
  width: 75px;
  font-size: 40px;
  color: #fff;
}
.search-overlay .search-results-list {
  position: absolute;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  border-top: 0;
}
.search-overlay .search-results-list__item a,
.search-overlay .search-results-list__item span,
.search-overlay .search-results-list li a,
.search-overlay .search-results-list li span {
  display: block;
  padding: 1em 10px 1em 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #e6007e;
}
.search-overlay .search-results-list__item a:hover,
.search-overlay .search-results-list li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.search-overlay .search-results-list__item span,
.search-overlay .search-results-list li span {
  cursor: default;
}
.search-overlay .btn--search-overlay-close {
  position: absolute;
  top: -45px;
  right: -10px;
  font-size: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.search-options {
  background-color: #fff;
  border: 1px solid #009fe3;
  display: grid;
  padding: 1em;
  gap: 2em;
}

@media (min-width: 580px) {
  .search-options {
    grid-template-columns: repeat(2, auto);
  }
}
@media (min-width: 1024px) {
  .search-options {
    grid-template-columns: repeat(3, auto);
  }
}
.search-options-venues > span,
.search-options-levels > span,
.search-options-area > span {
  display: block;
  font-size: 1rem;
}

.search-options-heading {
  font-family: Poppins, Helvetica, Arial, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

details {
  position: absolute;
  left: 0;
  z-index: 99;
  width: 100%;
  margin-bottom: 0.8em;
}

.card_job {
  margin-bottom: 2em;
}
.card_job h3 {
  margin-bottom: 0;
}

.job-spec * {
  margin: 0;
  color: #3e3e41;
}
.job-spec ul li::marker {
  color: #3e3e41;
}
.job-spec p strong {
  display: inline-block;
  margin-top: 20px !important;
}
.job-spec .MsoListParagraphCxSpFirst > span:first-child > span,
.job-spec .MsoListParagraphCxSpMiddle > span:first-child > span,
.job-spec .MsoListParagraphCxSpLast > span:first-child > span,
.job-spec .MsoNoSpacing > span:first-child > span,
.job-spec .MsoListParagraph > span:first-child > span {
  position: relative;
  top: 0.5em;
  margin-right: 5px;
  font-size: 40px;
  line-height: 9px;
}

dialog {
  border: none;
  padding: 0;
}
dialog .card__image-wrapper {
  border: none;
}
dialog .card__text {
  border: none;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
dialog form {
  text-align: right;
}
dialog button {
  border: none;
  padding: 1em;
  background: none;
}

.block--bg-primary {
  background-color: #009fe3;
}
.block--bg-secondary {
  background-color: #e6007e;
}
.block--bg-tertiary {
  background-color: #5a315f;
}
.block--bg-black {
  background-color: #1f1f1f;
}
.block--text-white {
  color: #fff;
}
.block--has-bg-img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block--has-bg-img .container {
  z-index: 1;
  color: #fff;
}
.block--has-bg-img::after {
  position: absolute;
  content: "";
  background-color: rgba(31, 31, 31, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.block > .container {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 600px) {
  .block > .container {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 768px) {
  .block > .container {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (min-width: 980px) {
  .block > .container {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

.centered-heading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .centered-heading {
    max-width: 75%;
  }
}
.centered-heading::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #cecece;
}

@media (min-width: 768px) {
  .page-content {
    margin: 4em;
  }
}
.page-content--contrast .container {
  margin: 0;
  padding: 20px;
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .page-content--contrast .container {
    margin: 1em auto;
    padding: 4rem;
  }
}
.page-content--contrast .container h2 {
  margin: 0;
  font-weight: bold;
}
.page-content--contrast .container .course-grid-wrapper {
  margin-top: 50px;
}
.page-content--contrast .container .course-grid-wrapper h2 {
  margin-bottom: 20px;
}
.page-content--contrast .container .course-grid-wrapper .course-grid .container {
  width: unset;
  padding: 0;
}

.page-content__rich-text {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-content__rich-text {
    position: relative;
    -moz-columns: 2;
         columns: 2;
    gap: 150px;
  }
  .page-content__rich-text::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #e6007e;
  }
  .page-content__rich-text p {
    margin-bottom: 0;
  }
}
.page-content__rich-text h2 {
  margin: 1.5em 0;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-content__rich-text h2 {
    margin-top: 0;
    font-size: 30px;
  }
}

.page-header__inner {
  width: 100%;
  max-width: unset;
  padding: 0;
  max-height: 500px;
  overflow: hidden;
}

.page-header__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .page-header__image {
    min-height: 220px;
  }
}

.page-header__content {
  display: flex;
  justify-content: center;
}
.page-header__content .container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 768px) {
  .page-header__content .container {
    width: 50%;
  }
}
.page-header__content .container h1,
.page-header__content .container h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.page-header__content .container h1 > span,
.page-header__content .container h2 > span {
  background-color: #e6007e;
  box-shadow: 10px 0 0px 0px #e6007e, -10px 0 0px 0px #e6007e;
}
.page-header__content .container h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
}
@media (min-width: 1600px) {
  .page-header__content .container h1 {
    font-size: 55px;
  }
}
.page-header__content .container h1 > span {
  padding-bottom: 5px;
}
.page-header__content .container h2 {
  font-size: 1em;
  font-weight: normal;
}
@media (min-width: 1600px) {
  .page-header__content .container h2 {
    font-size: 30px;
  }
}

.accordion-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.accordion-title span::after {
  margin-left: 1em;
  content: "\f055";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
.accordion-title.is-open span::after {
  content: "\f056";
}
.accordion-title.is-open + .accordion-content {
  max-height: 1000px;
  margin-bottom: 20px;
}
.accordion-title:hover span::after {
  color: #009fe3;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.centered-rich-text {
  margin: 0 auto;
  text-align: center;
  background: transparent url(/assets/images/layout/centered-rich-text_bg.svg) no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .centered-rich-text {
    max-width: 80%;
  }
}
@media (min-width: 980px) {
  .centered-rich-text {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .centered-rich-text {
    max-width: 50%;
  }
}

.centered-rich-text + * .container {
  padding-top: 0;
  padding-bottom: 0;
}

.centered-rich-text__inner.container {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (min-width: 768px) {
  .centered-rich-text__inner.container {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media (min-width: 1600px) {
  .centered-rich-text__inner.container {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
}
@media (min-width: 1800px) {
  .centered-rich-text__inner.container {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.centered-rich-text__heading {
  margin-top: 0;
  font-weight: bold;
}

.centered-rich-text__text h2 {
  font-size: 1rem !important;
  line-height: 1.4rem;
  margin-top: 0;
  font-weight: normal;
}

.centered-rich-text__text a {
  color: #0171a1;
  font-weight: bold;
}

@media (min-width: 980px) {
  .contact-form {
    max-width: 75%;
    margin: 0 auto;
  }
}
.page-content--contrast .contact-form__inner {
  padding: 0;
}

.contact-form__heading {
  margin-bottom: 2em !important;
  text-align: center;
}

.contact-form__rich-text {
  margin: 20px 0;
  text-align: center;
}

.course-resources {
  min-width: 300px;
  padding: 30px;
  background-color: #e6007e;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .course-resources {
    margin: 40px 0;
  }
}

.course-resources__heading {
  margin: 0 0 1em 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.course-resources__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.course-resources__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.course-resources__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.course-resources__item p {
  margin: 0;
  font-size: 12px;
}
.course-resources__item p strong {
  font-size: 14px;
}

.page-content--contrast .container h2.course-sheets-heading {
  margin: 10px 0 20px 0;
}

.a-z-filters {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .a-z-filters {
    margin-top: 100px;
  }
}

.a-z-filters__heading {
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .a-z-filters__heading,
  .area-select,
  .a-z-links {
    display: flex;
    justify-content: center;
  }
}

.a-z-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.area-select {
  padding: 22px 0 25px 0;
}
.area-select .select-wrapper {
  position: relative;
}
.area-select .select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 10px;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  color: #3e3e41;
  border: 2px solid #3e3e41;
  border-radius: 5px;
}
.area-select .select-wrapper::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  right: 5px;
  z-index: 1;
  transform: translateY(-50%);
  background: url(/assets/images/icons/select_icon.svg);
}

.results-reset-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.results-reset-container .btn-reset {
  margin-top: 30px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.results-reset-container .btn-reset span {
  position: absolute;
  right: 12px;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: -1px;
  padding: 1px;
  line-height: 1;
  background-color: #fff;
  color: #009fe3;
  border-radius: 50%;
}

.btn--a-z {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 2px;
  padding: 4px 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: unset;
  color: #3e3e41;
  border-radius: 0;
  border: 1px solid #3e3e41;
  transition: all 100ms;
}
.btn--a-z:first-child {
  width: unset;
}
.btn--a-z.active, .btn--a-z:hover {
  background-color: #e6007e;
  color: #fff;
  border-color: #3e3e41;
}
.btn--a-z.btn--disabled {
  border-color: #999;
  opacity: 0.5;
}
.btn--a-z.btn--disabled:hover {
  cursor: default;
  background-color: inherit;
  color: inherit;
}

.course-a-z-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .course-a-z-list {
    margin: 100px 0 100px 0;
  }
}
@media (min-width: 768px) {
  .course-a-z-list.columns-3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1200px) {
  .course-a-z-list.columns-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.course-a-z-list .course-a-z-list__item {
  position: relative;
  padding-bottom: 50px;
}
.course-a-z-list .course-a-z-list__item:last-child {
  padding-bottom: 0;
}
.course-a-z-list .course-a-z-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  top: 12px;
  bottom: -12px;
  left: 50px;
  background-color: #e6007e;
}
@media (min-width: 768px) {
  .course-a-z-list .course-a-z-list__item::before {
    top: 22px;
    bottom: -22px;
    left: 66px;
  }
}
.course-a-z-list .letter {
  display: block;
  width: 45px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #e6007e;
}
@media (min-width: 768px) {
  .course-a-z-list .letter {
    width: 60px;
    font-size: 50px;
  }
}

.course-a-z-inner-list {
  margin-top: -40px;
  margin-left: 70px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
@media (min-width: 768px) {
  .course-a-z-inner-list {
    margin-top: -65px;
    margin-left: 90px;
    padding-right: 60px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.course-a-z-inner-list li {
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .course-a-z-inner-list li {
    padding-bottom: 20px;
  }
}
.course-a-z-inner-list li:last-child {
  padding-bottom: 0;
}
.course-a-z-inner-list li a {
  color: #3e3e41;
}
.course-a-z-inner-list li a:hover {
  color: #009fe3;
  text-decoration-color: #009fe3;
}

.no-results {
  padding: 50px 0;
  font-size: 20px;
  text-align: center;
}

.no-results-get-in-touch {
  margin: 100px auto;
}
@media (min-width: 768px) {
  .no-results-get-in-touch {
    max-width: 50%;
  }
}
.no-results-get-in-touch a {
  display: block;
  padding: 40px;
  text-align: center;
  background-color: #009fe3;
  color: #fff;
}
.no-results-get-in-touch a span {
  display: block;
  font-size: 21px;
}
.no-results-get-in-touch a span:first-child {
  font-weight: bold;
}
.no-results-get-in-touch a:hover {
  background-color: #e6007e;
  text-decoration: none;
}

.course-grid {
  background-color: #f4f4f4;
}

.course-list {
  margin: -20px !important;
}
.course-list li {
  flex: 0 0 50%;
  padding: 20px 20px 0 20px;
}
@media (min-width: 980px) {
  .course-list li {
    flex: 0 0 25%;
  }
}
.course-list li img {
  width: 100%;
}
.course-list li a {
  color: #3e3e41;
}
.course-list li a p {
  margin: 0;
  margin: 10px 0 5px 0;
  font-weight: bold;
  line-height: 1.2;
}

.course-details {
  margin: 0;
}
.course-details dt {
  font-size: 12px;
  text-transform: uppercase;
}
.course-details dd {
  margin: 0;
  font-weight: bold;
}

.course-area-grid {
  background-color: #f4f4f4;
}

.course-area-grid__list {
  display: flex;
  margin: -20px !important;
}
.course-area-grid__list li {
  padding: 20px 20px 0 20px;
}
@media (min-width: 540px) {
  .course-area-grid__list li {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .course-area-grid__list li {
    flex: 0 0 25%;
  }
}

.course-area-grid__item a:hover {
  color: inherit;
}

.course-area-grid__title {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #3e3e41;
}

.course-grid__heading {
  margin: 0 0 30px 0;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .course-search__inner {
    display: flex;
  }
}

.course-search__image-wrapper,
.course-search__form-wrapper {
  position: relative;
  flex: 1;
}

.course-search__image-wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  .course-search__image-wrapper {
    border-right: 4px solid #fff;
  }
}
.course-search__image-wrapper::after {
  position: absolute;
  content: "";
  width: 260px;
  height: calc(100% + 200px);
  top: -80px;
  left: -60px;
  z-index: 1;
  background: #e6007e;
  transform: rotate(15deg);
}

.course-search__form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  background-color: #009fe3;
  color: #1f1f1f;
  font-weight: bold;
}
@media (min-width: 768px) {
  .course-search__form-wrapper {
    padding: 50px 0;
    border-left: 4px solid #fff;
  }
}
.course-search__form-wrapper input,
.course-search__form-wrapper select {
  width: 100%;
  min-height: 36px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  color: black;
}
@media (min-width: 768px) {
  .course-search__form-wrapper input,
  .course-search__form-wrapper select {
    font-size: 14px;
  }
}
.course-search__form-wrapper input {
  padding: 10px 40px 10px 10px;
}
.course-search__form-wrapper .form {
  width: 90%;
}
.course-search__form-wrapper .btn--secondary:focus {
  outline: 4px solid white;
}

.course-search__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .course-search__image {
    min-height: 180px;
  }
}

.course-search__heading {
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin: 0;
  font-family: var(--font-custom);
  font-size: 60px;
  text-transform: lowercase;
  line-height: 1;
  background-color: #009fe3;
  color: #1f1f1f;
}
.course-search__heading a {
  display: block;
  padding: 10px 50px 10px 20px;
  color: #1f1f1f;
  text-decoration-thickness: 3px;
}
.course-search__heading a:focus {
  outline: 4px solid white;
  color: white;
}
.course-search__heading::before, .course-search__heading::after {
  position: absolute;
  content: "";
}
.course-search__heading::before {
  content: "»";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -4px;
  font-family: var(--font-body);
  font-weight: bold;
  line-height: 27px;
  color: #1f1f1f;
}
.course-search__heading::before:focus {
  color: white;
}
.course-search__heading::after {
  width: 0;
  height: 0;
  top: 0;
  left: 100%;
  border-bottom: 80px solid #009fe3;
  border-right: 20px solid transparent;
}

.curriculum-areas {
  background-color: #009fe3;
  color: #1f1f1f;
}
.curriculum-areas a {
  color: #1f1f1f;
}
.curriculum-areas .slick-initialized.slick-slider {
  margin: 0;
  padding: 0 40px;
}
.curriculum-areas .slick-initialized .slick-slide {
  padding: 0 1.5em;
}
.curriculum-areas .slick-initialized .slick-next {
  right: 0;
}
@media (min-width: 768px) {
  .curriculum-areas .slick-initialized .slick-next {
    right: -0.65em;
  }
}
@media (min-width: 980px) {
  .curriculum-areas .slick-initialized .slick-next {
    right: -1.5em;
  }
}
.curriculum-areas .slick-initialized .slick-prev {
  left: 0;
}
@media (min-width: 768px) {
  .curriculum-areas .slick-initialized .slick-prev {
    left: -0.65em;
  }
}
@media (min-width: 980px) {
  .curriculum-areas .slick-initialized .slick-prev {
    left: -1.5em;
  }
}

.curriculum-areas__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.curriculum-areas__item {
  padding: 0 1.5em;
  text-align: center;
}

.curriculum-areas__heading {
  margin: 0 0 1.5em 0;
  font-weight: bold;
  text-align: center;
}

.curriculum-areas__title {
  margin-top: 0.65em;
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .curriculum-areas__title {
    margin-top: 1em;
    padding: 0 3.125em;
  }
}

.view-all-courses {
  display: flex;
  justify-content: center;
}

.view-all-courses__link {
  font-weight: bold;
}

.curriculum-carousel .slick-next svg {
  transform: scale(-1);
}
.curriculum-carousel .slick-arrow svg {
  height: 36px;
  width: 36px;
}
.curriculum-carousel .slick-arrow svg path {
  stroke: black;
  stroke-width: 1px;
}
.curriculum-carousel .slick-arrow:hover svg path {
  fill: #e6007e;
}

.events--contrast {
  background-color: #f4f4f4;
}
.events__inner {
  padding: 1em;
}
@media (min-width: 768px) {
  .events__inner {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.events-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -10px;
}
@media (min-width: 540px) {
  .events-list {
    display: flex;
  }
}
.events-list .events-list__item {
  display: flex;
  padding: 10px;
}
@media (min-width: 540px) {
  .events-list .events-list__item {
    flex: 0 1 50%;
  }
}
@media (min-width: 768px) {
  .events-list .events-list__item {
    flex: 0 1 33.333%;
  }
}

.card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card__image-wrapper {
  position: relative;
  min-height: 275px;
  border: 1px solid #cecece;
  border-bottom: 0;
}

.card__image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.card__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  border: 1px solid #cecece;
  border-top: 0;
}

.card__title {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.card__title a {
  color: #e6007e;
}

.event-details {
  margin: 20px 0;
}
.event-details dt {
  font-size: 12px;
  text-transform: uppercase;
}
.event-details dd {
  margin: 0 0 5px 0;
  font-weight: bold;
}

.event-links ul {
  padding: 0;
  list-style: none;
  font-weight: bold;
}
.event-links ul li {
  position: relative;
  padding-left: 20px;
}
.event-links ul li a {
  color: var(--section-theme-color);
}
.event-links ul li::before {
  position: absolute;
  content: "»";
  left: 0;
  font-size: 21px;
  top: -5px;
  color: var(--section-theme-color);
}

.event-gallery {
  margin-top: 40px;
}
.event-gallery h3 {
  font-size: 21px;
  font-weight: bold;
}
.event-gallery .event-gallery-list {
  margin: -10px;
}
.event-gallery .event-gallery-list__item {
  flex: 0 1 33.333%;
  padding: 10px;
}

#map {
  width: 100% !important;
}

@media (max-width: 768px) {
  .featured-blog-posts {
    text-align: center;
  }
}

.featured-blog-posts__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .featured-blog-posts__list {
    flex-direction: column;
    gap: 2em;
  }
}
@media (min-width: 768px) {
  .featured-blog-posts__list .featured-blog-posts__item {
    flex: 0 0 33.333%;
    margin: 1em 0;
    padding: 1em;
  }
}
.featured-blog-posts__list .featured-blog-posts__item .featured-blog-posts__title {
  display: inline-block;
  margin-top: 1em;
  font-weight: bold;
  color: #3e3e41;
}
.featured-blog-posts__list .featured-blog-posts__item .featured-blog-posts__title:hover {
  color: #e6007e;
}

.featured-blog-posts__heading {
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}

.featured-blog-posts__image {
  width: 100%;
}

.full-width-image__image {
  width: 100%;
}

@media (min-width: 768px) {
  .hero--carousel,
  .hero--carousel .carousel,
  .hero--carousel .slick-list,
  .hero--carousel .slick-track,
  .hero--carousel .hero__content {
    height: 75vh;
    min-height: 400px;
  }
}

@media (min-width: 768px) {
  .hero--carousel .hero__content img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.hero--carousel .slick-arrow svg, .hero--carousel .pause-button svg, .hero--carousel .play-button svg {
  height: 36px;
  width: 36px;
}
.hero--carousel .slick-arrow svg path, .hero--carousel .pause-button svg path, .hero--carousel .play-button svg path {
  stroke: black;
  stroke-width: 1px;
}
.hero--carousel .slick-arrow:hover, .hero--carousel .pause-button:hover, .hero--carousel .play-button:hover {
  cursor: pointer;
}
.hero--carousel .slick-arrow:hover svg path, .hero--carousel .pause-button:hover svg path, .hero--carousel .play-button:hover svg path {
  fill: #e6007e;
}
.hero--carousel .pause-button, .hero--carousel .play-button {
  z-index: 1;
  color: white;
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
}
.hero--carousel .pause-button svg, .hero--carousel .play-button svg {
  height: 24px;
  width: 24px;
}
.hero--carousel .play-button {
  visibility: hidden;
  bottom: 10px;
}
.hero--carousel .play-button svg {
  height: 36px;
  width: 36px;
}
.hero--carousel .slick-arrow {
  position: absolute;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: grid;
  align-items: center;
  padding: 0 2rem;
}
.hero--carousel .slick-next {
  right: 0;
  top: 0;
}
.hero--carousel .slick-next svg {
  transform: scale(-1);
}
.hero--carousel .slick-prev {
  left: 0;
}

.hero__content {
  position: relative;
}
.hero__content:focus {
  border-top: 4px solid #e6007e;
  border-bottom: 4px solid #e6007e;
}

.hero__text {
  bottom: 18%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.slick-initialized .hero__text {
  position: absolute;
}
@media (max-width: 767px) {
  .hero__text {
    width: 82%;
  }
}
.hero__text .hero__text-inner {
  margin-bottom: 30px;
}
.hero__text .hero__text-inner p {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: bolder;
  font-weight: 900;
  line-height: 1;
  background-color: #e6007e;
  color: #fff;
}
@media (min-width: 768px) {
  .hero__text .hero__text-inner p {
    padding: 10px 10px;
    font-size: 30px;
  }
}
.hero__text .hero__text-inner p + br + p {
  margin-top: -10px;
  z-index: 1;
}

.hero__content:not(:first-child) {
  display: none;
}
.slick-initialized .hero__content:not(:first-child) {
  display: block;
}

.pause-play-accessibility-button {
  position: relative;
  z-index: 20;
  display: block;
  top: -50px;
  background: none;
  border: none;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.pause-play-accessibility-button:focus {
  outline: 4px solid #e6007e;
}

.image-carousel {
  padding: 0;
  background-color: #009fe3;
  color: #fff;
}
.image-carousel .slick-list {
  padding: 0 !important;
}
.image-carousel a {
  color: #fff;
}

.image-carousel__list {
  margin: 0 -10px;
}

.image-carousel__item {
  padding: 0 10px;
  text-align: center;
}

.image-carousel .slick-prev {
  left: -5px;
}
@media (min-width: 980px) {
  .image-carousel .slick-prev {
    left: -25px;
  }
}
@media (min-width: 1600px) {
  .image-carousel .slick-prev {
    left: -60px;
  }
}
.image-carousel .slick-next {
  right: -5px;
}
@media (min-width: 980px) {
  .image-carousel .slick-next {
    right: -25px;
  }
}
@media (min-width: 1600px) {
  .image-carousel .slick-next {
    right: -60px;
  }
}
.image-carousel .slick-next svg {
  transform: scale(-1);
}

.image-text {
  position: relative;
}
@media (min-width: 768px) {
  .image-text {
    margin: 35px 0;
  }
}
@media (min-width: 980px) {
  .image-text {
    margin: 60px 0;
  }
}
.image-text--image-left .image-text__text-wrapper {
  order: 1;
}
@media (min-width: 1460px) {
  .image-text--image-left .image-text__text-wrapper .image-text__text {
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .image-text--image-left .image-text__image-wrapper {
    width: 33.333%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.image-text--text-left .image-text__image-wrapper {
  order: 1;
  left: unset;
  right: 0;
}
.image-text--text-left .image-text__text-wrapper .image-text__text {
  margin-left: 0;
}
@media (min-width: 980px) {
  .image-text--text-left .image-text__text-wrapper .image-text__text {
    padding-left: 0;
  }
}

.image-text__inner.container {
  padding: 0;
}
@media (min-width: 768px) {
  .image-text__inner {
    display: flex;
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .image-text__text-wrapper,
  .image-text__image-wrapper {
    flex: 1 1 50%;
  }
}

.image-text__text-wrapper {
  padding: 20px;
}
@media (min-width: 768px) {
  .image-text__text-wrapper {
    padding: 30px;
  }
}
@media (min-width: 980px) {
  .image-text__text-wrapper {
    padding: 60px;
  }
}

@media (min-width: 980px) {
  .image-text:not(.image-text--full-bleed) .image-text__text-wrapper {
    display: flex;
    align-items: center;
  }
}

.image-text__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-text__heading {
  margin-top: 0;
  font-weight: bold;
}

.image-text__text ul:last-child,
.image-text__text ol:last-child {
  margin-bottom: 0;
}
.image-text__text ul {
  padding: 0;
  list-style: none;
  font-weight: bold;
}
.image-text__text ul li {
  position: relative;
  padding-left: 20px;
}
.image-text__text ul li::before {
  position: absolute;
  content: "»";
  left: 0;
  font-size: 21px;
  top: -5px;
  color: var(--section-theme-color);
}
.image-text__text ol {
  padding-left: 20px;
}
.image-text__text ol li::marker {
  font-weight: bold;
}
.image-text__text ol:last-child {
  margin-bottom: 0;
}
.image-text__text a {
  color: #1f1f1f;
  font-weight: bold;
}

@media (min-width: 980px) {
  .image-right-text-left:not(.image-text--full-bleed) .image-text__text-wrapper {
    padding-left: 0;
  }
}
.image-left-text-right .image-text__image-wrapper {
  order: 1;
}
.image-left-text-right .image-text__text-wrapper {
  order: 2;
  background-color: #f4f4f4;
}

.image-text--full-bleed .image-text__inner.container {
  position: static;
}
@media (min-width: 768px) {
  .image-text--full-bleed {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.image-text--full-bleed .image-text__inner {
  padding: 0;
}
.image-text--full-bleed .image-text__text-wrapper {
  background-color: #fff;
}
@media (min-width: 768px) {
  .image-text--full-bleed .image-text__image {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    max-width: unset;
  }
}

.open-day-countdown {
  padding: 4em 0;
}
.open-day-countdown > .container {
  padding: 0;
}

.open-day-countdown__inner {
  background-color: #e6007e;
  color: #fff;
}
@media (min-width: 768px) {
  .open-day-countdown__inner {
    display: flex;
  }
}
.open-day-countdown--department .open-day-countdown__inner {
  background-color: #009fe3;
}
@media (min-width: 768px) {
  .open-day-countdown--department .open-day-countdown__inner {
    background-color: #76777b;
  }
}
.open-day-countdown__inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 50%;
  padding: 20px;
}
@media (min-width: 768px) {
  .open-day-countdown__inner ul {
    padding: 40px;
  }
}
.open-day-countdown__inner ul:first-child {
  flex: 1 1 62%;
}
@media (min-width: 768px) {
  .open-day-countdown__inner ul:first-child {
    background: url(/assets/images/layout/open_day_dept_blue_shape.svg?v=2) no-repeat;
    background-size: contain;
    background-position: 100%;
  }
}
@media (max-width: 767px) {
  .open-day-countdown__inner ul:first-child {
    margin-bottom: 20px;
    padding-bottom: 40px;
    align-items: center;
  }
  .open-day-countdown__inner ul:first-child::after {
    position: absolute;
    content: "";
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 25px;
    right: 25px;
  }
}
.open-day-countdown__inner ul:last-child {
  text-align: center;
  color: #1f1f1f;
}
@media (min-width: 768px) {
  .open-day-countdown__inner ul:last-child {
    background-color: #009fe3;
  }
}

.open-day-countdown__wrap-link {
  position: relative;
  color: inherit;
}
@media (min-width: 768px) {
  .open-day-countdown__wrap-link {
    display: flex;
  }
}
.open-day-countdown__wrap-link:hover {
  text-decoration: none;
}
.open-day-countdown__wrap-link:hover .countdown-action-text {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.countdown-heading {
  font-family: var(--font-custom);
  font-size: 30px;
  margin-bottom: 5px;
  text-transform: lowercase;
  line-height: 1;
}
@media (min-width: 980px) {
  .countdown-heading {
    max-width: 90%;
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.countdown-counter {
  display: flex;
}

.countdown-item {
  margin-right: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .countdown-item {
    margin-right: 2em;
  }
}
.countdown-item:last-child {
  margin-right: 0;
}

.countdown-value,
.countdown-unit {
  line-height: 1;
}

.countdown-unit {
  display: block;
  text-transform: uppercase;
}

.countdown-value {
  font-size: 70px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .countdown-value {
    font-size: 100px;
  }
}

.countdown-date {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .countdown-date {
    font-size: 60px;
  }
}

.countdown-time {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .countdown-time {
    font-size: 40px;
  }
}

.countdown-desc {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .countdown-desc {
    font-size: 20px;
  }
}

.countdown-action-text {
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 980px) {
  .countdown-action-text {
    font-size: 30px;
  }
}

.rich-text .rich-text__text h3:first-child {
  margin-top: 0;
}
.rich-text .rich-text__text a {
  color: #0171a1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .rich-text .rich-text__text--two-columns {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}

@media (max-width: 767px) {
  .section-spotlight .section-spotlight__inner.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-spotlight__heading {
  margin: 0 0 1em 0;
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
}

.section-spotlight__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 768px) {
  .section-spotlight__list {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .section-spotlight__list.slick-slider .slick-list {
    margin: 0 -0.5em;
  }
}
@media (min-width: 768px) {
  .section-spotlight__list.slick-slider .slick-track {
    display: flex;
    gap: 1em;
  }
}
.section-spotlight__list.slick-slider .slick-arrow {
  padding: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
}
.section-spotlight__list.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
@media (min-width: 980px) {
  .section-spotlight__list.slick-slider .slick-arrow.slick-prev {
    left: -4em;
  }
}
.section-spotlight__list.slick-slider .slick-arrow.slick-next {
  transform: scale(-1);
  right: 0;
}
@media (min-width: 980px) {
  .section-spotlight__list.slick-slider .slick-arrow.slick-next {
    right: -4em;
  }
}
.section-spotlight__list.slick-slider .slick-arrow svg {
  width: 2.5em;
  height: 2.5em;
}
.section-spotlight__list.slick-slider .slick-arrow svg path {
  stroke: #000;
  stroke-width: 1px;
}
.section-spotlight__list.slick-slider .slick-arrow:hover svg path {
  fill: #e6007e;
}
.section-spotlight__list--carousel {
  display: block;
}
@media (min-width: 768px) {
  .section-spotlight__list--carousel.slick-slider .slick-track {
    display: block;
  }
}

.section-spotlight__item {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-spotlight__list--carousel .section-spotlight__item {
    padding: 0 0.5em;
  }
}
@media (min-width: 768px) {
  .section-spotlight__item {
    flex: 1;
  }
}

.section-spotlight__image {
  width: 100%;
}

.section-spotlight__label {
  position: absolute;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 1em;
  font-family: var(--font-custom);
  text-transform: lowercase;
  line-height: 1;
}
.section-spotlight__label .section-spotlight__link {
  display: block;
  padding: 1em 2em 1em 1.5em;
}
@media (min-width: 768px) {
  .section-spotlight__label .section-spotlight__link {
    padding: 1em 2em 1em 1em;
  }
}
.section-spotlight__label .section-spotlight__label-chevron {
  width: 1.5em;
  height: 100%;
}
.section-spotlight__label .section-spotlight__label-text {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .section-spotlight__label .section-spotlight__label-text {
    font-size: clamp(1em, 2.25vw, 2em);
  }
}
.section-spotlight__label a {
  color: #fff;
  color: #1f1f1f;
}
.section-spotlight__label::before, .section-spotlight__label::after {
  position: absolute;
  content: "";
}
.section-spotlight__label::before {
  content: "»";
  right: 0;
  font-size: 2em;
  font-weight: bold;
}
.section-spotlight__label::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 100%;
  border-bottom-width: 5em;
  border-bottom-style: solid;
  border-right: 2em solid transparent;
}
.section-spotlight__item .section-spotlight__label {
  color: #fff;
}
.section-spotlight__item .section-spotlight__label a {
  color: #fff;
}
.section-spotlight__item:nth-child(3n-2) .section-spotlight__label {
  background-color: #009fe3;
}
.section-spotlight__item:nth-child(3n-2) .section-spotlight__label a {
  color: #1f1f1f;
}
.section-spotlight__item:nth-child(3n-2) .section-spotlight__label:before {
  color: #1f1f1f;
}
.section-spotlight__item:nth-child(3n-2) .section-spotlight__label::after {
  border-bottom-color: #009fe3;
}
.section-spotlight__item:nth-child(3n-1) .section-spotlight__label {
  background-color: #5a315f;
}
.section-spotlight__item:nth-child(3n-1) .section-spotlight__label::after {
  border-bottom-color: #5a315f;
}
.section-spotlight__item:nth-child(3n) .section-spotlight__label {
  background-color: #e6007e;
}
.section-spotlight__item:nth-child(3n) .section-spotlight__label::after {
  border-bottom-color: #e6007e;
}
.section-spotlight__item:nth-child(3n) .section-spotlight__label a:focus {
  outline: 4px solid #009fe3;
}

.video {
  background-color: #f4f4f4;
}
.video__heading, .video__text {
  margin-top: 0;
  text-align: center;
}
.video__text {
  margin: 1em 0;
}

.video__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.virtual-tour {
  height: 75vh;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .virtual-tour {
    height: 100vh;
    margin: 35px 0;
  }
}
@media (min-width: 980px) {
  .virtual-tour {
    margin: 60px 0;
  }
}
.virtual-tour__inner {
  height: 100%;
}
.virtual-tour__iframe,
.virtual-tour iframe {
  display: block;
  height: 100%;
  border: 0;
}

@media print {
  .header__nav-wrapper,
  .header__mobile-actions,
  .button-group,
  .course-grid-wrapper,
  .video,
  .contact-form,
  .virtual-tour,
  .footer {
    display: none;
  }
  .page-header {
    margin: 0.5cm 0;
  }
  .page-header .page-header__image {
    display: none;
  }
  .page-header .page-header__content .container {
    position: static;
    transform: unset;
  }
  .page-header .page-header__content .container h1 {
    line-height: 1.2;
  }
  .page-header .page-header__content .container h1 > span,
  .page-header .page-header__content .container h2 > span {
    background-color: transparent;
    color: #1f1f1f;
    box-shadow: unset;
  }
  .page-content--contrast .container {
    margin: 0;
    background-color: transparent;
  }
  .event-details {
    margin-top: 0;
  }
  .course-list li,
  .course-area-grid__list li {
    float: left;
    width: 6cm;
  }
}
@media (min-width: 768px) {
  .flex {
    display: flex;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-align-start {
  align-items: flex-start;
}

.nolist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.u-center {
  text-align: center;
}

.u-visually-hidden {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.bounce {
  animation: bounce 3s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-1.875em);
  }
  60% {
    transform: translateY(-1em);
  }
}
.faux-link {
  position: relative;
}
.faux-link__cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
  background: none;
  margin: 0;
  padding: 0;
}
.faux-link__link-to {
  position: relative;
  z-index: 1;
}
.faux-link:hover .faux-link__heading {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
  transition: all 200ms;
  visibility: hidden;
}
.tooltip--top {
  padding: 5px 0;
  left: 50%;
  transform: translate3d(-50%, -100%, 0);
}
.tooltip.show {
  opacity: 0.9;
}

.tooltip-wrapper:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip-arrow::before {
  position: absolute;
  content: "";
  top: -1px;
  border-color: transparent;
  border-style: solid;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.tooltip-inner {
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.u--mt-0 {
  margin-top: 0;
}

.u--mt-1 {
  margin-top: 0.65em;
}
@media (min-width: 768px) {
  .u--mt-1 {
    margin-top: 5px;
  }
}

.u--mt-2 {
  margin-top: 0.65em;
}
@media (min-width: 768px) {
  .u--mt-2 {
    margin-top: 1.5em;
  }
}

.u--mt-4 {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .u--mt-4 {
    margin-top: 2.5em;
  }
}

.u--mt-6 {
  margin-top: 1.875em;
}
@media (min-width: 768px) {
  .u--mt-6 {
    margin-top: 3.75em;
  }
}

.u--mt-8 {
  margin-top: 5em;
}
@media (min-width: 768px) {
  .u--mt-8 {
    margin-top: 2.5em;
  }
}

.u--mt-10 {
  margin-top: 3.125em;
}
@media (min-width: 768px) {
  .u--mt-10 {
    margin-top: 6.25em;
  }
}

.u--mb-1 {
  margin-bottom: 0.65em;
}
@media (min-width: 768px) {
  .u--mb-1 {
    margin-bottom: 5px;
  }
}

.u--mb-2 {
  margin-bottom: 0.65em;
}
@media (min-width: 768px) {
  .u--mb-2 {
    margin-bottom: 1.5em;
  }
}

.u--mb-4 {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .u--mb-4 {
    margin-bottom: 2.5em;
  }
}

.u--mb-6 {
  margin-bottom: 1.875em;
}
@media (min-width: 768px) {
  .u--mb-6 {
    margin-bottom: 3.75em;
  }
}

.u--mb-8 {
  margin-bottom: 5em;
}
@media (min-width: 768px) {
  .u--mb-8 {
    margin-bottom: 2.5em;
  }
}

.u--mb-10 {
  margin-bottom: 3.125em;
}
@media (min-width: 768px) {
  .u--mb-10 {
    margin-bottom: 6.25em;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
