/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-overflow-scrolling: touch;
  background-color: #f4f4f4; }

section,
article {
  padding: 25px 0; }
  @media only screen and (max-width: 768px) {
    section,
    article {
      padding: 15px 0; } }

.inner {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  overflow: hidden; }
  .inner.-padding-zero {
    padding: 0; }
  .inner::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 768px) {
    .inner::after {
      clear: both;
      content: "";
      display: block; } }
  @media only screen and (max-width: 667px) {
    .inner::after {
      clear: both;
      content: "";
      display: block; } }

.grid-collapse {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px); }
  .grid-collapse::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 768px) {
    .grid-collapse {
      margin-left: -10px;
      margin-right: -10px;
      width: calc(100% + 20px); }
      .grid-collapse::after {
        clear: both;
        content: "";
        display: block; } }
  @media only screen and (max-width: 667px) {
    .grid-collapse {
      margin-left: -5px;
      margin-right: -5px;
      width: calc(100% + 10px); }
      .grid-collapse::after {
        clear: both;
        content: "";
        display: block; } }

.row.-full {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px; }
  @media only screen and (max-width: 667px) {
    .row.-full {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }

.row.-centred-10 {
  width: calc(83.33333% - 18.33333px);
  float: left;
  margin-left: 10px;
  margin-left: calc(8.33333% - 10.83333px + 20px); }
  @media only screen and (max-width: 768px) {
    .row.-centred-10 {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }
  @media only screen and (max-width: 667px) {
    .row.-centred-10 {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }

.row.-centred-8 {
  width: calc(66.66667% - 16.66667px);
  float: left;
  margin-left: 10px;
  margin-left: calc(16.66667% - 11.66667px + 20px); }
  @media only screen and (max-width: 768px) {
    .row.-centred-8 {
      width: calc(83.33333% - 18.33333px);
      float: left;
      margin-left: 10px;
      margin-left: calc(8.33333% - 10.83333px + 20px); } }
  @media only screen and (max-width: 667px) {
    .row.-centred-8 {
      width: calc(91.66667% - 9.58333px);
      float: left;
      margin-left: 5px;
      margin-left: calc(4.16667% - 5.20833px + 10px); } }

.row.-centred-6 {
  width: calc(50% - 15px);
  float: left;
  margin-left: 10px;
  margin-left: calc(25% - 12.5px + 20px); }
  @media only screen and (max-width: 768px) {
    .row.-centred-6 {
      width: calc(66.66667% - 16.66667px);
      float: left;
      margin-left: 10px;
      margin-left: calc(16.66667% - 11.66667px + 20px); } }
  @media only screen and (max-width: 667px) {
    .row.-centred-6 {
      width: calc(83.33333% - 9.16667px);
      float: left;
      margin-left: 5px;
      margin-left: calc(8.33333% - 5.41667px + 10px); } }

.-one-half {
  width: calc(50% - 15px);
  float: left;
  margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    .-one-half {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }
  @media only screen and (max-width: 667px) {
    .-one-half {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }

.-one-third {
  width: calc(33.33333% - 13.33333px);
  float: left;
  margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    .-one-third {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }
  @media only screen and (max-width: 667px) {
    .-one-third {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }

.-two-thirds {
  width: calc(66.66667% - 16.66667px);
  float: left;
  margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    .-two-thirds {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }
  @media only screen and (max-width: 667px) {
    .-two-thirds {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }

.one-quarter {
  width: calc(25% - 12.5px);
  float: left;
  margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    .one-quarter {
      width: calc(50% - 15px);
      float: left;
      margin-left: 10px; } }
  @media only screen and (max-width: 667px) {
    .one-quarter {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }

.one-fifth {
  width: calc(20% - 12px);
  float: left;
  margin-left: 10px; }
  @media only screen and (max-width: 1240px) {
    .one-fifth {
      width: calc(33.33333% - 13.33333px);
      float: left;
      margin-left: 10px; } }
  @media only screen and (max-width: 768px) {
    .one-fifth {
      width: calc(50% - 15px);
      float: left;
      margin-left: 10px; } }
  @media only screen and (max-width: 667px) {
    .one-fifth {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }

.-one-sixth {
  width: calc(16.66667% - 11.66667px);
  float: left;
  margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    .-one-sixth {
      width: calc(50% - 15px);
      float: left;
      margin-left: 10px; } }
  @media only screen and (max-width: 667px) {
    .-one-sixth {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }

.-five-sixth {
  width: calc(83.33333% - 18.33333px);
  float: left;
  margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    .-five-sixth {
      width: calc(50% - 15px);
      float: left;
      margin-left: 10px; } }
  @media only screen and (max-width: 768px) and (max-width: 667px) {
    .-five-sixth {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }

@media only screen and (max-width: 768px) {
  .-tablet-hide {
    display: none; } }

.-tablet-show {
  display: none; }
  @media only screen and (max-width: 768px) {
    .-tablet-show {
      display: block; } }

@media only screen and (max-width: 667px) {
  .-mobile-hide {
    display: none; } }

.-mobile-show {
  display: none; }
  @media only screen and (max-width: 667px) {
    .-mobile-show {
      display: block; } }

.clear {
  clear: both; }

.link-description,
.-hide {
  display: none; }

.filter-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(20, 20, 20, 0.6); }

.intro-overview {
  padding-top: 50px; }

.aspect-ratio {
  background-size: cover;
  background-position: center;
  background-color: #141414;
  background-repeat: no-repeat; }

.sixteen-nine {
  position: relative; }
  .sixteen-nine::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .sixteen-nine > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.four-three {
  position: relative; }
  .four-three::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .four-three > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.one-one {
  position: relative; }
  .one-one::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .one-one > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.skiplink {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden; }
  .skiplink:active, .skiplink:focus, .skiplink:hover {
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
    overflow: visible;
    background-color: yellow;
    color: #141414;
    font-size: 40px;
    border: 4px solid black;
    padding: 20px;
    z-index: 999; }

@font-face {
  font-family: "lausanne";
  src: url(../fonts/lausanne-regular.eot);
  src: url(../fonts/lausanne-regular.eot) format("embedded-opentype"), url(../fonts/lausanne-regular.woff2) format("woff2"), url(../fonts/lausanne-regular.woff) format("woff"), url(../fonts/lausanne-regular.ttf) format("truetype"), url(../fonts/lausanne-regular.svg#Lausanne-Regular) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "lausanne-italic";
  src: url(../fonts/lausanne-italic.eot);
  src: url(../fonts/lausanne-italic.eot) format("embedded-opentype"), url(../fonts/lausanne-italic.woff2) format("woff2"), url(../fonts/lausanne-italic.woff) format("woff"), url(../fonts/lausanne-italic.ttf) format("truetype"), url(../fonts/lausanne-italic.svg#Lausanne-Italic) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "lausanne-aftrs";
  src: url(../fonts/lausanne-regular-aftrs.eot);
  src: url(../fonts/lausanne-regular-aftrs.eot) format("embedded-opentype"), url(../fonts/lausanne-regular-aftrs.woff2) format("woff2"), url(../fonts/lausanne-regular-aftrs.woff) format("woff"), url(../fonts/lausanne-regular-aftrs.ttf) format("truetype"), url(../fonts/lausanne-regular-aftrs.svg#lausanneaftrsv2regular) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "pitchsans";
  src: url(../fonts/pitchsansweb-regular.eot);
  src: url(../fonts/pitchsansweb-regular.eot) format("embedded-opentype"), url(../fonts/pitchsansweb-regular.woff2) format("woff2"), url(../fonts/pitchsansweb-regular.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 62.5%;
  font-family: lausanne, sans-serif; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0; }

p,
a,
li,
span {
  font-size: 1.9rem;
  line-height: 3.3rem;
  letter-spacing: 0.06px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 667px) {
    p,
    a,
    li,
    span {
      font-size: 1.4rem;
      line-height: 2.3rem;
      letter-spacing: 0.05px; } }

p {
  margin: 25px 0; }
  @media only screen and (max-width: 667px) {
    p {
      margin: 20px 0; } }

table td,
table span,
table li {
  font-size: 1.7rem;
  line-height: 30px;
  letter-spacing: 0.06px;
  font-weight: normal; }
  @media only screen and (max-width: 768px) {
    table td,
    table span,
    table li {
      font-size: 1.4rem;
      line-height: 2.3rem;
      letter-spacing: 0.05px; } }

input {
  font-size: 1.6rem; }

h1 {
  font-size: 4.5rem;
  line-height: 7.5rem;
  letter-spacing: 0.16px; }
  @media only screen and (max-width: 667px) {
    h1 {
      font-size: 3.3rem;
      line-height: 3rem; } }
  h1 span {
    font-size: 4.5rem;
    line-height: 7.5rem;
    letter-spacing: 0.16px;
    font-family: lausanne-aftrs, lausanne, sans-serif; }
    @media only screen and (max-width: 667px) {
      h1 span {
        font-size: 3.3rem;
        line-height: 3rem; } }

h2 {
  font-size: 3rem;
  line-height: 6.7rem;
  letter-spacing: 0.2px; }
  @media only screen and (max-width: 667px) {
    h2 {
      font-size: 2.2rem;
      line-height: 3rem;
      letter-spacing: 0.11px; } }
  h2 span {
    font-size: 3rem;
    line-height: 6.7rem;
    letter-spacing: 0.2px;
    font-family: lausanne-aftrs, lausanne, sans-serif; }
    @media only screen and (max-width: 667px) {
      h2 span {
        font-size: 2.2rem;
        line-height: 3rem;
        letter-spacing: 0.11px; } }
  h2.section-title {
    font-size: 4.5rem;
    line-height: 5.5rem;
    letter-spacing: 0.16px; }
    @media only screen and (max-width: 667px) {
      h2.section-title {
        font-size: 2.2rem;
        line-height: 3rem;
        letter-spacing: 0.11px; } }
    h2.section-title span {
      font-size: 4.5rem;
      line-height: 5.5rem;
      letter-spacing: 0.16px;
      font-family: lausanne-aftrs, lausanne, sans-serif; }
      @media only screen and (max-width: 667px) {
        h2.section-title span {
          font-size: 2.2rem;
          line-height: 3rem;
          letter-spacing: 0.11px; } }

h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: 0.12px; }
  @media only screen and (max-width: 667px) {
    h3 {
      font-size: 1.8rem;
      line-height: 3rem; } }

h4 {
  font-size: 1.9rem;
  line-height: 2.6rem;
  letter-spacing: 0.09px; }
  @media only screen and (max-width: 667px) {
    h4 {
      font-size: 1.4rem;
      line-height: 2.3rem; } }

h5 {
  font-size: 1.7rem;
  line-height: 2.6rem;
  letter-spacing: 0.09px; }
  @media only screen and (max-width: 667px) {
    h5 {
      font-size: 1.4rem;
      line-height: 2.3rem; } }

a {
  font-weight: normal;
  color: #db1905;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

b,
strong {
  font-weight: normal;
  text-transform: uppercase; }

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

article ul,
article ol {
  padding-left: 40px; }

blockquote {
  font-weight: normal;
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 0.06px; }
  @media only screen and (max-width: 667px) {
    blockquote {
      font-size: 2.2rem;
      line-height: 3rem; } }

.breadcrumbs,
.article-date {
  font-family: pitchsans, monospace; }
  .breadcrumbs span,
  .article-date span {
    font-size: 1.7rem; }

.accordion {
  background-color: #fff;
  margin-bottom: 10px; }
  .accordion:last-child {
    margin-bottom: 0; }
  .accordion .title {
    box-sizing: border-box;
    padding: 20px 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #141414; }
    .accordion .title:hover, .accordion .title:focus {
      color: #db1905; }
    .accordion .title h3 {
      display: inline-block; }
  .accordion .icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/icons/red/plus.svg); }
    .accordion .icon.-minus {
      top: 1px;
      position: relative;
      height: 3px;
      background-image: url(../img/icons/red/minus.svg); }
  .accordion .expanded {
    display: none; }
    .accordion .expanded ul,
    .accordion .expanded ol {
      padding-left: 40px;
      margin: 25px 0; }
      @media only screen and (max-width: 667px) {
        .accordion .expanded ul,
        .accordion .expanded ol {
          margin: 20px 0; } }
    .accordion .expanded p:first-child {
      margin-top: 0; }
    .accordion .expanded p:last-child {
      margin-bottom: 0; }
    .accordion .expanded p,
    .accordion .expanded a,
    .accordion .expanded li {
      color: #141414;
      font-size: 1.7rem;
      line-height: 2.6rem;
      letter-spacing: 0.06px; }
      @media only screen and (max-width: 667px) {
        .accordion .expanded p,
        .accordion .expanded a,
        .accordion .expanded li {
          font-size: 1.4rem;
          line-height: 2.3rem;
          letter-spacing: 0.05px; } }
    .accordion .expanded a {
      color: #db1905; }
    .accordion .expanded.show {
      display: block;
      box-sizing: border-box;
      padding: 20px 15px; }
    @media only screen and (max-width: 1000px) {
      .accordion .expanded table td {
        font-size: 1.4rem;
        line-height: 2.3rem;
        letter-spacing: 0.05px; } }

.additional-events .event {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff; }
  @media only screen and (max-width: 1000px) {
    .additional-events .event {
      padding: 30px 20px; } }

.additional-events .event-title {
  margin-top: 20px;
  margin-bottom: 20px; }

.additional-events .horizontal-box {
  display: flex; }
  @media only screen and (max-width: 1000px) {
    .additional-events .horizontal-box {
      flex-direction: column; } }

.additional-events p,
.additional-events span {
  font-family: pitchsans, monospace;
  margin: 0;
  font-size: 1.7rem;
  line-height: 2rem;
  letter-spacing: 0.08px;
  text-transform: uppercase; }
  @media only screen and (max-width: 667px) {
    .additional-events p,
    .additional-events span {
      font-size: 1.4rem;
      line-height: 2rem;
      letter-spacing: 0.07px; } }

.additional-events .-one-third {
  box-sizing: border-box;
  padding: 0 10px 0 5px; }
  @media only screen and (max-width: 1000px) {
    .additional-events .-one-third {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px;
      padding: 30px 10px; } }
  @media only screen and (max-width: 667px) {
    .additional-events .-one-third {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }
  .additional-events .-one-third:first-child {
    border-right: 2px solid #f4f4f4; }
    @media only screen and (max-width: 1000px) {
      .additional-events .-one-third:first-child {
        padding-top: 0;
        border-right: 0;
        border-bottom: 2px solid #f4f4f4; } }
  @media only screen and (max-width: 1000px) {
    .additional-events .-one-third:last-child {
      padding-bottom: 0;
      text-align: center; } }
  .additional-events .-one-third p {
    word-wrap: break-word; }

.additional-events .icon {
  height: 20px;
  width: auto; }

.additional-events .field::after {
  clear: both;
  content: "";
  display: block; }

.additional-events .field.-margin-top {
  margin-top: 15px; }

.additional-events .field-name {
  text-transform: uppercase; }

.additional-events .primary-btn {
  min-width: unset;
  width: 95%;
  max-width: 232px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.9rem; }

.alumni-benefits .alumni-benefits-wrapper {
  text-align: center; }
  .alumni-benefits .alumni-benefits-wrapper .content {
    margin-top: 40px; }

.breadcrumbs {
  padding: 19px 0; }
  @media only screen and (max-width: 768px) {
    .breadcrumbs {
      padding: 15px 20px; } }
  .breadcrumbs a {
    color: #141414; }
    .breadcrumbs a:hover {
      color: #db1905; }
  .breadcrumbs span {
    font-size: 1.7rem;
    line-height: 22px; }
    @media only screen and (max-width: 768px) {
      .breadcrumbs span {
        font-size: 1.4rem;
        line-height: 20px; } }
  .breadcrumbs .inner {
    max-height: 32px;
    padding: 0; }
    @media only screen and (max-width: 667px) {
      .breadcrumbs .inner {
        max-height: unset; } }
  .breadcrumbs .separator {
    display: inline-block;
    width: 30px;
    height: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/black/breadcrumbs.svg); }

.bulletpoints ul,
.bulletpoints ol {
  padding-left: 40px;
  margin: 25px 0; }
  @media only screen and (max-width: 667px) {
    .bulletpoints ul,
    .bulletpoints ol {
      margin: 20px 0; } }

.btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 232px;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1.7rem;
  text-align: center;
  /* stylelint-disable */
  transition: color 0.15s linear, background-color 0.15s linear, border 0.15s linear;
  /* stylelint-enable */ }
  .btn.primary-btn {
    color: #fff;
    background-color: #db1905;
    border: 2px solid #db1905; }
    .btn.primary-btn:hover, .btn.primary-btn:focus {
      cursor: pointer;
      color: #db1905;
      background-color: #fff;
      border: 2px solid #db1905;
      text-decoration: none; }
    .btn.primary-btn.-inactive {
      background-color: #767676;
      border: 2px solid #767676;
      pointer-events: none;
      cursor: default; }
    .btn.primary-btn.-transparent {
      background-color: transparent;
      border-color: #fff; }
      .btn.primary-btn.-transparent:hover, .btn.primary-btn.-transparent:focus {
        border: 2px solid #db1905;
        background-color: transparent;
        text-decoration: none; }
  .btn.secondary-btn {
    color: #db1905;
    background-color: #fff;
    border: 2px solid #db1905; }
    .btn.secondary-btn:hover, .btn.secondary-btn:focus {
      cursor: pointer;
      color: #fff;
      background-color: #db1905;
      text-decoration: none; }
    .btn.secondary-btn.-inactive {
      color: #767676;
      border: 2px solid #767676; }
  .btn.-signup {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
    @media only screen and (max-width: 768px) {
      .btn.-signup {
        margin-bottom: 20px; } }

.cta.text-cta {
  text-transform: uppercase;
  line-height: 2rem;
  color: #db1905;
  font-family: pitchsans, monospace; }
  .cta.text-cta::after {
    content: "";
    height: 14px;
    width: 14px;
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 10px;
    background-image: url(../img/icons/red/naked-cta.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 667px) {
      .cta.text-cta::after {
        height: 11px;
        width: 11px;
        top: -1; } }
  .cta.text-cta:hover, .cta.text-cta:focus {
    text-decoration: none; }
    .cta.text-cta:hover::after, .cta.text-cta:focus::after {
      animation: move-arrow-vertical 1.4s infinite; }
  .cta.text-cta.-back::before {
    content: "";
    height: 14px;
    width: 14px;
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 10px;
    background-image: url(../img/icons/red/naked-cta-left.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 667px) {
      .cta.text-cta.-back::before {
        height: 11px;
        width: 11px;
        top: -1; } }
  .cta.text-cta.-back::after {
    display: none; }

.register-btn-wrapper {
  margin: auto;
  position: relative;
  display: block;
  float: right; }
  .register-btn-wrapper .btn {
    margin: 0 auto;
    float: right; }

@keyframes move-arrow-vertical {
  0% {
    left: 0; }
  50% {
    left: 10px; }
  100% {
    left: 0; } }

.card-slider {
  margin-bottom: 160px; }
  .card-slider .content-wrapper {
    text-align: center; }
  .card-slider .swiper-container {
    left: calc(16.66667% - 11.66667px + 10px);
    position: relative;
    width: calc(100% - calc(16.6667% - 11.66667px + 10px)); }
    @media only screen and (max-width: 768px) {
      .card-slider .swiper-container {
        left: 0;
        margin-left: 10px;
        width: calc(100% - 20px); } }
  .card-slider .swiper-slide {
    width: 35%; }
  .card-slider .swiper-button-prev,
  .card-slider .swiper-button-next {
    width: 27px;
    height: 60px;
    background-color: #c5c5c5;
    background-position: center center;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url(../img/icons/white/slider-arrow.svg); }
  .card-slider .swiper-button-prev {
    transform: rotate(180deg); }
  .card-slider .slider-nav {
    left: calc(16.66667% - 11.66667px + 10px);
    position: relative;
    position: absolute;
    top: 420px;
    margin-left: 38px;
    height: 44px;
    width: calc(100% - calc(33.33333% - 13.33333px + 10px));
    z-index: 1; }
    .card-slider .slider-nav.graduates {
      top: 220px; }
    @media only screen and (max-width: 768px) {
      .card-slider .slider-nav {
        left: 0;
        top: 260px;
        margin-left: 0;
        width: 100%; } }
  .card-slider .card {
    max-width: 455px;
    height: 540px;
    background-color: #fff; }
    .card-slider .card.graduates {
      height: 360px; }
    .card-slider .card .card-image {
      background-color: #141414;
      background-position: center center;
      max-width: 455px;
      height: 220px; }
    .card-slider .card .card-content {
      padding: 40px 20px 20px; }
      .card-slider .card .card-content p {
        margin: 20px 0; }
    .card-slider .card .card-button {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 20px;
      width: 100%;
      box-sizing: border-box; }

.search-events .card-slider {
  margin-bottom: 60px; }

.career-direction ul,
.career-direction ol {
  padding-left: 40px;
  margin: 25px 0;
  columns: 1;
  list-style-position: inside; }
  @media only screen and (max-width: 667px) {
    .career-direction ul,
    .career-direction ol {
      margin: 20px 0; } }

.carousel-quote .swiper-container {
  max-width: 1440px;
  width: 100vw; }

.carousel-quote .slider-arrows {
  position: absolute;
  top: 50%;
  width: 100vw;
  max-width: 1440px; }
  @media only screen and (max-width: 768px) {
    .carousel-quote .slider-arrows {
      top: 30%; } }

.carousel-quote .swiper-button-prev,
.carousel-quote .swiper-button-next {
  width: 27px;
  height: 60px;
  margin-top: -44px;
  background-color: #c5c5c5;
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url(../img/icons/white/slider-arrow.svg); }

.carousel-quote .swiper-button-prev {
  transform: rotate(180deg);
  left: 0; }

.carousel-quote .swiper-button-next {
  right: 0; }

.carousel-quote .slider-image {
  max-height: 510px;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 768px) {
    .carousel-quote .slider-image {
      max-height: 375px; } }

.carousel-quote .slider-image::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.35); }

.carousel-quote .inner {
  padding: 90px 0;
  min-height: 330px; }

.carousel-quote .quote-wrapper {
  width: 100%; }
  @media only screen and (max-width: 1000px) {
    .carousel-quote .quote-wrapper {
      position: absolute;
      bottom: -200px; } }

.carousel-quote .row {
  display: flex;
  align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .carousel-quote .row {
      display: none; } }

.carousel-quote .quote-container {
  z-index: 10;
  text-align: left;
  display: inline-block;
  width: 55%;
  position: relative;
  margin-top: 30px;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .carousel-quote .quote-container {
      width: 100%;
      margin-top: 5px; } }

.carousel-quote .quotation-container {
  text-align: right; }

.carousel-quote .quotation-mark {
  z-index: 10;
  height: 35px;
  width: 35px; }
  @media only screen and (max-width: 667px) {
    .carousel-quote .quotation-mark {
      height: 20px;
      width: 20px; } }
  .carousel-quote .quotation-mark.-start {
    margin-right: 5px; }
  .carousel-quote .quotation-mark.-end {
    position: relative;
    top: -5px;
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .carousel-quote .quotation-mark.-end {
        top: 5px; } }

.carousel-quote blockquote {
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .carousel-quote blockquote {
      margin: 0 auto;
      width: 92%; } }

.carousel-quote p {
  margin-top: 0;
  font-family: pitchsans, monospace; }
  @media only screen and (max-width: 768px) {
    .carousel-quote p {
      margin: 25px auto 0;
      width: 92%; } }

.carousel-quote .mobile-quote-wrapper {
  display: none;
  background-color: #141414; }
  @media only screen and (max-width: 768px) {
    .carousel-quote .mobile-quote-wrapper {
      display: block; } }

.carousel-quote .mobile-quote {
  padding: 40px; }

.course-overview .visual-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .course-overview .visual-container::after {
    clear: both;
    content: "";
    display: block; }

.course-overview figure {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .course-overview figure {
      width: calc(33.33333% - 13.33333px);
      float: left;
      margin-left: 10px; } }
  @media only screen and (max-width: 667px) {
    .course-overview figure {
      width: calc(33.33333% - 6.66667px);
      float: left;
      margin-left: 5px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  .course-overview figure img {
    width: 45px;
    height: auto;
    margin: 0 auto 10px; }
  .course-overview figure figcaption {
    margin-top: 15px;
    font-size: 1.5rem;
    line-height: 27px;
    text-align: center;
    color: #141414;
    font-family: lausanne, sans-serif; }
    @media only screen and (max-width: 667px) {
      .course-overview figure figcaption {
        font-size: 1.4rem;
        line-height: 2.3rem;
        letter-spacing: 0.05px; } }

.course-overview ul,
.course-overview ol {
  padding-left: 40px;
  margin: 25px 0; }
  @media only screen and (max-width: 667px) {
    .course-overview ul,
    .course-overview ol {
      margin: 20px 0; } }

.event-type .btn-container {
  text-align: center; }

.event-subscription {
  display: flex;
  flex-direction: row;
  background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .event-subscription {
      flex-direction: column; } }
  .event-subscription .subscription-text {
    text-align: left;
    margin: 30px 0 0 30px; }
    .event-subscription .subscription-text p {
      font-size: 1.5rem;
      margin-bottom: 20px; }
    .event-subscription .subscription-text h4 {
      font-size: 2.1rem; }
  .event-subscription .newsletter {
    margin: 30px 30px 0 20px;
    width: 60%; }
    @media only screen and (max-width: 768px) {
      .event-subscription .newsletter {
        width: auto; } }
    .event-subscription .newsletter .form-row {
      margin: 0 auto;
      display: flex; }
      @media only screen and (max-width: 768px) {
        .event-subscription .newsletter .form-row {
          flex-direction: column; } }
      .event-subscription .newsletter .form-row.-second {
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          .event-subscription .newsletter .form-row.-second {
            flex-direction: row; } }
    .event-subscription .newsletter input {
      margin-bottom: 10px; }
    .event-subscription .newsletter input[type="text"],
    .event-subscription .newsletter input[type="email"] {
      border: 2px solid #e9e9e9; }
    .event-subscription .newsletter .form-group.-email {
      width: calc(60% - 5px); }
      @media only screen and (max-width: 768px) {
        .event-subscription .newsletter .form-group.-email {
          width: 100%;
          display: inline-block; } }
    @media only screen and (max-width: 768px) {
      .event-subscription .newsletter .form-group.-first-name, .event-subscription .newsletter .form-group.-last-name {
        width: 100%;
        margin: 0 auto;
        display: inline-block; } }
    .event-subscription .newsletter .form-group.-submit {
      height: 52px;
      width: calc(40% - 5px); }
      @media only screen and (max-width: 768px) {
        .event-subscription .newsletter .form-group.-submit {
          margin: 0 auto;
          width: auto; } }
      .event-subscription .newsletter .form-group.-submit input[type="submit"] {
        height: 100%;
        width: 100%;
        max-width: 270px;
        color: #db1905;
        border-color: #db1905; }
        .event-subscription .newsletter .form-group.-submit input[type="submit"]:hover,
        .event-subscription .newsletter .form-group.-submit input[type="submit"] :focus {
          color: #fff;
          border-color: #fff; }
    .event-subscription .newsletter .form-group.-optin {
      padding-bottom: 10px;
      text-align: left;
      display: flex; }
      .event-subscription .newsletter .form-group.-optin .opt-in {
        color: #141414;
        margin: auto 0; }
      .event-subscription .newsletter .form-group.-optin .checkbox {
        margin: auto 5px auto 0; }

.feat-story {
  position: relative;
  display: block; }
  .feat-story .feat-story-image {
    background-size: cover;
    background-position: center; }
  .feat-story .inner {
    padding: 90px 0;
    min-height: 330px;
    display: flex;
    align-items: center; }
  .feat-story .content-wrapper {
    text-align: left;
    display: inline-block;
    width: 55%;
    position: relative;
    margin-top: 30px;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .feat-story .content-wrapper {
        width: 100%; } }
  .feat-story a {
    margin-top: 30px; }

.featured-content ul {
  margin: 40px 0; }

.featured-content .cta {
  margin: 20px 0;
  text-align: center; }

figure {
  display: block;
  padding: 0;
  margin: 0; }
  figure img {
    display: block;
    width: 100%; }
  figure figcaption {
    color: #4d4d4f;
    font-size: 1.5rem;
    line-height: 27px;
    font-family: pitchsans, monospace; }

.find-a-course {
  text-align: center; }
  .find-a-course .find-a-course-wrapper {
    margin: 40px 0; }
  .find-a-course .section-title {
    margin-bottom: 40px; }
  .find-a-course .primary-btn {
    margin-top: 25px; }

.flexible-content figure {
  margin: 25px 0; }
  .flexible-content figure figcaption {
    font-size: 1.5rem;
    line-height: 27px; }

.flexible-content h1,
.flexible-content h1 span {
  font-size: 3.8rem;
  line-height: 46px; }
  @media only screen and (max-width: 667px) {
    .flexible-content h1,
    .flexible-content h1 span {
      font-size: 3rem;
      line-height: 30px; } }

.flexible-content h2 {
  line-height: 37px; }
  @media only screen and (max-width: 667px) {
    .flexible-content h2 {
      line-height: 30px; } }
  .flexible-content h2 span {
    line-height: 37px; }
    @media only screen and (max-width: 667px) {
      .flexible-content h2 span {
        line-height: 30px; } }

.flexible-content .listings h2 {
  text-align: left;
  margin-bottom: 35px; }

.flexible-content .text ul,
.flexible-content .text ol {
  padding-left: 40px;
  margin: 25px 0; }
  @media only screen and (max-width: 667px) {
    .flexible-content .text ul,
    .flexible-content .text ol {
      margin: 20px 0; } }

.flexible-content .text .fluid-vids {
  margin: 40px 0; }

.flexible-content .tabbed-content {
  padding: 0; }

.flexible-content .flexi-accordion,
.flexible-content .flexi-pdf,
.flexible-content .tabbed-content,
.flexible-content .flexi-button,
.flexible-content .landscape {
  margin: 25px auto; }

.flexible-content .flexi-button {
  text-align: center; }

.flexible-content .landscape .tile-image {
  background-color: #141414;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%; }
  .flexible-content .landscape .tile-image.-mobile {
    display: none; }
  @media only screen and (max-width: 1000px) {
    .flexible-content .landscape .tile-image {
      height: 250px; }
      .flexible-content .landscape .tile-image.-desktop {
        display: none; }
      .flexible-content .landscape .tile-image.-mobile {
        display: block; } }

.flexible-content .landscape .info {
  padding: 20px 0;
  box-sizing: border-box;
  height: 100%;
  margin: 0 10px; }
  .flexible-content .landscape .info .row {
    margin-bottom: 5%; }
    .flexible-content .landscape .info .row .horizontal-tile {
      margin-top: 0; }
  .flexible-content .landscape .info .content-wrapper {
    padding: 0 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 10px; }
    @media only screen and (max-width: 1000px) {
      .flexible-content .landscape .info .content-wrapper {
        padding: 0 20px; } }
    .flexible-content .landscape .info .content-wrapper .truncate {
      overflow: hidden;
      text-overflow: ellipsis; }
      .flexible-content .landscape .info .content-wrapper .truncate .title {
        font-size: 2rem;
        line-height: 2.9rem;
        letter-spacing: 0.1px; }
        @media only screen and (max-width: 667px) {
          .flexible-content .landscape .info .content-wrapper .truncate .title {
            font-size: 1.8rem; } }
      .flexible-content .landscape .info .content-wrapper .truncate .blurb {
        font-size: 1.7rem;
        line-height: 2.6rem;
        letter-spacing: 0.1px;
        margin: 20px 0; }
        @media only screen and (max-width: 667px) {
          .flexible-content .landscape .info .content-wrapper .truncate .blurb {
            font-size: 1.4rem; } }
    .flexible-content .landscape .info .content-wrapper .cta-container {
      margin-top: auto; }
      .flexible-content .landscape .info .content-wrapper .cta-container .cta {
        font-size: 1.7rem;
        line-height: 2.5rem;
        letter-spacing: 0.1px; }
        @media only screen and (max-width: 667px) {
          .flexible-content .landscape .info .content-wrapper .cta-container .cta {
            font-size: 1.4rem; } }

.align-content {
  text-align: center; }

footer {
  background-color: #141414;
  color: #fff;
  margin-top: 50px; }
  footer .inner {
    padding: 90px 0; }
  footer a {
    color: #fff; }
  footer .row {
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      footer .row {
        margin-top: 0; } }
    footer .row:first-child {
      margin-top: 0; }
  footer .title {
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      footer .title {
        font-size: 2rem; } }
  footer .acknowledgement {
    border-bottom: 1px solid #c5c5c5; }
    @media only screen and (max-width: 768px) {
      footer .acknowledgement {
        padding-bottom: 24px; } }
    footer .acknowledgement p {
      font-size: 1.7rem;
      margin-bottom: 20px;
      line-height: 2.6rem;
      letter-spacing: 0.07px; }
      @media only screen and (max-width: 768px) {
        footer .acknowledgement p {
          font-size: 1.4rem;
          line-height: 2.3rem;
          letter-spacing: 0.05px; } }
  footer .column.-left {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      footer .column.-left {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px; } }
    @media only screen and (max-width: 667px) {
      footer .column.-left {
        width: calc(100% - 10px);
        float: left;
        margin-left: 5px; } }
  footer .column.-right {
    width: calc(37.5% - 13.75px);
    float: left;
    margin-left: 10px;
    margin-left: calc(12.5% - 11.25px + 20px); }
    @media only screen and (max-width: 768px) {
      footer .column.-right {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px; } }
    @media only screen and (max-width: 667px) {
      footer .column.-right {
        width: calc(100% - 10px);
        float: left;
        margin-left: 5px; } }
  @media only screen and (max-width: 768px) {
    footer .quick-links {
      padding: 29px 0;
      border-bottom: 1px solid #c5c5c5; } }
  footer .quick-links ul {
    list-style-type: none;
    margin: 0; }
    footer .quick-links ul a {
      padding: 8px 0;
      font-size: 2.2rem;
      display: block;
      text-transform: uppercase;
      transition: color 0.15s linear; }
      @media only screen and (max-width: 768px) {
        footer .quick-links ul a {
          padding: 15px 0;
          font-size: 2rem; } }
  @media only screen and (max-width: 768px) {
    footer .sign-up {
      padding: 34px 0; } }
  footer .sign-up p {
    font-size: 1.7rem;
    line-height: 2.6rem;
    letter-spacing: 0.07px; }
    @media only screen and (max-width: 768px) {
      footer .sign-up p {
        font-size: 1.4rem;
        line-height: 2.3rem;
        letter-spacing: 0.05px; } }
  footer .sign-up .btn:hover, footer .sign-up .btn:focus {
    background-color: #fff;
    color: #141414;
    text-decoration: none; }
  @media only screen and (max-width: 768px) {
    footer .social-links {
      padding-bottom: 34px; } }
  footer .social-links a {
    transition: background-color 0.15s linear; }
  footer .footer-bottom {
    overflow: auto;
    border-top: 1px solid #c5c5c5;
    padding-top: 20px; }
    @media only screen and (max-width: 1000px) {
      footer .footer-bottom {
        text-align: center;
        padding-top: 40px; } }
  footer .government-logo {
    position: relative;
    top: -5px;
    float: left;
    width: 224px;
    height: 55px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/logo/australian-government-logo.svg); }
    @media only screen and (max-width: 1000px) {
      footer .government-logo {
        float: unset;
        margin: 0 auto; } }
  footer .hygiene-links {
    float: right;
    list-style-type: none;
    margin: 0;
    line-height: 55px; }
    @media only screen and (max-width: 1000px) {
      footer .hygiene-links {
        float: unset;
        text-align: center;
        line-height: 35px;
        margin-top: 20px; } }
    footer .hygiene-links li {
      line-height: 24px;
      display: inline-block;
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #c5c5c5;
      font-size: 1.5rem; }
      @media only screen and (max-width: 1000px) {
        footer .hygiene-links li {
          border: 0; }
          footer .hygiene-links li.cricos {
            display: block;
            clear: both;
            padding-left: 0; } }
      footer .hygiene-links li:first-child {
        padding: 0;
        margin: 0;
        border: 0; }
      footer .hygiene-links li a {
        font-size: 1.5rem;
        transition: color 0.15s linear; }
        @media only screen and (max-width: 768px) {
          footer .hygiene-links li a {
            font-size: 1.4rem;
            line-height: 2.3rem;
            letter-spacing: 0.05px; } }

.find-your-course .-centred-10 {
  margin-top: 20px;
  margin-bottom: 60px; }

.find-your-course .course-finder {
  width: 100%; }
  .find-your-course .course-finder .swiper-pagination-bullets {
    display: none;
    height: 20px; }
    @media only screen and (max-width: 768px) {
      .find-your-course .course-finder .swiper-pagination-bullets {
        display: block;
        top: 10px; } }
  .find-your-course .course-finder .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 14px; }
  .find-your-course .course-finder .swiper-pagination-bullet-active {
    background-color: #f4f4f4;
    border: 1px solid #141414; }

.find-your-course .intro {
  margin-bottom: 90px; }
  @media only screen and (max-width: 768px) {
    .find-your-course .intro {
      margin-bottom: 40px; } }

.find-your-course .form-intro {
  font-size: 3rem;
  line-height: 3.7rem;
  letter-spacing: 0.2px;
  text-transform: none;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .find-your-course .form-intro {
      font-size: 2.4rem;
      line-height: 3.2rem; } }

.find-your-course .form-subtext {
  margin: 0;
  font-size: 2.4rem;
  line-height: 34px;
  color: #4d4d4f; }
  @media only screen and (max-width: 768px) {
    .find-your-course .form-subtext {
      font-size: 1.6rem;
      line-height: 2.8rem; } }

.find-your-course input,
.find-your-course select {
  display: none; }
  .find-your-course input.btn,
  .find-your-course select.btn {
    display: inline-flex; }

.find-your-course section {
  height: 100vh; }
  @media only screen and (max-width: 1240px) {
    .find-your-course section {
      height: auto; } }
  @media only screen and (max-width: 768px) {
    .find-your-course section {
      height: 100%; } }
  .find-your-course section .completed-fields {
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .find-your-course section .completed-fields {
        display: none; } }
    .find-your-course section .completed-fields span,
    .find-your-course section .completed-fields a {
      color: #4d4d4f;
      font-size: 2.4rem;
      line-height: 30px; }
    .find-your-course section .completed-fields span {
      display: block;
      margin: 12px 0; }
    .find-your-course section .completed-fields a {
      text-decoration: underline; }
      .find-your-course section .completed-fields a:hover, .find-your-course section .completed-fields a:focus {
        color: #db1905; }
  .find-your-course section .mobile-label {
    display: none;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.1px;
    color: #4d4d4f; }
    @media only screen and (max-width: 768px) {
      .find-your-course section .mobile-label {
        display: block; } }
  .find-your-course section .option-title {
    font-size: 4rem;
    line-height: 48px;
    text-transform: none; }
    @media only screen and (max-width: 768px) {
      .find-your-course section .option-title {
        font-size: 2.8rem;
        line-height: 3.4rem; } }
  .find-your-course section .options {
    margin: 20px 0; }
    .find-your-course section .options::after {
      clear: both;
      content: "";
      display: block; }
  .find-your-course section .option {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    min-height: 130px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .find-your-course section .option {
        min-height: 100px; } }
    .find-your-course section .option.-text {
      min-height: 100px; }
      @media only screen and (max-width: 768px) {
        .find-your-course section .option.-text {
          min-height: 60px; } }
    .find-your-course section .option.-disciplines {
      min-height: 80px; }
      @media only screen and (max-width: 768px) {
        .find-your-course section .option.-disciplines {
          min-height: 60px; } }
    .find-your-course section .option:hover {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    .find-your-course section .option.-selected {
      border: 1px solid #db1905; }
    .find-your-course section .option .icon {
      display: inline-block;
      float: right;
      height: 40px;
      width: 50px;
      background-size: contain;
      background-repeat: no-repeat; }
      .find-your-course section .option .icon.-undergrad {
        width: 33px;
        background-image: url(../img/icons/black/undergrad.svg); }
      .find-your-course section .option .icon.-postgrad {
        width: 49px;
        background-image: url(../img/icons/black/postgrad.svg); }
      .find-your-course section .option .icon.-certificate {
        width: 55px;
        background-image: url(../img/icons/black/industry.svg); }
      .find-your-course section .option .icon.-notsure {
        width: 23px;
        background-image: url(../img/icons/black/notsure.svg); }
      .find-your-course section .option .icon.-inperson {
        width: 40px;
        background-image: url(../img/icons/black/inperson.svg); }
      .find-your-course section .option .icon.-online {
        width: 49px;
        background-image: url(../img/icons/black/online.svg); }
    .find-your-course section .option > span {
      pointer-events: none; }
  .find-your-course section span {
    line-height: 24px; }
    @media only screen and (max-width: 1000px) {
      .find-your-course section span {
        font-size: 1.6rem;
        line-height: 20px; } }
    @media only screen and (max-width: 1000px) {
      .find-your-course section span.-small {
        font-size: 1.4rem;
        line-height: 17px; } }
    .find-your-course section span.small-text {
      font-size: 1.6rem;
      line-height: 20px; }
      @media only screen and (max-width: 1000px) {
        .find-your-course section span.small-text {
          font-size: 1.4rem; } }
  .find-your-course section .helper-text {
    display: none;
    color: #db1905;
    font-size: 1.4rem; }
    .find-your-course section .helper-text.show {
      display: block; }
  .find-your-course section .button-container {
    text-align: center;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .find-your-course section .button-container {
        width: 100%; } }
    .find-your-course section .button-container input {
      -webkit-appearance: button;
      -moz-appearance: button;
      border-radius: 0; }
    .find-your-course section .button-container .primary-btn {
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .find-your-course section .button-container .primary-btn {
          width: 100%;
          font-size: 1.8rem; } }
    .find-your-course section .button-container span {
      display: block;
      font-size: 1.7rem;
      line-height: 20px; }
      @media only screen and (max-width: 768px) {
        .find-your-course section .button-container span {
          display: none; } }

.four-cards {
  text-align: center; }
  .four-cards a {
    color: #141414; }
  .four-cards .section-title {
    margin-bottom: 40px; }
  .four-cards .content-wrapper {
    margin-bottom: 70px; }
  .four-cards .cards-container {
    display: flex;
    flex-wrap: wrap; }
  .four-cards .card {
    box-sizing: border-box;
    margin-bottom: 5%;
    display: flex; }
    @media only screen and (max-width: 1000px) {
      .four-cards .card {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px; } }
    @media only screen and (max-width: 667px) {
      .four-cards .card {
        width: calc(100% - 10px);
        float: left;
        margin-left: 5px; } }
    .four-cards .card:nth-child(2n + 1) {
      clear: left;
      padding-right: 2%; }
      @media only screen and (max-width: 1000px) {
        .four-cards .card:nth-child(2n + 1) {
          padding-right: 0; } }
    .four-cards .card:nth-child(2n + 2) {
      padding-left: 2%; }
      @media only screen and (max-width: 1000px) {
        .four-cards .card:nth-child(2n + 2) {
          padding-left: 0; } }
    .four-cards .card .clickable-card {
      line-height: 0; }
    .four-cards .card .card-container {
      display: flex;
      flex-direction: column;
      background-color: #fff;
      text-align: left;
      width: 100%;
      height: 100%; }
    .four-cards .card .card-content {
      padding: 15px 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      position: relative; }
      .four-cards .card .card-content h3 {
        margin: 20px 0; }
      .four-cards .card .card-content p {
        margin-top: 0;
        margin-bottom: 30px; }
      .four-cards .card .card-content .cta {
        margin-top: auto;
        position: absolute;
        bottom: 10px; }
        .four-cards .card .card-content .cta:hover, .four-cards .card .card-content .cta:focus {
          text-decoration: none; }
      .four-cards .card .card-content .card-content-container {
        margin-bottom: 20px; }
    .four-cards .card ul,
    .four-cards .card ol {
      padding-left: 40px;
      margin: 25px 0; }
      @media only screen and (max-width: 667px) {
        .four-cards .card ul,
        .four-cards .card ol {
          margin: 20px 0; } }
  .four-cards img {
    width: 100%; }
  .four-cards .secondary-btn {
    margin-top: 40px; }

.listings {
  text-align: center; }
  .listings .card {
    display: flex;
    flex-direction: column;
    text-align: left; }
    .listings .card:nth-child(2n + 1) {
      clear: left; }
    .listings .card ul,
    .listings .card ol {
      padding-left: 40px;
      margin: 25px 0; }
      @media only screen and (max-width: 667px) {
        .listings .card ul,
        .listings .card ol {
          margin: 20px 0; } }
  .listings img {
    width: 100%; }
  .listings .search-pagination {
    text-align: left; }

.primary-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -5px 25px 1px rgba(0, 0, 0, 0.1); }
  .primary-header .header-wrapper > .inner {
    overflow: visible; }
  .primary-header .hamburger-link {
    display: none;
    position: absolute;
    left: 20px;
    top: 23px;
    font-size: 1.4rem;
    line-height: 2.3rem; }
    .primary-header .hamburger-link img {
      width: 20px; }
    @media only screen and (max-width: 1240px) {
      .primary-header .hamburger-link {
        display: inline-block; } }
    .primary-header .hamburger-link .-hamburger-close {
      display: none; }
    .primary-header .hamburger-link.-active .-hamburger {
      display: none; }
    .primary-header .hamburger-link.-active .-hamburger-close {
      display: block; }
  .primary-header .arrow {
    height: 6px;
    width: 12px;
    position: relative;
    top: -2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/icons/black/dropdown.svg);
    display: none; }
    .primary-header .arrow span {
      display: none; }
    @media only screen and (max-width: 1240px) {
      .primary-header .arrow {
        display: inline-block; } }
    .primary-header .arrow.-active {
      transform: rotate(180deg); }
  .primary-header a.menu-item, .primary-header a.main-nav-sub-link {
    color: #141414;
    text-decoration: none;
    transition: color 0.15s linear; }
    .primary-header a.menu-item:hover, .primary-header a.menu-item:focus, .primary-header a.main-nav-sub-link:hover, .primary-header a.main-nav-sub-link:focus {
      color: #db1905; }
  .primary-header ul {
    list-style: none; }
  .primary-header .inner {
    padding: 0; }
  .primary-header .icon {
    height: 18px;
    width: auto; }
  .primary-header .logo {
    width: calc(16.66667% - 11.66667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8.33333% - 10.83333px + 20px);
    line-height: 0; }
    @media only screen and (max-width: 1240px) {
      .primary-header .logo {
        width: 110px;
        height: 26px;
        margin-left: calc(0% - 10px + 20px); } }
    .primary-header .logo img,
    .primary-header .logo video {
      width: 100%; }
    .primary-header .logo .hidden {
      display: none; }
  .primary-header .main-nav {
    display: flex;
    align-items: center;
    height: 90px; }
    @media only screen and (max-width: 1240px) {
      .primary-header .main-nav {
        display: flex;
        justify-content: center;
        height: 65px;
        width: 100%; }
        .primary-header .main-nav::after {
          clear: both;
          content: "";
          display: block; } }
  .primary-header .menu-wrapper {
    width: calc(41.66667% - 14.16667px);
    float: left;
    margin-left: 10px;
    z-index: 1;
    display: inline-block; }
    .primary-header .menu-wrapper.-desktop a.menu-item, .primary-header .menu-wrapper.-desktop a.main-nav-sub-link {
      line-height: 2.2rem;
      margin-top: 10px;
      padding-right: 13px; }
    @media only screen and (max-width: 1240px) {
      .primary-header .menu-wrapper.-desktop {
        display: none; } }
    .primary-header .menu-wrapper.-desktop .main-nav-sub-list li {
      display: flex;
      flex-direction: column; }
      .primary-header .menu-wrapper.-desktop .main-nav-sub-list li .main-nav-sub-link {
        display: flex;
        align-self: flex-start; }
      .primary-header .menu-wrapper.-desktop .main-nav-sub-list li .arrow {
        border: 10px solid transparent;
        display: flex;
        align-self: flex-end;
        top: 0;
        right: -10px;
        margin-top: -24px; }
    .primary-header .menu-wrapper.-desktop .arrow {
      padding-left: 20px; }
    .primary-header .menu-wrapper.-mobile {
      display: none; }
      @media only screen and (max-width: 1240px) {
        .primary-header .menu-wrapper.-mobile {
          position: fixed;
          top: 60px;
          background-color: #fff;
          left: 0;
          display: block;
          width: 100%;
          margin-left: 0; } }
      .primary-header .menu-wrapper.-mobile a {
        font-size: 1.5rem;
        line-height: 2.1rem; }
        .primary-header .menu-wrapper.-mobile a .title-container {
          min-height: 50px;
          padding: 10px 0;
          display: flex;
          align-items: center;
          box-sizing: border-box;
          word-break: normal; }
        .primary-header .menu-wrapper.-mobile a.-active .title-container {
          border-bottom: 2px solid #db1905; }
      .primary-header .menu-wrapper.-mobile .arrow {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        background-size: 14px 7px;
        background-position: center center; }
        .primary-header .menu-wrapper.-mobile .arrow.-active {
          transform: rotate(180deg); }
        .primary-header .menu-wrapper.-mobile .arrow.-no-children {
          background: none; }
      .primary-header .menu-wrapper.-mobile .-tier1 > li {
        border-top: 2px solid #f4f4f4;
        border-bottom: 0; }
        .primary-header .menu-wrapper.-mobile .-tier1 > li:last-child {
          border-top: 0;
          border-bottom: 2px solid #f4f4f4; }
      .primary-header .menu-wrapper.-mobile .-tier1 .main-nav-link-container {
        min-height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .primary-header .menu-wrapper.-mobile .-tier1 .main-nav-link-container .item-container {
          width: 100%;
          text-align: left;
          height: 100%;
          border-right: 2px solid #f4f4f4; }
          .primary-header .menu-wrapper.-mobile .-tier1 .main-nav-link-container .item-container a {
            height: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            min-height: 50px;
            display: inline-flex;
            align-items: center;
            word-break: break-all;
            width: 100%; }
      .primary-header .menu-wrapper.-mobile .-tier2 > li {
        border-top: 2px solid #f4f4f4;
        margin: 0; }
        .primary-header .menu-wrapper.-mobile .-tier2 > li.-active .-tier3 {
          display: block; }
      .primary-header .menu-wrapper.-mobile .-tier2 .main-nav-sub-link-container {
        min-height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 0; }
        .primary-header .menu-wrapper.-mobile .-tier2 .main-nav-sub-link-container .item-container {
          width: 100%;
          text-align: left;
          height: 100%;
          border-right: 2px solid #f4f4f4; }
          .primary-header .menu-wrapper.-mobile .-tier2 .main-nav-sub-link-container .item-container a {
            text-transform: none;
            height: 100%;
            box-sizing: border-box;
            min-height: 50px;
            display: inline-flex;
            align-items: center;
            padding: 0 20px 0 40px;
            word-break: break-all;
            width: 100%; }
      .primary-header .menu-wrapper.-mobile .-tier3.-depth1 {
        margin-top: 0; }
        .primary-header .menu-wrapper.-mobile .-tier3.-depth1 > li {
          border-top: 2px solid #f4f4f4; }
          .primary-header .menu-wrapper.-mobile .-tier3.-depth1 > li.-active .-tier4 {
            display: block; }
        .primary-header .menu-wrapper.-mobile .-tier3.-depth1 .item-container a {
          margin-left: 0;
          padding: 0 20px 0 60px; }
      .primary-header .menu-wrapper.-mobile .-tier4.-depth2 {
        border-top: 2px solid #f4f4f4; }
        .primary-header .menu-wrapper.-mobile .-tier4.-depth2 .item-container a {
          margin-left: 0;
          padding: 0 20px 0 80px; }
      .primary-header .menu-wrapper.-mobile .menu-item {
        padding: 0 20px; }
      .primary-header .menu-wrapper.-mobile .menu-column {
        box-sizing: border-box;
        margin-left: 0;
        padding-right: 0; }
        .primary-header .menu-wrapper.-mobile .menu-column:nth-child(3n + 1) {
          padding-left: 0; }
        .primary-header .menu-wrapper.-mobile .menu-column:nth-child(3n + 2) {
          padding-left: 0; }
        .primary-header .menu-wrapper.-mobile .menu-column:nth-child(3n + 3) {
          padding-left: 0; }
      .primary-header .menu-wrapper.-mobile .main-nav-sub-link-container {
        border-bottom: 0; }
      .primary-header .menu-wrapper.-mobile .course-finder-container {
        height: 50px; }
        .primary-header .menu-wrapper.-mobile .course-finder-container .btn.-course-finder {
          display: block;
          width: 100%;
          margin-left: 0;
          line-height: 50px; }
  .primary-header .-tier1 {
    text-align: right; }
    .primary-header .-tier1 > li {
      display: inline-block;
      z-index: 100; }
      @media only screen and (max-width: 1240px) {
        .primary-header .-tier1 > li {
          display: none; } }
      .primary-header .-tier1 > li > a {
        font-size: 1.7rem;
        padding: 14px; }
      .primary-header .-tier1 > li.-active .main-nav-sub {
        display: block; }
      .primary-header .-tier1 > li.-current > a {
        border-bottom: 2px solid #db1905; }
  .primary-header .-tier3 .-tier4 {
    display: none; }
    .primary-header .-tier3 .-tier4.-active {
      display: block; }
  .primary-header .-tier3 .arrow {
    display: inline-block; }
  .primary-header .menu-column {
    box-sizing: border-box;
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px; }
    .primary-header .menu-column:nth-child(3n + 1) {
      padding-right: 10px;
      padding-left: 0; }
    .primary-header .menu-column:nth-child(3n + 2) {
      padding-left: 5px;
      padding-right: 5px; }
    .primary-header .menu-column:nth-child(3n + 3) {
      padding-left: 10px;
      padding-right: 0; }
    .primary-header .menu-column:nth-child(4n) {
      clear: left; }
    @media only screen and (max-width: 1240px) {
      .primary-header .menu-column {
        width: 100%;
        float: none;
        clear: both; } }
  .primary-header .mobile-menu {
    position: fixed;
    z-index: 11;
    top: 65px;
    left: 0;
    display: none;
    width: calc(100% - 40px);
    height: auto;
    padding: 17px 20px;
    background-color: #fff; }
    @media only screen and (max-width: 1240px) {
      .primary-header .mobile-menu.show {
        display: block; } }
    .primary-header .mobile-menu .icon {
      text-align: right;
      width: 14px;
      height: auto; }
  .primary-header .search-icon {
    height: 18px;
    line-height: 0;
    float: right;
    width: calc(8.33333% - 10.83333px);
    float: left;
    margin-left: 10px;
    text-align: right; }
    .primary-header .search-icon > span {
      display: inline-block;
      height: 20px;
      width: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/icons/black/search.svg); }
      .primary-header .search-icon > span:hover, .primary-header .search-icon > span:focus {
        background-image: url(../img/icons/red/search.svg); }
      .primary-header .search-icon > span.link-description {
        display: none; }
    @media only screen and (max-width: 1240px) {
      .primary-header .search-icon {
        position: absolute;
        right: 20px; } }
  .primary-header .-course-finder {
    font-size: 1.7rem;
    min-width: 0;
    width: calc(16.66667% - 11.66667px);
    float: left;
    margin-left: 10px; }
  @media only screen and (max-width: 1240px) {
    .primary-header .-course-finder {
      display: none; } }
  .primary-header .main-nav-sub {
    display: none;
    position: fixed;
    z-index: 11;
    margin-top: 10px;
    left: 0;
    width: 100vw;
    background-color: #fff; }
    .primary-header .main-nav-sub .-tier2 {
      text-align: left; }
      .primary-header .main-nav-sub .-tier2 > li {
        margin-bottom: 40px;
        margin-top: 10px; }
      .primary-header .main-nav-sub .-tier2 a {
        display: inline-block;
        padding: 0; }
      .primary-header .main-nav-sub .-tier2 .main-nav-sub-link-container {
        border-bottom: 2px solid #c5c5c5; }
        .primary-header .main-nav-sub .-tier2 .main-nav-sub-link-container .arrow {
          display: none; }
          @media only screen and (max-width: 1240px) {
            .primary-header .main-nav-sub .-tier2 .main-nav-sub-link-container .arrow {
              display: inline-block; } }
        .primary-header .main-nav-sub .-tier2 .main-nav-sub-link-container .-depth0 {
          text-transform: uppercase; }
      .primary-header .main-nav-sub .-tier2 .main-nav-sub-list {
        margin-top: 10px; }
        .primary-header .main-nav-sub .-tier2 .main-nav-sub-list .arrow {
          padding: 0; }
      .primary-header .main-nav-sub .-tier2 .main-nav-sub-link.-depth2 {
        margin-left: 20px; }
    .primary-header .main-nav-sub ul.show {
      display: block; }

@media only screen and (max-width: 1240px) and (max-width: 1240px) {
  .primary-header.-active .-tier1 {
    overflow: auto;
    height: 100vh;
    max-height: 100vh; } }
  @media only screen and (max-width: 1240px) {
    .primary-header.-active .-tier1 > li {
      display: block; }
      .primary-header.-active .-tier1 > li:last-child {
        margin-bottom: 60px; }
      .primary-header.-active .-tier1 > li .main-nav-sub {
        position: relative;
        top: 0; }
        .primary-header.-active .-tier1 > li .main-nav-sub.-active {
          display: block; }
        .primary-header.-active .-tier1 > li .main-nav-sub .main-nav-sub-list {
          display: none; }
          .primary-header.-active .-tier1 > li .main-nav-sub .main-nav-sub-list.-active {
            display: block; } }
  .primary-header .course-banner-container {
    padding: 5px 20px;
    position: relative;
    border: 1px solid #db1905; }
    .primary-header .course-banner-container.-hidden {
      display: none; }
    @media only screen and (max-width: 1240px) {
      .primary-header .course-banner-container.-paused {
        display: none; } }
    .primary-header .course-banner-container .course-banner-inner {
      margin: auto;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .primary-header .course-banner-container .course-banner-inner .course-banner-text {
        margin: auto;
        text-align: center; }
        .primary-header .course-banner-container .course-banner-inner .course-banner-text p,
        .primary-header .course-banner-container .course-banner-inner .course-banner-text a {
          font-size: 1.4rem;
          line-height: 1.2;
          margin: 5px 0; }
          @media only screen and (max-width: 667px) {
            .primary-header .course-banner-container .course-banner-inner .course-banner-text p,
            .primary-header .course-banner-container .course-banner-inner .course-banner-text a {
              font-size: 1.2rem; } }
      .primary-header .course-banner-container .course-banner-inner .course-banner-close {
        margin-left: 10px; }

.help-links .row {
  text-align: center; }

.help-links .paragraph {
  margin-top: 40px;
  display: inline-block; }
  .help-links .paragraph p:first-child {
    margin-top: 0; }
  .help-links .paragraph p:last-child {
    margin-bottom: 0; }

.help-links .cards {
  display: inline-block;
  margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    .help-links .cards .card-container {
      margin-top: 30px; }
      .help-links .cards .card-container:first-child {
        margin-top: 0; } }
  .help-links .cards .card-container .card-title {
    color: #141414; }
  .help-links .cards img {
    width: 40px;
    height: 40px; }
    @media only screen and (max-width: 667px) {
      .help-links .cards img {
        width: 30px;
        height: 30px; } }
    .help-links .cards img a {
      color: #141414; }
  .help-links .cards .contact-line {
    margin-top: 50px; }

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-bottom: 50px; }
  .hero .caption {
    margin-top: 5px;
    font-family: pitchsans, monospace;
    font-size: 1.5rem;
    line-height: 27px; }
  .hero.-image {
    display: block; }
    .hero.-image .hero-image {
      width: 100%; }
      .hero.-image .hero-image .images {
        background-color: #141414; }
      .hero.-image .hero-image .image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        opacity: 0.5; }
        .hero.-image .hero-image .image.-desktop {
          min-height: 530px; }
          @media only screen and (max-width: 768px) {
            .hero.-image .hero-image .image.-desktop {
              height: 40vh;
              min-height: 0; } }
          @media only screen and (max-width: 667px) {
            .hero.-image .hero-image .image.-desktop {
              display: none; } }
        .hero.-image .hero-image .image.-mobile {
          display: none;
          height: 480px;
          width: 100%; }
          @media only screen and (max-width: 667px) {
            .hero.-image .hero-image .image.-mobile {
              display: block; } }
      .hero.-image .hero-image .text-overlay {
        color: #fff;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .hero.-image .hero-image .text-overlay {
            padding: 0 5%; } }
      .hero.-image .hero-image .filter-overlay {
        background: none; }
  .hero.-video {
    height: 70vh;
    min-height: 700px;
    background-color: #fff;
    padding: 0;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .hero.-video {
        min-height: 0;
        height: auto;
        width: 100%; } }
    .hero.-video video {
      min-height: 100%;
      object-fit: cover;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .hero.-video video {
          height: auto; } }
  .hero.-article {
    display: block;
    padding-top: 20px; }
    .hero.-article h1 {
      line-height: 55px; }
      @media only screen and (max-width: 667px) {
        .hero.-article h1 {
          line-height: 40px; } }
      .hero.-article h1 span {
        line-height: 55px; }
        @media only screen and (max-width: 667px) {
          .hero.-article h1 span {
            line-height: 40px; } }
    .hero.-article figure {
      margin-top: 50px; }

.wrapper {
  display: none; }
  .wrapper .horizontal-tile {
    background-color: #fff;
    height: 250px;
    margin-top: 20px;
    width: 100%;
    display: flex; }
    @media only screen and (max-width: 1000px) {
      .wrapper .horizontal-tile {
        height: auto;
        flex-direction: column; } }
    @media only screen and (max-width: 1000px) {
      .wrapper .horizontal-tile .-one-third {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px; } }
    @media only screen and (max-width: 667px) {
      .wrapper .horizontal-tile .-one-third {
        width: calc(100% - 10px);
        float: left;
        margin-left: 5px; } }
    @media only screen and (max-width: 1000px) {
      .wrapper .horizontal-tile .-two-thirds {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px; } }
    @media only screen and (max-width: 667px) {
      .wrapper .horizontal-tile .-two-thirds {
        width: calc(100% - 10px);
        float: left;
        margin-left: 5px; } }
  .wrapper.show {
    display: block; }
  .wrapper .tile-image {
    background-color: #141414;
    background-size: cover;
    height: 250px;
    background-position: center; }
    .wrapper .tile-image.-mobile {
      display: none; }
    @media only screen and (max-width: 1000px) {
      .wrapper .tile-image {
        height: 250px; }
        .wrapper .tile-image.-desktop {
          display: none; }
        .wrapper .tile-image.-mobile {
          display: block; } }
    @media only screen and (max-width: 667px) {
      .wrapper .tile-image {
        height: 180px; } }
  .wrapper .tile-content {
    box-sizing: border-box;
    padding: 10px 0 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media only screen and (max-width: 1000px) {
      .wrapper .tile-content {
        padding-bottom: 0;
        height: auto; } }
    .wrapper .tile-content p {
      margin: 0;
      font-size: 1.7rem;
      line-height: 2.6rem; }
      @media only screen and (max-width: 667px) {
        .wrapper .tile-content p {
          font-size: 1.4rem;
          line-height: 2.3rem;
          letter-spacing: 0.05px; } }
    .wrapper .tile-content h4 {
      font-size: 2rem;
      line-height: 2.4rem;
      margin: 10px 0; }
      @media only screen and (max-width: 1000px) {
        .wrapper .tile-content h4 {
          margin: 15px 0 10px; } }
      @media only screen and (max-width: 667px) {
        .wrapper .tile-content h4 {
          font-size: 1.5rem;
          line-height: 2.3rem; } }
    .wrapper .tile-content .cta {
      margin-top: auto; }
      @media only screen and (max-width: 1000px) {
        .wrapper .tile-content .cta {
          margin: 20px 0; } }
    .wrapper .tile-content .summary-container {
      display: flex;
      flex-direction: column;
      padding: 0 10px;
      border-right: 2px solid #f4f4f4;
      height: 100%; }
      @media only screen and (max-width: 1000px) {
        .wrapper .tile-content .summary-container {
          border-right: 0;
          padding: 0 20px; } }
      .wrapper .tile-content .summary-container .horizontal-line {
        width: 100%;
        height: 2px;
        background-color: #f4f4f4;
        display: none; }
        @media only screen and (max-width: 1000px) {
          .wrapper .tile-content .summary-container .horizontal-line {
            display: block; } }
      @media only screen and (max-width: 1000px) {
        .wrapper .tile-content .summary-container .truncate.-desktop {
          display: none; } }
      .wrapper .tile-content .summary-container .truncate.-mobile {
        display: none; }
        @media only screen and (max-width: 1000px) {
          .wrapper .tile-content .summary-container .truncate.-mobile {
            display: block; } }
  .wrapper .tile-details {
    box-sizing: border-box;
    padding: 10px 0 10px;
    text-align: left; }
    .wrapper .tile-details .details-container {
      display: flex;
      justify-content: flex-start;
      padding: 10px; }
      @media only screen and (max-width: 1000px) {
        .wrapper .tile-details .details-container {
          padding: 10px 20px; } }
    .wrapper .tile-details p {
      font-size: 1.7rem;
      line-height: 2rem;
      letter-spacing: 0.08px;
      margin: 0;
      font-family: pitchsans, monospace;
      display: inline; }
      @media only screen and (max-width: 667px) {
        .wrapper .tile-details p {
          font-size: 1.4rem;
          line-height: 2.3rem;
          letter-spacing: 0.05px; } }
    .wrapper .tile-details .icon-container {
      display: inline-block; }
    .wrapper .tile-details .icon {
      width: 20px;
      height: auto;
      margin-right: 15px; }

.image-gallery .swiper-container {
  max-width: 1440px;
  width: 100%; }

.image-gallery .swiper-slide {
  max-width: 957px;
  width: 100% !important; }

.image-gallery .filter-overlay {
  display: block; }

.image-gallery .slider-image {
  height: 480px;
  width: 100%;
  background-position: center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .image-gallery .slider-image {
      height: 280px;
      max-width: 768px; } }
  @media only screen and (max-width: 667px) {
    .image-gallery .slider-image {
      height: 240px;
      max-width: 667px; } }

.image-gallery .slide-top {
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media only screen and (max-width: 768px) {
    .image-gallery .slide-top {
      height: 60%; } }
  .image-gallery .slide-top.-full {
    height: 100%;
    justify-content: center; }

.image-gallery .slide-text {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 957px;
  max-width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0; }
  .image-gallery .slide-text .slide-title {
    font-size: 4rem;
    line-height: 1.1; }
    @media only screen and (max-width: 768px) {
      .image-gallery .slide-text .slide-title {
        font-size: 2.6rem; } }
    @media only screen and (max-width: 667px) {
      .image-gallery .slide-text .slide-title {
        font-size: 2.3rem; } }
  .image-gallery .slide-text .slide-title,
  .image-gallery .slide-text .slide-content {
    color: #fff;
    max-width: 70%;
    margin: 10px auto; }
    @media only screen and (max-width: 768px) {
      .image-gallery .slide-text .slide-title,
      .image-gallery .slide-text .slide-content {
        margin: 5px auto; } }
  @media only screen and (max-width: 768px) {
    .image-gallery .slide-text .slide-content {
      font-size: 1.6rem; } }
  .image-gallery .slide-text .slide-cta {
    max-width: 70%;
    margin: 0 auto;
    margin-top: 50px; }
    @media only screen and (max-width: 667px) {
      .image-gallery .slide-text .slide-cta {
        margin-top: 10px; } }
    @media only screen and (max-width: 667px) {
      .image-gallery .slide-text .slide-cta .btn {
        min-height: 40px;
        min-width: 190px; } }

.image-gallery .caption {
  display: block;
  width: calc(100vw - 40px);
  margin: 10px 20px; }
  .image-gallery .caption p {
    font-family: pitchsans, monospace;
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.3rem;
    letter-spacing: 0.05px; }

.image-gallery .swiper-button-prev,
.image-gallery .swiper-button-next {
  width: 27px;
  height: 60px;
  margin-top: -44px;
  background-color: #c5c5c5;
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url(../img/icons/white/slider-arrow.svg); }

.image-gallery .swiper-button-prev {
  transform: rotate(180deg);
  left: 0; }

.image-gallery .swiper-button-next {
  right: 0; }

.image-gallery .slider-nav {
  display: flex;
  justify-content: center;
  width: 100%; }

.image-gallery .slider-arrows {
  position: absolute;
  top: 50%;
  width: 957px;
  max-width: 100%; }
  @media only screen and (max-width: 1000px) {
    .image-gallery .slider-arrows {
      width: 100vw;
      max-width: 100%; } }

.info-text .info-dropdown {
  position: absolute;
  z-index: 10;
  display: none;
  width: 315px;
  margin-top: 5px;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #141414; }
  .info-text .info-dropdown.-show {
    display: block; }
  .info-text .info-dropdown h5 {
    margin-bottom: 5px;
    font-family: pitchsans, monospace;
    font-size: 1.3rem;
    line-height: 19px; }
  .info-text .info-dropdown p {
    margin: 0;
    text-transform: none;
    font-size: 1.3rem;
    line-height: 19px; }

.intro-overview .key-container {
  margin: 40px 0; }

.intro-overview .key-card {
  display: flex;
  margin-bottom: 25px; }
  .intro-overview .key-card::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 768px) {
    .intro-overview .key-card {
      flex-direction: column; } }

.intro-overview .card-icon {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 7px; }
  @media only screen and (max-width: 768px) {
    .intro-overview .card-icon {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px;
      justify-content: center; } }
  @media only screen and (max-width: 667px) {
    .intro-overview .card-icon {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }
  .intro-overview .card-icon .key-icon {
    width: 60px;
    height: auto; }

.intro-overview .card-content {
  box-sizing: border-box;
  padding-left: 10px;
  display: inline-block; }
  @media only screen and (max-width: 768px) {
    .intro-overview .card-content {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px;
      padding-left: 0; } }
  @media only screen and (max-width: 667px) {
    .intro-overview .card-content {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }
  .intro-overview .card-content h3 {
    text-transform: none; }
    @media only screen and (max-width: 768px) {
      .intro-overview .card-content h3 {
        text-align: left; } }
  .intro-overview .card-content p {
    margin: 15px 0; }
    @media only screen and (max-width: 768px) {
      .intro-overview .card-content p {
        text-align: left; } }

.intro-overview ul,
.intro-overview ol {
  padding-left: 40px;
  margin: 25px 0; }
  @media only screen and (max-width: 667px) {
    .intro-overview ul,
    .intro-overview ol {
      margin: 20px 0; } }

.list h2 {
  text-align: center;
  margin-bottom: 50px; }

.list ul {
  list-style-type: none; }
  .list ul .list-item {
    display: flex;
    min-height: 250px;
    background-color: #fff;
    margin-top: 20px;
    overflow: hidden; }
    .list ul .list-item::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (max-width: 1000px) {
      .list ul .list-item {
        height: auto;
        flex-direction: column; } }
    .list ul .list-item.-graduates {
      position: relative;
      height: 100%; }
      .list ul .list-item.-graduates .scroll-down {
        position: absolute;
        top: 20px;
        right: 10px;
        height: 10px;
        width: 16px;
        margin: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../img/icons/black/dropdown.svg);
        cursor: pointer; }
        .list ul .list-item.-graduates .scroll-down.-close {
          background-image: url(../img/icons/black/dropdown-flip.svg); }
      .list ul .list-item.-graduates .info {
        height: unset; }
      .list ul .list-item.-graduates .content-wrapper {
        border-right: 0; }
      .list ul .list-item.-graduates .field.-hide {
        display: none; }
      .list ul .list-item.-graduates .field.-margin-10 {
        margin: 0 10px; }
        @media only screen and (max-width: 1000px) {
          .list ul .list-item.-graduates .field.-margin-10 {
            margin: 0 20px; } }
      .list ul .list-item.-graduates .details .field-icon {
        width: calc(8.33333% - 10.83333px);
        float: left;
        margin-left: 10px;
        position: absolute;
        top: 1px;
        height: 20px;
        width: 20px;
        margin-left: 0;
        background-size: contain;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 667px) {
          .list ul .list-item.-graduates .details .field-icon {
            top: 0;
            height: 16px;
            width: 16px; } }
        .list ul .list-item.-graduates .details .field-icon.-course {
          background-image: url(../img/icons/black/course.svg); }
        .list ul .list-item.-graduates .details .field-icon.-gradyear {
          background-image: url(../img/icons/black/gradyear.svg); }
      .list ul .list-item.-graduates .details .field-value {
        width: calc(91.66667% - 19.16667px);
        float: left;
        margin-left: 10px;
        display: inline-block;
        margin-left: 30px; }
      .list ul .list-item.-graduates .field-container {
        position: relative; }
      @media only screen and (max-width: 1000px) {
        .list ul .list-item.-graduates {
          max-height: unset; } }
    .list ul .list-item .-one-half {
      box-sizing: border-box;
      height: 100%; }
      @media only screen and (max-width: 1000px) {
        .list ul .list-item .-one-half {
          width: calc(100% - 20px);
          float: left;
          margin-left: 10px; } }
      @media only screen and (max-width: 667px) {
        .list ul .list-item .-one-half {
          width: calc(100% - 10px);
          float: left;
          margin-left: 5px; } }
    .list ul .list-item .-one-third {
      box-sizing: border-box;
      height: 100%; }
      @media only screen and (max-width: 1000px) {
        .list ul .list-item .-one-third {
          width: calc(100% - 20px);
          float: left;
          margin-left: 10px;
          padding: 30px 0; }
          .list ul .list-item .-one-third:last-child {
            padding-top: 0; } }
      @media only screen and (max-width: 667px) {
        .list ul .list-item .-one-third {
          width: calc(100% - 10px);
          float: left;
          margin-left: 5px; } }
    .list ul .list-item:first-child {
      margin-top: 0; }
    .list ul .list-item .image {
      background-color: #141414;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      height: 100%; }
      .list ul .list-item .image.-mobile {
        display: none; }
      @media only screen and (max-width: 1000px) {
        .list ul .list-item .image {
          height: 250px; }
          .list ul .list-item .image.-desktop {
            display: none; }
          .list ul .list-item .image.-mobile {
            display: block; } }
      @media only screen and (max-width: 667px) {
        .list ul .list-item .image {
          height: 180px; } }
    .list ul .list-item .info {
      padding: 20px 0; }
      @media only screen and (max-width: 1000px) {
        .list ul .list-item .info {
          height: auto; } }
      .list ul .list-item .info .content-wrapper {
        padding: 0 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
        border-right: 2px solid #f4f4f4; }
        @media only screen and (max-width: 1000px) {
          .list ul .list-item .info .content-wrapper {
            border: 0;
            padding: 0 20px; } }
        @media only screen and (max-width: 1000px) {
          .list ul .list-item .info .content-wrapper .truncate.-desktop {
            display: none; } }
        .list ul .list-item .info .content-wrapper .truncate.-mobile {
          display: none; }
          @media only screen and (max-width: 1000px) {
            .list ul .list-item .info .content-wrapper .truncate.-mobile {
              display: block; } }
      .list ul .list-item .info .title {
        font-size: 2rem;
        line-height: 2.9rem;
        letter-spacing: 0.1px;
        word-break: break-word; }
        @media only screen and (max-width: 667px) {
          .list ul .list-item .info .title {
            font-size: 1.5rem;
            line-height: 2.3rem; } }
      .list ul .list-item .info .blurb {
        font-size: 1.7rem;
        line-height: 2.6rem;
        letter-spacing: 0.08px;
        margin: 20px 0 0; }
        @media only screen and (max-width: 1000px) {
          .list ul .list-item .info .blurb {
            margin: 20px 0; } }
        @media only screen and (max-width: 667px) {
          .list ul .list-item .info .blurb {
            font-size: 1.4rem;
            line-height: 2.3rem;
            letter-spacing: 0.05px; } }
      .list ul .list-item .info .cta-container {
        margin-top: auto; }
        .list ul .list-item .info .cta-container .read-more {
          font-size: 1.7rem;
          line-height: 2.4rem;
          letter-spacing: 0.08px; }
          @media only screen and (max-width: 667px) {
            .list ul .list-item .info .cta-container .read-more {
              font-size: 1.4rem;
              line-height: 2rem;
              letter-spacing: 0.07px; } }
          .list ul .list-item .info .cta-container .read-more:hover, .list ul .list-item .info .cta-container .read-more:focus {
            text-decoration: none; }
        .list ul .list-item .info .cta-container::after {
          content: "";
          width: 100%;
          height: 2px;
          background-color: #f4f4f4;
          margin: 0;
          display: none;
          margin-top: 20px; }
          @media only screen and (max-width: 1000px) {
            .list ul .list-item .info .cta-container::after {
              display: block; } }
    .list ul .list-item .details {
      padding: 20px 0; }
      .list ul .list-item .details.graduates {
        overflow: auto; }
      @media only screen and (max-width: 1000px) {
        .list ul .list-item .details {
          height: 100%; } }
      .list ul .list-item .details span,
      .list ul .list-item .details p {
        font-family: pitchsans, monospace;
        font-size: 1.7rem;
        line-height: 2rem;
        letter-spacing: 0.08px; }
        @media only screen and (max-width: 667px) {
          .list ul .list-item .details span,
          .list ul .list-item .details p {
            font-size: 1.4rem;
            line-height: 2.3rem;
            letter-spacing: 0.05px; } }
      .list ul .list-item .details .field {
        margin: 20px 10px; }
        .list ul .list-item .details .field::after {
          clear: both;
          content: "";
          display: block; }
        @media only screen and (max-width: 1000px) {
          .list ul .list-item .details .field {
            margin: 20px; } }
        .list ul .list-item .details .field:first-child {
          margin-top: 0; }
        .list ul .list-item .details .field:last-child {
          margin-bottom: 0; }
      .list ul .list-item .details .field-icon {
        position: relative;
        top: 4px;
        margin-right: 6px; }
      .list ul .list-item .details .field-name {
        text-transform: uppercase; }
      .list ul .list-item .details .field-value {
        margin: 0; }
      .list ul .list-item .details .icon {
        height: 20px;
        width: auto; }

.-meet-experts.three-columns {
  text-align: left; }
  .-meet-experts.three-columns .intro,
  .-meet-experts.three-columns .outro {
    width: 100%;
    margin: 10px 0; }

.-meet-experts .card-wrapper {
  position: relative; }
  .-meet-experts .card-wrapper.-margin-top {
    margin-top: 20px; }
  @media only screen and (max-width: 1240px) {
    .-meet-experts .card-wrapper {
      height: 100%; } }
  @media only screen and (max-width: 1000px) {
    .-meet-experts .card-wrapper {
      height: 100%; } }
  .-meet-experts .card-wrapper .grid-collapse {
    height: 100%;
    display: flex; }
    @media only screen and (max-width: 1000px) {
      .-meet-experts .card-wrapper .grid-collapse {
        display: block; } }

.-meet-experts .card-image {
  min-height: 160px;
  background-color: #141414;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .-meet-experts .card-image.-tablet {
    display: none; }
  @media only screen and (max-width: 1000px) {
    .-meet-experts .card-image {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px;
      height: 220px;
      min-height: unset;
      max-height: unset; }
      .-meet-experts .card-image.-desktop {
        display: none; }
      .-meet-experts .card-image.-tablet {
        display: block; } }

.-meet-experts .card-details {
  height: 100%;
  min-height: 160px;
  box-sizing: border-box;
  padding: 15px 20px;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 1000px) {
    .-meet-experts .card-details {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }
  .-meet-experts .card-details p {
    margin: 10px 0; }
  .-meet-experts .card-details .card-title {
    font-size: 1.8rem;
    line-height: 20px; }

.-meet-experts .card-cta {
  margin-top: 10px; }
  .-meet-experts .card-cta .btn {
    min-width: calc(100% - 20px); }

.modal-form-fields {
  display: none; }

.swal2-container.swal2-shown {
  padding: 25px 0 !important;
  background-color: rgba(0, 0, 0, 0.15) !important; }

.swal2-container .swal2-popup {
  width: calc(91.66667% - 9.58333px) !important;
  max-width: 960px !important;
  padding: 75px 20px;
  box-shadow: 0 0 17px rgba(17, 17, 17, 0.25); }

.swal2-container .swal2-header,
.swal2-container .swal2-content,
.swal2-container .swal2-actions,
.swal2-container .swal2-footer {
  width: 100% !important;
  max-width: 480px;
  margin: 0 auto; }
  .swal2-container .swal2-header p,
  .swal2-container .swal2-header a,
  .swal2-container .swal2-header li,
  .swal2-container .swal2-header span,
  .swal2-container .swal2-content p,
  .swal2-container .swal2-content a,
  .swal2-container .swal2-content li,
  .swal2-container .swal2-content span,
  .swal2-container .swal2-actions p,
  .swal2-container .swal2-actions a,
  .swal2-container .swal2-actions li,
  .swal2-container .swal2-actions span,
  .swal2-container .swal2-footer p,
  .swal2-container .swal2-footer a,
  .swal2-container .swal2-footer li,
  .swal2-container .swal2-footer span {
    font-weight: normal; }
  .swal2-container .swal2-header h1,
  .swal2-container .swal2-header h2,
  .swal2-container .swal2-header h3,
  .swal2-container .swal2-header h4,
  .swal2-container .swal2-header h5,
  .swal2-container .swal2-content h1,
  .swal2-container .swal2-content h2,
  .swal2-container .swal2-content h3,
  .swal2-container .swal2-content h4,
  .swal2-container .swal2-content h5,
  .swal2-container .swal2-actions h1,
  .swal2-container .swal2-actions h2,
  .swal2-container .swal2-actions h3,
  .swal2-container .swal2-actions h4,
  .swal2-container .swal2-actions h5,
  .swal2-container .swal2-footer h1,
  .swal2-container .swal2-footer h2,
  .swal2-container .swal2-footer h3,
  .swal2-container .swal2-footer h4,
  .swal2-container .swal2-footer h5 {
    text-transform: uppercase;
    font-weight: normal; }

.swal2-container .swal2-header {
  align-items: flex-start; }
  .swal2-container .swal2-header .swal2-close {
    font-weight: normal;
    color: #141414;
    background-color: #fff;
    font-size: 5.5rem;
    line-height: 5.5rem; }
    .swal2-container .swal2-header .swal2-close:focus {
      outline: -webkit-focus-ring-color auto 5px;
      outline-offset: -2px; }
    @media only screen and (max-width: 667px) {
      .swal2-container .swal2-header .swal2-close {
        font-size: 4rem;
        line-height: 4rem; } }

.swal2-container .swal2-actions {
  margin-top: 20px; }

.swal2-container .row {
  margin-top: 30px; }
  @media only screen and (max-width: 667px) {
    .swal2-container .row {
      margin-top: 23px; } }
  .swal2-container .row.-hidden {
    visibility: hidden;
    height: 0;
    margin: 0; }
  .swal2-container .row.-otherrow {
    display: block; }

.swal2-container .-otherrow {
  display: none; }

.swal2-container h2 {
  color: #141414;
  font-size: 4.5rem;
  line-height: 5.5rem; }
  @media only screen and (max-width: 667px) {
    .swal2-container h2 {
      font-size: 2rem;
      line-height: 3rem; } }

.swal2-container .form-intro {
  margin: 15px 0 50px; }
  @media only screen and (max-width: 667px) {
    .swal2-container .form-intro {
      margin: 5px 0 35px; } }
  .swal2-container .form-intro p {
    margin: 0;
    color: #141414;
    font-size: 1.6rem;
    line-height: 2.3rem; }
    @media only screen and (max-width: 667px) {
      .swal2-container .form-intro p {
        font-size: 1.4rem;
        line-height: 2.3rem; } }
    .swal2-container .form-intro p span {
      color: #db1905;
      font-size: 1.6rem;
      line-height: 2.3rem; }
      @media only screen and (max-width: 667px) {
        .swal2-container .form-intro p span {
          font-size: 1.4rem;
          line-height: 2.3rem; } }

.swal2-container .swal2-content {
  text-align: left; }
  .swal2-container .swal2-content label {
    color: #141414;
    display: block;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: left;
    margin-bottom: 10px; }
    @media only screen and (max-width: 667px) {
      .swal2-container .swal2-content label {
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin-bottom: 7px; } }
  .swal2-container .swal2-content .load-submit {
    margin: 0 auto;
    color: #db1905; }
  .swal2-container .swal2-content p {
    text-align: center; }
  .swal2-container .swal2-content input {
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 1.9rem; }
    @media only screen and (max-width: 667px) {
      .swal2-container .swal2-content input {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
    .swal2-container .swal2-content input::placeholder {
      color: #e9e9e9;
      font-size: 1.6rem;
      line-height: 1.9rem; }
      @media only screen and (max-width: 667px) {
        .swal2-container .swal2-content input::placeholder {
          font-size: 1.4rem;
          line-height: 1.6rem; } }
    .swal2-container .swal2-content input[type=text] {
      width: 100%;
      border: 2px solid #e9e9e9;
      height: 50px;
      padding: 0 20px; }
      @media only screen and (max-width: 667px) {
        .swal2-container .swal2-content input[type=text] {
          height: 40px; } }
    .swal2-container .swal2-content input.-error {
      background-color: #fce4e4;
      border: 1px solid #c03; }
  .swal2-container .swal2-content select {
    box-sizing: border-box;
    margin: 0 !important;
    width: 230px;
    border: 2px solid #e9e9e9;
    height: 50px;
    padding: 0 20px;
    border-radius: 0 !important;
    background-color: #fff;
    background-image: url(../img/icons/black/dropdown.svg);
    background-position: 95%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-family: lausanne, sans-serif; }
    .swal2-container .swal2-content select.-error {
      background-color: #fce4e4;
      border: 1px solid #c03; }
    .swal2-container .swal2-content select[multiple] {
      height: auto; }
      .swal2-container .swal2-content select[multiple] option {
        padding: 10px 0; }
    @media only screen and (max-width: 667px) {
      .swal2-container .swal2-content select {
        font-size: 1.4rem;
        line-height: 1.6rem;
        height: 40px; } }
    .swal2-container .swal2-content select::-ms-expand {
      display: none; }
  .swal2-container .swal2-content .form-multi-select select {
    padding-top: 7px;
    background-image: none;
    height: 257px; }
    @media only screen and (max-width: 667px) {
      .swal2-container .swal2-content .form-multi-select select {
        height: 230px; } }
  .swal2-container .swal2-content .form-radio {
    margin-top: 50px; }
    .swal2-container .swal2-content .form-radio > label {
      margin-bottom: 20px; }
  .swal2-container .swal2-content .radio-container {
    display: flex;
    margin-bottom: 10px; }
    .swal2-container .swal2-content .radio-container label {
      display: inline-block; }
  .swal2-container .swal2-content [type="radio"]:checked,
  .swal2-container .swal2-content [type="radio"]:not(:checked) {
    margin: 0 !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .swal2-container .swal2-content [type="radio"]:checked + label,
  .swal2-container .swal2-content [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: black; }
  .swal2-container .swal2-content [type="radio"]:checked + label::before,
  .swal2-container .swal2-content [type="radio"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    border-radius: 100%;
    background: #fff; }
  .swal2-container .swal2-content [type="radio"]:checked + label::after,
  .swal2-container .swal2-content [type="radio"]:not(:checked) + label::after {
    content: "";
    width: 9px;
    height: 9px;
    background: black;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .swal2-container .swal2-content [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .swal2-container .swal2-content [type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .swal2-container .swal2-content [type="radio"]:focus + label {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px; }
  .swal2-container .swal2-content .form-terms {
    display: flex;
    margin-top: 50px;
    margin-bottom: 30px; }
    .swal2-container .swal2-content .form-terms input {
      margin-left: 0;
      margin-right: 15px;
      cursor: pointer; }
    .swal2-container .swal2-content .form-terms p,
    .swal2-container .swal2-content .form-terms span {
      margin: 0 !important;
      color: black;
      font-size: 1.4rem;
      line-height: 2rem;
      font-family: pitchsans, monospace; }
      @media only screen and (max-width: 667px) {
        .swal2-container .swal2-content .form-terms p,
        .swal2-container .swal2-content .form-terms span {
          font-size: 1.2rem;
          line-height: 1.7rem; } }

.swal2-container div:not(.swal2-loading) input[type=submit],
.swal2-container div:not(.swal2-loading) .swal2-confirm {
  margin: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 232px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 1.9rem !important;
  line-height: 2rem !important;
  text-align: center;
  border-radius: 0 !important;
  /* stylelint-disable */
  transition: color 0.15s linear, background-color 0.15s linear, border 0.15s linear;
  /* stylelint-enable */
  color: #fff;
  background-color: #db1905 !important;
  border: 2px solid #db1905 !important; }
  @media only screen and (max-width: 667px) {
    .swal2-container div:not(.swal2-loading) input[type=submit],
    .swal2-container div:not(.swal2-loading) .swal2-confirm {
      width: 100%; } }
  .swal2-container div:not(.swal2-loading) input[type=submit].swal2-styled,
  .swal2-container div:not(.swal2-loading) .swal2-confirm.swal2-styled {
    margin: 0 auto; }
  .swal2-container div:not(.swal2-loading) input[type=submit]:hover, .swal2-container div:not(.swal2-loading) input[type=submit]:focus,
  .swal2-container div:not(.swal2-loading) .swal2-confirm:hover,
  .swal2-container div:not(.swal2-loading) .swal2-confirm:focus {
    cursor: pointer;
    color: #db1905 !important;
    background-color: #fff !important;
    border: 2px solid #db1905 !important;
    background-image: none !important;
    text-decoration: none; }

.swal2-container .swal2-validation-message {
  color: #141414;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.programmatic-form {
  display: none !important; }

.news-events-module {
  text-align: center; }
  .news-events-module .section-title {
    margin-bottom: 65px; }
  .news-events-module .tabs {
    display: flex;
    align-items: flex-end; }
    .news-events-module .tabs .tab {
      box-sizing: border-box;
      border-bottom: 2px solid #c5c5c5;
      display: inline-block;
      width: 40%;
      padding-top: 15px;
      color: #141414; }
      .news-events-module .tabs .tab.-active {
        box-shadow: 0 -5px 0 0 #db1905;
        border-left: 2px solid #c5c5c5;
        border-right: 2px solid #c5c5c5;
        border-bottom: #fff; }
    .news-events-module .tabs .tab-edge {
      width: 10%;
      display: inline-block;
      box-sizing: border-box;
      border-bottom: 2px solid #c5c5c5; }
  .news-events-module .secondary-btn {
    margin-top: 60px; }

.newsletter-courses .newsletter .form-group.-submit input {
  background-color: #db1905;
  border-color: #db1905; }
  .newsletter-courses .newsletter .form-group.-submit input:hover {
    background-color: #fff;
    color: #db1905; }

.newsletter-courses .newsletter label {
  color: #141414;
  font-size: 1.2rem; }

.newsletter label {
  color: #fff; }

.newsletter .form-row {
  display: block;
  overflow: auto;
  margin-bottom: 10px; }

.newsletter .form-group {
  float: left; }
  .newsletter .form-group input {
    border: 0;
    padding: 15px;
    width: 100%;
    box-sizing: border-box; }
  .newsletter .form-group.-first-name input, .newsletter .form-group.-last-name input, .newsletter .form-group.-email input {
    color: #141414;
    background-color: #fff; }
  .newsletter .form-group.-first-name, .newsletter .form-group.-last-name {
    width: calc(50% - 5px); }
  .newsletter .form-group.-first-name {
    margin-right: 5px; }
  .newsletter .form-group.-last-name {
    margin-left: 5px; }
  .newsletter .form-group.-email {
    width: calc(75% - 10px);
    margin-right: 10px; }
  .newsletter .form-group.-submit {
    width: 25%; }
    .newsletter .form-group.-submit input {
      color: #fff;
      background: none;
      border: 2px solid #fff;
      padding-top: 13px;
      padding-bottom: 13px;
      text-transform: uppercase;
      -webkit-appearance: button;
      -moz-appearance: button;
      border-radius: 0; }
      @media (max-width: 400px) {
        .newsletter .form-group.-submit input {
          padding: 13px 0;
          font-size: 1.4rem; } }
      .newsletter .form-group.-submit input:hover, .newsletter .form-group.-submit input:focus {
        background-color: #db1905;
        cursor: pointer; }
  .newsletter .form-group.-optin {
    width: 100%;
    margin-top: 10px; }
    .newsletter .form-group.-optin input {
      display: inline-block;
      width: auto; }
    .newsletter .form-group.-optin span {
      font-size: 1.2rem;
      line-height: 2.5rem; }

.notices {
  text-align: center;
  max-width: 100%; }
  .notices .notices-wrapper {
    margin: 40px auto 20px auto; }
  .notices .inner {
    margin: auto; }
  .notices .slider-pagination {
    margin: 10px auto 40px 0; }
    .notices .slider-pagination .swiper-pagination-bullet-active {
      background-color: #db1905; }
  .notices .slide-inner {
    max-width: 50%;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .notices .slide-inner {
        max-width: 85%; } }
    @media only screen and (max-width: 667px) {
      .notices .slide-inner {
        max-width: 80%; } }
    .notices .slide-inner .section-title {
      margin-bottom: 40px; }
    .notices .slide-inner .primary-btn {
      margin-top: 25px; }

.page-links {
  background-color: #fff; }
  .page-links .links-container {
    padding: 30px 0;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1000px) {
      .page-links .links-container {
        flex-direction: column;
        align-items: center; } }
    .page-links .links-container a {
      color: #141414;
      font-size: 1.7rem;
      line-height: 2rem;
      letter-spacing: 0.08px;
      transition: color 0.15s linear; }
      @media only screen and (max-width: 1000px) {
        .page-links .links-container a {
          padding: 8px;
          border: 1px solid #c5c5c5;
          text-align: center;
          min-width: 253px;
          margin-bottom: 15px; }
          .page-links .links-container a:last-child {
            margin-bottom: 0; } }
      .page-links .links-container a:hover, .page-links .links-container a:focus {
        color: #db1905; }

.pdf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px; }
  .pdf .icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/icons/black/pdf.svg);
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 10px; }
  .pdf .filename {
    margin: 25px 0; }
  .pdf .pdf-text {
    margin: 25px 0;
    margin-right: auto; }
    .pdf .pdf-text p {
      display: inline-block;
      margin: 0 auto;
      padding-left: 5px; }
  .pdf .filesize {
    color: #c5c5c5; }

.pop-up {
  position: fixed;
  right: 30px;
  bottom: 80px;
  max-width: 420px;
  width: 90%;
  overflow: hidden;
  z-index: 10;
  height: 50px;
  transition: 1s all linear;
  margin: 0 auto; }
  @media only screen and (max-width: 667px) {
    .pop-up {
      bottom: 75px;
      left: 0; } }
  .pop-up .pop-up-icon {
    height: 50px;
    width: 50px;
    margin-left: auto;
    position: relative;
    background: #db1905; }
    .pop-up .pop-up-icon .pop-icon-one,
    .pop-up .pop-up-icon .pop-icon-two {
      width: 100%;
      height: 100%;
      position: absolute;
      transition-property: opacity, z-index;
      transition-duration: 0.5s, 0.5s;
      transition-timing-function: ease-in, ease-in; }
      .pop-up .pop-up-icon .pop-icon-one:hover,
      .pop-up .pop-up-icon .pop-icon-one :focus,
      .pop-up .pop-up-icon .pop-icon-two:hover,
      .pop-up .pop-up-icon .pop-icon-two :focus {
        opacity: 0.7; }
  .pop-up .pop-icon-one {
    background-image: url(../img/icons/pop-up-icon.png);
    opacity: 1;
    z-index: 2; }
  .pop-up .pop-icon-two {
    background-image: url(../img/icons/pop-up-close.png);
    opacity: 0;
    z-index: 1; }
  .pop-up .pop-up-form {
    height: inherit;
    background-color: #141414;
    padding: 50px;
    color: #fff;
    overflow: hidden; }
    @media only screen and (max-width: 667px) {
      .pop-up .pop-up-form {
        padding: 40px 50px; } }
    .pop-up .pop-up-form .title {
      margin: 0;
      font-size: 24px; }
      @media only screen and (max-width: 667px) {
        .pop-up .pop-up-form .title {
          font-size: 16px; } }
    .pop-up .pop-up-form p {
      font-size: 17px;
      margin: 10px 0 15px; }
      @media only screen and (max-width: 667px) {
        .pop-up .pop-up-form p {
          font-size: 15px;
          margin: 10px 0; } }
    .pop-up .pop-up-form .form-group.-text {
      width: 100%;
      margin: 10px 0; }
    .pop-up .pop-up-form .form-group.-submit {
      width: 165px;
      margin: 30px 0; }
      @media only screen and (max-width: 667px) {
        .pop-up .pop-up-form .form-group.-submit {
          margin: 15px 0; } }
    @media only screen and (max-width: 667px) {
      .pop-up .pop-up-form .form-group input {
        padding: 8px; } }
  .pop-up.-active {
    height: 570px; }
    @media only screen and (max-width: 667px) {
      .pop-up.-active {
        height: 490px;
        right: 0;
        transition: 1s all linear; } }
    .pop-up.-active .pop-icon-one,
    .pop-up.-active .pop-icon-two {
      transition-property: opacity, z-index;
      transition-duration: 0.5s, 0.5s;
      transition-timing-function: ease-in, ease-in; }
    .pop-up.-active .pop-icon-one {
      opacity: 0;
      z-index: 1; }
    .pop-up.-active .pop-icon-two {
      opacity: 1;
      z-index: 2; }
    .pop-up.-active .newsletter-popup {
      display: block; }
  .pop-up .newsletter-popup {
    display: none; }

.related-alumni-stories .card-third {
  overflow: hidden;
  background-color: #fff; }
  .related-alumni-stories .card-third img {
    width: 100%;
    height: auto; }
  .related-alumni-stories .card-third .content {
    padding: 20px 10px;
    text-align: center; }
    .related-alumni-stories .card-third .content h4 {
      margin-bottom: 30px; }
    .related-alumni-stories .card-third .content .secondary-btn {
      min-width: unset;
      width: calc(100% - 20px); }

.sc-register-interest .sc-contact {
  display: flex;
  justify-content: center;
  background: #fff;
  box-sizing: border-box;
  padding: 20px; }
  @media only screen and (max-width: 1000px) {
    .sc-register-interest .sc-contact {
      flex-direction: column; } }
  .sc-register-interest .sc-contact.-contained {
    border-top: 1px solid #f4f4f4;
    margin: 20px;
    padding: 0; }
    @media only screen and (max-width: 1000px) {
      .sc-register-interest .sc-contact.-contained form {
        margin: 0 auto; }
      .sc-register-interest .sc-contact.-contained .eoi {
        margin-top: 30px; } }

.sc-register-interest form {
  margin: auto;
  text-align: center; }
  .sc-register-interest form input {
    font-size: 1.9rem;
    margin: auto; }
    @media only screen and (max-width: 667px) {
      .sc-register-interest form input {
        font-size: 1.4rem; } }

.sc-register-interest .-courseid {
  display: none; }

.sc-register-interest p.-margin-top-10 {
  margin-top: 10px; }

.sc-register-interest .-phone {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/icons/black/phone.svg); }

.search-block .search-form .row {
  background-color: #fff; }

.search-form {
  margin-top: 70px; }
  .search-form .inner {
    position: unset;
    overflow: visible; }
    @media only screen and (max-width: 667px) {
      .search-form .inner {
        background-color: #fff; } }
  .search-form .row {
    background-color: #fff; }
    .search-form .row.-centred-10 {
      width: calc(79.16667% - 17.91667px);
      float: left;
      margin-left: 10px;
      margin-left: calc(10.41667% - 11.04167px + 20px); }
      @media only screen and (max-width: 768px) {
        .search-form .row.-centred-10 {
          width: calc(100% - 20px);
          float: left;
          margin-left: 10px; } }
      @media only screen and (max-width: 667px) {
        .search-form .row.-centred-10 {
          width: calc(100% - 10px);
          float: left;
          margin-left: 5px; } }
  .search-form form {
    border: 87px solid #fff; }
    @media only screen and (max-width: 1000px) {
      .search-form form {
        border: 40px solid #fff; } }
    @media only screen and (max-width: 667px) {
      .search-form form {
        border: 20px solid #fff;
        border-top: 30px solid #fff;
        border-bottom: 30px solid #fff; } }
  .search-form select {
    display: none;
    height: 100%;
    padding: 0 20px;
    border: none;
    font-family: lausanne, sans-serif;
    font-size: 1.7rem;
    line-height: 2rem; }
    @media only screen and (max-width: 1000px) {
      .search-form select {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
    .search-form select option {
      background-color: #f4f4f4;
      font-family: lausanne, sans-serif; }
  .search-form .hidden {
    display: none; }
  .search-form .label {
    text-transform: uppercase; }
  .search-form .search-input-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #141414; }
    @media only screen and (max-width: 667px) {
      .search-form .search-input-wrapper .icon {
        height: 18px;
        width: 18px; } }
  .search-form .search-btn {
    display: inline-flex;
    width: 30px;
    height: 30px; }
  .search-form input {
    padding: 0;
    border: 0;
    font-family: lausanne, sans-serif;
    font-size: 3rem;
    line-height: 3.6rem;
    letter-spacing: 0.15px;
    color: #141414; }
    @media only screen and (max-width: 768px) {
      .search-form input {
        font-size: 1.8rem;
        line-height: 2.2rem; } }
  .search-form .search-input-box {
    display: inline-flex;
    width: 100%;
    margin-left: 20px; }
    .search-form .search-input-box:focus {
      outline: 0; }
    @media only screen and (max-width: 667px) {
      .search-form .search-input-box {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
  .search-form .helper-text {
    margin-top: 7px; }
    @media only screen and (max-width: 667px) {
      .search-form .helper-text {
        margin-top: 13px; } }
    .search-form .helper-text span {
      font-size: 1.5rem; }
  .search-form .search-options {
    display: flex;
    margin-top: 40px; }
    @media only screen and (max-width: 1000px) {
      .search-form .search-options {
        margin-top: 20px; } }
    .search-form .search-options .filters {
      display: inline-flex;
      height: 60px;
      width: 100%;
      background-color: #f4f4f4; }
      @media only screen and (max-width: 1000px) {
        .search-form .search-options .filters {
          height: 40px;
          background-color: #fff; } }
      .search-form .search-options .filters .-archive {
        display: inline-flex;
        align-items: center; }
        .search-form .search-options .filters .-archive label {
          font-size: 1.7rem;
          line-height: 2rem; }
          @media only screen and (max-width: 768px) {
            .search-form .search-options .filters .-archive label {
              font-size: 1.4rem;
              line-height: 1.8rem; } }
      .search-form .search-options .filters .filter-by {
        position: relative;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
        min-width: 130px;
        height: 100%;
        padding: 0 20px;
        border: 2px solid #db1905;
        color: #db1905;
        background-color: #fff; }
        @media only screen and (max-width: 1240px) {
          .search-form .search-options .filters .filter-by {
            min-width: 120px; } }
        .search-form .search-options .filters .filter-by::before {
          content: "";
          position: absolute;
          border-style: solid;
          display: block;
          width: 0; }
        .search-form .search-options .filters .filter-by::after {
          content: "";
          position: absolute;
          border-style: solid;
          display: block;
          width: 0; }
        @media only screen and (max-width: 1000px) {
          .search-form .search-options .filters .filter-by {
            min-width: 120px; }
            .search-form .search-options .filters .filter-by:hover {
              color: #fff;
              background-color: #db1905; } }
        .search-form .search-options .filters .filter-by span {
          font-size: 1.7rem;
          line-height: 2rem;
          text-wrap: nowrap; }
          @media only screen and (max-width: 1240px) {
            .search-form .search-options .filters .filter-by span {
              font-size: 1.4rem;
              line-height: 1.8rem; } }
      .search-form .search-options .filters .right::before {
        top: 18px;
        bottom: auto;
        left: auto;
        right: -13px;
        border-width: 10px 0 10px 13px;
        border-color: transparent #db1905; }
        @media only screen and (max-width: 1000px) {
          .search-form .search-options .filters .right::before {
            display: none; } }
      .search-form .search-options .filters .right::after {
        top: 20px;
        bottom: auto;
        left: auto;
        right: -9px;
        border-width: 8px 0 8px 10px;
        border-color: transparent #fff; }
        @media only screen and (max-width: 1000px) {
          .search-form .search-options .filters .right::after {
            display: none; } }
      .search-form .search-options .filters .filter-options {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 20;
        display: none;
        width: 100%;
        background-color: #f4f4f4;
        text-align: center;
        box-shadow: -1px 2px 0.1px 0 rgba(0, 0, 0, 0.2); }
        .search-form .search-options .filters .filter-options.show {
          display: block; }
        .search-form .search-options .filters .filter-options .btn-container {
          display: flex;
          justify-content: center;
          width: 100%; }
        .search-form .search-options .filters .filter-options p,
        .search-form .search-options .filters .filter-options li,
        .search-form .search-options .filters .filter-options span {
          font-size: 1.7rem; }
          @media only screen and (max-width: 1240px) {
            .search-form .search-options .filters .filter-options p,
            .search-form .search-options .filters .filter-options li,
            .search-form .search-options .filters .filter-options span {
              font-size: 1.5rem; } }
        .search-form .search-options .filters .filter-options ul {
          list-style-type: none;
          padding: 20px; }
          @media only screen and (max-width: 1240px) {
            .search-form .search-options .filters .filter-options ul {
              padding: 0 20px; } }
        .search-form .search-options .filters .filter-options li {
          position: relative;
          border-bottom: 1px solid #c5c5c5;
          text-align: left; }
          .search-form .search-options .filters .filter-options li.selected {
            color: #db1905; }
          .search-form .search-options .filters .filter-options li > .icon {
            position: absolute;
            right: 0;
            float: right;
            display: inline-block;
            height: 12px;
            width: 12px;
            margin-top: 10px;
            margin-left: 10px;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url(../img/icons/black/plus.svg); }
            .search-form .search-options .filters .filter-options li > .icon.-selected {
              margin-top: 15px;
              background-image: url(../img/icons/red/tick.svg); }
        .search-form .search-options .filters .filter-options li:hover {
          color: #db1905; }
        .search-form .search-options .filters .filter-options input {
          font-size: 1.7rem;
          min-width: unset;
          width: 140px;
          margin: 20px 0; }
      @media only screen and (max-width: 1240px) {
        .search-form .search-options .filters .option-col {
          width: calc(100% - 20px);
          margin: 0 10px; } }
      .search-form .search-options .filters .filters-wrapper {
        display: inline-flex;
        justify-content: space-between;
        position: relative;
        width: 100%; }
        @media only screen and (max-width: 1000px) {
          .search-form .search-options .filters .filters-wrapper {
            display: none; } }
      .search-form .search-options .filters .filter {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        min-width: 300px; }
        .search-form .search-options .filters .filter.-one-third {
          min-width: unset; }
        @media only screen and (max-width: 1240px) {
          .search-form .search-options .filters .filter {
            max-width: 120px;
            min-width: unset;
            padding: 0; } }
        .search-form .search-options .filters .filter .filter-label {
          display: inline-flex;
          align-items: center;
          min-height: 60px;
          width: 100%; }
          @media only screen and (max-width: 1240px) {
            .search-form .search-options .filters .filter .filter-label:first-of-type {
              margin-left: 30px; } }
          .search-form .search-options .filters .filter .filter-label > p {
            position: relative;
            margin: 0 20px;
            font-size: 1.7rem; }
            @media only screen and (max-width: 1240px) {
              .search-form .search-options .filters .filter .filter-label > p {
                margin: 0;
                font-size: 1.5rem; } }
          .search-form .search-options .filters .filter .filter-label .chevron {
            position: absolute;
            top: 13px;
            right: -20px;
            display: inline-block;
            height: 9px;
            width: 12px;
            margin-left: 10px;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url(../img/icons/black/dropdown.svg); }
            @media only screen and (max-width: 1240px) {
              .search-form .search-options .filters .filter .filter-label .chevron {
                margin-left: 0; } }
            .search-form .search-options .filters .filter .filter-label .chevron.invert {
              background-image: url(../img/icons/black/dropdown-flip.svg); }
        .search-form .search-options .filters .filter select {
          background-color: #f4f4f4; }
          .search-form .search-options .filters .filter select:active, .search-form .search-options .filters .filter select:focus {
            outline: 0; }
    .search-form .search-options .sort-by {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      min-width: 130px;
      background-color: #fff; }
      @media only screen and (max-width: 1000px) {
        .search-form .search-options .sort-by {
          height: 40px;
          min-width: 120px; } }
      .search-form .search-options .sort-by select {
        background-color: #fff; }
        .search-form .search-options .sort-by select:active, .search-form .search-options .sort-by select:focus {
          outline: 0; }
      .search-form .search-options .sort-by .filter-label {
        position: relative; }
        .search-form .search-options .sort-by .filter-label span {
          font-size: 1.7rem; }
          @media only screen and (max-width: 1240px) {
            .search-form .search-options .sort-by .filter-label span {
              font-size: 1.5rem; } }
        .search-form .search-options .sort-by .filter-label .chevron {
          position: absolute;
          top: 13px;
          display: inline-block;
          float: right;
          height: 9px;
          width: 12px;
          margin-left: 10px;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(../img/icons/black/dropdown.svg); }
          @media only screen and (max-width: 667px) {
            .search-form .search-options .sort-by .filter-label .chevron {
              top: 8px; } }
          .search-form .search-options .sort-by .filter-label .chevron.invert {
            background-image: url(../img/icons/black/dropdown-flip.svg); }
    .search-form .search-options .sort-col {
      display: none;
      position: absolute;
      top: 60px;
      left: 0;
      z-index: 20;
      width: 100%;
      background-color: #fff;
      text-align: center; }
      .search-form .search-options .sort-col.show {
        display: block; }
      .search-form .search-options .sort-col ul {
        list-style-type: none; }
      .search-form .search-options .sort-col li {
        font-size: 1.7rem; }
        .search-form .search-options .sort-col li:hover {
          color: #db1905; }
  .search-form .mobile-filters {
    display: none; }
    .search-form .mobile-filters .top {
      height: 65px;
      background-color: #fff;
      text-align: center;
      box-shadow: 1px 1px 1px #c5c5c5; }
    .search-form .mobile-filters .logo {
      display: inline-block;
      width: 110px;
      height: 26px;
      margin-top: 20px; }
      .search-form .mobile-filters .logo video,
      .search-form .mobile-filters .logo img {
        width: 100%; }
    .search-form .mobile-filters .close-filters {
      position: absolute;
      top: 23px;
      right: 20px;
      display: inline-block; }
      .search-form .mobile-filters .close-filters img {
        width: 20px;
        height: 20px; }
    .search-form .mobile-filters p,
    .search-form .mobile-filters a,
    .search-form .mobile-filters li,
    .search-form .mobile-filters span {
      font-size: 1.9rem;
      line-height: 3.3rem;
      letter-spacing: 0.06px; }
    .search-form .mobile-filters p {
      margin: 0; }
    .search-form .mobile-filters .filter {
      width: calc(100% - 40px);
      margin-left: 0;
      padding: 20px;
      border-bottom: 1px solid #c5c5c5; }
      .search-form .mobile-filters .filter .chevron {
        display: inline-block;
        float: right;
        height: 16px;
        width: 16px;
        margin-left: 10px;
        margin-top: 12px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../img/icons/black/dropdown.svg); }
        .search-form .mobile-filters .filter .chevron.invert {
          background-image: url(../img/icons/black/dropdown-flip.svg); }
    .search-form .mobile-filters .option-col .icon {
      float: right;
      display: inline-block;
      height: 12px;
      width: 12px;
      margin-right: 20px;
      margin-top: 8px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/icons/black/plus.svg); }
      .search-form .mobile-filters .option-col .icon.-selected {
        margin-top: 11px;
        height: 12px;
        width: 14px;
        margin-right: 19px;
        background-image: url(../img/icons/red/tick.svg); }
    .search-form .mobile-filters .filter-options {
      display: none;
      margin-top: 10px; }
      .search-form .mobile-filters .filter-options.show {
        display: block; }
    .search-form .mobile-filters input {
      display: none; }
    .search-form .mobile-filters ul {
      list-style-type: none; }
    @media only screen and (max-width: 1000px) {
      .search-form .mobile-filters {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100vw;
        height: 100vh;
        background-color: #fff; }
        .search-form .mobile-filters.show {
          display: block; } }
    .search-form .mobile-filters select {
      width: 100%;
      height: 80px;
      padding: 0 20px;
      background-color: #f4f4f4;
      border-bottom: 1px solid #c5c5c5;
      border-radius: 0; }
    .search-form .mobile-filters .apply-btn {
      width: 100%;
      font-size: 1.7rem; }
    .search-form .mobile-filters .filters-wrapper select:active, .search-form .mobile-filters .filters-wrapper select:focus {
      outline: 0; }
  .search-form .selected-filters {
    min-height: 34px;
    margin: 17px 0;
    font-family: pitchsans, monospace; }
    @media only screen and (max-width: 1000px) {
      .search-form .selected-filters {
        display: none; } }
    .search-form .selected-filters > span {
      font-size: 1.8rem;
      line-height: 2.3rem;
      letter-spacing: 0.09px; }
      @media only screen and (max-width: 1240px) {
        .search-form .selected-filters > span {
          font-size: 1.5rem; } }
    .search-form .selected-filters.label {
      margin: 5px 0; }
    .search-form .selected-filters ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: inline-block; }
      .search-form .selected-filters ul li {
        display: inline-block;
        margin-bottom: 8px; }
        @media only screen and (max-width: 1240px) {
          .search-form .selected-filters ul li {
            margin-bottom: 2px; } }
        .search-form .selected-filters ul li a {
          color: #141414;
          border: 1px solid black;
          padding: 5px 10px; }
          @media only screen and (max-width: 1240px) {
            .search-form .selected-filters ul li a {
              font-size: 1.5rem; } }
          .search-form .selected-filters ul li a::after {
            content: "x";
            margin-left: 15px; }
          .search-form .selected-filters ul li a:hover, .search-form .selected-filters ul li a:focus {
            color: #db1905;
            border-color: #db1905;
            text-decoration: none; }

.search-pagination {
  display: block;
  padding-bottom: 90px; }
  @media only screen and (max-width: 1240px) {
    .search-pagination {
      padding-bottom: 65px; } }
  .search-pagination .row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 1000px) {
      .search-pagination .row {
        flex-direction: column; } }
    .search-pagination .row .count {
      display: inline-block;
      font-size: 1.5rem;
      letter-spacing: 0.07px;
      line-height: 1.5rem; }
      @media only screen and (max-width: 1000px) {
        .search-pagination .row .count {
          font-size: 1.3rem;
          letter-spacing: 0.07px;
          line-height: 1.3rem; } }
    .search-pagination .row .pagination {
      display: inline-block;
      width: 100%; }
      .search-pagination .row .pagination > a,
      .search-pagination .row .pagination > ul {
        display: inline-block;
        font-size: 1.5rem;
        letter-spacing: 0.07px;
        line-height: 1.5rem; }
        @media only screen and (max-width: 1000px) {
          .search-pagination .row .pagination > a,
          .search-pagination .row .pagination > ul {
            font-size: 1.3rem;
            letter-spacing: 0.07px;
            line-height: 1.3rem; } }
      .search-pagination .row .pagination ul {
        list-style-type: none; }
        .search-pagination .row .pagination ul li {
          display: inline-block; }
          .search-pagination .row .pagination ul li > a,
          .search-pagination .row .pagination ul li > span {
            display: inline-flex;
            height: 45px;
            width: 45px;
            justify-content: center;
            align-items: center; }
            @media only screen and (max-width: 1000px) {
              .search-pagination .row .pagination ul li > a,
              .search-pagination .row .pagination ul li > span {
                height: 25px;
                width: 25px; } }
            .search-pagination .row .pagination ul li > a.current,
            .search-pagination .row .pagination ul li > span.current {
              background-color: #e9e9e9; }
      .search-pagination .row .pagination a,
      .search-pagination .row .pagination span {
        color: #141414;
        font-size: 1.2rem;
        letter-spacing: 0.07px;
        line-height: 1.2rem; }
        @media only screen and (max-width: 1000px) {
          .search-pagination .row .pagination a,
          .search-pagination .row .pagination span {
            font-size: 1.1rem;
            letter-spacing: 0.07px;
            line-height: 1.2rem; } }
        .search-pagination .row .pagination a.next,
        .search-pagination .row .pagination span.next {
          margin-left: 15px; }
          @media only screen and (max-width: 1000px) {
            .search-pagination .row .pagination a.next,
            .search-pagination .row .pagination span.next {
              margin-left: 10px; } }
        .search-pagination .row .pagination a.prev,
        .search-pagination .row .pagination span.prev {
          margin-left: 15px; }
          @media only screen and (max-width: 1000px) {
            .search-pagination .row .pagination a.prev,
            .search-pagination .row .pagination span.prev {
              margin-left: 10px; } }
      .search-pagination .row .pagination a:hover,
      .search-pagination .row .pagination a:focus {
        text-decoration: underline; }

.course-offerings .-help-text {
  text-transform: uppercase; }

.course-offerings .wrapper-info {
  display: table; }

.course-offerings .icon-left-container {
  width: 30px;
  float: left;
  display: table-cell;
  vertical-align: top; }

.course-offerings .icon-right-container {
  display: table-cell;
  vertical-align: top; }

.course-offerings .inner {
  overflow: visible; }

.course-offerings .location-title {
  margin-top: 45px; }

.course-offerings p,
.course-offerings span, .course-offerings a {
  font-family: pitchsans, monospace;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.08px; }
  @media only screen and (max-width: 667px) {
    .course-offerings p,
    .course-offerings span, .course-offerings a {
      font-size: 1.4rem;
      line-height: 2rem;
      letter-spacing: 0.07px; } }
  .course-offerings p.capacity,
  .course-offerings span.capacity, .course-offerings a.capacity {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: 0.06px;
    display: block; }
    @media only screen and (max-width: 1000px) {
      .course-offerings p.capacity,
      .course-offerings span.capacity, .course-offerings a.capacity {
        text-align: center; } }
  .course-offerings p.part-payment,
  .course-offerings span.part-payment, .course-offerings a.part-payment {
    text-transform: none;
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: 0.06px;
    margin-top: 10px;
    margin-bottom: 0;
    opacity: 0.8; }
    .course-offerings p.part-payment img,
    .course-offerings span.part-payment img, .course-offerings a.part-payment img {
      position: relative;
      height: 16px;
      top: 2px; }

.course-offerings .offering-card {
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #fff; }
  @media only screen and (max-width: 1000px) {
    .course-offerings .offering-card {
      margin-bottom: 30px;
      padding: 20px; } }
  .course-offerings .offering-card .offering-box-container {
    display: flex; }
    @media only screen and (max-width: 1000px) {
      .course-offerings .offering-card .offering-box-container {
        flex-direction: column; } }
    .course-offerings .offering-card .offering-box-container .-one-third {
      padding: 10px; }
      @media only screen and (max-width: 1000px) {
        .course-offerings .offering-card .offering-box-container .-one-third {
          width: calc(100% - 20px);
          float: left;
          margin-left: 10px;
          padding: 30px 0; }
          .course-offerings .offering-card .offering-box-container .-one-third:first-child {
            padding-top: 0; }
          .course-offerings .offering-card .offering-box-container .-one-third:last-child {
            padding-bottom: 0; }
          .course-offerings .offering-card .offering-box-container .-one-third.details-third {
            padding-top: 25px; } }
      @media only screen and (max-width: 667px) {
        .course-offerings .offering-card .offering-box-container .-one-third {
          width: calc(100% - 10px);
          float: left;
          margin-left: 5px; } }

.course-offerings .form-group {
  display: none; }

.course-offerings .dates-third {
  border-right: 2px solid #f4f4f4; }
  @media only screen and (max-width: 1000px) {
    .course-offerings .dates-third {
      border-right: none;
      border-bottom: 2px solid #f4f4f4; } }

.course-offerings .details-third .field-icon {
  text-align: center; }

.course-offerings .field {
  margin: 0; }
  .course-offerings .field::after {
    clear: both;
    content: "";
    display: block; }
  .course-offerings .field.-margin-top {
    margin-top: 30px; }
  .course-offerings .field.-margin-top-10 {
    margin-top: 10px; }
  .course-offerings .field.contact {
    text-align: center; }
  .course-offerings .field .-icon-margin-left,
  .course-offerings .field .label {
    margin-left: 24px; }
  .course-offerings .field .-help-text {
    color: #4d4d4f;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer; }
    .course-offerings .field .-help-text:hover {
      color: #db1905; }

.course-offerings .field-icon {
  position: relative; }
  .course-offerings .field-icon.-help-text {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/icons/info.svg); }
    .course-offerings .field-icon.-help-text:hover, .course-offerings .field-icon.-help-text:focus, .course-offerings .field-icon.-help-text.-selected {
      background-image: url(../img/icons/info-select.svg); }
  .course-offerings .field-icon .icon {
    /*position: absolute;*/
    top: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .course-offerings .field-icon .icon.-cost {
      background-image: url(../img/icons/black/cost.svg); }
    .course-offerings .field-icon .icon.-date {
      background-image: url(../img/icons/black/date.svg); }
    .course-offerings .field-icon .icon.-map {
      width: 14px;
      background-image: url(../img/icons/black/location.svg); }
    .course-offerings .field-icon .icon.-tutor {
      background-image: url(../img/icons/black/tutor.svg); }
    .course-offerings .field-icon .icon.-money {
      background-image: url(../img/icons/black/money.svg); }
    .course-offerings .field-icon .icon.-clock {
      background-image: url(../img/icons/black/time-clock.svg); }
    .course-offerings .field-icon .icon.-info-alt {
      background-image: url(../img/icons/black/info-2.svg); }

.course-offerings .field-info .btn.modal-form {
  min-height: auto;
  min-width: auto;
  padding: 0;
  text-transform: none;
  line-height: inherit; }

.course-offerings .field-name {
  text-transform: uppercase; }

.course-offerings .field-value {
  text-transform: none; }

@media only screen and (max-width: 1000px) {
  .course-offerings .cta-container {
    text-align: center; } }

.course-offerings .primary-btn {
  min-width: unset;
  width: 100%;
  font-size: 1.9rem;
  line-height: 2rem;
  text-align: center;
  max-width: 223px; }
  @media only screen and (max-width: 667px) {
    .course-offerings .primary-btn {
      font-size: 1.4rem; } }
  .course-offerings .primary-btn.enrol {
    margin-bottom: 10px; }
  .course-offerings .primary-btn.eoi {
    margin-top: 30px; }

.sidebar .-desktop {
  display: block; }
  @media only screen and (max-width: 1000px) {
    .sidebar .-desktop {
      display: none; } }
  .sidebar .-desktop .sidebar-container {
    width: calc(20.83333% - 12.08333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8.33333% - 10.83333px + 20px);
    background-color: #fff;
    padding: 10px; }
    @media only screen and (max-width: 1240px) {
      .sidebar .-desktop .sidebar-container {
        width: calc(29.16667% - 12.91667px);
        float: left;
        margin-left: 10px;
        margin-left: calc(0% - 10px + 20px); } }
    .sidebar .-desktop .sidebar-container .sidebar-element-container {
      border-bottom: 1px solid #f4f4f4;
      padding: 10px 0 10px 10px;
      text-align: left; }
      .sidebar .-desktop .sidebar-container .sidebar-element-container:last-child {
        border: none; }
      .sidebar .-desktop .sidebar-container .sidebar-element-container .sidebar-element {
        text-align: center;
        text-decoration: none;
        color: #141414;
        -webkit-transition: color 0.15s linear;
        -o-transition: color 0.15s linear;
        transition: color 0.15s linear; }
        .sidebar .-desktop .sidebar-container .sidebar-element-container .sidebar-element:hover,
        .sidebar .-desktop .sidebar-container .sidebar-element-container .sidebar-element :focus {
          color: #db1905;
          text-decoration: underline; }
        .sidebar .-desktop .sidebar-container .sidebar-element-container .sidebar-element.-selected {
          color: #db1905; }
  .sidebar .-desktop .sidebar-content-container {
    width: calc(54.16667% - 15.41667px);
    float: left;
    margin-left: 10px;
    margin-left: calc(4.16667% - 10.41667px + 20px); }
    @media only screen and (max-width: 1240px) {
      .sidebar .-desktop .sidebar-content-container {
        width: calc(62.5% - 16.25px);
        float: left;
        margin-left: 10px;
        margin-left: calc(4.16667% - 10.41667px + 20px); } }
    .sidebar .-desktop .sidebar-content-container .sidebar-content {
      height: 0;
      opacity: 0;
      -webkit-transition: height 0s, opacity 0.2s ease-in;
      -o-transition: height 0s, opacity 0.2s ease-in;
      transition: height 0s, opacity 0.2s ease-in; }
      .sidebar .-desktop .sidebar-content-container .sidebar-content.-selected {
        display: block;
        padding: 20px;
        background-color: #fff;
        opacity: 1;
        height: auto; }
    .sidebar .-desktop .sidebar-content-container h3 {
      margin: 0 0 50px 5px; }

.sidebar .pdf {
  padding: 0; }

.sidebar .-mobile {
  display: none; }
  @media only screen and (max-width: 1000px) {
    .sidebar .-mobile {
      display: block; } }
  .sidebar .-mobile .accordion {
    margin-bottom: 10px; }
    .sidebar .-mobile .accordion .expanded {
      padding-bottom: 50px; }
      .sidebar .-mobile .accordion .expanded p:last-child {
        margin: 0; }

.social-links ul {
  list-style-type: none;
  overflow-wrap: normal;
  margin: 0;
  padding: 0; }
  .social-links ul li {
    display: inline-block; }

.social-links a {
  display: block;
  height: 40px;
  width: 40px;
  text-indent: 99999px;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-color: transparent; }
  .social-links a.facebook {
    background-image: url(../img/icons/black/social/facebook.svg); }
  .social-links a.twitter {
    background-image: url(../img/icons/black/social/twitter.svg); }
  .social-links a.instagram {
    background-image: url(../img/icons/black/social/instagram.svg); }
  .social-links a.youtube {
    background-image: url(../img/icons/black/social/youtube.svg); }
  .social-links a.linkedin {
    background-image: url(../img/icons/black/social/linkedin.svg); }
  .social-links a.google {
    background-image: url(../img/icons/black/social/google.svg); }
  .social-links a.email {
    background-image: url(../img/icons/black/social/email.svg); }
  .social-links a:hover, .social-links a:focus {
    border-bottom: 2px solid #db1905; }

.social-links.-white a.facebook {
  background-image: url(../img/icons/white/social/facebook.svg); }

.social-links.-white a.twitter {
  background-image: url(../img/icons/white/social/twitter.svg); }

.social-links.-white a.instagram {
  background-image: url(../img/icons/white/social/instagram.svg); }

.social-links.-white a.youtube {
  background-image: url(../img/icons/white/social/youtube.svg); }

.social-links.-white a.linkedin {
  background-image: url(../img/icons/white/social/linkedin.svg); }

.social-links.-white a.google {
  background-image: url(../img/icons/white/social/google.svg); }

.social-links.-white a.email {
  background-image: url(../img/icons/white/social/email.svg); }

.social-links.-white a:hover, .social-links.-white a:focus {
  border-bottom: 2px solid #db1905; }

.social-share {
  text-align: center; }

.summary-box .inner {
  overflow: visible; }

.summary-box.-event {
  padding-bottom: 0; }

.summary-box .row {
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff; }
  @media only screen and (max-width: 667px) {
    .summary-box .row {
      padding: 30px 20px; } }

.summary-box .summary-box-container {
  display: flex; }
  @media only screen and (max-width: 1000px) {
    .summary-box .summary-box-container {
      flex-direction: column; } }
  @media only screen and (max-width: 1000px) {
    .summary-box .summary-box-container .-one-third {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px;
      padding: 30px 0; }
      .summary-box .summary-box-container .-one-third:first-child {
        padding-top: 0; }
      .summary-box .summary-box-container .-one-third:last-child {
        text-align: center;
        padding-bottom: 0; } }
  @media only screen and (max-width: 667px) {
    .summary-box .summary-box-container .-one-third {
      width: calc(100% - 10px);
      float: left;
      margin-left: 5px; } }

.summary-box .column-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 10px; }

.summary-box p,
.summary-box span {
  font-family: pitchsans, monospace;
  margin: 0;
  font-size: 1.7rem;
  line-height: 2rem;
  letter-spacing: 0.08px;
  text-transform: uppercase; }
  @media only screen and (max-width: 667px) {
    .summary-box p,
    .summary-box span {
      font-size: 1.4rem;
      line-height: 2rem;
      letter-spacing: 0.07px; } }

.summary-box .column:first-of-type {
  border-right: 2px solid #f4f4f4; }
  @media only screen and (max-width: 1000px) {
    .summary-box .column:first-of-type {
      border-right: none;
      border-bottom: 2px solid #f4f4f4; } }

.summary-box .icon {
  height: 20px;
  width: auto; }

.summary-box .price-container {
  position: relative; }

.summary-box .field {
  margin: 0; }
  .summary-box .field.-multiple {
    margin-top: 10px; }
  .summary-box .field::after {
    clear: both;
    content: "";
    display: block; }
  .summary-box .field.-margin-top {
    margin-top: 30px; }
  .summary-box .field.-margin-top-10 {
    margin-top: 10px; }
  .summary-box .field.contact {
    text-align: center; }
  .summary-box .field .icon {
    position: absolute;
    top: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .summary-box .field .icon.-cost {
      background-image: url(../img/icons/black/cost.svg); }
    .summary-box .field .icon.-age {
      background-image: url(../img/icons/black/recommendedage.svg); }
    .summary-box .field .icon.-date {
      background-image: url(../img/icons/black/date.svg); }
    .summary-box .field .icon.-phone {
      background-image: url(../img/icons/black/phone.svg); }
    .summary-box .field .icon.-map {
      width: 14px;
      background-image: url(../img/icons/black/location.svg); }
  .summary-box .field .-icon-margin-left,
  .summary-box .field .label {
    margin-left: 24px; }
  .summary-box .field .-help-text {
    color: #4d4d4f;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer; }
    .summary-box .field .-help-text:hover {
      color: #db1905; }

.summary-box .field-icon {
  position: relative; }
  .summary-box .field-icon.-help-text {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/icons/info.svg); }
    .summary-box .field-icon.-help-text:hover, .summary-box .field-icon.-help-text:focus, .summary-box .field-icon.-help-text.-selected {
      background-image: url(../img/icons/info-select.svg); }

.summary-box .field-name {
  text-transform: uppercase; }

.summary-box .field-value {
  text-transform: none; }

.summary-box .fee-help,
.summary-box .part-payment {
  text-transform: none;
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  letter-spacing: 0.06px; }

.summary-box .part-payment {
  margin-top: 10px;
  opacity: 0.8; }
  .summary-box .part-payment img {
    height: 16px; }

.summary-box .primary-btn,
.summary-box .secondary-btn {
  min-width: unset;
  width: 95%;
  max-width: 232px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.9rem; }
  .summary-box .primary-btn.apply,
  .summary-box .secondary-btn.apply {
    margin-bottom: 20px; }
  .summary-box .primary-btn.margin-bottom,
  .summary-box .secondary-btn.margin-bottom {
    margin-bottom: 20px; }
  .summary-box .primary-btn.eoi,
  .summary-box .secondary-btn.eoi {
    -webkit-appearance: button;
    -moz-appearance: button; }

.summary-box form {
  text-align: center; }
  .summary-box form input {
    font-size: 1.9rem; }
    @media only screen and (max-width: 667px) {
      .summary-box form input {
        font-size: 1.4rem; } }

.summary-box .-courseid {
  display: none; }

.swiper-container {
  width: 1440px;
  height: 100%; }

.tabbed-content {
  padding: 25px 0; }
  @media only screen and (max-width: 1000px) {
    .tabbed-content .tabbed.-desktop {
      display: none; } }
  .tabbed-content .tabbed.-mobile {
    display: none; }
    @media only screen and (max-width: 1000px) {
      .tabbed-content .tabbed.-mobile {
        display: block; } }
  .tabbed-content .accordion-container {
    margin-top: 40px; }
  .tabbed-content p,
  .tabbed-content a,
  .tabbed-content li {
    font-size: 1.7rem;
    line-height: 2.6rem;
    letter-spacing: 0.06px; }
    @media only screen and (max-width: 667px) {
      .tabbed-content p,
      .tabbed-content a,
      .tabbed-content li {
        font-size: 1.4rem;
        line-height: 2.3rem;
        letter-spacing: 0.05px; } }
  .tabbed-content .tabs {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px; }
  .tabbed-content .tab {
    display: inline-block;
    padding: 20px;
    width: 100%;
    cursor: pointer; }
    .tabbed-content .tab p {
      margin: 0;
      text-align: center;
      cursor: pointer; }
      .tabbed-content .tab p:hover {
        color: #db1905;
        text-decoration: underline; }
    .tabbed-content .tab.active {
      background-color: #fff; }
  .tabbed-content .tab-content {
    display: none;
    padding: 40px 25px;
    background-color: #fff; }
    .tabbed-content .tab-content.show {
      display: block; }
  .tabbed-content .disclaimer {
    margin-top: 40px; }
    @media only screen and (max-width: 667px) {
      .tabbed-content .disclaimer {
        font-size: 1.4rem;
        line-height: 2.3rem;
        letter-spacing: 0.05px; } }
  .tabbed-content ul,
  .tabbed-content ol {
    padding-left: 40px;
    margin: 25px 0; }
    @media only screen and (max-width: 667px) {
      .tabbed-content ul,
      .tabbed-content ol {
        margin: 20px 0; } }
  @media only screen and (max-width: 1000px) {
    .tabbed-content table td {
      font-size: 1.4rem;
      line-height: 2.3rem;
      letter-spacing: 0.05px; } }

.table-container {
  width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
  border: 10px solid #fff; }
  .table-container table {
    background-color: #fff; }
    .table-container table td {
      padding: 10px; }

.text-cards .-centred-6 ul,
.text-cards .-centred-6 ol {
  padding-left: 40px; }

.text-cards .text-card {
  margin-top: 10px;
  padding: 30px;
  background-color: #fff; }

.three-columns {
  background-color: #fff;
  text-align: center; }
  .three-columns.-future-students, .three-columns.-meet-experts {
    background-color: #f4f4f4; }
  .three-columns .section-title {
    margin-bottom: 40px; }
  .three-columns .intro,
  .three-columns .outro {
    width: 90%;
    display: inline-block;
    margin: 0 auto; }
    .three-columns .intro p:first-child,
    .three-columns .outro p:first-child {
      margin-top: 0; }
    .three-columns .intro p:last-child,
    .three-columns .outro p:last-child {
      margin-bottom: 0; }
  .three-columns .three-column {
    margin: 80px 0;
    display: flex;
    width: 100%; }
    .three-columns .three-column .card-wrapper {
      box-sizing: border-box; }
      @media only screen and (max-width: 1000px) {
        .three-columns .three-column .card-wrapper {
          width: calc(100% - 20px);
          float: left;
          margin-left: 10px; } }
      @media only screen and (max-width: 667px) {
        .three-columns .three-column .card-wrapper {
          width: calc(100% - 10px);
          float: left;
          margin-left: 5px; } }
      .three-columns .three-column .card-wrapper:nth-child(1) {
        padding-right: 10px; }
      .three-columns .three-column .card-wrapper:nth-child(2) {
        padding-right: 5px;
        padding-left: 5px; }
      .three-columns .three-column .card-wrapper:nth-child(3) {
        padding-left: 10px; }
    @media only screen and (max-width: 1000px) {
      .three-columns .three-column {
        flex-direction: column;
        margin: 60px 0; }
        .three-columns .three-column .card-wrapper:nth-child(1) {
          padding-right: 0; }
        .three-columns .three-column .card-wrapper:nth-child(2) {
          padding-right: 0;
          padding-left: 0;
          margin-top: 20px;
          margin-bottom: 20px; }
        .three-columns .three-column .card-wrapper:nth-child(3) {
          padding-left: 0; } }
    @media only screen and (max-width: 667px) {
      .three-columns .three-column {
        margin: 50px 0; } }
  .three-columns .card-bg {
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column; }
    .three-columns .card-bg .card-content {
      box-sizing: border-box;
      height: 100%;
      padding: 30px 15px;
      display: flex;
      flex-direction: column; }
    .three-columns .card-bg .cta {
      margin-top: auto;
      display: block; }
    .three-columns .card-bg .card-text {
      max-width: none; }
      .three-columns .card-bg .card-text:hover, .three-columns .card-bg .card-text:focus {
        text-decoration: underline; }
    .three-columns .card-bg p {
      hyphens: auto; }
  .three-columns .card-icons {
    width: 100%; }
    .three-columns .card-icons img {
      width: 60px;
      height: auto;
      overflow: hidden; }
  .three-columns .card-text {
    display: inline-block; }
    .three-columns .card-text p {
      font-size: 1.7rem;
      line-height: 2.4rem;
      letter-spacing: 0.06px; }
      @media only screen and (max-width: 667px) {
        .three-columns .card-text p {
          font-size: 1.4rem;
          line-height: 2.3rem;
          letter-spacing: 0.05px; } }
    @media only screen and (max-width: 1000px) {
      .three-columns .card-text {
        max-width: 240px; } }

.title-date .date {
  margin: 10px 0; }

.video .-margin-top {
  margin-top: 90px; }

.video.-margin-bottom {
  margin-bottom: 100px; }

#curator-feed .crt-filter .crt-filter-networks .crt-networks {
  background-color: #f4f4f4; }
  #curator-feed .crt-filter .crt-filter-networks .crt-networks li.active a {
    background-color: #db1905;
    color: #fff; }

#curator-feed .crt-load-more a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 232px;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1.7rem;
  text-align: center;
  /* stylelint-disable */
  transition: color 0.15s linear, background-color 0.15s linear, border 0.15s linear;
  /* stylelint-enable */
  color: #fff;
  background-color: #db1905;
  border: 2px solid #db1905; }
  #curator-feed .crt-load-more a:hover, #curator-feed .crt-load-more a:focus {
    color: #db1905;
    background-color: #fff;
    border: 2px solid #db1905;
    text-decoration: none; }

#curator-feed .crt-logo {
  visibility: hidden; }

.not-found {
  text-align: center; }
  .not-found .bg-image {
    background-image: url(../img/backgrounds/404.jpg);
    background-position: center;
    background-size: cover;
    height: 70vh;
    min-height: 700px;
    position: relative; }
    .not-found .bg-image .content {
      color: #fff;
      position: absolute;
      bottom: 0;
      padding: 80px 0;
      width: 100%; }
    .not-found .bg-image .btn {
      margin-top: 30px; }

.award-course .summary-box .column-wrapper.-cta {
  align-items: center; }

.course-type .view-courses {
  margin-bottom: 120px;
  text-align: center; }

.discipline .who-is-it-for img {
  max-width: 100%;
  margin: 40px 0; }

.search-course .btn-container {
  margin-top: 90px;
  text-align: center; }

.search-course .featured-content .section-title {
  text-align: center; }

main.search .mobile-filters {
  display: none; }

main.search .selected-filters {
  display: none; }
  main.search .selected-filters.-news, main.search .selected-filters.-graduates, main.search .selected-filters.-blog {
    display: block; }

.staff .back-link {
  margin-top: 60px; }


/*# sourceMappingURL=main.css.map*/