* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  outline: none;
  color: inherit;
}
a img {
  border: 0;
}
.clear {
  clear: both;
  float: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.word-break {
  overflow: auto;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP printers */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  -moz-binding: url(../css/xbl.xml#wordwrap);
  /* Firefox (using XBL) */
  -ms-word-break: break-all;
  /* word-break: break-all;
    Non standard for webkit */
  word-break: break-word;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: "Antwerp-Light";
  src: url("/css/fonts/Antwerp_Light.woff2") format("woff2"), url("/css/fonts/Antwerp_Light.woff") format("woff"), url("/css/fonts/Antwerp_Light.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Antwerp-MediumItalic";
  src: url("/css/fonts/Antwerp_MediumItalic.woff2") format("woff2"), url("/css/fonts/Antwerp_MediumItalic.woff") format("woff"), url("/css/fonts/Antwerp_MediumItalic.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Antwerp";
  src: url("/css/fonts/Antwerp_Regular.woff2") format("woff2"), url("/css/fonts/Antwerp_Regular.woff") format("woff"), url("/css/fonts/Antwerp_Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Antwerp-Italic";
  src: url("/css/fonts/Antwerp_RegularItalic.woff2") format("woff2"), url("/css/fonts/Antwerp_RegularItalic.woff") format("woff"), url("/css/fonts/Antwerp_RegularItalic.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TTNorms-Bold";
  src: url("/css/fonts/TTNorms-Bold.woff2") format("woff2"), url("/css/fonts/TTNorms-Bold.woff") format("woff"), url("/css/fonts/TTNorms-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TTNorms-ExtraBold";
  src: url("/css/fonts/TTNorms-ExtraBold.woff2") format("woff2"), url("/css/fonts/TTNorms-ExtraBold.woff") format("woff"), url("/css/fonts/TTNorms-ExtraBold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TTNorms-Italic";
  src: url("/css/fonts/TTNorms-Italic.woff2") format("woff2"), url("/css/fonts/TTNorms-Italic.woff") format("woff"), url("/css/fonts/TTNorms-Italic.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TTNorms-Light";
  src: url("/css/fonts/TTNorms-Light.woff2") format("woff2"), url("/css/fonts/TTNorms-Light.woff") format("woff"), url("/css/fonts/TTNorms-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TTNorms-Medium";
  src: url("/css/fonts/TTNorms-Medium.woff2") format("woff2"), url("/css/fonts/TTNorms-Medium.woff") format("woff"), url("/css/fonts/TTNorms-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TTNorms-Regular";
  src: url("/css/fonts/TTNorms-Regular.woff2") format("woff2"), url("/css/fonts/TTNorms-Regular.woff") format("woff"), url("/css/fonts/TTNorms-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'aisb';
  src: url('/css/fonts/aisb.eot?jvlnoe');
  src: url('/css/fonts/aisb.eot?jvlnoe#iefix') format('embedded-opentype'), url('/css/fonts/aisb.woff2?jvlnoe') format('woff2'), url('/css/fonts/aisb.ttf?jvlnoe') format('truetype'), url('/css/fonts/aisb.woff?jvlnoe') format('woff'), url('/css/fonts/aisb.svg?jvlnoe#aisb') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aisb' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youtube:before {
  content: "\f167";
}
.icon-skype:before {
  content: "\e911";
}
.icon-close:before {
  content: "\e910";
}
.icon-envelope:before {
  content: "\e935";
}
.icon-fax:before {
  content: "\e90d";
}
.icon-phone:before {
  content: "\e90e";
}
.icon-pin:before {
  content: "\e90f";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e909";
}
.icon-profile:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e91d";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-video:before {
  content: "\e901";
}
.icon-cta-arrow:before {
  content: "\e900";
}
.icon-back:before {
  content: "\e902";
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}
.hamburger p {
  font-family: 'TTNorms-Medium';
  font-size: 8px;
  color: #fff;
  letter-spacing: 0.31px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
}
.hamburger-box {
  width: 28px;
  height: 21px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 28px;
  height: 1px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.btn,
.simple-button-plugin {
  background: #292529;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: 40px;
  line-height: 42px;
  padding: 0 20px;
  display: inline-block;
  text-decoration: none;
}
.btn span,
.simple-button-plugin span {
  height: 100%;
  width: 40px;
  position: relative;
  display: inline-block;
  float: right;
  color: inherit;
  font-size: 32px;
  line-height: 40px;
  margin-left: 10px;
}
.btn i,
.simple-button-plugin i {
  margin-left: 10px;
  line-height: 40px;
  display: block;
  float: right;
}
.btn-container {
  width: 100%;
  position: relative;
}
.btn-container.centered {
  text-align: center;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.text-content {
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  letter-spacing: 0.55px;
  line-height: 22px;
}
.text-content h4 {
  font-family: 'TTNorms-Bold';
  font-size: 30px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
  margin: 0px 0 30px;
  text-transform: uppercase;
}
.text-content .image {
  max-width: 100%;
}
.text-content .image img {
  max-width: 100% !important;
}
.calendar-button {
  position: absolute;
  top: 30px;
  right: 30px;
}
.calendar-wrapper {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  background-color: #ececec;
  transition: width 0.75s ease;
  overflow: hidden;
  width: 320px;
}
.calendar-wrapper.opened {
  width: 1210px;
}
.calendar-wrapper.extended {
  width: 1670px;
}
.calendar-wrapper .inner-padding {
  padding: 0 250px 0 100px;
  width: 1670px;
  height: 100%;
}
.calendar-wrapper .col1 {
  float: left;
  width: 420px;
  margin-top: 30px;
  margin-right: 100px;
  font-size: 0.9em;
  position: relative;
  transition: all 0.5s ease 0s;
}
.calendar-wrapper .col1.pullup {
  margin-top: -440px;
}
.calendar-wrapper .col1 .down-btn {
  display: none;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 76px);
}
.calendar-wrapper .col2 {
  float: left;
  width: 340px;
  margin-top: 30px;
  transition: margin 0.45s ease;
  overflow: hidden;
}
.calendar-wrapper .col2 .cal-wrapper {
  width: 1000%;
  margin-left: 0px;
}
.calendar-wrapper .col2 .cal-wrapper ul {
  width: 10%;
  float: left;
}
.calendar-wrapper.opened .col2 {
  margin-right: 250px;
}
.calendar-wrapper.extended .col2 {
  margin-right: 50px;
}
.calendar-wrapper .col3 {
  float: left;
  width: 450px;
  margin-top: 105px;
  display: none;
}
.calendar-wrapper .col3 a.training {
  display: inline-block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  font-size: 1.25em;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 0 70px 0 20px;
  background: url(/images/next-icon.png) no-repeat scroll right 20px center transparent;
}
.no-touch .calendar-wrapper .col3 a.training:hover {
  color: #fff;
  background-color: #e01f2d;
  background-image: url(/images/next-icon-hover.png);
}
.calendar-wrapper.extended .col3 {
  display: block;
}
.calendar-wrapper .back-button {
  position: absolute;
  top: 30px;
  left: 30px;
}
.calendar-wrapper .cal,
.cal,
.calheader {
  list-style: none;
}
.calendar-wrapper .cal li,
.cal li,
.calheader li {
  float: left;
  width: 14.2857%;
  margin-bottom: 10px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.calendar-wrapper .cal li.old,
.cal li.old,
.calheader li.old {
  opacity: 0.2;
}
.calendar-wrapper .cal li:nth-child(7n),
.cal li:nth-child(7n),
.calheader li:nth-child(7n) {
  margin-right: 0px;
}
.calendar-wrapper .cal li.grey,
.cal li .grey {
  visibility: hidden;
}
.calendar-wrapper .cal li.hredhgrey,
.cal li.hredhgrey {
  background-color: #6e408e;
  color: #fff;
}
.calendar-wrapper .cal li.red,
.cal li.red {
  background-color: #e01f2d;
  color: #fff;
}
.calendar-wrapper .cal li.active,
.cal li.active {
  background-color: #0fd370;
  color: #fff;
}
.calendar-wrapper .cal li a,
.cal li a {
  display: block;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
.calendar-wrapper .cal li a.selected,
.cal li a.selected {
  border: 1px solid #000;
  border-radius: 50%;
}
.no-touch .calendar-wrapper .cal li a:hover,
.no-touch .cal li a:hover {
  color: inherit;
}
.calendar-wrapper h1 {
  font-family: 'u-light';
  font-weight: normal;
  font-size: 2.5em;
  text-transform: uppercase;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  margin-left: -0.05em;
}
.calendar-wrapper p {
  font-family: 'u-light';
  font-size: 1.25em;
  margin-bottom: 1.25em;
  line-height: 1.5em;
}
.calendar-wrapper ul.legend {
  list-style: none;
  line-height: 1.875em;
}
.calendar-wrapper ul.legend span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-color: aliceblue;
  margin-top: 3px;
  margin-right: 15px;
  border-radius: 50%;
}
.calendar-wrapper ul.legend span.green {
  background-color: #0fd370;
}
.calendar-wrapper ul.legend span.yellow {
  background-color: #e7b635;
}
.calendar-wrapper ul.legend span.red {
  background-color: #e01f2d;
}
.calendar-wrapper ul.legend span.purple {
  background-color: #6e408e;
}
.calendar-wrapper ul.legend span.empty {
  background-color: transparent;
  border: 1px solid #434346;
  width: 18px;
  height: 18px;
}
.cal-wrapper .arrows {
  list-style: none;
  position: relative;
  height: 50px;
  margin-bottom: 1.875em;
}
.cal-wrapper .arrows {
  margin-bottom: 0.875em;
  float: left;
  width: calc(100% - 512px);
}
.cal-wrapper .arrows .left-arrow {
  float: left;
}
.cal-wrapper .arrows .left-arrow .btn {
  border-radius: 50%;
  width: 40px;
  background: #292529;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  padding: 0;
  margin-right: 10px;
}
.cal-wrapper .arrows .left-arrow .btn i {
  margin-left: auto;
  float: none;
}
.cal-wrapper .arrows .right-arrow {
  float: left;
}
.cal-wrapper .arrows .right-arrow .btn {
  border-radius: 50%;
  width: 40px;
  background: #292529;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  padding: 0;
}
.cal-wrapper .arrows .right-arrow .btn i {
  margin-left: auto;
  float: none;
}
.cal-wrapper .arrows .cal-title,
.cal-title {
  position: relative;
  font-family: 'TTNorms-Light';
  font-size: 40px;
  color: #292529;
  letter-spacing: 1.56px;
  line-height: 52px;
  margin-bottom: 10px;
}
.calendar-wrapper .col3 .btn-col3 {
  position: absolute;
  right: 30px;
  left: auto;
  top: 30px;
  height: 48px;
  width: 48px;
}
/* BOOKING CALENDAR */
.cal-wrapper {
  width: 100%;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative;
}
.cal-wrapper .booking-calendar {
  width: 512px;
  float: right;
}
.booking-calendar {
  width: 340px;
  position: relative;
}
.calheader li {
  font-family: 'TTNorms-Bold';
  font-size: 12px;
  color: #811569;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
}
.cal li {
  font-family: 'TTNorms-Medium';
  font-size: 18px;
  letter-spacing: 0.56px;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
}
.cal li div {
  width: 100%;
  height: 44px;
  margin: 15px 0;
  line-height: 44px;
}
.cal li.left-rounded div {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  margin-right: 0;
  width: 100%;
}
.cal li.right-rounded div {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  margin-left: 0;
  width: 100%;
}
.cal li.inactive div {
  color: rgba(41, 37, 41, 0.25);
  border-radius: 0;
  width: auto;
}
.cal li.magenta div {
  background: #FA3782;
  color: #fff;
}
.cal li.yellow div {
  background: #EFD37D;
  border-radius: 50%;
  width: 44px;
  margin: 15px auto;
}
.legend {
  position: absolute;
  bottom: 35px;
  left: 35px;
  width: calc(100% - 512px);
}
.legend ul {
  list-style: none;
  width: 100%;
}
.legend ul li {
  line-height: 32px;
  font-family: 'TTNorms-Regular';
  font-size: 12px;
  color: #292529;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.legend ul li span {
  font-family: 'TTNorms-Medium';
  font-size: 12px;
  color: rgba(41, 37, 41, 0.25);
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  float: left;
}
.legend ul li.inactive span {
  border: 1px solid rgba(41, 37, 41, 0.25);
  color: rgba(41, 37, 41, 0.25);
}
.legend ul li.yellow span {
  background: #EFD37D;
  color: #292529;
}
.legend ul li.magenta span {
  background: #FA3782;
  color: #fff;
}
@media screen and (max-width: 1210px) {
  .calendar-wrapper.opened {
    width: 100vw;
  }
  .calendar-wrapper.extended {
    width: 150vw;
  }
}
@media screen and (max-width: 1024px) {
  .calendar-wrapper .col1 {
    width: 23%;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) {
  .calendar-wrapper .col1 {
    max-width: 35vw;
  }
}
@media screen and (max-width: 860px) {
  .calendar-wrapper .col1 {
    max-width: 28vw;
  }
}
@media screen and (max-width: 800px) {
  .calendar-wrapper .col1 {
    height: 100%;
    float: none;
    max-width: 100vw;
    width: calc(100vw - 100px);
    padding: 10px;
    box-sizing: border-box;
    font-size: 0.6em;
  }
  .calendar-wrapper .col1 .down-btn {
    display: block;
  }
  .calendar-wrapper ul.legend {
    line-height: 2.8em;
  }
  .calendar-wrapper.extended {
    width: 160vw;
  }
  .calendar-wrapper .col3 {
    max-width: 80vw;
  }
  .calendar-wrapper .col3 .btn-col3 .btn {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .calendar-wrapper.extended {
    width: 200vw;
  }
  .calendar-wrapper.extended .col2 {
    width: 85vw;
  }
  .calendar-wrapper .col3 {
    max-width: 100vw;
  }
  .calendar-wrapper .inner-padding {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .calendar-wrapper .inner-padding {
    padding-left: 80px;
  }
  .calendar-wrapper .col1 {
    width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 450px) {
  .calendar-wrapper .col3 a.training {
    font-size: 0.9em;
  }
}
.svg-animation {
  height: 140px;
  position: relative;
}
.svg-animation svg {
  width: auto !important;
}
.enableSwipe {
  display: none;
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'TTNorms-Regular';
  color: #292529;
}
body.menu-active .page-wrapper .overlay {
  display: block;
  background: rgba(41, 37, 41, 0.85);
  left: 0;
}
body.menu-active header .hamburger {
  left: 410px;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
body.menu-active header .hamburger p {
  opacity: 0;
}
body.menu-active header .hamburger-inner,
body.menu-active header .hamburger-inner::before,
body.menu-active header .hamburger-inner::after {
  background-color: #fff;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
body.menu-active header menu {
  left: 0;
}
body.menu-active header menu .menu-logo {
  left: 30px;
}
body.menu-active .submenu {
  left: 0;
}
.page-wrapper .overlay {
  position: fixed;
  z-index: 98;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(41, 37, 41, 0);
  -webkit-transition: background 1000ms;
  -moz-transition: background 1000ms;
  -ms-transition: background 1000ms;
  -o-transition: background 1000ms;
  left: -100vw;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .right-side {
  position: absolute;
  right: 25px;
  top: 40px;
  z-index: 1;
}
header .right-side a {
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  margin-right: 25px;
  float: left;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .mobile-logo {
  float: left;
  margin: -200px 0 0 130px;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .mobile-logo img {
  width: 280px;
}
header .hamburger {
  top: 40px;
  left: 50px;
  position: absolute;
  z-index: 99;
  -webkit-transition: left 750ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 750ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 750ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
header menu {
  background: #811569;
  position: fixed;
  width: 480px;
  top: 0;
  bottom: 0;
  left: -480px;
  -webkit-transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1);
  padding-left: 90px;
  padding-right: 60px;
  z-index: 91;
}
header menu .menu-logo {
  position: absolute;
  top: 30px;
  left: -400px;
  -webkit-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
}
header menu .menu-logo img {
  width: 200px;
  height: 54px;
}
header menu .menu-table {
  display: table;
  width: 100%;
  height: 100%;
}
header menu .menu-table .menu-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
header menu .menu-table .menu-inner ul.main-menu {
  list-style: none;
}
header menu .menu-table .menu-inner ul.main-menu li {
  font-family: 'TTNorms-Bold';
  font-size: 26px;
  color: #fff;
  letter-spacing: 1.78px;
  line-height: 62px;
  position: relative;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 700ms cubic-bezier(0.23, 1, 0.32, 1);
}
header menu .menu-table .menu-inner ul.main-menu li .hover {
  color: rgba(255, 255, 255, 0.5);
}
header menu .menu-table .menu-inner ul.main-menu li.small {
  font-family: 'Antwerp-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 1.41px;
  line-height: 40px;
  text-transform: none;
}
header menu .menu-table .menu-inner ul.main-menu li:nth-child(8) {
  margin-top: 40px;
}
header menu .menu-table .menu-inner ul.main-menu li a {
  text-decoration: none;
}
header menu .menu-table .menu-inner ul.main-menu li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 32px;
  -webkit-transition: right 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: right 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: right 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: right 700ms cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
header menu .menu-table .menu-inner ul.main-menu li:hover span {
  right: -10px;
}
header menu .socials {
  position: absolute;
  bottom: 82px;
  left: 90px;
}
header menu .socials ul {
  list-style: none;
}
header menu .socials ul li {
  float: left;
  margin-right: 30px;
  color: #C08AB4;
  font-size: 18px;
}
header menu .socials ul li a {
  text-decoration: none;
}
header.fixed .hamburger p {
  color: #FA3782;
}
header.fixed .hamburger-inner,
header.fixed .hamburger-inner::before,
header.fixed .hamburger-inner::after {
  background-color: #FA3782;
}
header.fixed .right-side a {
  color: #FA3782;
}
header .submenu {
  background: #FFFFFF;
  width: 480px;
  left: -880px;
  top: 0;
  position: fixed;
  bottom: 0;
  -webkit-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 90;
  overflow: hidden;
  overflow-y: auto;
}
header .submenu .menu-back {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 20px;
  color: #811569;
  display: none;
  text-decoration: none;
  z-index: 91;
}
header .submenu .submenu-inner {
  width: 100%;
  position: absolute;
}
header .submenu .submenu-inner .sm-group {
  position: absolute;
  width: 100%;
  left: -480px;
  -webkit-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 700ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .submenu .submenu-inner .sm-group.active {
  left: 0px;
}
header .submenu .submenu-inner ul {
  list-style: none;
  width: 100%;
}
header .submenu .submenu-inner ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(41, 37, 41, 0.1);
  padding: 0 90px 0 40px;
  font-family: 'TTNorms-Regular';
  font-size: 20px;
  color: #292529;
  letter-spacing: 1.78px;
  -webkit-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .submenu .submenu-inner ul li a {
  text-decoration: none;
  line-height: 62px;
  display: block;
}
header .submenu .submenu-inner ul li.first {
  border-top: 1px solid rgba(41, 37, 41, 0.1);
}
header .submenu .submenu-inner ul li:hover {
  color: #811569;
}
body.menu-active header .submenu.is-active {
  left: 480px;
}
h3 {
  font-family: 'TTNorms-Bold';
  font-size: 40px;
  color: #292529;
  letter-spacing: 1.25px;
  line-height: 50px;
  position: relative;
}
h3.viewport:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #292529;
  -webkit-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
}
h3.isIn:after {
  width: 60px;
}
h5 {
  font-family: 'TTNorms-Bold';
  font-size: 22px;
  color: #292529;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}
section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
section.split-section {
  padding: 60px 0;
}
section.split-section .col-left {
  float: left;
  width: 20%;
  clear: left;
}
section.split-section .col-right {
  float: left;
  width: 80%;
}
section.split-section .col-right .inner-text {
  padding-left: 60px;
  opacity: 0.5;
  font-family: 'Antwerp-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  color: #292529;
  letter-spacing: 1.18px;
  line-height: 43px;
}
section .container {
  width: 90%;
  margin: auto;
  max-width: 1180px;
  z-index: 2;
  position: relative;
}
section .container.wide {
  max-width: 1280px;
}
section .container.table {
  display: table;
  height: 100%;
}
section .container.table .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
section .container.table .inner.centered {
  text-align: center;
}
section .container.table .inner.centered h1 {
  max-width: 600px;
  margin: auto;
}
section.height-vh {
  min-height: 600px;
  height: 100vh;
  overflow: hidden;
}
section.height-vh.subpage-header {
  max-height: 800px;
}
section.height-vh.subpage-header.smaller {
  max-height: 600px;
}
section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section .bg video {
  height: auto;
  width: 110%;
}
section .bg .overlay {
  background: rgba(0, 0, 0, 0.29);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section .grey {
  background: rgba(0, 0, 0, 0.29);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section .btn.openVideo {
  display: table;
  margin: 20px auto 0;
}
section.header-section video.header-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
section.header-section .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
section.header-section .logo img,
section.header-section .svg-animation img {
  width: 400px;
  height: 108px;
}
section.header-section .logo.top,
section.header-section .svg-animation.top {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
section.header-section .logo.top img,
section.header-section .svg-animation.top img {
  width: 220px;
  height: 60px;
}
section.header-section h1 {
  font-family: 'TTNorms-Bold';
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 1.27px;
  line-height: 72px;
  max-width: 550px;
  text-transform: uppercase;
}
section.header-section .start-scrolling {
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'TTNorms-Regular';
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.34px;
  text-align: center;
  line-height: 26px;
  z-index: 2;
}
section.header-section .start-scrolling span {
  background: url(../images/start-scrolling.svg) no-repeat scroll center center transparent;
  display: block;
  margin: auto;
  width: 17px;
  height: 47px;
  margin-bottom: 30px;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
body.subpage-body section.height-vh.subpage-header,
body.subpage-body section.height-vh.small-header {
  max-height: 600px;
  min-height: 320px;
}
.small-header {
  max-height: 600px;
  min-height: 320px;
}
.cta-group {
  position: absolute;
  right: 0;
  z-index: 2;
}
.cta-group .cta {
  background: #292529;
  font-family: 'TTNorms-Medium';
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 0.55px;
  position: relative;
  margin: 15px 0;
  height: 60px;
  line-height: 60px;
  text-align: left;
  display: block;
  padding: 0 80px 0 20px;
  text-decoration: none;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -ms-transition: all 700ms;
  -o-transition: all 700ms;
  overflow: hidden;
}
.cta-group .cta.cta-blue:before {
  background-color: #69BEFB;
}
.cta-group .cta span {
  position: relative;
}
.cta-group .cta:after {
  position: absolute;
  height: 60px;
  width: 60px;
  right: 0;
  top: 0;
  content: "\e900";
  font-family: 'aisb';
  font-size: 32px;
  text-align: center;
  color: #fff;
}
.cta-group .cta:before {
  position: absolute;
  height: 60px;
  width: 100%;
  right: -100%;
  top: 0;
  content: '';
  background-color: #FA3782;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.cta-group .cta:hover:before {
  right: 0;
}
footer {
  width: 100%;
  background: #811569;
  color: #fff;
  padding: 75px 0 0;
  position: relative;
}
footer .logo {
  position: absolute;
  left: 40px;
}
footer .logo img {
  width: 182px;
}
footer .container {
  width: 90%;
  margin: auto;
  max-width: 1180px;
}
footer .row {
  width: 100%;
  margin-bottom: 80px;
}
footer .row .col {
  float: left;
  padding: 0 50px;
}
footer .row .col:nth-child(2) {
  width: 40%;
}
footer .row .col:nth-child(3) {
  width: 30%;
}
footer .row .col:nth-child(4) {
  width: 30%;
}
footer .row .col .col-content {
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.55px;
  line-height: 19px;
}
footer .row .col .col-content .btn {
  margin-top: 14px;
  display: table;
}
footer .row .col .col-content .contact-row {
  width: 100%;
}
footer .row .col .col-content .contact-row a {
  display: block;
}
footer .row .col .col-content .contact-row .contact-col {
  float: left;
  width: 50%;
  padding-right: 20px;
  position: relative;
  padding-left: 30px;
}
footer .row .col .col-content .contact-row .contact-col i {
  position: absolute;
  left: 0px;
  font-size: 24px;
  width: 25px;
  text-align: center;
}
footer .row .col .col-content .contact-row .contact-col i.icon-skype {
  width: 20px;
}
footer .row .col .col-content .contact-row .contact-col label {
  display: block;
}
footer .row .col .col-content .contact-row .contact-col p {
  margin-bottom: 15px;
}
footer .row .col .col-content .contact-row .contact-col p.skype-p {
  padding-top: 10px;
  line-height: 1.75em;
}
footer .row .col .col-content.socials-col a {
  display: block;
  margin-bottom: 10px;
  position: relative;
  line-height: 20px;
  padding-left: 30px;
}
footer .row .col .col-content.socials-col a i {
  position: absolute;
  font-size: 20px;
  left: 0px;
  width: 25px;
  text-align: center;
}
footer .row .col .title {
  font-family: 'TTNorms-Bold';
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0.94px;
  line-height: 38px;
  position: relative;
  margin-bottom: 70px;
}
footer .row .col .title:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #fff;
}
footer .footer-bottom {
  background: rgba(0, 0, 0, 0.05);
  font-family: 'TTNorms-Medium';
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.47px;
  line-height: 19px;
  height: 95px;
  padding: 35px 40px;
  margin-top: 30px;
}
footer .footer-bottom .left {
  float: left;
  line-height: 32px;
}
footer .footer-bottom .left a {
  margin-right: 30px;
}
footer .footer-bottom .right {
  float: right;
}
footer .footer-bottom .right span {
  float: left;
  margin-right: 15px;
  margin-top: 8px;
}
footer .footer-bottom .right img {
  float: left;
}
.quote-section {
  height: auto;
  display: flex;
  min-height: 800px;
  padding: 120px 0;
}
.quote-section .container {
  display: table;
  height: 100%;
}
.quote-section .bg-image {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.quote-section .inner {
  display: table-cell;
  vertical-align: middle;
}
.quote-section .quote {
  background: #FA3782;
  padding: 80px 50px;
  font-family: 'Antwerp-MediumItalic';
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.33px;
  text-align: center;
  line-height: 36px;
  width: 90%;
  max-width: 550px;
  position: relative;
}
.quote-section .quote.center {
  margin: auto;
}
.quote-section .quote span {
  font-family: 'TTNorms-ExtraBold';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.21px;
  text-align: center;
  display: block;
}
.quote-section .quote:before {
  width: 70px;
  height: 60px;
  position: absolute;
  content: '';
  background: url(../images/quote.svg) no-repeat scroll center center transparent;
  background-size: contain;
  top: 80px;
  left: 40px;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.quote-section .quote:after {
  width: 70px;
  height: 60px;
  position: absolute;
  content: '';
  background: url(../images/quote.svg) no-repeat scroll center center transparent;
  background-size: contain;
  transform: rotate(180deg);
  bottom: 80px;
  right: 40px;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.quote-section .quote.isIn:before {
  top: -40px;
}
.quote-section .quote.isIn:after {
  bottom: -40px;
}
.divisions-section.split-section,
.divisions-section {
  padding: 150px 0;
}
.divisions-section.split-section .col-left,
.divisions-section .col-left {
  width: 40%;
}
.divisions-section.split-section .col-right,
.divisions-section .col-right {
  width: 60%;
  padding-left: 40px;
}
.divisions-section.split-section ul,
.divisions-section ul {
  list-style: none;
}
.divisions-section.split-section ul li .division,
.divisions-section ul li .division {
  margin-bottom: 120px;
  position: relative;
  width: 100%;
}
.divisions-section.split-section ul li .division .image,
.divisions-section ul li .division .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 68%;
}
.divisions-section.split-section ul li .division .title-box,
.divisions-section ul li .division .title-box {
  padding: 25px;
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 80%;
}
.divisions-section.split-section ul li .division .title-box .title,
.divisions-section ul li .division .title-box .title {
  font-family: 'TTNorms-Bold';
  font-size: 44px;
  color: #FFFFFF;
  letter-spacing: 0.93px;
  line-height: 60px;
}
.divisions-section.split-section ul li .division .title-box .title span,
.divisions-section ul li .division .title-box .title span {
  display: block;
  font-family: 'Antwerp-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.63px;
  line-height: 21px;
  margin-bottom: 10px;
}
.divisions-section.split-section ul li .division .title-box .btn,
.divisions-section ul li .division .title-box .btn {
  background: none;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  letter-spacing: 0.3px;
  display: flex;
  padding-left: 0;
  margin-top: 15px;
}
.divisions-section.split-section ul li .division .line,
.divisions-section ul li .division .line {
  width: 1px;
  background: #292529;
  height: calc(50% + 120px);
  position: absolute;
  left: -45px;
  top: calc(50% + 5px);
  z-index: 1;
}
.divisions-section.split-section ul li .division .point,
.divisions-section ul li .division .point {
  position: absolute;
  top: 50%;
  left: -52px;
  background: #EFD37D;
  border: 1px solid #292529;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index: 2;
}
.divisions-section.split-section ul li .division .point.mobile,
.divisions-section ul li .division .point.mobile {
  display: none;
}
.divisions-section.split-section ul li .division .text,
.divisions-section ul li .division .text {
  font-family: 'Antwerp-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #292529;
  letter-spacing: 0.71px;
  line-height: 31px;
  position: absolute;
  right: calc(100% + 80px);
  top: calc(50% - 20px);
  text-align: right;
  width: 250px;
}
.divisions-section.split-section ul li .division .text .age,
.divisions-section ul li .division .text .age {
  font-family: 'TTNorms-Bold';
  font-size: 26px;
  letter-spacing: 1.02px;
  line-height: 21px;
  margin-bottom: 20px;
}
.divisions-section.split-section ul li .division .text .age span,
.divisions-section ul li .division .text .age span {
  font-size: 20px;
  letter-spacing: 0.78px;
  line-height: 21px;
  display: block;
  margin-bottom: 8px;
}
.divisions-section.split-section ul li:nth-child(1) .division .title-box,
.divisions-section ul li:nth-child(1) .division .title-box,
.divisions-section.split-section ul li:nth-child(1) .division .point,
.divisions-section ul li:nth-child(1) .division .point {
  background: #efd37d;
}
.divisions-section.split-section ul li:nth-child(2) .division .title-box,
.divisions-section ul li:nth-child(2) .division .title-box,
.divisions-section.split-section ul li:nth-child(2) .division .point,
.divisions-section ul li:nth-child(2) .division .point {
  background: #41DDD2;
}
.divisions-section.split-section ul li:nth-child(2) .line,
.divisions-section ul li:nth-child(2) .line {
  top: 0;
  height: calc(100% + 120px);
}
.divisions-section.split-section ul li:nth-child(3) .division .title-box,
.divisions-section ul li:nth-child(3) .division .title-box,
.divisions-section.split-section ul li:nth-child(3) .division .point,
.divisions-section ul li:nth-child(3) .division .point {
  background: #811569;
}
.divisions-section.split-section ul li:nth-child(3) .line,
.divisions-section ul li:nth-child(3) .line {
  top: 0;
  height: calc(100% + 120px);
}
.divisions-section.split-section ul li:nth-child(4) .division .title-box,
.divisions-section ul li:nth-child(4) .division .title-box,
.divisions-section.split-section ul li:nth-child(4) .division .point,
.divisions-section ul li:nth-child(4) .division .point {
  background: #69BEFB;
}
.divisions-section.split-section ul li:nth-child(4) .line,
.divisions-section ul li:nth-child(4) .line {
  top: 0;
  height: 50%;
}
.divisions-section.divisions-section-type2 {
  padding: 90px 0 60px;
}
.divisions-section.divisions-section-type2 ul li .division {
  width: calc(100% - 300px);
  margin-left: auto;
  margin-right: auto;
  float: right;
}
.divisions-section.divisions-section-type2 ul li .division .text {
  text-align: center;
}
.divisions-section.divisions-section-type2 ul li .division .point {
  left: -210px;
  top: 40%;
}
.divisions-section.divisions-section-type2 ul li .division .line {
  left: -203px;
  top: -35%;
  height: 75%;
}
.divisions-section.divisions-section-type2 ul li .division .title-box {
  width: 60%;
}
.divisions-section.divisions-section-type2 ul li .division .image {
  padding-top: 65%;
}
.divisions-section.divisions-section-type2 ul li:nth-child(1) .division .line {
  display: none;
}
.divisions-section.divisions-section-type2 ul li:nth-child(2) .line {
  top: -35%;
  height: 75%;
}
section.split-section.vision-section,
section.split-section.mission-section {
  padding: 120px 0;
}
section.split-section.services-section {
  padding: 90px 0;
}
.services {
  width: 100%;
}
.services .service {
  float: left;
  width: 50%;
  margin-bottom: 90px;
  padding: 0 60px;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
}
.services .service span {
  font-family: 'TTNorms-Medium';
  font-size: 26px;
  color: #292529;
  letter-spacing: 0.55px;
  margin-bottom: 15px;
  display: block;
}
.services .service:nth-child(2n+1) {
  clear: left;
}
.services .service .image {
  display: block;
  height: 190px;
  position: relative;
}
.services .service .image img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.services .service .image .svg-animation {
  height: 100%;
}
.map-section {
  padding: 0px 0 100px;
}
.map-section .map-container {
  width: 100%;
  background: #F5F5F5;
  border-radius: 20px;
  position: relative;
  padding-top: 65%;
}
.map-section .map-container .map {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  height: 100%;
  background: url(../images/map2.png) no-repeat scroll center center transparent;
  background-size: contain;
  background-blend-mode: multiply;
}
.map-section .map-container .map .pins {
  list-style: none;
}
.map-section .map-container .map .pins li {
  float: none;
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-family: 'TTNorms-Regular';
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
}
.map-section .map-container .map .pins li:after {
  background: #292529;
  height: 90px;
  width: 1px;
  margin-left: 50%;
  margin-top: 45px;
  content: '';
  position: absolute;
  left: 0;
}
.map-section .map-container .map .pins li:nth-child(1) {
  background: #EFD37D;
  left: 20%;
  top: 30%;
}
.map-section .map-container .map .pins li:nth-child(2) {
  background: #41DDD2;
  left: 40%;
  top: 25%;
}
.map-section .map-container .map .pins li:nth-child(3) {
  background: #811569;
  left: 67%;
  top: 12%;
}
.map-section .map-container .map .pins li:nth-child(4) {
  background: #69BEFB;
  left: 88%;
  top: 17%;
}
.map-section .map-container .map .pins li:nth-child(5) {
  background: #292529;
  left: 54%;
  top: 7%;
}
.map-section .map-container .vr {
  position: absolute;
  right: 40px;
  top: 60%;
  width: 300px;
  z-index: 3;
}
.map-section .map-container .vr .title {
  font-family: 'TTNorms-Medium';
  font-size: 26px;
  color: #292529;
  letter-spacing: 0.55px;
}
.map-section .map-container .vr .text {
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
}
.map-section .map-container .vr .text .btn {
  margin-top: 20px;
  display: table;
}
.map-section .map-container .text-container {
  position: absolute;
  left: 40px;
  top: 40px;
  bottom: 40px;
  right: 40px;
  z-index: 2;
}
.map-section .map-container .text-container h3 {
  font-family: 'TTNorms-Bold';
  font-size: 40px;
  color: #292529;
  letter-spacing: 1.25px;
  line-height: 50px;
  position: relative;
}
.map-section .map-container .text-container h3.viewport:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 200px;
  height: 1px;
  background: #FA3782;
  -webkit-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.map-section .map-container .text-container h3.isIn:after {
  width: 60px;
}
.map-section .gmap {
  width: 100%;
  margin: 50px 0 0;
}
.map-section .gmap a {
  text-decoration: none;
}
.map-section .gmap .gmap-image {
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/gmap.png);
  height: 250px;
}
.map-section .gmap .gmap-image h3 {
  margin-left: 30px;
  padding-top: 30px;
}
.map-section .divisions {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  list-style: none;
}
.map-section .divisions li {
  float: left;
  width: 20%;
  padding: 0 1%;
}
.map-section .divisions li .division {
  width: 100%;
}
.map-section .divisions li .number {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  line-height: 36px;
  float: left;
  margin-right: 14px;
}
.map-section .divisions li .title {
  font-family: 'Antwerp-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #292529;
  letter-spacing: 0.17px;
  line-height: 18px;
  float: left;
  width: calc(100% - 50px);
}
.map-section .divisions li .title span {
  font-family: 'TTNorms-Medium';
  font-size: 18px;
  color: #292529;
  letter-spacing: 0.17px;
  line-height: 18px;
  display: block;
}
.map-section .divisions li:nth-child(1) .number {
  background: #EFD37D;
}
.map-section .divisions li:nth-child(2) .number {
  background: #41DDD2;
}
.map-section .divisions li:nth-child(3) .number {
  background: #811569;
}
.map-section .divisions li:nth-child(4) .number {
  background: #69BEFB;
}
.map-section .divisions li:nth-child(5) .number {
  background: #292529;
}
.map-section .accreditation-container {
  padding-top: 100px;
}
.map-section .accreditation-container h3 {
  font-family: 'TTNorms-Bold';
  font-size: 40px;
  color: #292529;
  letter-spacing: 1.25px;
  line-height: 50px;
  position: relative;
  float: left;
  width: 20%;
  margin-left: 30px;
}
.map-section .accreditation-container h3:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 200px;
  height: 1px;
  background: #292529;
  -webkit-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 1300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.map-section .accreditation-container h3.isIn:after {
  width: 60px;
}
.map-section .accreditation-container .logo {
  float: right;
  width: calc(80% - 30px);
}
.map-section .accreditation-container .logo img {
  float: right;
  max-width: 100%;
}
.stat-section {
  padding: 130px 0;
  background: #F5F5F5;
}
.stat-section .container {
  max-width: 1680px;
}
.stat-section .stat {
  float: left;
  width: 25%;
  padding: 0 1%;
}
.stat-section .stat .anim {
  float: left;
  width: auto;
  height: 180px;
  width: 45%;
}
.stat-section .stat .anim .svg-animation {
  height: 100%;
}
.stat-section .stat .anim .svg-animation svg {
  position: absolute;
  right: -30px;
  top: -20px;
}
.stat-section .stat .text {
  float: left;
  width: 55%;
  padding-left: 25px;
  font-family: 'TTNorms-Regular';
  font-size: 20px;
  color: #292529;
  letter-spacing: 0.75px;
  line-height: 32px;
  padding-top: 20px;
}
.stat-section .stat .text span {
  font-family: 'TTNorms-Bold';
  font-size: 50px;
  color: #292529;
  letter-spacing: 1.11px;
  line-height: 50px;
  margin-top: 10px;
  display: block;
}
.stat-section.three-column .stat {
  width: 33.3333%;
}
section.split-section.news-section,
section.split-section.videos-section {
  padding-bottom: 130px;
}
section.split-section.news-section .news-container,
section.split-section.videos-section .news-container,
section.split-section.news-section .videos-container,
section.split-section.videos-section .videos-container {
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 40px;
  width: calc(100% + 30px);
  overflow: hidden;
  position: relative;
}
section.split-section.news-section .news-container .videos-container-inner,
section.split-section.videos-section .news-container .videos-container-inner,
section.split-section.news-section .videos-container .videos-container-inner,
section.split-section.videos-section .videos-container .videos-container-inner {
  width: 80%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
section.split-section.news-section .news-container .news,
section.split-section.videos-section .news-container .news,
section.split-section.news-section .videos-container .news,
section.split-section.videos-section .videos-container .news,
section.split-section.news-section .news-container .videos,
section.split-section.videos-section .news-container .videos,
section.split-section.news-section .videos-container .videos,
section.split-section.videos-section .videos-container .videos {
  list-style: none;
  width: 1000%;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.split-section.news-section .news-container .news li,
section.split-section.videos-section .news-container .news li,
section.split-section.news-section .videos-container .news li,
section.split-section.videos-section .videos-container .news li,
section.split-section.news-section .news-container .videos li,
section.split-section.videos-section .news-container .videos li,
section.split-section.news-section .videos-container .videos li,
section.split-section.videos-section .videos-container .videos li {
  float: left;
  width: 5%;
  padding-right: 30px;
  visibility: hidden;
  -webkit-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
section.split-section.news-section .news-container .news li.current,
section.split-section.videos-section .news-container .news li.current,
section.split-section.news-section .videos-container .news li.current,
section.split-section.videos-section .videos-container .news li.current,
section.split-section.news-section .news-container .videos li.current,
section.split-section.videos-section .news-container .videos li.current,
section.split-section.news-section .videos-container .videos li.current,
section.split-section.videos-section .videos-container .videos li.current,
section.split-section.news-section .news-container .news li.current + li,
section.split-section.videos-section .news-container .news li.current + li,
section.split-section.news-section .videos-container .news li.current + li,
section.split-section.videos-section .videos-container .news li.current + li,
section.split-section.news-section .news-container .videos li.current + li,
section.split-section.videos-section .news-container .videos li.current + li,
section.split-section.news-section .videos-container .videos li.current + li,
section.split-section.videos-section .videos-container .videos li.current + li {
  visibility: visible;
}
section.split-section.news-section .news-container .news li a,
section.split-section.videos-section .news-container .news li a,
section.split-section.news-section .videos-container .news li a,
section.split-section.videos-section .videos-container .news li a,
section.split-section.news-section .news-container .videos li a,
section.split-section.videos-section .news-container .videos li a,
section.split-section.news-section .videos-container .videos li a,
section.split-section.videos-section .videos-container .videos li a {
  text-decoration: none;
}
section.split-section.news-section .news-container .news li .article,
section.split-section.videos-section .news-container .news li .article,
section.split-section.news-section .videos-container .news li .article,
section.split-section.videos-section .videos-container .news li .article,
section.split-section.news-section .news-container .videos li .article,
section.split-section.videos-section .news-container .videos li .article,
section.split-section.news-section .videos-container .videos li .article,
section.split-section.videos-section .videos-container .videos li .article {
  background: #F5F5F5;
  position: relative;
  padding-bottom: 20px;
}
section.split-section.news-section .news-container .news li .article .image,
section.split-section.videos-section .news-container .news li .article .image,
section.split-section.news-section .videos-container .news li .article .image,
section.split-section.videos-section .videos-container .news li .article .image,
section.split-section.news-section .news-container .videos li .article .image,
section.split-section.videos-section .news-container .videos li .article .image,
section.split-section.news-section .videos-container .videos li .article .image,
section.split-section.videos-section .videos-container .videos li .article .image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 56.25%;
}
section.split-section.news-section .news-container .news li .article .text,
section.split-section.videos-section .news-container .news li .article .text,
section.split-section.news-section .videos-container .news li .article .text,
section.split-section.videos-section .videos-container .news li .article .text,
section.split-section.news-section .news-container .videos li .article .text,
section.split-section.videos-section .news-container .videos li .article .text,
section.split-section.news-section .videos-container .videos li .article .text,
section.split-section.videos-section .videos-container .videos li .article .text {
  padding: 20px;
}
section.split-section.news-section .news-container .news li .article .text .date,
section.split-section.videos-section .news-container .news li .article .text .date,
section.split-section.news-section .videos-container .news li .article .text .date,
section.split-section.videos-section .videos-container .news li .article .text .date,
section.split-section.news-section .news-container .videos li .article .text .date,
section.split-section.videos-section .news-container .videos li .article .text .date,
section.split-section.news-section .videos-container .videos li .article .text .date,
section.split-section.videos-section .videos-container .videos li .article .text .date {
  font-family: 'Antwerp-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: rgba(41, 37, 41, 0.5);
  letter-spacing: 0.6px;
  line-height: 24px;
}
section.split-section.news-section .news-container .news li .article .text .title,
section.split-section.videos-section .news-container .news li .article .text .title,
section.split-section.news-section .videos-container .news li .article .text .title,
section.split-section.videos-section .videos-container .news li .article .text .title,
section.split-section.news-section .news-container .videos li .article .text .title,
section.split-section.videos-section .news-container .videos li .article .text .title,
section.split-section.news-section .videos-container .videos li .article .text .title,
section.split-section.videos-section .videos-container .videos li .article .text .title {
  font-family: 'TTNorms-Bold';
  font-size: 30px;
  color: #292529;
  letter-spacing: 0.94px;
  line-height: 38px;
}
section.split-section.news-section .news-container .news li .article .text .preview,
section.split-section.videos-section .news-container .news li .article .text .preview,
section.split-section.news-section .videos-container .news li .article .text .preview,
section.split-section.videos-section .videos-container .news li .article .text .preview,
section.split-section.news-section .news-container .videos li .article .text .preview,
section.split-section.videos-section .news-container .videos li .article .text .preview,
section.split-section.news-section .videos-container .videos li .article .text .preview,
section.split-section.videos-section .videos-container .videos li .article .text .preview {
  font-family: 'Antwerp-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #292529;
  letter-spacing: 0.6px;
  line-height: 24px;
  height: 90px;
}
section.split-section.news-section .news-container .news li .article .text .btn,
section.split-section.videos-section .news-container .news li .article .text .btn,
section.split-section.news-section .videos-container .news li .article .text .btn,
section.split-section.videos-section .videos-container .news li .article .text .btn,
section.split-section.news-section .news-container .videos li .article .text .btn,
section.split-section.videos-section .news-container .videos li .article .text .btn,
section.split-section.news-section .videos-container .videos li .article .text .btn,
section.split-section.videos-section .videos-container .videos li .article .text .btn {
  padding-left: 0;
  background: none;
  color: #811569;
  text-transform: capitalize;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
section.split-section.news-section .news-container .indicators,
section.split-section.videos-section .news-container .indicators,
section.split-section.news-section .videos-container .indicators,
section.split-section.videos-section .videos-container .indicators {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.split-section.news-section .news-container .indicators ul,
section.split-section.videos-section .news-container .indicators ul,
section.split-section.news-section .videos-container .indicators ul,
section.split-section.videos-section .videos-container .indicators ul {
  list-style: none;
}
section.split-section.news-section .news-container .indicators ul li,
section.split-section.videos-section .news-container .indicators ul li,
section.split-section.news-section .videos-container .indicators ul li,
section.split-section.videos-section .videos-container .indicators ul li {
  float: left;
  width: 25px;
  height: 1px;
  background: rgba(41, 37, 41, 0.25);
  margin: 0 5px;
}
section.split-section.news-section .news-container .indicators ul li:nth-child(2n+2),
section.split-section.videos-section .news-container .indicators ul li:nth-child(2n+2),
section.split-section.news-section .videos-container .indicators ul li:nth-child(2n+2),
section.split-section.videos-section .videos-container .indicators ul li:nth-child(2n+2) {
  display: none;
}
section.split-section.news-section .news-container .indicators ul li.current,
section.split-section.videos-section .news-container .indicators ul li.current,
section.split-section.news-section .videos-container .indicators ul li.current,
section.split-section.videos-section .videos-container .indicators ul li.current {
  background: #811569;
}
section.split-section.news-section .news-container .arrows .arrow,
section.split-section.videos-section .news-container .arrows .arrow,
section.split-section.news-section .videos-container .arrows .arrow,
section.split-section.videos-section .videos-container .arrows .arrow {
  position: absolute;
  width: 14px;
  height: 34px;
  background: url(../images/slider-arrow.svg) no-repeat scroll center center transparent;
  top: calc(50% - 17px);
}
section.split-section.news-section .news-container .arrows .arrow.arrow-left,
section.split-section.videos-section .news-container .arrows .arrow.arrow-left,
section.split-section.news-section .videos-container .arrows .arrow.arrow-left,
section.split-section.videos-section .videos-container .arrows .arrow.arrow-left {
  left: 0;
}
section.split-section.news-section .news-container .arrows .arrow.arrow-right,
section.split-section.videos-section .news-container .arrows .arrow.arrow-right,
section.split-section.news-section .videos-container .arrows .arrow.arrow-right,
section.split-section.videos-section .videos-container .arrows .arrow.arrow-right {
  right: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.split-section.news-section .videos-container .videos li .play-btn,
section.split-section.videos-section .videos-container .videos li .play-btn {
  text-decoration: none;
}
section.split-section.news-section .videos-container .videos li .article,
section.split-section.videos-section .videos-container .videos li .article {
  padding-bottom: 0;
}
section.split-section.news-section .videos-container .videos li .article .image,
section.split-section.videos-section .videos-container .videos li .article .image {
  position: relative;
}
section.split-section.news-section .videos-container .videos li .article .image .play-icon,
section.split-section.videos-section .videos-container .videos li .article .image .play-icon {
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background: #000000;
  text-align: center;
  line-height: 66px;
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  font-weight: normal;
  padding-left: 5px;
}
section.split-section.news-section.videos-grid,
section.split-section.videos-section.videos-grid {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
section.split-section.news-section.videos-grid .videos-container .videos,
section.split-section.videos-section.videos-grid .videos-container .videos {
  width: 100%;
}
section.split-section.news-section.videos-grid .videos-container .videos li,
section.split-section.videos-section.videos-grid .videos-container .videos li {
  width: 50%;
  display: block;
  visibility: visible;
  margin-bottom: 50px;
}
section.split-section.news-section.videos-grid .videos-container .videos li:nth-child(2n+1),
section.split-section.videos-section.videos-grid .videos-container .videos li:nth-child(2n+1) {
  clear: left;
}
section.split-section.videos-section {
  background: #F7F6F7;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.split-section.videos-section .videos-container {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  width: 100%;
}
section.split-section.videos-section .videos-container .videos {
  width: 1000%;
}
section.split-section.videos-section .videos-container .videos li {
  width: 5%;
}
section.split-section.videos-section .videos-container .videos li .article {
  background: none;
}
section.split-section.videos-section .videos-container .videos li .article .text {
  padding: 10px 0;
}
section.split-section.videos-section .videos-container .videos li .article .text .title {
  font-size: 22px;
  line-height: 26px;
}
.subpage .left-side {
  float: left;
  width: 330px;
  padding-right: 57px;
  padding-top: 55px;
  padding-bottom: 120px;
}
.subpage .left-side .menu {
  width: 100%;
}
.subpage .left-side .menu .back {
  background: #F4F4F4;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: 'TTNorms-Bold';
  font-size: 24px;
  color: #292529;
  letter-spacing: 0.56px;
  line-height: 70px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.subpage .left-side .menu .back i {
  margin-right: 10px;
}
.subpage .left-side .menu .back i:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.subpage .left-side .menu ul.submenus {
  list-style: none;
  background: #F4F4F4;
  border-radius: 5px;
}
.subpage .left-side .menu ul.submenus li {
  border-bottom: 1px solid rgba(41, 37, 41, 0.1);
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.77px;
  line-height: 16px;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}
.subpage .left-side .menu ul.submenus li.active {
  color: #811569;
  font-family: 'TTNorms-Bold';
}
.subpage .left-side .menu ul.submenus li a {
  text-decoration: none;
  color: inherit;
  padding: 0 20px;
  display: block;
}
.subpage .left-side .menu ul.submenus li:last-child {
  border: none;
}
.subpage .right-side {
  float: left;
  width: calc( 100% - 330px );
  padding-top: 55px;
  padding-bottom: 120px;
}
.subpage .right-side .subcontent {
  width: 100%;
}
.subpage .right-side .subcontent p {
  margin-bottom: 10px;
}
.subpage .right-side .subcontent.subcontent-1 .only-text {
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
  margin-bottom: 30px;
}
.subpage .right-side .subcontent.subcontent-1 .only-text iframe {
  max-width: 100%;
}
.subpage .right-side .subcontent.subcontent-1 .only-text .image {
  max-width: 100%;
}
.subpage .right-side .subcontent.subcontent-1 .only-text .image img {
  max-width: 100% !important;
}
.subpage .right-side .subcontent.subcontent-1 .only-text ul {
  list-style: none;
  margin-bottom: 40px;
  margin-top: 40px;
}
.subpage .right-side .subcontent.subcontent-1 .only-text ul li {
  font-size: 18px;
  letter-spacing: 0.55px;
  line-height: 28px;
  margin-bottom: 30px;
  padding-left: 45px;
  position: relative;
}
.subpage .right-side .subcontent.subcontent-1 .only-text ul li:before {
  width: 30px;
  height: 30px;
  background: url(../images/bullet.svg) no-repeat scroll center center transparent;
  content: '';
  position: absolute;
  display: block;
  left: 0;
}
.subpage .right-side .subcontent.subcontent-6 .only-text {
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
  margin-bottom: 30px;
}
.subpage .right-side .subcontent.subcontent-6 .only-text iframe {
  max-width: 100%;
}
.subpage .right-side .subcontent .image-container {
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.subpage .right-side .subcontent .image-container .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subpage .right-side .subcontent .images {
  width: 100%;
  margin-bottom: 40px;
}
.subpage .right-side .subcontent .images .image1 {
  float: left;
  width: 48%;
  padding-top: 36%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2%;
}
.subpage .right-side .subcontent .images .image2 {
  float: left;
  width: 48%;
  padding-top: 36%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2%;
}
.subpage .right-side .subcontent .embed-video {
  margin-bottom: 40px;
}
.file-container {
  display: block;
  margin-bottom: 40px;
}
.file-container a {
  display: block;
  margin-top: 10px;
  padding-left: 50px;
  text-decoration: none;
  font-family: 'TTNorms-Regular';
  font-size: 18px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 28px;
  position: relative;
  line-height: 38px;
}
.file-container a:before {
  width: 38px;
  height: 38px;
  background: url(../images/file.svg) no-repeat scroll center center transparent;
  content: '';
  position: absolute;
  display: block;
  left: 0;
}
.landing-layout {
  overflow: inherit;
}
.landing-layout .color-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.landing-layout .container.colored {
  padding: 50px 0 50px;
}
.landing-layout .container.colored .text {
  max-width: 800px;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.55px;
  line-height: 22px;
  margin-bottom: 40px;
}
.landing-layout .container.colored .text .simple-button-plugin {
  margin-top: 35px;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #fff !important;
  letter-spacing: 0.3px;
  text-transform: none;
}
.landing-layout .container.colored .text .simple-button-plugin:after {
  content: "\e900";
  font-family: 'aisb';
  position: relative;
  font-size: 20px;
  float: right;
  margin-left: 10px;
}
.landing-layout .container.colored .text h3 {
  color: #fff;
  margin-bottom: 50px;
}
.landing-layout .container.colored .text h3:after {
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.landing-layout .container.colored.with-video {
  padding-bottom: 90px;
}
.landing-layout .container.colored.with-video .video-container {
  width: 100%;
}
.landing-layout .container.colored.with-video .video-container video {
  width: 100%;
}
.landing-layout.landing-layout-1 .row {
  width: 100%;
  display: table;
  min-height: 35vw;
}
.landing-layout.landing-layout-1 .row .col {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.landing-layout.landing-layout-1 .row .col.left {
  width: 60%;
}
.landing-layout.landing-layout-1 .row .col.right {
  width: 40%;
  padding: 10vw;
}
.landing-layout.landing-layout-1 .row .col h3 {
  margin-bottom: 50px;
}
.landing-layout.landing-layout-1 .row .col .text {
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
  max-width: 300px;
}
.landing-layout.landing-layout-1 .row .col .text .simple-button-plugin {
  margin-top: 25px;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #811569;
  letter-spacing: 0.3px;
  background: none;
  line-height: 14px;
  padding: 0;
  text-transform: none;
}
.landing-layout.landing-layout-1 .row .col .text .simple-button-plugin:after {
  content: "\e900";
  font-family: 'aisb';
  position: relative;
  font-size: 20px;
  float: right;
  margin-left: 10px;
}
.landing-layout.landing-layout-1 .row .col .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.landing-layout.landing-layout-2 .row {
  width: 100%;
  display: table;
  min-height: 35vw;
}
.landing-layout.landing-layout-2 .row .col {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.landing-layout.landing-layout-2 .row .col.left {
  width: 40%;
  padding: 10vw;
}
.landing-layout.landing-layout-2 .row .col.right {
  width: 60%;
}
.landing-layout.landing-layout-2 .row .col h3 {
  margin-bottom: 50px;
}
.landing-layout.landing-layout-2 .row .col .text {
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
  max-width: 300px;
}
.landing-layout.landing-layout-2 .row .col .text .simple-button-plugin {
  margin-top: 25px;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #811569;
  letter-spacing: 0.3px;
  background: none;
  line-height: 14px;
  padding: 0;
  text-transform: none;
}
.landing-layout.landing-layout-2 .row .col .text .simple-button-plugin:after {
  content: "\e900";
  font-family: 'aisb';
  position: relative;
  font-size: 20px;
  float: right;
  margin-left: 10px;
}
.landing-layout.landing-layout-2 .row .col .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.landing-layout.landing-layout-3 {
  padding: 90px 0;
  background: #F5F5F5;
}
.landing-layout.landing-layout-3 .row {
  width: 100%;
  display: table;
  min-height: 25vw;
  background: #FFFFFF;
  box-shadow: 6px 6px 15px 0 rgba(41, 37, 41, 0.1);
}
.landing-layout.landing-layout-3 .row .col {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 33.33333%;
  background: #FFFFFF;
}
.landing-layout.landing-layout-3 .row .col.left {
  padding: 5%;
}
.landing-layout.landing-layout-3 .row .col.right {
  padding: 5%;
}
.landing-layout.landing-layout-3 .row .col h3 {
  margin-bottom: 50px;
}
.landing-layout.landing-layout-3 .row .col .text {
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
}
.landing-layout.landing-layout-3 .row .col .text .simple-button-plugin {
  margin-top: 25px;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #811569;
  letter-spacing: 0.3px;
  background: none;
  line-height: 14px;
  padding: 0;
  text-transform: none;
}
.landing-layout.landing-layout-3 .row .col .text .simple-button-plugin:after {
  content: "\e900";
  font-family: 'aisb';
  position: relative;
  font-size: 20px;
  float: right;
  margin-left: 10px;
}
.landing-layout.landing-layout-3 .row .col .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.landing-layout.landing-layout-4 {
  background: #f5f5f5;
}
.landing-layout.landing-layout-4 .container .text.wide {
  max-width: 1100px;
}
.landing-layout.landing-layout-4 table {
  margin: 50px auto;
  border: none;
  display: table;
  width: 100%;
}
.landing-layout.landing-layout-4 table tr td {
  border: none;
  text-align: left;
  padding: 0 20px;
}
.landing-layout.landing-layout-4 table tr td p:nth-child(1) {
  font-family: 'Antwerp-Light';
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0.55px;
  display: block;
  margin-bottom: 0px;
  line-height: 1.25em;
}
.landing-layout.landing-layout-4 table tr td p:nth-child(2) {
  font-family: 'TTNorms-Bold';
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0.55px;
  display: block;
  margin-bottom: 0px;
  line-height: 1.25em;
}
.landing-layout.landing-layout-4 table tr td p:nth-child(3) {
  font-family: 'TTNorms-Regular';
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.55px;
  display: block;
  margin-bottom: 0px;
  line-height: 1.25em;
}
.landing-layout.landing-layout-5 {
  background: #f5f5f5;
  padding: 120px 0;
}
.landing-layout.landing-layout-5 .col-left {
  float: left;
  width: 20%;
  clear: left;
}
.landing-layout.landing-layout-5 .col-right {
  float: left;
  width: 80%;
}
.landing-layout.landing-layout-5 .col-right .inner-text {
  padding-left: 60px;
  opacity: 0.5;
  font-family: 'Antwerp-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  color: #292529;
  letter-spacing: 1.18px;
  line-height: 43px;
}
.learning-body .landing-layout-4 {
  background: #fff;
}
.slider-image-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-image-container .slider-images {
  width: 100%;
}
.slider-image-container .slider-images ul {
  width: 10000%;
  list-style: none;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-image-container .slider-images ul li {
  float: left;
  width: 1%;
}
.slider-image-container .slider-images ul li .image {
  width: auto;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 20px;
}
.slider-image-container .arrows .arrow {
  background: #292529;
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  text-align: center;
  line-height: 90px;
  font-size: 36px;
  color: #fff;
  text-decoration: none;
}
.slider-image-container .arrows .arrow.arrow-left {
  left: 0px;
}
.slider-image-container .arrows .arrow.arrow-right {
  right: 0px;
}
.slider-image-container .indicators-container {
  margin-top: 25px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.slider-image-container .indicators-container ul {
  list-style: none;
}
.slider-image-container .indicators-container ul li {
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B7B6B7;
  margin: 0 5px;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-image-container .indicators-container ul li.active {
  background: #292529;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  margin-top: -1px;
}
.subcontent {
  margin-bottom: 60px;
}
.subcontent h4 {
  font-family: 'TTNorms-Bold';
  font-size: 30px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 30px;
  margin: 0px 0 30px;
  text-transform: uppercase;
}
.article-container {
  padding: 60px 0;
}
#search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  clip-path: circle(0px at 94% 50px);
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
#search .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #811569;
}
#search .search-inner .search-field {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  padding-right: 50px;
}
.searchResultsOpen #search .search-inner .search-field {
  top: 80px;
  transform: translateY(0%);
}
#search .search-inner .search-field .startSearch {
  position: absolute;
  font-size: 32px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
}
#search .search-inner .search-field input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  font-family: 'Antwerp-Light';
  font-style: normal;
  font-weight: 300;
  font-size: 72px;
  color: #FFFFFF;
  background: none;
  width: 100%;
  letter-spacing: 1.52px;
  outline: none;
  text-align: center;
  position: relative;
}
#search .search-inner .search-results {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  background-color: #FFFFFF;
  color: #000;
  overflow: scroll;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.searchResultsOpen #search .search-inner .search-results {
  top: 200px;
}
#search .search-inner .search-results .container {
  max-width: 1170px;
  margin: 2em auto;
}
#search .search-inner .search-results ul {
  list-style: none;
}
#search .search-inner .search-results ul > li {
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #E6E6E6;
}
#search .search-inner .search-results .breadcrump {
  font-family: "Antwerp-Light";
  color: #6D6D6D;
  font-size: 0.875em;
  margin-bottom: 1em;
}
#search .search-inner .search-results .breadcrump ol {
  list-style: none;
}
#search .search-inner .search-results .breadcrump ol li {
  float: left;
  margin-right: 20px;
  position: relative;
}
#search .search-inner .search-results .breadcrump ol li:after {
  position: absolute;
  content: "/";
  right: -20px;
  width: 20px;
  height: 20px;
  text-align: center;
}
#search .search-inner .search-results .breadcrump ol li:last-child {
  color: #FA3782;
}
#search .search-inner .search-results .breadcrump ol li:last-child:after {
  display: none;
}
#search .search-inner .search-results .preview {
  font-size: 1.25em;
  color: #2D2D2C;
  margin-bottom: 1em;
  line-height: 1.6em;
}
#search .search-inner .search-results .preview span {
  background-color: #EFD37D;
}
#search .search-inner .search-results .btn {
  padding-left: 0;
  background: none;
  color: #811569;
  text-transform: capitalize;
}
#search .search-inner .search-results .no-results,
#search .search-inner .search-results .summary {
  text-align: center;
  margin: 4em auto;
  font-family: "Antwerp-Light";
  font-size: 2.25em;
  color: #949394;
}
#search .search-inner .search-results .no-results span,
#search .search-inner .search-results .summary span {
  color: #811569;
}
#search .search-inner .search-results .summary {
  margin: 2em auto;
}
#search.open {
  clip-path: circle(200vw at 94% 50px);
}
body.browser-Safari #search,
body.browser-Mozilla #search {
  right: -100vw;
  left: auto;
  display: block;
}
body.init-browser:not(.browser-Safari) #search,
body.init-browser:not(.browser-Mozilla) #search {
  display: block;
}
body header .right-side .close-btn {
  margin-right: -25px;
  opacity: 0;
}
body.searchOpen.browser-Safari #search {
  right: 0;
  left: 0;
}
body.searchOpen header .right-side .search-btn {
  opacity: 0;
  margin-right: 50px;
}
body.searchOpen header .right-side .account-btn {
  margin-right: 25px;
}
body.searchOpen header .right-side .close-btn {
  margin-right: 50px;
  opacity: 1;
}
body.searchOpen header.fixed .hamburger p {
  color: #fff;
}
body.searchOpen header.fixed .hamburger-inner,
body.searchOpen header.fixed .hamburger-inner::before,
body.searchOpen header.fixed .hamburger-inner::after {
  background-color: #fff;
}
body.searchOpen header.fixed .right-side a {
  color: #fff;
}
.pathways {
  width: 100%;
  list-style: none;
}
.pathways li.pathway {
  width: 100%;
  margin: 50px 0 80px;
  display: table;
  min-height: 700px;
}
.pathways li.pathway .col-image {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  position: relative;
  padding-right: 25px;
}
.pathways li.pathway .col-image .img {
  width: calc(100% - 25px);
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.pathways li.pathway .col-image .text {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 70%;
  font-family: 'TTNorms-Regular';
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.55px;
  line-height: 24px;
  padding: 40px;
  direction: ltr !important;
}
.pathways li.pathway .col-text {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding-left: 25px;
  direction: ltr;
}
.pathways li.pathway .col-text .title {
  font-family: 'TTNorms-Bold';
  font-size: 52px;
  color: #292529;
  letter-spacing: 0;
  line-height: 1.125em;
  margin-bottom: 30px;
}
.pathways li.pathway .col-text .quote {
  font-family: 'Antwerp-MediumItalic';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #292529;
  letter-spacing: 0.31px;
  margin-bottom: 20px;
  font-style: italic;
}
.pathways li.pathway .col-text .quote span {
  font-family: 'TTNorms-ExtraBold';
  font-weight: 300;
  font-size: 16px;
  color: #746A75;
  letter-spacing: 0.44px;
  padding-left: 30px;
  display: block;
  position: relative;
  margin-top: 20px;
  font-style: normal;
}
.pathways li.pathway .col-text .quote span:before {
  width: 20px;
  height: 2px;
  background: #E73277;
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  top: 50%;
}
.pathways li.pathway .col-text .grades {
  list-style: none;
  margin-top: 50px;
}
.pathways li.pathway .col-text .grades li {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.pathways li.pathway .col-text .grades li .age {
  font-family: 'TTNorms-Bold';
  font-size: 32px;
  color: #292529;
  letter-spacing: 0.4px;
  line-height: 30px;
}
.pathways li.pathway .col-text .grades li .age span {
  font-size: 16px;
  font-family: 'Antwerp';
  display: block;
  line-height: 14px;
  margin-bottom: 10px;
}
.pathways li.pathway .col-text .grades li .text {
  margin-top: 20px;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #746A75;
  letter-spacing: 0.26px;
  margin-bottom: 10px;
}
.pathways li.pathway .col-text .grades li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 50%;
}
.pathways li.pathway .col-text .grades li:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 11px;
  width: 1px;
  background: #000;
  height: calc(100% + 5px);
}
.pathways li.pathway .col-text .grades li:last-child:after {
  display: none;
}
.pathways li.pathway:nth-child(2n+0) {
  direction: rtl;
}
.pathways li.pathway:nth-child(2n+0) .col-image {
  padding-right: 0;
  padding-left: 25px;
}
.pathways li.pathway:nth-child(2n+0) .col-image .text {
  left: auto;
  right: -20px;
}
.pathways li.pathway:nth-child(2n+0) .col-text {
  padding-left: 0;
  padding-right: 25px;
  direction: ltr;
}
.pathways li.pathway:nth-child(2n+0) .col-text .title {
  text-align: right;
}
.pathways li.pathway:nth-child(2n+0) .col-text .quote {
  text-align: right;
}
.pathways li.pathway:nth-child(2n+0) .col-text .quote span {
  padding-left: 0;
  padding-right: 30px;
}
.pathways li.pathway:nth-child(2n+0) .col-text .quote span:before {
  left: auto;
  right: 0;
}
.pathways li.pathway:nth-child(2n+0) .col-text .grades li {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
.pathways li.pathway:nth-child(2n+0) .col-text .grades li:before {
  left: auto;
  right: 0;
}
.pathways li.pathway:nth-child(2n+0) .col-text .grades li:after {
  left: auto;
  right: 5px;
}
.pathways.division-2 li.pathway .col-image .text {
  background: #efd37d;
}
.pathways.division-2 li.pathway .col-text .grades li:before {
  background: #efd37d;
}
.pathways.division-2 li.pathway .col-image .text {
  background: #41DDD2;
}
.pathways.division-2 li.pathway .col-text .grades li:before {
  background: #41DDD2;
}
.pathways.division-3 li.pathway .col-image .text {
  background: #811569;
}
.pathways.division-3 li.pathway .col-text .grades li:before {
  background: #811569;
}
.pathways.division-4 li.pathway .col-image .text {
  background: #69BEFB;
}
.pathways.division-4 li.pathway .col-text .grades li:before {
  background: #69BEFB;
}
.book-a-visit-section {
  padding-bottom: 80px;
}
h2.main-titles {
  font-family: 'TTNorms-Bold';
  font-size: 30px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
  margin: 50px 0;
  font-weight: normal;
  text-transform: uppercase;
}
.form-group {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.form-group:nth-child(2n+0) {
  clear: left;
  padding-right: 20px;
}
.form-group:nth-child(2n+1) {
  clear: right;
  padding-left: 20px;
}
.form-group label {
  font-family: 'TTNorms-Medium';
  font-size: 14px;
  color: #201E20;
  letter-spacing: 0;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.form-group label.error {
  font-size: 12px;
  color: red;
  padding: 5px;
}
.form-group input,
.form-group select {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  outline: none;
  width: 100%;
  border-radius: 6px;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
}
.form-group input#date,
.form-group select#date {
  background: #fff url(../images/SVG/calendar.svg) 97% 50% no-repeat;
}
.form-group select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.form-group [type="date"] {
  background: #fff url(../images/SVG/calendar.svg) 97% 50% no-repeat;
}
.form-group [type="date"]::-webkit-inner-spin-button {
  display: none;
}
.form-group [type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.form-group .select-container {
  position: relative;
}
.form-group .select-container:after {
  position: absolute;
  right: 22px;
  top: 14px;
  font-size: 16px;
  font-family: 'aisb';
  color: #FA3782;
  content: "\e904";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  pointer-events: none;
}
.form-group textarea {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  outline: none;
  width: 100%;
}
.popup,
.popup-only-text {
  position: fixed;
  background: rgba(41, 37, 41, 0.85);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}
.popup .popup-exit,
.popup-only-text .popup-exit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.popup .popup-inner,
.popup-only-text .popup-inner {
  display: table;
  width: 50%;
  min-width: 320px;
  max-width: 600px;
  height: 100%;
  margin: auto;
}
.popup .popup-inner .popup-cell,
.popup-only-text .popup-inner .popup-cell {
  display: table-cell;
  vertical-align: middle;
}
.popup .popup-inner .popup-cell .popup-text,
.popup-only-text .popup-inner .popup-cell .popup-text {
  position: relative;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  font-family: 'Antwerp-Light';
  font-size: 20px;
  color: #292529;
  letter-spacing: 1.18px;
  line-height: 24px;
  padding: 100px 50px;
}
.popup .popup-inner .popup-cell .popup-text img,
.popup-only-text .popup-inner .popup-cell .popup-text img {
  max-width: 100%;
  margin: 30px auto;
}
.popup .popup-inner .popup-cell .popup-text .popup-close,
.popup-only-text .popup-inner .popup-cell .popup-text .popup-close {
  right: 20px;
  top: 20px;
  position: absolute;
  font-size: 20px;
  color: #292529;
  text-decoration: none;
}
.popup .btn-container,
.popup-only-text .btn-container {
  margin-top: 30px;
}
.wcu {
  width: 100%;
}
.wcu h2 {
  font-family: 'TTNorms-Bold';
  font-size: 52px;
  color: #292529;
  letter-spacing: 1.62px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 90px;
}
.wcu .symbol.center {
  display: table;
  margin: 0 auto 30px;
}
.wcu .row {
  width: 100%;
}
.wcu .row .col {
  float: left;
  width: 50%;
  padding: 25px;
}
.wcu .row .col:nth-child(2n+1) {
  clear: left;
}
.wcu .strength {
  width: 100%;
  font-family: 'Antwerp-Light';
  font-size: 20px;
  color: #292529;
  letter-spacing: 0.42px;
  text-align: center;
  max-width: 250px;
  margin: auto;
  display: table;
}
.wcu .strength img {
  display: table;
  margin: 0 auto 15px;
}
.wcu .map-section {
  margin: 90px 0;
}
.wcu .map-section .map-container {
  padding-top: 56%;
}
.wcu .map-section .map-container .map {
  top: 0;
}
.wcu .map-section .map-container .map .pins li {
  margin-top: -60px;
}
.wcu .map-section .map-container .vr {
  top: auto;
  bottom: 0;
  right: 20px;
  width: auto;
}
.wcu .map-section .map-container .vr .text .btn {
  margin-top: 0;
}
.wcu .map-section .map-container .text-container .divisions {
  position: relative;
}
.wcu .map-section .divisions {
  position: relative;
  padding: 50px;
}
.wcu .map-section .divisions li {
  width: 33.3333%;
  padding: 15px 15px 15px 0;
}
.wcu .map-section .divisions li:nth-child(3n+1) {
  clear: left;
}
.wcu {
  width: 100%;
}
.wcu section {
  overflow: visible;
}
.wcu h2 {
  font-family: 'TTNorms-Bold';
  font-size: 52px;
  color: #292529;
  letter-spacing: 1.62px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 60px;
}
.wcu .symbol.center {
  display: table;
  margin: 0 auto 30px;
}
.wcu .row {
  width: 100%;
}
.wcu .row .col {
  float: left;
  width: 50%;
  padding: 25px;
}
.wcu .row .col:nth-child(2n+1) {
  clear: left;
}
.wcu .strength {
  width: 100%;
  font-family: 'Antwerp-Light';
  font-size: 20px;
  color: #292529;
  letter-spacing: 0.42px;
  text-align: center;
  max-width: 250px;
  margin: auto;
  display: table;
}
.wcu .strength img {
  display: table;
  margin: 0 auto 15px;
}
.wcu .student {
  width: 100%;
  font-family: 'Antwerp-Light';
  font-size: 20px;
  color: #292529;
  letter-spacing: 0.42px;
  text-align: left;
  display: inline-block;
  margin: 40px 0;
}
.wcu .student span {
  font-family: 'TTNorms-Medium';
  font-size: 24px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 32px;
  display: block;
}
.wcu .student .img {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
}
.wcu .student .img img {
  max-width: 100%;
}
.wcu .student .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}
.wcu .map-section {
  margin: 90px 0;
}
.wcu .map-section .map-container {
  padding-top: 56%;
}
.wcu .map-section .map-container .map {
  top: 0;
}
.wcu .map-section .map-container .map .pins li {
  margin-top: -60px;
}
.wcu .map-section .map-container .vr {
  top: auto;
  bottom: 0;
  right: 20px;
  width: auto;
}
.wcu .map-section .map-container .vr .text .btn {
  margin-top: 0;
}
.wcu .map-section .map-container .text-container .divisions {
  position: relative;
}
.wcu .map-section .divisions {
  position: relative;
  padding: 50px;
}
.wcu .map-section .divisions li {
  width: 33.3333%;
  padding: 15px 0;
}
.wcu .statistics {
  width: 100%;
}
.wcu .statistics .col {
  float: left;
  width: 50%;
  padding: 40px 20px;
}
.wcu .statistics .col:nth-child(3) {
  width: 100%;
  clear: both;
}
.wcu .statistics .col .number {
  font-family: 'TTNorms-Bold';
  font-size: 90px;
  color: #E73277;
  letter-spacing: 0.69px;
  line-height: 90px;
  display: block;
  margin-bottom: 10px;
}
.wcu .statistics .col .title {
  font-family: 'Antwerp-MediumItalic';
  font-size: 21px;
  color: #292529;
  letter-spacing: 0.29px;
  line-height: 37px;
  margin-bottom: 20px;
}
.wcu .statistics .col .text {
  font-family: 'TTNorms-Regular';
  font-size: 16px;
  color: #292529;
  letter-spacing: 0.22px;
  line-height: 29px;
}
.wcu .travels,
.wcu .locations {
  width: 100%;
  display: table;
}
.wcu .travels .col,
.wcu .locations .col {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
.wcu .travels .col .inner-col,
.wcu .locations .col .inner-col {
  display: table;
  width: 100%;
}
.wcu .travels .col .icon,
.wcu .locations .col .icon {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.wcu .travels .col .icon img,
.wcu .locations .col .icon img {
  max-width: 100%;
}
.wcu .travels .col .text,
.wcu .locations .col .text {
  font-family: 'TTNorms-Regular';
  font-size: 15px;
  line-height: 22px;
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 20px;
}
.wcu .travels .col .text .title,
.wcu .locations .col .text .title {
  font-family: 'TTNorms-Medium';
  font-size: 18px;
  color: #292529;
  letter-spacing: 0.49px;
  line-height: 30px;
}
.wcu .travels {
  margin-bottom: 80px;
}
.wcu .locations {
  margin-top: 80px;
}
.wcu .slider-container {
  width: 100%;
  border: 1px dashed #FA3782;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.wcu .slider-container .slider {
  width: 1000%;
  list-style: none;
}
.wcu .slider-container .slider li {
  float: left;
  width: 10%;
  font-family: 'TTNorms-Italic';
  font-size: 18px;
  color: #FA3782;
  letter-spacing: 0.39px;
  text-align: center;
  line-height: 26px;
}
.wcu .slider-container .slider li .inner {
  padding: 50px 20% 20px;
}
.wcu .slider-container .arrows .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 32px;
  color: #E6E6E6;
  text-decoration: none;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}
.wcu .slider-container .arrows .arrow.arrow-left {
  left: 40px;
}
.wcu .slider-container .arrows .arrow.arrow-right {
  right: 40px;
}
.wcu .slider-container .indicators {
  display: table;
  margin: 0px auto 20px;
}
.wcu .slider-container .indicators ul {
  list-style: none;
}
.wcu .slider-container .indicators ul li {
  float: left;
  display: inline-block;
  background: #C5DAD8;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 3px;
}
.wcu .slider-container.green {
  border-color: #41DDD2;
  padding: 50px 0;
  margin: 50px 0 0px;
}
.wcu .slider-container.green h2 {
  margin-bottom: 40px;
  padding: 0 20px;
}
.wcu .slider-container.green .slider li {
  font-family: 'Antwerp-MediumItalic';
  font-size: 24px;
  color: #292529;
  letter-spacing: 0.51px;
  text-align: center;
  line-height: 42px;
}
.wcu .slider-container.green .slider li .inner {
  padding-top: 0;
}
.wcu .slider-container.green .arrows {
  display: table;
  margin: 40px auto 0;
}
.wcu .slider-container.green .arrows .arrow {
  position: relative;
  margin: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid #979797;
  color: #979797;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  top: auto;
}
.wcu .slider-container.green .arrows .arrow.arrow-left {
  left: auto;
}
.wcu .slider-container.green .arrows .arrow.arrow-right {
  right: auto;
}
.wcu .slider-container.green .arrows .arrow:hover {
  color: #41DDD2;
  border-color: #41DDD2;
}
.wcu .slider-container.green .indicators {
  margin: 40px auto;
}
.wcu .slider-container.green .indicators ul li.active {
  background: #41DDD2;
}
.wcu .slider-container.pink {
  border-color: #FA3782;
}
.wcu .slider-container.pink .slider li {
  color: #FA3782;
}
.wcu .slider-container.pink .arrows .arrow:hover {
  color: #FA3782;
}
.wcu .slider-container.pink .indicators ul li.active {
  background: #FA3782;
}
.wcu .image-slider {
  border: none;
  border-radius: 0;
  overflow: visible;
}
.wcu .image-slider .overflow {
  width: 100%;
  overflow: hidden;
}
.wcu .image-slider .slider li {
  padding-top: 5.6%;
  position: relative;
}
.wcu .image-slider .text-container {
  background: #811569;
  padding: 20px;
  left: -20px;
  bottom: -20px;
  position: absolute;
  width: 60%;
  max-width: 320px;
  z-index: 1;
  padding: 40px;
  overflow: hidden;
}
.wcu .image-slider .text-container ul {
  width: 1000%;
  list-style: none;
}
.wcu .image-slider .text-container ul li {
  float: left;
  width: 10%;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  line-height: 22px;
  opacity: 0;
  display: none;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
.wcu .image-slider .text-container ul li.active {
  opacity: 1;
  display: block;
}
.wcu .image-slider .text-container ul li .title {
  font-family: 'TTNorms-Bold';
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0.19px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1em;
}
.wcu .image-slider .text-container ul li .title:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 60px;
  height: 1px;
  opacity: 0.2;
  background: #FFFFFF;
}
.wcu .image-slider .text-container .arrows {
  display: block;
  margin: 40px 0 0;
}
.wcu .image-slider .text-container .arrows .arrow {
  position: relative;
  margin: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  top: auto;
  opacity: 0.5;
  margin: 0;
}
.wcu .image-slider .text-container .arrows .arrow.arrow-left {
  left: auto;
  margin-right: 20px;
}
.wcu .image-slider .text-container .arrows .arrow.arrow-right {
  right: auto;
}
.wcu .image-slider .text-container .arrows .arrow:hover {
  color: #fff;
  border-color: #fff;
  opacity: 1;
}
.wcu .image-slider .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.members {
  width: 100%;
}
.members ul {
  list-style: none;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.members ul li {
  float: left;
  width: 25%;
}
.members ul li:nth-child(4n+1) {
  clear: left;
}
.members ul li a {
  text-decoration: none;
}
.members ul li .member {
  margin: 10px;
}
.members ul li .member .image {
  padding-top: 140%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.members ul li .member .name {
  width: 100%;
  padding: 20px 0;
  font-family: 'Antwerp-Light';
  font-size: 12px;
  color: #E73277;
  letter-spacing: 0;
  line-height: 22px;
}
.members ul li .member .name span {
  font-family: 'TTNorms-Bold';
  font-size: 20px;
  color: #292529;
  letter-spacing: 0;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
}
#video-popup .popup-exit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#video-popup .popup-inner {
  max-width: 1480px;
  width: 90%;
  width: auto;
}
#video-popup .popup-inner .popup-text {
  padding: 0px 0;
  background: none;
}
#video-popup .popup-inner .popup-text iframe {
  height: 70vh;
  width: 70vw;
}
#video-popup .popup-inner .popup-text .popup-close {
  color: #fff;
  position: fixed;
}
#faculty-popup {
  overflow: auto;
}
#faculty-popup .popup-inner {
  max-width: 800px;
  width: 100%;
}
#faculty-popup .popup-text {
  padding: 80px;
  border-radius: 0;
  text-align: left;
}
#faculty-popup .table {
  width: 100%;
  display: table;
  height: 100%;
}
#faculty-popup .table .cell {
  display: table-cell;
  vertical-align: middle;
}
#faculty-popup .table .cell.cell-image {
  width: 250px;
}
#faculty-popup .table .cell.cell-image .image {
  width: 200px;
  padding-top: 110%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 50px;
}
#faculty-popup .table .cell .name {
  font-family: 'TTNorms-Bold';
  font-size: 32px;
  color: #292529;
  letter-spacing: 0;
  text-align: left;
  line-height: 38px;
}
#faculty-popup .row {
  display: table;
  width: 100%;
}
#faculty-popup .row .col {
  display: block;
  width: 100%;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
}
#faculty-popup .row > label {
  font-family: 'TTNorms-Medium';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0;
  line-height: 22px;
  float: left;
  width: 100px;
}
#faculty-popup .row > span {
  float: left;
  width: calc(100% - 100px);
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
}
#faculty-popup .box {
  width: 100%;
  border-bottom: 1px solid rgba(151, 151, 151, 0.14);
  padding-bottom: 40px;
}
#faculty-popup .title {
  font-family: 'TTNorms-Bold';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 40px;
}
.members-filter {
  margin-bottom: 40px;
}
.job-postings {
  list-style: none;
  width: 100%;
}
.job-postings li {
  float: left;
  width: 50%;
  padding: 20px;
}
.job-postings li a {
  text-decoration: none;
}
.job-postings li .job {
  width: 100%;
}
.job-postings li .job .title {
  font-family: 'TTNorms-Bold';
  font-size: 24px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 30px;
}
.job-postings li .job .image {
  width: 100%;
  padding-top: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  margin: 20px 0;
}
.job-postings li .job .text {
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
  width: 100%;
}
.job-postings li .job .simple-button-plugin {
  margin-top: 25px;
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #811569;
  letter-spacing: 0.3px;
  background: none;
  line-height: 14px;
  padding: 0;
  text-transform: none;
  float: right;
  clear: both;
}
.job-postings li .job .simple-button-plugin:after {
  content: "\e900";
  font-family: 'aisb';
  position: relative;
  font-size: 20px;
  float: right;
  margin-left: 10px;
}
.job-article {
  width: 100%;
}
.job-article h4 {
  font-family: 'TTNorms-Bold';
  font-size: 30px;
  color: #292529;
  letter-spacing: 0.69px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.job-article h5 {
  font-family: 'TTNorms-Bold';
  font-size: 20px;
  color: #811569;
  letter-spacing: 0.69px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}
.job-article .text-content {
  margin-top: 30px;
}
.job-article .text-content p {
  font-family: 'TTNorms-Regular';
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
}
.job-article .text-content ul {
  list-style: none;
  margin-bottom: 40px;
  margin-top: 40px;
}
.job-article .text-content ul li {
  font-size: 18px;
  letter-spacing: 0.55px;
  line-height: 28px;
  margin-bottom: 30px;
  padding-left: 45px;
  position: relative;
}
.job-article .text-content ul li:before {
  width: 30px;
  height: 30px;
  background: url(../images/bullet.svg) no-repeat scroll center center transparent;
  content: '';
  position: absolute;
  display: block;
  left: 0;
}
.job-article .file-container {
  margin-top: 30px;
}
.experience-div {
  display: table;
  padding: 70px;
  background: #EFD37D;
  width: 100%;
  margin: 0 0 100px 0;
}
.experience-div .icon {
  display: table-cell;
  vertical-align: middle;
}
.experience-div .icon img {
  display: block;
  margin: auto;
}
.experience-div .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 60px;
}
.experience-div .text .title {
  font-family: 'Antwerp-Light';
  font-size: 52px;
  color: #292529;
  letter-spacing: 1.62px;
  margin-bottom: 15px;
}
.experience-div .text .btn {
  font-size: 18px;
  color: #292529;
  background: none;
  height: auto;
  padding: 0;
  text-transform: none;
}
.identity {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}
.identity .image {
  float: left;
  width: 300px;
  text-align: center;
}
.identity .image img {
  max-width: 100%;
  margin: auto;
}
.identity .text {
  float: left;
  width: calc(100% - 400px);
  padding-left: 50px;
  font-family: TTNorms-Regular;
  font-size: 14px;
  color: #292529;
  letter-spacing: 0.55px;
  line-height: 22px;
}
.identity .text h3 {
  margin-bottom: 50px;
}
.countdown-container {
  width: 100%;
  position: relative;
}
.countdown-container .row {
  width: 100%;
}
.countdown-container .row .col {
  width: 25%;
  float: left;
  padding: 16px;
}
.countdown-container .row .clock-item .inner {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.countdown-container .text {
  font-size: 14px;
  font-family: 'TTNorms-Regular';
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.countdown-container .text .val {
  font-size: 50px;
  font-family: 'TTNorms-Bold';
  margin-bottom: 0 !important;
  line-height: 46px;
}
.countdown-container .text .type-time {
  font-size: 18px;
  margin-bottom: 0 !important;
}
.countdown-container .clock-canvas {
  background-color: #F4F4F4;
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
}
.alumni-container {
  margin: 100px 0 100px 0;
  box-shadow: 6px 6px 15px 0 rgba(41, 37, 41, 0.2);
  position: relative;
  overflow: hidden;
}
.alumni-container .arrows .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #292529;
  bottom: 20px;
  z-index: 2;
  border-radius: 50%;
  background-size: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 42px;
  transition: 300ms all ease-in-out;
}
.alumni-container .arrows .arrow:hover {
  color: #fff;
  background: #E73277;
}
.alumni-container .arrows .arrow.arrow-left {
  right: 70px;
}
.alumni-container .arrows .arrow.arrow-right {
  right: 20px;
}
.alumni-container .alumni-container-slider {
  background: #FFFFFF;
  width: 1000%;
  list-style: none;
}
.alumni-container .alumni-container-slider .row {
  width: 10%;
  display: table;
  float: left;
}
.alumni-container .alumni-container-slider .row .col {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.alumni-container .alumni-container-slider .row .col.col-text {
  padding: 60px;
}
.alumni-container .alumni-container-slider .row .col .name {
  font-family: 'TTNorms-Bold';
  font-size: 40px;
  color: #292529;
  letter-spacing: 1.25px;
  line-height: 50px;
  margin-bottom: 10px;
  line-height: 1em;
}
.alumni-container .alumni-container-slider .row .col .title {
  font-family: 'Antwerp-Light';
  font-style: italic;
  font-size: 20px;
  color: #292529;
  letter-spacing: 0.62px;
  line-height: 50px;
  line-height: 1em;
  margin-bottom: 20px;
}
.alumni-container .alumni-container-slider .row .col .image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
table.responsive {
  overflow: auto;
}
table.responsive tbody {
  width: 500px;
}
@media screen and (max-width: 1640px) {
  .stat-section {
    padding: 100px 0;
  }
  .stat-section .stat .anim {
    width: 25%;
    height: 160px;
  }
  .stat-section .stat .text {
    width: 75%;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  footer .logo {
    bottom: 15px;
  }
}
@media screen and (max-width: 1420px) {
  section.height-vh {
    min-height: 0;
    height: 56vw;
  }
}
@media screen and (max-width: 1280px) {
  h3,
  .map-section .accreditation-container h3 {
    font-size: 30px;
    line-height: 36px;
  }
  section.split-section.vision-section,
  section.split-section.mission-section,
  section.services-section {
    padding: 80px 0;
  }
  section.split-section .col-right .inner-text {
    font-size: 24px;
    line-height: 36px;
  }
  .quote-section {
    min-height: 600px;
    padding: 80px 0;
  }
  .quote-section .quote {
    font-size: 18px;
    line-height: 24px;
    padding: 70px 50px;
  }
  .members ul li {
    width: 33.33333%;
  }
  .members ul li:nth-child(4n+1) {
    clear: none;
  }
  .members ul li:nth-child(3n+1) {
    clear: left;
  }
  .cal-wrapper .booking-calendar {
    width: 100%;
    float: none;
  }
  .cal-wrapper .arrows {
    float: none;
    margin-bottom: 100px;
    width: 100%;
  }
  .legend {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 50px;
    width: 100%;
  }
  .countdown-container .text .val {
    font-size: 38px;
    line-height: 36px;
  }
  .countdown-container .text .type-time {
    font-size: 16px;
  }
}
@media screen and (max-width: 1240px) {
  .alumni-container .alumni-container-slider .row .col .name {
    font-size: 32px;
  }
  #search .search-inner .search-results .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .row .col {
    padding: 0 10px;
  }
  footer .row .col:nth-child(4) {
    width: 230px;
  }
  footer .row .col:nth-child(3) {
    width: calc(40% - 115px);
  }
  footer .row .col:nth-child(2) {
    width: calc(60% - 115px);
  }
  .stat-section .stat .anim {
    height: 130px;
  }
  .stat-section .stat .text {
    font-size: 16px;
    line-height: 20px;
  }
  .stat-section .stat .text span {
    margin-top: 3px;
    line-height: 40px;
    font-size: 40px;
  }
  section.header-section .logo img,
  section.header-section .svg-animation img {
    height: auto;
    width: 260px;
  }
  section.header-section h1 {
    font-size: 46px;
    line-height: 56px;
    max-width: 450px;
    margin-top: 10px;
  }
  .cta-group .cta {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .divisions-section.split-section ul li .division .title-box .title,
  .divisions-section ul li .division .title-box .title {
    font-size: 40px;
    line-height: 40px;
  }
  .divisions-section.split-section ul li .division .title-box .btn,
  .divisions-section ul li .division .title-box .btn {
    margin-top: 5px;
  }
  .divisions-section.split-section ul li .division .title-box,
  .divisions-section ul li .division .title-box {
    padding: 20px;
  }
  .map-section .accreditation-container .logo {
    width: 60%;
  }
  .divisions-section.split-section,
  .divisions-section {
    padding: 80px 0;
  }
  .map-section .container {
    width: 100%;
  }
  .map-section .container .map-container {
    border-radius: 0;
  }
  .map-section .accreditation-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1060px) {
  section.split-section.news-section .news-container,
  section.split-section.videos-section .videos-container {
    width: 100%;
    padding-right: 0;
  }
  section.split-section.news-section .news-container .news li,
  section.split-section.videos-section .videos-container .news li,
  section.split-section.news-section .news-container .videos li,
  section.split-section.videos-section .videos-container .videos li {
    width: 10%;
  }
  section.split-section.news-section .news-container .indicators ul li:nth-child(2n+2),
  section.split-section.videos-section .videos-container .indicators ul li:nth-child(2n+2) {
    display: block;
  }
  .stat-section {
    padding: 50px 0;
  }
  .stat-section .stat {
    width: 50%;
  }
  .stat-section .stat .anim {
    height: 160px;
  }
  .stat-section .stat .text {
    font-size: 20px;
    line-height: 24px;
  }
  .stat-section .stat .text span {
    margin-top: 10px;
    line-height: 50px;
    font-size: 50px;
  }
  section.split-section.news-section .enableSwipe,
  section.split-section.videos-section .enableSwipe {
    display: block;
  }
  section.split-section.videos-section.videos-grid .videos-container .videos li {
    width: 50%;
    padding-right: 30px;
  }
  section.split-section.videos-section.videos-grid .videos-container .videos li:nth-child(3n+1) {
    clear: none;
  }
  section.split-section.videos-section.videos-grid .videos-container .videos li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 1024px) {
  footer .row .col {
    padding: 20px 10px;
  }
  footer .row .col:nth-child(4) {
    width: 100%;
  }
  footer .row .col:nth-child(3) {
    width: 50%;
  }
  footer .row .col:nth-child(2) {
    width: 50%;
  }
  .home-body .map-section .map-container {
    padding-top: 0;
  }
  .home-body .map-section .map-container .map {
    position: relative;
    top: auto;
    height: 50vw;
    min-height: 500px;
    left: -40px;
    width: calc(100% + 80px);
  }
  .home-body .map-section .map-container .map .pins {
    height: 100%;
  }
  .home-body .map-section .map-container .map .pins li {
    margin-top: -5vw;
  }
  .home-body .map-section .map-container .text-container {
    position: relative;
    left: 0;
    right: 0;
    padding: 40px;
    top: 0;
    bottom: 0;
  }
  .home-body .map-section .map-container .text-container .divisions {
    bottom: auto;
    position: relative;
  }
  .home-body .map-section .map-container .text-container .divisions li {
    width: 50%;
    padding: 10px 0;
  }
  .home-body .map-section .map-container .vr {
    top: 50%;
  }
  .subpage .left-side {
    display: none;
  }
  .subpage .right-side {
    width: 100%;
    float: none;
    padding-bottom: 80px;
  }
  .members ul li {
    width: 25%;
  }
  .members ul li:nth-child(4n+1) {
    clear: left;
  }
  .members ul li:nth-child(3n+1) {
    clear: none;
  }
}
@media screen and (max-width: 960px) {
  .pathways li.pathway:nth-child(2n+0) {
    direction: ltr;
  }
  .pathways li.pathway:nth-child(2n+0) .col-text {
    padding-left: 25px;
    padding-right: 0;
  }
  .pathways li.pathway:nth-child(2n+0) .col-text .title,
  .pathways li.pathway:nth-child(2n+0) .col-text .quote {
    text-align: left;
  }
  .pathways li.pathway:nth-child(2n+0) .col-text .quote span {
    padding-left: 30px;
    padding-right: 0;
  }
  .pathways li.pathway:nth-child(2n+0) .col-text .quote span:before {
    right: auto;
    left: 0;
  }
  .pathways li.pathway:nth-child(2n+0) .col-text .grades li {
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
  }
  .pathways li.pathway:nth-child(2n+0) .col-text .grades li:before {
    left: 0;
    right: auto;
  }
  .pathways li.pathway:nth-child(2n+0) .col-text .grades li:after {
    left: 5px;
    right: auto;
  }
  .pathways li.pathway:nth-child(2n+0) .col-image .text {
    left: -20px;
    right: auto;
  }
  .pathways li.pathway .col-image {
    display: block;
    width: 100%;
    height: 56%;
    min-height: 420px;
  }
  .pathways li.pathway .col-image .text {
    width: 90%;
  }
  .pathways li.pathway .col-text {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  body.menu-active header .hamburger {
    left: calc(50vw - 50px);
  }
  header menu {
    padding-left: 45px;
    padding-right: 45px;
    width: 50vw;
  }
  header menu .menu-table .menu-inner ul.main-menu li {
    font-size: 20px;
    line-height: 50px;
  }
  header menu header menu .menu-table .menu-inner ul.main-menu li.small {
    font-size: 16px;
    line-height: 38px;
  }
  header menu header menu .menu-table .menu-inner ul.main-menu li:nth-child(8) {
    margin-top: 20px;
  }
  header menu .socials {
    left: 45px;
  }
  header .submenu {
    width: 50vw;
  }
  header .submenu .submenu-inner ul li {
    font-size: 16px;
    height: 54px;
    padding-top: 12px;
  }
  header .submenu .submenu-inner ul li a {
    line-height: 30px;
  }
  body.menu-active header .submenu.is-active {
    left: 50vw;
  }
  .landing-layout.landing-layout-4 table tr td p:nth-child(1) {
    font-size: 26px;
  }
  .landing-layout.landing-layout-4 table tr td p:nth-child(2) {
    font-size: 26px;
  }
  .landing-layout.landing-layout-4 table tr td p:nth-child(3) {
    font-size: 18px;
  }
  .divisions-section.divisions-section-type2 ul li .division .title-box {
    width: 90%;
  }
  .divisions-section.divisions-section-type2 ul li .division .point {
    top: 37%;
    left: -187px;
  }
  .divisions-section.divisions-section-type2 ul li .division .line {
    left: -180px;
  }
  .divisions-section.split-section ul li .division .text,
  .divisions-section ul li .division .text {
    font-size: 16px;
    line-height: 24px;
    width: 200px;
    background: #fff;
    z-index: 2;
  }
  .experience-div .text .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 890px) {
  section.header-section .logo.top,
  section.header-section .svg-animation.top {
    position: relative;
    top: auto;
    display: table;
    margin: 30px auto 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    /* note that you have @trasnform here */
    -o-transform: none;
    transform: none;
    left: auto;
  }
  section.height-vh.subpage-header {
    height: 64vw;
    max-height: 100vh;
    min-height: 400px;
  }
  section .container.table .inner {
    display: block;
    margin-top: 15vw;
    padding-bottom: 0;
  }
  .home-body section .container.table .inner {
    margin-top: 120px;
  }
  .learning-body section .container.table .inner {
    margin-top: 120px;
  }
  section.header-section .start-scrolling {
    display: none;
  }
  section.split-section .col-left,
  section.split-section .col-right {
    width: 100%;
    float: none;
    clear: none;
  }
  section.split-section .col-left {
    padding-bottom: 50px;
  }
  section.split-section.news-section,
  section.split-section.videos-section {
    padding-bottom: 80px;
  }
  section.split-section.news-section .arrows,
  section.split-section.videos-section .arrows {
    display: none;
  }
  section.split-section.news-section .news-container,
  section.split-section.videos-section .news-container,
  section.split-section.news-section .videos-container,
  section.split-section.videos-section .videos-container {
    padding-left: 0px;
  }
  section.split-section.news-section .news-container .news li,
  section.split-section.videos-section .news-container .news li,
  section.split-section.news-section .videos-container .news li,
  section.split-section.videos-section .videos-container .news li,
  section.split-section.news-section .news-container .videos li,
  section.split-section.videos-section .news-container .videos li,
  section.split-section.news-section .videos-container .videos li,
  section.split-section.videos-section .videos-container .videos li {
    padding-right: 0;
  }
  section.split-section.news-section .news-container .news li .article,
  section.split-section.videos-section .news-container .news li .article,
  section.split-section.news-section .videos-container .news li .article,
  section.split-section.videos-section .videos-container .news li .article,
  section.split-section.news-section .news-container .videos li .article,
  section.split-section.videos-section .news-container .videos li .article,
  section.split-section.news-section .videos-container .videos li .article,
  section.split-section.videos-section .videos-container .videos li .article {
    padding-bottom: 0;
    height: auto !important;
  }
  section.split-section.news-section .news-container .news li .article .text .preview,
  section.split-section.videos-section .news-container .news li .article .text .preview,
  section.split-section.news-section .videos-container .news li .article .text .preview,
  section.split-section.videos-section .videos-container .news li .article .text .preview,
  section.split-section.news-section .news-container .videos li .article .text .preview,
  section.split-section.videos-section .news-container .videos li .article .text .preview,
  section.split-section.news-section .videos-container .videos li .article .text .preview,
  section.split-section.videos-section .videos-container .videos li .article .text .preview {
    height: auto;
  }
  section.split-section.news-section .news-container .news li .article .text .btn,
  section.split-section.videos-section .news-container .news li .article .text .btn,
  section.split-section.news-section .videos-container .news li .article .text .btn,
  section.split-section.videos-section .videos-container .news li .article .text .btn,
  section.split-section.news-section .news-container .videos li .article .text .btn,
  section.split-section.videos-section .news-container .videos li .article .text .btn,
  section.split-section.news-section .videos-container .videos li .article .text .btn,
  section.split-section.videos-section .videos-container .videos li .article .text .btn {
    position: relative;
    left: auto;
    bottom: auto;
  }
  section.split-section .col-right .inner-text {
    padding-left: 0;
  }
  .cta-group {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    /* note that you have @trasnform here */
    -o-transform: none;
    transform: none;
    top: auto;
    right: auto;
  }
  .cta-group .cta {
    margin: 0;
    background: #fff;
    font-size: 16px;
    color: #292529;
    letter-spacing: 0.34px;
    border-bottom: 1px solid #E6E6E6;
    height: 60px;
    line-height: 60px;
  }
  .cta-group .cta:after {
    color: inherit;
  }
  .cta-group .cta:hover {
    color: #fa3782;
  }
  .cta-group .cta:before {
    display: none;
  }
  section.height-vh {
    padding-bottom: 240px;
  }
  .services .service:nth-child(2n+1) {
    padding-left: 0;
  }
  .divisions-section.split-section .col-right,
  .divisions-section .col-right {
    width: 100%;
    padding-left: 250px;
  }
  .divisions-section.split-section ul li .division .text,
  .divisions-section ul li .division .text {
    width: 150px;
    font-size: 16px;
    line-height: 22px;
  }
  .divisions-section.split-section,
  .divisions-section {
    padding: 80px 0;
  }
  .map-section .accreditation-container .logo {
    float: none;
    padding-top: 50px;
    width: 100%;
  }
  .map-section .accreditation-container h3 {
    float: none;
  }
  section.height-vh {
    min-height: 700px;
    height: 56vw;
  }
  section.height-vh.small-header {
    min-height: 420px;
  }
  section.height-vh video {
    min-height: 600px;
    width: auto;
    max-height: 100vh;
  }
  .members ul li {
    width: 33.33333%;
  }
  .members ul li:nth-child(3n+1) {
    clear: left;
  }
  .members ul li:nth-child(4n+1) {
    clear: none;
  }
  #search .search-inner .search-field input {
    font-size: 48px;
  }
  .divisions-section.divisions-section-type2 ul li .division .line {
    left: -155px;
  }
  .divisions-section.divisions-section-type2 ul li .division .point {
    left: -162px;
  }
  section.split-section.news-section .news-container .videos-container-inner,
  section.split-section.videos-section .news-container .videos-container-inner,
  section.split-section.news-section .videos-container .videos-container-inner,
  section.split-section.videos-section .videos-container .videos-container-inner {
    width: 100%;
  }
  .map-section .gmap .gmap-image {
    height: 350px;
    background-position: top 120px center;
    margin-top: 180px;
    background-size: 1200px;
  }
  .map-section .gmap .gmap-image h3 {
    margin-top: -150px;
  }
  .map-section .accreditation-container h3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 820px) {
  footer .row {
    margin-bottom: 0;
  }
  footer .row .col:nth-child(4),
  footer .row .col:nth-child(3),
  footer .row .col:nth-child(2) {
    width: 100%;
  }
  footer .row .col .col-content {
    max-width: 600px;
    padding-bottom: 40px;
  }
  .experience-div .text {
    display: block;
    margin: auto;
    padding-left: 0;
    text-align: center;
  }
  .experience-div .text .title {
    font-size: 42px;
  }
  .experience-div .icon {
    display: block;
    margin: auto;
  }
  .experience-div .icon img {
    height: 130px;
  }
}
@media screen and (max-width: 760px) {
  .popup .popup-inner .popup-cell .popup-text,
  .popup-only-text .popup-inner .popup-cell .popup-text {
    padding: 50px;
    font-size: 16px;
    line-height: 20px;
  }
  .popup .popup-inner,
  .popup-only-text .popup-inner {
    width: 90%;
  }
  .alumni-container .alumni-container-slider .row .col {
    display: table-header-group;
  }
  .alumni-container .alumni-container-slider .row .col.col-text {
    display: table-cell;
  }
  .stat-section .stat {
    width: 100% !important;
  }
  .stat-section .stat .anim {
    display: table;
    margin: auto;
    float: none;
  }
  .stat-section .stat .anim .svg-animation svg {
    right: auto;
    top: auto;
    height: 200px !important;
    position: relative;
  }
  .stat-section .stat .text {
    text-align: center;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .quote-section .quote {
    max-width: 100%;
    width: 100%;
  }
  .quote-section .quote span {
    margin-top: 15px;
  }
  section.header-section h1 {
    font-size: 30px;
    line-height: 36px;
    max-width: 450px;
  }
  section.split-section .col-right .inner-text {
    font-size: 20px;
    line-height: 32px;
  }
  h3,
  .map-section .accreditation-container h3 {
    font-size: 40px;
    line-height: 50px;
  }
  section.split-section.vision-section,
  section.split-section.mission-section,
  section.services-section,
  section.split-section.services-section {
    padding: 40px 0;
  }
  .services .service {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .services .service {
    margin-bottom: 45px;
  }
  .services .service .image {
    height: auto;
  }
  .services .service .image .svg-animation {
    height: 200px;
  }
  .services .service .image .svg-animation svg {
    height: 100% !important;
  }
  .divisions-section,
  .divisions-section.split-section {
    padding: 0;
  }
  .divisions-section .container,
  .divisions-section.split-section .container {
    width: 100%;
  }
  .divisions-section .container .col-left,
  .divisions-section.split-section .container .col-left,
  .divisions-section .container .col-right,
  .divisions-section.split-section .container .col-right {
    padding-left: 0;
  }
  .divisions-section .container .col-left,
  .divisions-section.split-section .container .col-left {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
  }
  .divisions-section ul li .division,
  .divisions-section.split-section ul li .division {
    margin-top: 280px;
    margin-bottom: 0;
  }
  .divisions-section ul li .division .point,
  .divisions-section.split-section ul li .division .point {
    display: none;
  }
  .divisions-section ul li .division .text .point.mobile,
  .divisions-section.split-section ul li .division .text .point.mobile {
    position: relative;
    top: auto;
    left: auto;
    display: table;
    margin: 0 auto 15px;
  }
  .divisions-section ul li .division .line,
  .divisions-section.split-section ul li .division .line {
    display: none;
  }
  .divisions-section ul li .division .title-box,
  .divisions-section.split-section ul li .division .title-box {
    width: 100%;
    padding: 25px;
    left: 0;
  }
  .divisions-section ul li .division .text,
  .divisions-section.split-section ul li .division .text {
    position: absolute;
    right: auto;
    left: 50%;
    top: 0;
    text-align: center;
    width: 100%;
    max-width: 260px;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -moz-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    /* note that you have @trasnform here */
    -o-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    margin-top: -30px;
  }
  .divisions-section ul li .division .image,
  .divisions-section.split-section ul li .division .image {
    min-height: 460px;
  }
  .divisions-section ul li .division .title-box,
  .divisions-section.split-section ul li .division .title-box {
    position: relative;
    bottom: auto;
  }
  header menu {
    width: 100%;
    left: -100%;
  }
  header .submenu {
    width: calc(100% - 10px);
    z-index: 91;
    left: 200%;
  }
  header .submenu .submenu-inner .sm-group {
    left: 100%;
  }
  header .submenu .menu-back {
    display: block;
  }
  body.menu-active header .submenu {
    left: 100%;
  }
  body.menu-active header .submenu.is-active {
    left: 10px;
  }
  body.menu-active header .hamburger {
    left: calc(100vw - 50px);
  }
  header .hamburger {
    top: 30px;
    left: 30px;
  }
  header .right-side {
    top: 30px;
    right: 0;
  }
  section.header-section .logo.top,
  section.header-section .svg-animation.top {
    margin-top: 20px;
  }
  section.header-section .logo.top img,
  section.header-section .svg-animation.top img {
    width: 180px;
    height: auto;
  }
  .landing-layout.landing-layout-1 {
    padding: 0;
  }
  .landing-layout.landing-layout-1 .row .col .text {
    max-width: 500px;
  }
  .landing-layout.landing-layout-1 .row .col.left {
    width: 100%;
    height: 56vw;
    display: block;
    min-height: 300px;
  }
  .landing-layout.landing-layout-1 .row .col.right {
    width: 100%;
    padding: 60px;
    display: block;
  }
  .landing-layout.landing-layout-2 {
    padding: 0;
  }
  .landing-layout.landing-layout-2 .row {
    direction: rtl;
  }
  .landing-layout.landing-layout-2 .row .col {
    direction: ltr;
    display: block;
  }
  .landing-layout.landing-layout-2 .row .col .text {
    max-width: 500px;
  }
  .landing-layout.landing-layout-2 .row .col.right {
    width: 100%;
    height: 56vw;
    min-height: 300px;
    display: block;
  }
  .landing-layout.landing-layout-2 .row .col.left {
    width: 100%;
    padding: 60px;
  }
  .landing-layout.landing-layout-3 {
    padding: 0;
  }
  .landing-layout.landing-layout-3 .container {
    width: 100%;
  }
  .landing-layout.landing-layout-3 .row {
    box-shadow: none;
  }
  .landing-layout.landing-layout-3 .row .col {
    width: 100%;
    display: block;
  }
  .landing-layout.landing-layout-3 .row .col.right {
    padding: 60px;
  }
  .landing-layout.landing-layout-3 .row .col.left {
    padding: 60px;
  }
  .landing-layout.landing-layout-3 .row .col.center {
    padding-top: 56%;
  }
  .landing-layout.landing-layout-3 .row .col h3 {
    margin-bottom: 20px;
  }
  .landing-layout.landing-layout-4 {
    padding: 0;
  }
  .landing-layout .container.colored {
    padding: 50px 0 50px;
    width: 100%;
  }
  .landing-layout .container.colored .text {
    width: 90%;
    margin: 0 auto 40px;
  }
  .slider-image-container .arrows {
    display: none;
  }
  .slider-image-container .slider-images ul li .image {
    margin: 0 0px;
  }
  .home-body .map-section .map-container .map {
    width: 135vw;
    left: -32vw;
  }
  .home-body .map-section .map-container .vr {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
  }
  #faculty-popup .popup-text {
    padding: 40px;
  }
  .landing-layout.landing-layout-4 table tr td {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .wcu .strength {
    font-size: 16px;
  }
  .wcu .slider-container.green .slider li {
    font-size: 20px;
    line-height: 28px;
  }
  .wcu .slider-container.green {
    padding: 25px 0;
  }
  .wcu .student .text {
    padding-left: 20px;
  }
  .wcu .student {
    font-size: 16px;
    margin: 20px 0;
  }
  .wcu .student span {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .wcu .statistics .col .number {
    font-size: 70px;
    line-height: 70px;
  }
  .wcu .travels .col,
  .wcu .locations .col {
    width: 100%;
    float: none;
    display: block;
    padding: 25px 0;
  }
  .wcu .map-section .map-container {
    padding-top: 56vw;
  }
  .wcu .map-section .map-container .text-container {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .wcu .map-section .map-container .vr {
    bottom: 20px;
  }
  .wcu .map-section .divisions li {
    width: 50%;
  }
  .wcu .map-section .divisions li:nth-child(3n+1) {
    clear: none;
  }
  .wcu .map-section .divisions li:nth-child(2n+1) {
    clear: left;
  }
  .wcu .map-section .divisions {
    padding: 50px 0;
  }
  .wcu .slider-container.pink .arrows {
    display: table;
    margin: 40px auto 0;
  }
  .wcu .slider-container.pink .arrows .arrow {
    position: relative;
    margin: 10px;
    width: 36px;
    height: 36px;
    border: 1px solid #979797;
    color: #979797;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
    top: auto;
  }
  .wcu .slider-container.pink .arrows .arrow.arrow-left {
    left: auto;
  }
  .wcu .slider-container.pink .arrows .arrow.arrow-right {
    right: auto;
  }
  .wcu .slider-container.pink .arrows .arrow:hover {
    color: #FA3782;
    border-color: #FA3782;
  }
  .wcu .image-slider .slider li {
    min-height: 300px;
  }
  .wcu .image-slider .text-container {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
  }
  .divisions-section.divisions-section-type2 ul li .division {
    width: 100%;
  }
  .divisions-section.divisions-section-type2 ul li .division .title-box {
    width: 100%;
  }
  .job-postings li {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .landing-layout.landing-layout-5 .col-left {
    width: 100%;
    float: none;
  }
  .landing-layout.landing-layout-5 .col-right {
    width: 100%;
    float: none;
    padding-top: 50px;
  }
  .landing-layout.landing-layout-5 .col-right .inner-text {
    padding-left: 0;
    font-size: 22px;
    line-height: 36px;
  }
  .identity .image {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .identity .text {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  section.height-vh.subpage-header {
    height: 50vw;
    min-height: 300px;
  }
  .countdown-container .text .val {
    font-size: 24px;
    line-height: 22px;
  }
  .countdown-container .text .type-time {
    font-size: 12px;
  }
  .countdown-container .row .col {
    padding: 6px;
  }
}
@media screen and (max-width: 600px) {
  #search .search-inner .search-results {
    font-size: 0.8em;
  }
  footer .logo img {
    width: 140px;
  }
  footer .footer-bottom .right img {
    width: 100px;
    margin-top: 4px;
  }
  footer .logo {
    bottom: 60px;
    left: 20px;
  }
  footer .footer-bottom {
    height: 145px;
    padding: 35px 20px;
  }
  footer .footer-bottom .left {
    display: none;
  }
  footer .footer-bottom .right {
    margin-top: 50px;
    float: left;
  }
  .services .service {
    margin-bottom: 45px;
    padding: 0;
  }
  .services .service .image {
    height: auto;
  }
  .services .service .image .svg-animation {
    height: 140px;
  }
  .services .service .image .svg-animation svg {
    height: 100% !important;
  }
  header .submenu .submenu-inner ul li {
    padding: 0 20px;
  }
  .landing-layout.landing-layout-1 .row .col.right {
    padding: 30px;
  }
  .landing-layout.landing-layout-2 .row .col.left {
    padding: 30px;
  }
  .landing-layout.landing-layout-3 .row .col.right {
    padding: 30px;
  }
  .landing-layout.landing-layout-3 .row .col.left {
    padding: 30px;
  }
  .home-body .map-section .map-container .map {
    min-height: 300px;
  }
  .home-body .map-section .map-container .map .pins {
    -webkit-transform: scale(0.85) translateY(-65px) translateX(-20px);
    -moz-transform: scale(0.85) translateY(-65px) translateX(-20px);
    -ms-transform: scale(0.85) translateY(-65px) translateX(-20px);
    /* note that you have @trasnform here */
    -o-transform: scale(0.85) translateY(-65px) translateX(-20px);
    transform: scale(0.85) translateY(-65px) translateX(-20px);
  }
  .home-body .map-section .map-container .text-container .divisions li {
    width: 100%;
  }
  section.split-section.news-section .news-container .indicators ul li,
  section.split-section.videos-section .videos-container .indicators ul li {
    width: 20px;
  }
  .form-group {
    width: 100%;
    float: none;
  }
  .form-group:nth-child(2n+0) {
    padding-right: 0;
  }
  .form-group:nth-child(2n+1) {
    padding-left: 0;
  }
  .members ul li {
    width: 50%;
  }
  .members ul li:nth-child(2n+1) {
    clear: left;
  }
  .members ul li:nth-child(3n+1) {
    clear: none;
  }
  .members ul li:nth-child(4n+1) {
    clear: left;
  }
  #faculty-popup .title {
    margin: 20px 0;
  }
  #faculty-popup .table {
    display: block;
  }
  #faculty-popup .table .cell {
    display: block;
    width: 100%;
  }
  #faculty-popup .table .cell.cell-image {
    width: 180px;
    margin-bottom: 20px;
  }
  #faculty-popup .table .cell.cell-image .image {
    width: 150px;
    margin-right: 30px;
  }
  #faculty-popup .box {
    padding-bottom: 20px;
  }
  #faculty-popup .row > label {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
  #faculty-popup .row > span {
    display: block;
    width: 100%;
    float: none;
  }
  .wcu h2 {
    font-size: 40px;
  }
  .wcu .statistics .col {
    float: none;
    width: 100%;
  }
  .wcu .map-section .map-container {
    width: 120vw;
    left: -20vw;
  }
  .wcu .map-section .map-container .vr {
    right: 50vw;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    /* note that you have @trasnform here */
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  .wcu .map-section {
    margin: 40px 0 0;
  }
  .pathways li.pathway .col-image {
    padding-left: 0;
    padding-right: 0;
    min-height: 320px;
  }
  .pathways li.pathway .col-image .img {
    width: 100%;
    height: 56%;
    min-height: 420px;
    position: relative;
  }
  .pathways li.pathway .col-image .text {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
  .pathways li.pathway .col-text {
    padding-left: 0;
    padding-right: 0;
  }
  .pathways li.pathway:nth-child(2n+0) .col-image {
    padding-left: 0;
    padding-right: 0;
  }
  .pathways li.pathway:nth-child(2n+0) .col-image .text {
    left: 0;
  }
  .pathways li.pathway:nth-child(2n+0) .col-text {
    padding-left: 0;
    padding-right: 0;
  }
  .experience-div {
    padding: 40px;
  }
  .experience-div .text .title {
    font-size: 32px;
  }
  .experience-div .icon img {
    height: 100px;
  }
  .calheader li {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cal-wrapper {
    padding: 20px 15px;
  }
  section.split-section.videos-section.videos-grid .videos-container .videos li {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .row .col .col-content .contact-row .contact-col {
    width: 100%;
    float: none;
  }
  header menu .menu-table .menu-inner ul.main-menu li {
    font-size: 16px;
    line-height: 34px;
  }
  header menu .menu-table .menu-inner ul.main-menu li:nth-child(8) {
    margin-top: 20px;
  }
  header menu .menu-table .menu-inner ul.main-menu li.small {
    font-size: 16px;
    line-height: 26px;
  }
  .map-section .map-container .map {
    background-size: 125%;
    margin-top: 50px;
  }
  .map-section .map-container .map .pins {
    width: 110%;
    left: -20%;
    margin-left: -6%;
  }
  .map-section .map-container .text-container {
    padding: 25px;
  }
  section.split-section.news-section .news-container .indicators ul li,
  section.split-section.videos-section .videos-container .indicators ul li {
    width: 10px;
  }
  section.split-section.news-section .news-container,
  section.split-section.videos-section .videos-container {
    padding-bottom: 0;
  }
  .subpage .right-side .subcontent.subcontent-1 .only-text ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .subcontent h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .members ul li {
    width: 100%;
    float: none;
  }
  .members ul li:nth-child(2n+1) {
    clear: none;
  }
  .members ul li:nth-child(3n+1) {
    clear: none;
  }
  .members ul li:nth-child(4n+1) {
    clear: none;
  }
  .members ul li .member .name span {
    font-size: 18px;
  }
  .members ul li .member .image {
    padding-top: 120%;
  }
  #faculty-popup .popup-text {
    padding: 20px;
  }
  section.header-section .logo.top,
  section.header-section .svg-animation.top {
    margin-top: 20px;
    width: 50px;
    overflow: hidden;
    display: block;
  }
  #search .search-inner .search-field input {
    font-size: 24px;
  }
  .wcu .row .col {
    width: 100%;
  }
  .wcu h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .wcu .slider-container .slider li .inner {
    padding: 50px 20px 20px;
  }
  .wcu .statistics .col .number {
    font-size: 50px;
    line-height: 50px;
  }
  .wcu .statistics .col {
    padding: 20px;
  }
  .wcu .map-section .map-container {
    padding-top: 100vw;
  }
  .wcu .map-section .divisions li {
    width: 100%;
  }
  .wcu .map-section .divisions li:nth-child(3n+1) {
    clear: none;
  }
  .wcu .map-section .divisions li:nth-child(2n+1) {
    clear: none;
  }
  .wcu .travels .col .icon,
  .wcu .locations .col .icon {
    display: table;
    margin: 0 auto 20px;
    text-align: center;
  }
  .wcu .travels .col .text,
  .wcu .locations .col .text {
    display: block;
    text-align: center;
    padding: 0;
  }
  .experience-div {
    padding: 30px;
  }
  .experience-div .text .title {
    font-size: 22px;
  }
  .experience-div .icon img {
    height: 80px;
  }
  .subpage .right-side {
    padding-bottom: 40px;
  }
  .countdown-container .text .val {
    font-size: 20px;
    line-height: 18px;
  }
  .countdown-container .text .type-time {
    font-size: 10px;
  }
  .alumni-container .alumni-container-slider .row .col.col-text {
    padding: 30px;
  }
}
/* HEIGHT */
@media screen and (max-height: 800px) {
  header menu .socials {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }
  header menu .menu-table .menu-inner ul.main-menu li {
    line-height: 40px;
  }
  header menu .menu-table .menu-inner ul.main-menu li:nth-child(8) {
    margin-top: 10px;
  }
  header menu .menu-table .menu-inner ul.main-menu li.small {
    line-height: 24px;
  }
  header .submenu .submenu-inner ul li a {
    line-height: 46px;
  }
}
@media screen and (max-height: 600px) {
  header menu .menu-table .menu-inner ul.main-menu li {
    font-size: 20px;
    line-height: 32px;
  }
  header menu .menu-table .menu-inner ul.main-menu li.small {
    font-size: 14px;
    line-height: 20px;
  }
  header .submenu .submenu-inner ul li {
    font-size: 16px;
  }
  header .submenu .submenu-inner ul li a {
    line-height: 40px;
  }
  header menu .menu-table .menu-inner ul.main-menu {
    margin-top: 50px;
  }
}
@media screen and (max-height: 500px) {
  header menu {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-y: auto;
  }
  header .submenu .submenu-inner {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=main.css.map */