@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.debug.dump {
  font-size: 10px; }

@font-face {
  font-family: "GT Walshein Pro";
  font-weight: 400;
  src: url("https://whitecliffe-prod.sgp1.digitaloceanspaces.com/fonts/GT-Walsheim-Regular.ttf") format("ttf"), url("https://whitecliffe-prod.sgp1.digitaloceanspaces.com/fonts/GT-Walsheim-Regular.woff") format("woff"), url("https://whitecliffe-prod.sgp1.digitaloceanspaces.com/fonts/GT-Walsheim-Regular.eot") format("eot"); }

@font-face {
  font-family: "GT Walshein Pro Medium";
  font-weight: 400;
  src: url("https://whitecliffe-prod.sgp1.digitaloceanspaces.com/fonts/GT-Walsheim-Pro-Medium.ttf") format("ttf"), url("https://whitecliffe-prod.sgp1.digitaloceanspaces.com/fonts/GT-Walsheim-Pro-Medium.woff") format("woff"), url("https://whitecliffe-prod.sgp1.digitaloceanspaces.com/fonts/GT-Walsheim-Pro-Medium.eot") format("eot"); }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html, body {
  margin: 0 auto;
  padding: 0; }

body {
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.2px;
  font-family: "GT Walshein Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  @media screen and (min-width: 769px) {
    body {
      font-size: 18px;
      line-height: 26px; } }
  body.no-outline * {
    outline: none; }

div, section {
  position: relative; }

template {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "GT Walshein Pro Medium", sans-serif;
  font-weight: 400;
  margin-top: 0; }

h2 {
  font-size: 38px;
  line-height: 45px; }
  h2 a {
    text-decoration: underline; }
  @media screen and (min-width: 769px) {
    h2 {
      font-size: 48px;
      line-height: 56px; } }
  h2.big {
    font-size: 38px;
    line-height: 46px; }
    @media screen and (min-width: 993px) {
      h2.big {
        font-size: 68px;
        line-height: 84px; } }

h3 {
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 16px; }
  @media screen and (min-width: 769px) {
    h3 {
      font-size: 28px;
      line-height: 33px; } }

h4 {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.2px; }

a {
  text-decoration: none;
  color: #212121; }

img {
  width: 100%;
  display: block; }

figure {
  margin: 0;
  padding: 0; }

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

table {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 35px;
  border-collapse: collapse;
  border-radius: 1em; }
  table th {
    text-align: left; }
  table th, table td {
    padding: 6px 15px; }

.quote {
  font-family: "GT Walshein Pro Medium", sans-serif;
  display: block;
  font-size: 28px;
  line-height: 33px; }
  .quote:before, .quote:after {
    display: none; }
  @media screen and (min-width: 769px) {
    .quote {
      font-size: 38px;
      line-height: 46px; } }
  @media screen and (min-width: 993px) {
    .quote {
      font-size: 68px;
      line-height: 80px; } }

.constrain, .carousel--image-caption .carousel__item, .course-faculty__header, .course-faculty .carousel__item, .header-image-caption, .header-quick-info__item, .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .carousel__page-dots, .header-student-project [data-layout="two-up"] .col, [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="grid-blocks"], [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 769px) {
    .constrain, .carousel--image-caption .carousel__item, .course-faculty__header, .course-faculty .carousel__item, .header-image-caption, .header-quick-info__item, .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .carousel__page-dots, .header-student-project [data-layout="two-up"] .col, [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="grid-blocks"], [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item {
      padding-left: 35px;
      padding-right: 35px; } }

.section, .header-social, .pagination, .contact-info, .course-faculty-oportunities .carousel, .course-faculty-oportunities .course-oportunities, .featured-cta .marquee, .featured-projects, .filter--courses, .filter--our-faculty, .filter--student-gallery, .news-section, .partners, .search__results, .side-image .constrain, .side-image .carousel--image-caption .carousel__item, .carousel--image-caption .side-image .carousel__item, .side-image .course-faculty__header, .side-image .course-faculty .carousel__item, .course-faculty .side-image .carousel__item, .side-image .header-image-caption, .side-image .header-quick-info__item, .side-image .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .side-image .carousel__item, .side-image .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .side-image .carousel__page-dots, .side-image .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .side-image .col, .side-image [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .side-image .image-caption-block, .side-image [data-layout="grid-blocks"], .side-image [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .side-image .carousel__item, .unibuddy-carousel, .visit-us__content, [data-layout="general-group-content"], [data-view~="global"] [data-layout*="header-"] .carousel-image-caption {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 769px) {
    .section, .header-social, .pagination, .contact-info, .course-faculty-oportunities .carousel, .course-faculty-oportunities .course-oportunities, .featured-cta .marquee, .featured-projects, .filter--courses, .filter--our-faculty, .filter--student-gallery, .news-section, .partners, .search__results, .side-image .constrain, .side-image .carousel--image-caption .carousel__item, .carousel--image-caption .side-image .carousel__item, .side-image .course-faculty__header, .side-image .course-faculty .carousel__item, .course-faculty .side-image .carousel__item, .side-image .header-image-caption, .side-image .header-quick-info__item, .side-image .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .side-image .carousel__item, .side-image .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .side-image .carousel__page-dots, .side-image .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .side-image .col, .side-image [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .side-image .image-caption-block, .side-image [data-layout="grid-blocks"], .side-image [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .side-image .carousel__item, .unibuddy-carousel, .visit-us__content, [data-layout="general-group-content"], [data-view~="global"] [data-layout*="header-"] .carousel-image-caption {
      padding-top: 80px;
      padding-bottom: 80px; } }

[data-theme~="black"],
[data-theme] [data-theme~="black"] {
  color: #ffffff;
  background-color: #212121; }
  [data-theme~="black"] table, [data-theme~="black"] td, [data-theme~="black"] th,
  [data-theme] [data-theme~="black"] table,
  [data-theme] [data-theme~="black"] td,
  [data-theme] [data-theme~="black"] th {
    border: 1px solid #ffffff; }
  [data-theme~="black"] .content-block a,
  [data-theme] [data-theme~="black"] .content-block a {
    color: #ffffff; }
  @media screen and (max-width: 1199px) {
    [data-theme~="black"][data-view~="general-content"] .button--hamburger .button--hamburger__bar,
    [data-theme] [data-theme~="black"][data-view~="general-content"] .button--hamburger .button--hamburger__bar {
      background-color: #ffffff; } }
  @media screen and (max-width: 992px) {
    [data-theme~="black"][data-view~="general-content"] .button--hamburger .button--hamburger__bar,
    [data-theme] [data-theme~="black"][data-view~="general-content"] .button--hamburger .button--hamburger__bar {
      background-color: #212121; } }
  [data-theme~="black"][data-view~="general-content"] .desktop-menu .logo .icon--logo-simple,
  [data-theme] [data-theme~="black"][data-view~="general-content"] .desktop-menu .logo .icon--logo-simple {
    color: #212121; }
  [data-theme~="black"][data-view~="general-content"] .desktop-menu-nav__link,
  [data-theme] [data-theme~="black"][data-view~="general-content"] .desktop-menu-nav__link {
    color: #ffffff; }
    [data-theme~="black"][data-view~="general-content"] .desktop-menu-nav__link:before, [data-theme~="black"][data-view~="general-content"] .desktop-menu-nav__link:after,
    [data-theme] [data-theme~="black"][data-view~="general-content"] .desktop-menu-nav__link:before,
    [data-theme] [data-theme~="black"][data-view~="general-content"] .desktop-menu-nav__link:after {
      background-color: #ffffff; }
  [data-theme~="black"][data-view~="general-content"] .desktop-menu-nav__overlay,
  [data-theme] [data-theme~="black"][data-view~="general-content"] .desktop-menu-nav__overlay {
    opacity: .9; }
  [data-theme~="black"][data-view~="general-content"] .desktop-menu .icon--search,
  [data-theme] [data-theme~="black"][data-view~="general-content"] .desktop-menu .icon--search {
    color: #ffffff; }
  [data-theme~="black"][data-view~="general-content"] .desktop-menu.is-invert .icon--search,
  [data-theme] [data-theme~="black"][data-view~="general-content"] .desktop-menu.is-invert .icon--search {
    color: #ffffff; }
  [data-theme~="black"] .button--primary,
  [data-theme] [data-theme~="black"] .button--primary {
    color: #212121; }
    [data-theme~="black"] .button--primary svg,
    [data-theme] [data-theme~="black"] .button--primary svg {
      color: #212121; }
  [data-theme~="black"] .link,
  [data-theme] [data-theme~="black"] .link {
    color: #ffffff; }
  [data-theme~="black"] .button--transparent, [data-theme~="black"] .clf-d-submitbutton,
  [data-theme] [data-theme~="black"] .button--transparent,
  [data-theme] [data-theme~="black"] .clf-d-submitbutton {
    border: 1px solid #ffffff;
    color: #ffffff; }
    [data-theme~="black"] .button--transparent svg, [data-theme~="black"] .clf-d-submitbutton svg,
    [data-theme] [data-theme~="black"] .button--transparent svg,
    [data-theme] [data-theme~="black"] .clf-d-submitbutton svg {
      color: #ffffff; }
  [data-theme~="black"] .theme-invert-all,
  [data-theme] [data-theme~="black"] .theme-invert-all {
    color: #212121;
    background-color: #ffffff; }
    [data-theme~="black"] .theme-invert-all .link,
    [data-theme] [data-theme~="black"] .theme-invert-all .link {
      color: #212121; }
    [data-theme~="black"] .theme-invert-all .content-block a,
    [data-theme] [data-theme~="black"] .theme-invert-all .content-block a {
      color: #212121; }
  [data-theme~="black"] .theme-invert-text,
  [data-theme] [data-theme~="black"] .theme-invert-text {
    color: #212121; }
  [data-theme~="black"] .theme-invert-bg,
  [data-theme] [data-theme~="black"] .theme-invert-bg {
    background-color: #ffffff; }
  [data-theme~="black"] [data-layout="general-group-content"],
  [data-theme] [data-theme~="black"] [data-layout="general-group-content"] {
    background-color: #212121; }
  [data-theme~="black"] .header-intro--home .button--transparent, [data-theme~="black"] .header-intro--home .clf-d-submitbutton,
  [data-theme] [data-theme~="black"] .header-intro--home .button--transparent,
  [data-theme] [data-theme~="black"] .header-intro--home .clf-d-submitbutton {
    border-color: #ffffff; }
  [data-theme~="black"] .default-list.theme-text li:before,
  [data-theme] [data-theme~="black"] .default-list.theme-text li:before {
    background-color: #ffffff; }

[data-theme~="white"],
[data-theme] [data-theme~="white"] {
  color: #212121;
  background-color: #ffffff; }
  [data-theme~="white"] table, [data-theme~="white"] td, [data-theme~="white"] th,
  [data-theme] [data-theme~="white"] table,
  [data-theme] [data-theme~="white"] td,
  [data-theme] [data-theme~="white"] th {
    border: 1px solid #212121; }
  [data-theme~="white"] .content-block a,
  [data-theme] [data-theme~="white"] .content-block a {
    color: #212121; }
  @media screen and (max-width: 1199px) {
    [data-theme~="white"][data-view~="general-content"] .button--hamburger .button--hamburger__bar,
    [data-theme] [data-theme~="white"][data-view~="general-content"] .button--hamburger .button--hamburger__bar {
      background-color: #212121; } }
  @media screen and (max-width: 992px) {
    [data-theme~="white"][data-view~="general-content"] .button--hamburger .button--hamburger__bar,
    [data-theme] [data-theme~="white"][data-view~="general-content"] .button--hamburger .button--hamburger__bar {
      background-color: #ffffff; } }
  [data-theme~="white"][data-view~="general-content"] .desktop-menu .logo .icon--logo-simple,
  [data-theme] [data-theme~="white"][data-view~="general-content"] .desktop-menu .logo .icon--logo-simple {
    color: #ffffff; }
  [data-theme~="white"][data-view~="general-content"] .desktop-menu-nav__link,
  [data-theme] [data-theme~="white"][data-view~="general-content"] .desktop-menu-nav__link {
    color: #212121; }
    [data-theme~="white"][data-view~="general-content"] .desktop-menu-nav__link:before, [data-theme~="white"][data-view~="general-content"] .desktop-menu-nav__link:after,
    [data-theme] [data-theme~="white"][data-view~="general-content"] .desktop-menu-nav__link:before,
    [data-theme] [data-theme~="white"][data-view~="general-content"] .desktop-menu-nav__link:after {
      background-color: #212121; }
  [data-theme~="white"][data-view~="general-content"] .desktop-menu-nav__overlay,
  [data-theme] [data-theme~="white"][data-view~="general-content"] .desktop-menu-nav__overlay {
    opacity: .9; }
  [data-theme~="white"][data-view~="general-content"] .desktop-menu .icon--search,
  [data-theme] [data-theme~="white"][data-view~="general-content"] .desktop-menu .icon--search {
    color: #212121; }
  [data-theme~="white"][data-view~="general-content"] .desktop-menu.is-invert .icon--search,
  [data-theme] [data-theme~="white"][data-view~="general-content"] .desktop-menu.is-invert .icon--search {
    color: #ffffff; }
  [data-theme~="white"] .button--primary,
  [data-theme] [data-theme~="white"] .button--primary {
    color: #ffffff; }
    [data-theme~="white"] .button--primary svg,
    [data-theme] [data-theme~="white"] .button--primary svg {
      color: #ffffff; }
  [data-theme~="white"] .link,
  [data-theme] [data-theme~="white"] .link {
    color: #212121; }
  [data-theme~="white"] .button--transparent, [data-theme~="white"] .clf-d-submitbutton,
  [data-theme] [data-theme~="white"] .button--transparent,
  [data-theme] [data-theme~="white"] .clf-d-submitbutton {
    border: 1px solid #212121;
    color: #212121; }
    [data-theme~="white"] .button--transparent svg, [data-theme~="white"] .clf-d-submitbutton svg,
    [data-theme] [data-theme~="white"] .button--transparent svg,
    [data-theme] [data-theme~="white"] .clf-d-submitbutton svg {
      color: #212121; }
  [data-theme~="white"] .theme-invert-all,
  [data-theme] [data-theme~="white"] .theme-invert-all {
    color: #ffffff;
    background-color: #212121; }
    [data-theme~="white"] .theme-invert-all .link,
    [data-theme] [data-theme~="white"] .theme-invert-all .link {
      color: #ffffff; }
    [data-theme~="white"] .theme-invert-all .content-block a,
    [data-theme] [data-theme~="white"] .theme-invert-all .content-block a {
      color: #ffffff; }
  [data-theme~="white"] .theme-invert-text,
  [data-theme] [data-theme~="white"] .theme-invert-text {
    color: #ffffff; }
  [data-theme~="white"] .theme-invert-bg,
  [data-theme] [data-theme~="white"] .theme-invert-bg {
    background-color: #212121; }
  [data-theme~="white"] [data-layout="general-group-content"],
  [data-theme] [data-theme~="white"] [data-layout="general-group-content"] {
    background-color: #ffffff; }
  [data-theme~="white"] .header-intro--home .button--transparent, [data-theme~="white"] .header-intro--home .clf-d-submitbutton,
  [data-theme] [data-theme~="white"] .header-intro--home .button--transparent,
  [data-theme] [data-theme~="white"] .header-intro--home .clf-d-submitbutton {
    border-color: #212121; }
  [data-theme~="white"] .default-list.theme-text li:before,
  [data-theme] [data-theme~="white"] .default-list.theme-text li:before {
    background-color: #212121; }

[data-theme~="red"] .theme-primary-bg, [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--control,
[data-theme~="red"] [data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--control,
[data-theme~="red"] [data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="red"] [data-theme~="design"] .carousel .button--control, [data-theme~="design"] .carousel [data-theme~="red"] .button--control, [data-theme~="red"] [data-theme~="art"] .carousel .button--control, [data-theme~="art"] .carousel [data-theme~="red"] .button--control, [data-theme~="red"] [data-theme~="fashion"] .carousel .button--control, [data-theme~="fashion"] .carousel [data-theme~="red"] .button--control, [data-theme~="red"] [data-theme~="technology"] .carousel .button--control, [data-theme~="technology"] .carousel [data-theme~="red"] .button--control,
[data-theme] [data-theme~="red"] .theme-primary-bg,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="red"] .button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--control,
[data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="red"] .button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--control,
[data-theme~="design"] .carousel [data-theme] [data-theme~="red"] .button--control,
[data-theme] [data-theme~="red"] [data-theme~="design"] .carousel .button--control,
[data-theme] [data-theme~="design"] .carousel [data-theme~="red"] .button--control,
[data-theme~="art"] .carousel [data-theme] [data-theme~="red"] .button--control,
[data-theme] [data-theme~="red"] [data-theme~="art"] .carousel .button--control,
[data-theme] [data-theme~="art"] .carousel [data-theme~="red"] .button--control,
[data-theme~="fashion"] .carousel [data-theme] [data-theme~="red"] .button--control,
[data-theme] [data-theme~="red"] [data-theme~="fashion"] .carousel .button--control,
[data-theme] [data-theme~="fashion"] .carousel [data-theme~="red"] .button--control,
[data-theme~="technology"] .carousel [data-theme] [data-theme~="red"] .button--control,
[data-theme] [data-theme~="red"] [data-theme~="technology"] .carousel .button--control,
[data-theme] [data-theme~="technology"] .carousel [data-theme~="red"] .button--control {
  background-color: #fe3f24; }

[data-theme~="red"] .theme-primary-color,
[data-theme] [data-theme~="red"] .theme-primary-color {
  color: #fe3f24; }

[data-theme~="red"] .button--primary.theme-primary-bg, [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--primary.button--control, [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--primary.button--control, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--primary.button--control, [data-theme~="red"] [data-theme~="design"] .carousel .button--primary.button--control, [data-theme~="design"] .carousel [data-theme~="red"] .button--primary.button--control, [data-theme~="red"] [data-theme~="art"] .carousel .button--primary.button--control, [data-theme~="art"] .carousel [data-theme~="red"] .button--primary.button--control, [data-theme~="red"] [data-theme~="fashion"] .carousel .button--primary.button--control, [data-theme~="fashion"] .carousel [data-theme~="red"] .button--primary.button--control, [data-theme~="red"] [data-theme~="technology"] .carousel .button--primary.button--control, [data-theme~="technology"] .carousel [data-theme~="red"] .button--primary.button--control,
[data-theme] [data-theme~="red"] .button--primary.theme-primary-bg,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--primary.button--control,
[data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="red"] .button--primary.button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--primary.button--control,
[data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="red"] .button--primary.button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--primary.button--control,
[data-theme~="design"] .carousel [data-theme] [data-theme~="red"] .button--primary.button--control,
[data-theme] [data-theme~="red"] [data-theme~="design"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="design"] .carousel [data-theme~="red"] .button--primary.button--control,
[data-theme~="art"] .carousel [data-theme] [data-theme~="red"] .button--primary.button--control,
[data-theme] [data-theme~="red"] [data-theme~="art"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="art"] .carousel [data-theme~="red"] .button--primary.button--control,
[data-theme~="fashion"] .carousel [data-theme] [data-theme~="red"] .button--primary.button--control,
[data-theme] [data-theme~="red"] [data-theme~="fashion"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="fashion"] .carousel [data-theme~="red"] .button--primary.button--control,
[data-theme~="technology"] .carousel [data-theme] [data-theme~="red"] .button--primary.button--control,
[data-theme] [data-theme~="red"] [data-theme~="technology"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="technology"] .carousel [data-theme~="red"] .button--primary.button--control {
  color: #212121; }
  [data-theme~="red"] .button--primary.theme-primary-bg svg, [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--primary.button--control svg, [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--primary.button--control svg, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--primary.button--control svg, [data-theme~="red"] [data-theme~="design"] .carousel .button--primary.button--control svg, [data-theme~="design"] .carousel [data-theme~="red"] .button--primary.button--control svg, [data-theme~="red"] [data-theme~="art"] .carousel .button--primary.button--control svg, [data-theme~="art"] .carousel [data-theme~="red"] .button--primary.button--control svg, [data-theme~="red"] [data-theme~="fashion"] .carousel .button--primary.button--control svg, [data-theme~="fashion"] .carousel [data-theme~="red"] .button--primary.button--control svg, [data-theme~="red"] [data-theme~="technology"] .carousel .button--primary.button--control svg, [data-theme~="technology"] .carousel [data-theme~="red"] .button--primary.button--control svg,
  [data-theme] [data-theme~="red"] .button--primary.theme-primary-bg svg,
  [data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--primary.button--control svg,
  [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="red"] .button--primary.button--control svg,
  [data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--primary.button--control svg,
  [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="red"] .button--primary.button--control svg,
  [data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="red"] .button--primary.button--control svg,
  [data-theme~="design"] .carousel [data-theme] [data-theme~="red"] .button--primary.button--control svg,
  [data-theme] [data-theme~="red"] [data-theme~="design"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="design"] .carousel [data-theme~="red"] .button--primary.button--control svg,
  [data-theme~="art"] .carousel [data-theme] [data-theme~="red"] .button--primary.button--control svg,
  [data-theme] [data-theme~="red"] [data-theme~="art"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="art"] .carousel [data-theme~="red"] .button--primary.button--control svg,
  [data-theme~="fashion"] .carousel [data-theme] [data-theme~="red"] .button--primary.button--control svg,
  [data-theme] [data-theme~="red"] [data-theme~="fashion"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="fashion"] .carousel [data-theme~="red"] .button--primary.button--control svg,
  [data-theme~="technology"] .carousel [data-theme] [data-theme~="red"] .button--primary.button--control svg,
  [data-theme] [data-theme~="red"] [data-theme~="technology"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="technology"] .carousel [data-theme~="red"] .button--primary.button--control svg {
    color: #212121; }

[data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control {
  color: #ffffff; }

[data-theme~="red"][data-view~="general-content"] [data-layout="header-two-up"] .deco,
[data-theme] [data-theme~="red"][data-view~="general-content"] [data-layout="header-two-up"] .deco {
  color: #fe3f24; }
  [data-theme~="red"][data-view~="general-content"] [data-layout="header-two-up"] .deco .deco--stroke,
  [data-theme] [data-theme~="red"][data-view~="general-content"] [data-layout="header-two-up"] .deco .deco--stroke {
    color: #FEEBE8; }

[data-theme~="green"] .theme-primary-bg, [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--control,
[data-theme~="green"] [data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--control,
[data-theme~="green"] [data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="green"] [data-theme~="design"] .carousel .button--control, [data-theme~="design"] .carousel [data-theme~="green"] .button--control, [data-theme~="green"] [data-theme~="art"] .carousel .button--control, [data-theme~="art"] .carousel [data-theme~="green"] .button--control, [data-theme~="green"] [data-theme~="fashion"] .carousel .button--control, [data-theme~="fashion"] .carousel [data-theme~="green"] .button--control, [data-theme~="green"] [data-theme~="technology"] .carousel .button--control, [data-theme~="technology"] .carousel [data-theme~="green"] .button--control,
[data-theme] [data-theme~="green"] .theme-primary-bg,
[data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="green"] .button--control,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="green"] .button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--control,
[data-theme~="design"] .carousel [data-theme] [data-theme~="green"] .button--control,
[data-theme] [data-theme~="green"] [data-theme~="design"] .carousel .button--control,
[data-theme] [data-theme~="design"] .carousel [data-theme~="green"] .button--control,
[data-theme~="art"] .carousel [data-theme] [data-theme~="green"] .button--control,
[data-theme] [data-theme~="green"] [data-theme~="art"] .carousel .button--control,
[data-theme] [data-theme~="art"] .carousel [data-theme~="green"] .button--control,
[data-theme~="fashion"] .carousel [data-theme] [data-theme~="green"] .button--control,
[data-theme] [data-theme~="green"] [data-theme~="fashion"] .carousel .button--control,
[data-theme] [data-theme~="fashion"] .carousel [data-theme~="green"] .button--control,
[data-theme~="technology"] .carousel [data-theme] [data-theme~="green"] .button--control,
[data-theme] [data-theme~="green"] [data-theme~="technology"] .carousel .button--control,
[data-theme] [data-theme~="technology"] .carousel [data-theme~="green"] .button--control {
  background-color: #00B093; }

[data-theme~="green"] .theme-primary-color,
[data-theme] [data-theme~="green"] .theme-primary-color {
  color: #00B093; }

[data-theme~="green"] .button--primary.theme-primary-bg, [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--primary.button--control, [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--primary.button--control, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--primary.button--control, [data-theme~="green"] [data-theme~="design"] .carousel .button--primary.button--control, [data-theme~="design"] .carousel [data-theme~="green"] .button--primary.button--control, [data-theme~="green"] [data-theme~="art"] .carousel .button--primary.button--control, [data-theme~="art"] .carousel [data-theme~="green"] .button--primary.button--control, [data-theme~="green"] [data-theme~="fashion"] .carousel .button--primary.button--control, [data-theme~="fashion"] .carousel [data-theme~="green"] .button--primary.button--control, [data-theme~="green"] [data-theme~="technology"] .carousel .button--primary.button--control, [data-theme~="technology"] .carousel [data-theme~="green"] .button--primary.button--control,
[data-theme] [data-theme~="green"] .button--primary.theme-primary-bg,
[data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="green"] .button--primary.button--control,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--primary.button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--primary.button--control,
[data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="green"] .button--primary.button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--primary.button--control,
[data-theme~="design"] .carousel [data-theme] [data-theme~="green"] .button--primary.button--control,
[data-theme] [data-theme~="green"] [data-theme~="design"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="design"] .carousel [data-theme~="green"] .button--primary.button--control,
[data-theme~="art"] .carousel [data-theme] [data-theme~="green"] .button--primary.button--control,
[data-theme] [data-theme~="green"] [data-theme~="art"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="art"] .carousel [data-theme~="green"] .button--primary.button--control,
[data-theme~="fashion"] .carousel [data-theme] [data-theme~="green"] .button--primary.button--control,
[data-theme] [data-theme~="green"] [data-theme~="fashion"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="fashion"] .carousel [data-theme~="green"] .button--primary.button--control,
[data-theme~="technology"] .carousel [data-theme] [data-theme~="green"] .button--primary.button--control,
[data-theme] [data-theme~="green"] [data-theme~="technology"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="technology"] .carousel [data-theme~="green"] .button--primary.button--control {
  color: #212121; }
  [data-theme~="green"] .button--primary.theme-primary-bg svg, [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--primary.button--control svg, [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--primary.button--control svg, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--primary.button--control svg, [data-theme~="green"] [data-theme~="design"] .carousel .button--primary.button--control svg, [data-theme~="design"] .carousel [data-theme~="green"] .button--primary.button--control svg, [data-theme~="green"] [data-theme~="art"] .carousel .button--primary.button--control svg, [data-theme~="art"] .carousel [data-theme~="green"] .button--primary.button--control svg, [data-theme~="green"] [data-theme~="fashion"] .carousel .button--primary.button--control svg, [data-theme~="fashion"] .carousel [data-theme~="green"] .button--primary.button--control svg, [data-theme~="green"] [data-theme~="technology"] .carousel .button--primary.button--control svg, [data-theme~="technology"] .carousel [data-theme~="green"] .button--primary.button--control svg,
  [data-theme] [data-theme~="green"] .button--primary.theme-primary-bg svg,
  [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="green"] .button--primary.button--control svg,
  [data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--primary.button--control svg,
  [data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--primary.button--control svg,
  [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="green"] .button--primary.button--control svg,
  [data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="green"] .button--primary.button--control svg,
  [data-theme~="design"] .carousel [data-theme] [data-theme~="green"] .button--primary.button--control svg,
  [data-theme] [data-theme~="green"] [data-theme~="design"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="design"] .carousel [data-theme~="green"] .button--primary.button--control svg,
  [data-theme~="art"] .carousel [data-theme] [data-theme~="green"] .button--primary.button--control svg,
  [data-theme] [data-theme~="green"] [data-theme~="art"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="art"] .carousel [data-theme~="green"] .button--primary.button--control svg,
  [data-theme~="fashion"] .carousel [data-theme] [data-theme~="green"] .button--primary.button--control svg,
  [data-theme] [data-theme~="green"] [data-theme~="fashion"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="fashion"] .carousel [data-theme~="green"] .button--primary.button--control svg,
  [data-theme~="technology"] .carousel [data-theme] [data-theme~="green"] .button--primary.button--control svg,
  [data-theme] [data-theme~="green"] [data-theme~="technology"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="technology"] .carousel [data-theme~="green"] .button--primary.button--control svg {
    color: #212121; }

[data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control {
  color: #ffffff; }

[data-theme~="green"][data-view~="general-content"] [data-layout="header-two-up"] .deco,
[data-theme] [data-theme~="green"][data-view~="general-content"] [data-layout="header-two-up"] .deco {
  color: #00B093; }
  [data-theme~="green"][data-view~="general-content"] [data-layout="header-two-up"] .deco .deco--stroke,
  [data-theme] [data-theme~="green"][data-view~="general-content"] [data-layout="header-two-up"] .deco .deco--stroke {
    color: #E5F7F4; }

[data-theme~="yellow"] .theme-primary-bg, [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--control,
[data-theme~="yellow"] [data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--control,
[data-theme~="yellow"] [data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="yellow"] [data-theme~="design"] .carousel .button--control, [data-theme~="design"] .carousel [data-theme~="yellow"] .button--control, [data-theme~="yellow"] [data-theme~="art"] .carousel .button--control, [data-theme~="art"] .carousel [data-theme~="yellow"] .button--control, [data-theme~="yellow"] [data-theme~="fashion"] .carousel .button--control, [data-theme~="fashion"] .carousel [data-theme~="yellow"] .button--control, [data-theme~="yellow"] [data-theme~="technology"] .carousel .button--control, [data-theme~="technology"] .carousel [data-theme~="yellow"] .button--control,
[data-theme] [data-theme~="yellow"] .theme-primary-bg,
[data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="yellow"] .button--control,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--control,
[data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="yellow"] .button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme~="design"] .carousel [data-theme] [data-theme~="yellow"] .button--control,
[data-theme] [data-theme~="yellow"] [data-theme~="design"] .carousel .button--control,
[data-theme] [data-theme~="design"] .carousel [data-theme~="yellow"] .button--control,
[data-theme~="art"] .carousel [data-theme] [data-theme~="yellow"] .button--control,
[data-theme] [data-theme~="yellow"] [data-theme~="art"] .carousel .button--control,
[data-theme] [data-theme~="art"] .carousel [data-theme~="yellow"] .button--control,
[data-theme~="fashion"] .carousel [data-theme] [data-theme~="yellow"] .button--control,
[data-theme] [data-theme~="yellow"] [data-theme~="fashion"] .carousel .button--control,
[data-theme] [data-theme~="fashion"] .carousel [data-theme~="yellow"] .button--control,
[data-theme~="technology"] .carousel [data-theme] [data-theme~="yellow"] .button--control,
[data-theme] [data-theme~="yellow"] [data-theme~="technology"] .carousel .button--control,
[data-theme] [data-theme~="technology"] .carousel [data-theme~="yellow"] .button--control {
  background-color: #FFCA00; }

[data-theme~="yellow"] .theme-primary-color,
[data-theme] [data-theme~="yellow"] .theme-primary-color {
  color: #FFCA00; }

[data-theme~="yellow"] .button--primary.theme-primary-bg, [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--primary.button--control, [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--primary.button--control, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--primary.button--control, [data-theme~="yellow"] [data-theme~="design"] .carousel .button--primary.button--control, [data-theme~="design"] .carousel [data-theme~="yellow"] .button--primary.button--control, [data-theme~="yellow"] [data-theme~="art"] .carousel .button--primary.button--control, [data-theme~="art"] .carousel [data-theme~="yellow"] .button--primary.button--control, [data-theme~="yellow"] [data-theme~="fashion"] .carousel .button--primary.button--control, [data-theme~="fashion"] .carousel [data-theme~="yellow"] .button--primary.button--control, [data-theme~="yellow"] [data-theme~="technology"] .carousel .button--primary.button--control, [data-theme~="technology"] .carousel [data-theme~="yellow"] .button--primary.button--control,
[data-theme] [data-theme~="yellow"] .button--primary.theme-primary-bg,
[data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="yellow"] .button--primary.button--control,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--primary.button--control,
[data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="yellow"] .button--primary.button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--primary.button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--primary.button--control,
[data-theme~="design"] .carousel [data-theme] [data-theme~="yellow"] .button--primary.button--control,
[data-theme] [data-theme~="yellow"] [data-theme~="design"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="design"] .carousel [data-theme~="yellow"] .button--primary.button--control,
[data-theme~="art"] .carousel [data-theme] [data-theme~="yellow"] .button--primary.button--control,
[data-theme] [data-theme~="yellow"] [data-theme~="art"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="art"] .carousel [data-theme~="yellow"] .button--primary.button--control,
[data-theme~="fashion"] .carousel [data-theme] [data-theme~="yellow"] .button--primary.button--control,
[data-theme] [data-theme~="yellow"] [data-theme~="fashion"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="fashion"] .carousel [data-theme~="yellow"] .button--primary.button--control,
[data-theme~="technology"] .carousel [data-theme] [data-theme~="yellow"] .button--primary.button--control,
[data-theme] [data-theme~="yellow"] [data-theme~="technology"] .carousel .button--primary.button--control,
[data-theme] [data-theme~="technology"] .carousel [data-theme~="yellow"] .button--primary.button--control {
  color: #212121; }
  [data-theme~="yellow"] .button--primary.theme-primary-bg svg, [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--primary.button--control svg, [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--primary.button--control svg, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--primary.button--control svg, [data-theme~="yellow"] [data-theme~="design"] .carousel .button--primary.button--control svg, [data-theme~="design"] .carousel [data-theme~="yellow"] .button--primary.button--control svg, [data-theme~="yellow"] [data-theme~="art"] .carousel .button--primary.button--control svg, [data-theme~="art"] .carousel [data-theme~="yellow"] .button--primary.button--control svg, [data-theme~="yellow"] [data-theme~="fashion"] .carousel .button--primary.button--control svg, [data-theme~="fashion"] .carousel [data-theme~="yellow"] .button--primary.button--control svg, [data-theme~="yellow"] [data-theme~="technology"] .carousel .button--primary.button--control svg, [data-theme~="technology"] .carousel [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme] [data-theme~="yellow"] .button--primary.theme-primary-bg svg,
  [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--primary.button--control svg,
  [data-theme~="design"] .carousel [data-theme] [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme] [data-theme~="yellow"] [data-theme~="design"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="design"] .carousel [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme~="art"] .carousel [data-theme] [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme] [data-theme~="yellow"] [data-theme~="art"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="art"] .carousel [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme~="fashion"] .carousel [data-theme] [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme] [data-theme~="yellow"] [data-theme~="fashion"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="fashion"] .carousel [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme~="technology"] .carousel [data-theme] [data-theme~="yellow"] .button--primary.button--control svg,
  [data-theme] [data-theme~="yellow"] [data-theme~="technology"] .carousel .button--primary.button--control svg,
  [data-theme] [data-theme~="technology"] .carousel [data-theme~="yellow"] .button--primary.button--control svg {
    color: #212121; }

[data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control {
  color: #ffffff; }

[data-theme~="yellow"][data-view~="general-content"] [data-layout="header-two-up"] .deco,
[data-theme] [data-theme~="yellow"][data-view~="general-content"] [data-layout="header-two-up"] .deco {
  color: #FFCA00; }
  [data-theme~="yellow"][data-view~="general-content"] [data-layout="header-two-up"] .deco .deco--stroke,
  [data-theme] [data-theme~="yellow"][data-view~="general-content"] [data-layout="header-two-up"] .deco .deco--stroke {
    color: #FFF7D9; }

[data-theme~="design"] .theme-primary-bg, [data-theme~="design"] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="design"] .button--control, [data-theme~="design"] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="design"] .button--control, [data-theme~="design"] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="design"] .button--control, [data-theme~="design"] .carousel .button--control,
[data-theme] [data-theme~="design"] .carousel .button--control, [data-theme~="art"] .carousel [data-theme~="design"] .button--control,
[data-theme~="design"] [data-theme] [data-theme~="art"] .carousel .button--control, [data-theme~="fashion"] .carousel [data-theme~="design"] .button--control,
[data-theme~="design"] [data-theme] [data-theme~="fashion"] .carousel .button--control, [data-theme~="technology"] .carousel [data-theme~="design"] .button--control,
[data-theme~="design"] [data-theme] [data-theme~="technology"] .carousel .button--control,
[data-theme] [data-theme~="design"] .theme-primary-bg,
[data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="design"] .button--control,
[data-theme] [data-theme~="design"] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="design"] .button--control,
[data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="design"] .button--control,
[data-theme] [data-theme~="design"] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="design"] .button--control,
[data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="design"] .button--control,
[data-theme] [data-theme~="design"] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="design"] .button--control,
[data-theme] [data-theme~="design"] .carousel .button--control,
[data-theme~="art"] .carousel [data-theme] [data-theme~="design"] .button--control,
[data-theme] [data-theme~="art"] .carousel [data-theme~="design"] .button--control,
[data-theme~="fashion"] .carousel [data-theme] [data-theme~="design"] .button--control,
[data-theme] [data-theme~="fashion"] .carousel [data-theme~="design"] .button--control,
[data-theme~="technology"] .carousel [data-theme] [data-theme~="design"] .button--control,
[data-theme] [data-theme~="technology"] .carousel [data-theme~="design"] .button--control {
  background-color: #FFCA00; }

[data-theme~="design"] .theme-secondary-bg, [data-theme~="design"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="design"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="art"] .carousel[data-carousel-theme="secondary"] [data-theme~="design"] .button--control,
[data-theme~="design"] [data-theme] [data-theme~="art"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] [data-theme~="design"] .button--control,
[data-theme~="design"] [data-theme] [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] [data-theme~="design"] .button--control,
[data-theme~="design"] [data-theme] [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="design"] .theme-secondary-bg,
[data-theme] [data-theme~="design"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme~="art"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="design"] .button--control,
[data-theme] [data-theme~="art"] .carousel[data-carousel-theme="secondary"] [data-theme~="design"] .button--control,
[data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="design"] .button--control,
[data-theme] [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] [data-theme~="design"] .button--control,
[data-theme~="technology"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="design"] .button--control,
[data-theme] [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] [data-theme~="design"] .button--control {
  background-color: #00B093; }

[data-theme~="design"] .theme-tertiary-bg,
[data-theme] [data-theme~="design"] .theme-tertiary-bg {
  background-color: #E5F7F4; }

[data-theme~="design"] .theme-primary-color,
[data-theme] [data-theme~="design"] .theme-primary-color {
  color: #FFCA00; }

[data-theme~="design"] .theme-secondary-color,
[data-theme] [data-theme~="design"] .theme-secondary-color {
  color: #00B093; }

[data-theme~="design"] .theme-tertiary-color,
[data-theme] [data-theme~="design"] .theme-tertiary-color {
  color: #E5F7F4; }

[data-theme~="design"] .theme-primary-button,
[data-theme] [data-theme~="design"] .theme-primary-button {
  background-color: #FFCA00;
  color: #212121;
  transition: .3s ease;
  transition-property: background-color, color; }
  [data-theme~="design"] .theme-primary-button:hover,
  [data-theme] [data-theme~="design"] .theme-primary-button:hover {
    background-color: #212121;
    color: #ffffff; }

[data-theme~="design"] .theme-secondary-button,
[data-theme] [data-theme~="design"] .theme-secondary-button {
  background-color: #00B093;
  color: #212121;
  transition: .3s ease;
  transition-property: background-color, color; }
  [data-theme~="design"] .theme-secondary-button:hover,
  [data-theme] [data-theme~="design"] .theme-secondary-button:hover {
    background-color: #212121;
    color: #ffffff; }

[data-theme~="design"] .button--primary,
[data-theme] [data-theme~="design"] .button--primary {
  background-color: #FFCA00; }
  [data-theme~="design"] .button--primary:hover,
  [data-theme] [data-theme~="design"] .button--primary:hover {
    background-color: #00B093; }

[data-theme~="design"] .header-logo svg,
[data-theme] [data-theme~="design"] .header-logo svg {
  color: #00B093; }

[data-theme~="design"] .side-image .deco--technology svg,
[data-theme] [data-theme~="design"] .side-image .deco--technology svg {
  color: #00B093; }

[data-theme~="design"] .side-image .deco--target svg,
[data-theme] [data-theme~="design"] .side-image .deco--target svg {
  color: #FFCA00; }

[data-theme~="design"] .side-image .deco--design svg,
[data-theme] [data-theme~="design"] .side-image .deco--design svg {
  color: #FFCA00; }
  [data-theme~="design"] .side-image .deco--design svg .deco--stroke,
  [data-theme] [data-theme~="design"] .side-image .deco--design svg .deco--stroke {
    color: #ffffff; }

[data-theme~="design"] .carousel .button--control,
[data-theme] [data-theme~="design"] .carousel .button--control {
  color: #ffffff; }

[data-theme~="design"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="design"] .carousel[data-carousel-theme="secondary"] .button--control {
  color: #ffffff; }

[data-theme~="design"] .news-section .deco,
[data-theme] [data-theme~="design"] .news-section .deco {
  color: #00B093; }
  [data-theme~="design"] .news-section .deco .deco--stroke,
  [data-theme] [data-theme~="design"] .news-section .deco .deco--stroke {
    color: #E5F7F4; }

[data-theme~="design"] .partners .deco,
[data-theme] [data-theme~="design"] .partners .deco {
  color: #FFCA00; }
  [data-theme~="design"] .partners .deco--stroke,
  [data-theme] [data-theme~="design"] .partners .deco--stroke {
    color: #FFF7D9; }

[data-theme~="design"] .featured-quote,
[data-theme] [data-theme~="design"] .featured-quote {
  background-color: #FFCA00; }

[data-theme~="design"] [data-layout="header-course-details"] .deco,
[data-theme] [data-theme~="design"] [data-layout="header-course-details"] .deco {
  color: #00B093; }
  [data-theme~="design"] [data-layout="header-course-details"] .deco .deco--stroke,
  [data-theme] [data-theme~="design"] [data-layout="header-course-details"] .deco .deco--stroke {
    color: #ffffff; }

[data-theme~="art"] .theme-primary-bg, [data-theme~="art"] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="art"] .button--control, [data-theme~="art"] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="art"] .button--control, [data-theme~="art"] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="art"] .button--control, [data-theme~="design"] .carousel [data-theme~="art"] .button--control,
[data-theme~="art"] [data-theme] [data-theme~="design"] .carousel .button--control, [data-theme~="art"] .carousel .button--control,
[data-theme] [data-theme~="art"] .carousel .button--control, [data-theme~="fashion"] .carousel [data-theme~="art"] .button--control,
[data-theme~="art"] [data-theme] [data-theme~="fashion"] .carousel .button--control, [data-theme~="technology"] .carousel [data-theme~="art"] .button--control,
[data-theme~="art"] [data-theme] [data-theme~="technology"] .carousel .button--control,
[data-theme] [data-theme~="art"] .theme-primary-bg,
[data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="art"] .button--control,
[data-theme] [data-theme~="art"] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="art"] .button--control,
[data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="art"] .button--control,
[data-theme] [data-theme~="art"] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="art"] .button--control,
[data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="art"] .button--control,
[data-theme] [data-theme~="art"] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="art"] .button--control,
[data-theme~="design"] .carousel [data-theme] [data-theme~="art"] .button--control,
[data-theme] [data-theme~="design"] .carousel [data-theme~="art"] .button--control,
[data-theme] [data-theme~="art"] .carousel .button--control,
[data-theme~="fashion"] .carousel [data-theme] [data-theme~="art"] .button--control,
[data-theme] [data-theme~="fashion"] .carousel [data-theme~="art"] .button--control,
[data-theme~="technology"] .carousel [data-theme] [data-theme~="art"] .button--control,
[data-theme] [data-theme~="technology"] .carousel [data-theme~="art"] .button--control {
  background-color: #FFCA00; }

[data-theme~="art"] .theme-secondary-bg, [data-theme~="design"] .carousel[data-carousel-theme="secondary"] [data-theme~="art"] .button--control,
[data-theme~="art"] [data-theme] [data-theme~="design"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="art"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="art"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] [data-theme~="art"] .button--control,
[data-theme~="art"] [data-theme] [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] [data-theme~="art"] .button--control,
[data-theme~="art"] [data-theme] [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="art"] .theme-secondary-bg,
[data-theme~="design"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="art"] .button--control,
[data-theme] [data-theme~="design"] .carousel[data-carousel-theme="secondary"] [data-theme~="art"] .button--control,
[data-theme] [data-theme~="art"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="art"] .button--control,
[data-theme] [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] [data-theme~="art"] .button--control,
[data-theme~="technology"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="art"] .button--control,
[data-theme] [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] [data-theme~="art"] .button--control {
  background-color: #fe3f24; }

[data-theme~="art"] .theme-tertiary-bg,
[data-theme] [data-theme~="art"] .theme-tertiary-bg {
  background-color: #FEEBE8; }

[data-theme~="art"] .theme-primary-color,
[data-theme] [data-theme~="art"] .theme-primary-color {
  color: #FFCA00; }

[data-theme~="art"] .theme-secondary-color,
[data-theme] [data-theme~="art"] .theme-secondary-color {
  color: #fe3f24; }

[data-theme~="art"] .theme-tertiary-color,
[data-theme] [data-theme~="art"] .theme-tertiary-color {
  color: #FEEBE8; }

[data-theme~="art"] .theme-primary-button,
[data-theme] [data-theme~="art"] .theme-primary-button {
  background-color: #FFCA00;
  color: #212121;
  transition: .3s ease;
  transition-property: background-color, color; }
  [data-theme~="art"] .theme-primary-button:hover,
  [data-theme] [data-theme~="art"] .theme-primary-button:hover {
    background-color: #212121;
    color: #ffffff; }

[data-theme~="art"] .theme-secondary-button,
[data-theme] [data-theme~="art"] .theme-secondary-button {
  background-color: #fe3f24;
  color: #212121;
  transition: .3s ease;
  transition-property: background-color, color; }
  [data-theme~="art"] .theme-secondary-button:hover,
  [data-theme] [data-theme~="art"] .theme-secondary-button:hover {
    background-color: #212121;
    color: #ffffff; }

[data-theme~="art"] .button--primary,
[data-theme] [data-theme~="art"] .button--primary {
  background-color: #FFCA00; }
  [data-theme~="art"] .button--primary:hover,
  [data-theme] [data-theme~="art"] .button--primary:hover {
    background-color: #fe3f24; }

[data-theme~="art"] .header-logo svg,
[data-theme] [data-theme~="art"] .header-logo svg {
  color: #fe3f24; }

[data-theme~="art"] .side-image .deco--technology svg,
[data-theme] [data-theme~="art"] .side-image .deco--technology svg {
  color: #fe3f24; }

[data-theme~="art"] .side-image .deco--target svg,
[data-theme] [data-theme~="art"] .side-image .deco--target svg {
  color: #FFCA00; }

[data-theme~="art"] .side-image .deco--design svg,
[data-theme] [data-theme~="art"] .side-image .deco--design svg {
  color: #FFCA00; }
  [data-theme~="art"] .side-image .deco--design svg .deco--stroke,
  [data-theme] [data-theme~="art"] .side-image .deco--design svg .deco--stroke {
    color: #ffffff; }

[data-theme~="art"] .carousel .button--control,
[data-theme] [data-theme~="art"] .carousel .button--control {
  color: #ffffff; }

[data-theme~="art"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="art"] .carousel[data-carousel-theme="secondary"] .button--control {
  color: #ffffff; }

[data-theme~="art"] .news-section .deco,
[data-theme] [data-theme~="art"] .news-section .deco {
  color: #fe3f24; }
  [data-theme~="art"] .news-section .deco .deco--stroke,
  [data-theme] [data-theme~="art"] .news-section .deco .deco--stroke {
    color: #FEEBE8; }

[data-theme~="art"] .partners .deco,
[data-theme] [data-theme~="art"] .partners .deco {
  color: #FFCA00; }
  [data-theme~="art"] .partners .deco--stroke,
  [data-theme] [data-theme~="art"] .partners .deco--stroke {
    color: #FFF7D9; }

[data-theme~="art"] .featured-quote,
[data-theme] [data-theme~="art"] .featured-quote {
  background-color: #FFCA00; }

[data-theme~="art"] [data-layout="header-course-details"] .deco,
[data-theme] [data-theme~="art"] [data-layout="header-course-details"] .deco {
  color: #fe3f24; }
  [data-theme~="art"] [data-layout="header-course-details"] .deco .deco--stroke,
  [data-theme] [data-theme~="art"] [data-layout="header-course-details"] .deco .deco--stroke {
    color: #ffffff; }

[data-theme~="fashion"] .theme-primary-bg, [data-theme~="fashion"] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="fashion"] .button--control, [data-theme~="fashion"] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="fashion"] .button--control, [data-theme~="fashion"] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="fashion"] .button--control, [data-theme~="design"] .carousel [data-theme~="fashion"] .button--control,
[data-theme~="fashion"] [data-theme] [data-theme~="design"] .carousel .button--control, [data-theme~="art"] .carousel [data-theme~="fashion"] .button--control,
[data-theme~="fashion"] [data-theme] [data-theme~="art"] .carousel .button--control, [data-theme~="fashion"] .carousel .button--control,
[data-theme] [data-theme~="fashion"] .carousel .button--control, [data-theme~="technology"] .carousel [data-theme~="fashion"] .button--control,
[data-theme~="fashion"] [data-theme] [data-theme~="technology"] .carousel .button--control,
[data-theme] [data-theme~="fashion"] .theme-primary-bg,
[data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="fashion"] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="fashion"] .button--control,
[data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="fashion"] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="fashion"] .button--control,
[data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="fashion"] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="fashion"] .button--control,
[data-theme~="design"] .carousel [data-theme] [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="design"] .carousel [data-theme~="fashion"] .button--control,
[data-theme~="art"] .carousel [data-theme] [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="art"] .carousel [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="fashion"] .carousel .button--control,
[data-theme~="technology"] .carousel [data-theme] [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="technology"] .carousel [data-theme~="fashion"] .button--control {
  background-color: #fe3f24; }

[data-theme~="fashion"] .theme-secondary-bg, [data-theme~="design"] .carousel[data-carousel-theme="secondary"] [data-theme~="fashion"] .button--control,
[data-theme~="fashion"] [data-theme] [data-theme~="design"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="art"] .carousel[data-carousel-theme="secondary"] [data-theme~="fashion"] .button--control,
[data-theme~="fashion"] [data-theme] [data-theme~="art"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] [data-theme~="fashion"] .button--control,
[data-theme~="fashion"] [data-theme] [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="fashion"] .theme-secondary-bg,
[data-theme~="design"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="design"] .carousel[data-carousel-theme="secondary"] [data-theme~="fashion"] .button--control,
[data-theme~="art"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="art"] .carousel[data-carousel-theme="secondary"] [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme~="technology"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="fashion"] .button--control,
[data-theme] [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] [data-theme~="fashion"] .button--control {
  background-color: #FFCA00; }

[data-theme~="fashion"] .theme-tertiary-bg,
[data-theme] [data-theme~="fashion"] .theme-tertiary-bg {
  background-color: #FFF7D9; }

[data-theme~="fashion"] .theme-primary-color,
[data-theme] [data-theme~="fashion"] .theme-primary-color {
  color: #fe3f24; }

[data-theme~="fashion"] .theme-secondary-color,
[data-theme] [data-theme~="fashion"] .theme-secondary-color {
  color: #FFCA00; }

[data-theme~="fashion"] .theme-tertiary-color,
[data-theme] [data-theme~="fashion"] .theme-tertiary-color {
  color: #FFF7D9; }

[data-theme~="fashion"] .theme-primary-button,
[data-theme] [data-theme~="fashion"] .theme-primary-button {
  background-color: #fe3f24;
  color: #212121;
  transition: .3s ease;
  transition-property: background-color, color; }
  [data-theme~="fashion"] .theme-primary-button:hover,
  [data-theme] [data-theme~="fashion"] .theme-primary-button:hover {
    background-color: #212121;
    color: #ffffff; }

[data-theme~="fashion"] .theme-secondary-button,
[data-theme] [data-theme~="fashion"] .theme-secondary-button {
  background-color: #FFCA00;
  color: #212121;
  transition: .3s ease;
  transition-property: background-color, color; }
  [data-theme~="fashion"] .theme-secondary-button:hover,
  [data-theme] [data-theme~="fashion"] .theme-secondary-button:hover {
    background-color: #212121;
    color: #ffffff; }

[data-theme~="fashion"] .button--primary,
[data-theme] [data-theme~="fashion"] .button--primary {
  background-color: #fe3f24; }
  [data-theme~="fashion"] .button--primary:hover,
  [data-theme] [data-theme~="fashion"] .button--primary:hover {
    background-color: #FFCA00; }

[data-theme~="fashion"] .header-logo svg,
[data-theme] [data-theme~="fashion"] .header-logo svg {
  color: #FFCA00; }

[data-theme~="fashion"] .side-image .deco--technology svg,
[data-theme] [data-theme~="fashion"] .side-image .deco--technology svg {
  color: #FFCA00; }

[data-theme~="fashion"] .side-image .deco--target svg,
[data-theme] [data-theme~="fashion"] .side-image .deco--target svg {
  color: #fe3f24; }

[data-theme~="fashion"] .side-image .deco--design svg,
[data-theme] [data-theme~="fashion"] .side-image .deco--design svg {
  color: #fe3f24; }
  [data-theme~="fashion"] .side-image .deco--design svg .deco--stroke,
  [data-theme] [data-theme~="fashion"] .side-image .deco--design svg .deco--stroke {
    color: #ffffff; }

[data-theme~="fashion"] .carousel .button--control,
[data-theme] [data-theme~="fashion"] .carousel .button--control {
  color: #ffffff; }

[data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] .button--control {
  color: #ffffff; }

[data-theme~="fashion"] .news-section .deco,
[data-theme] [data-theme~="fashion"] .news-section .deco {
  color: #FFCA00; }
  [data-theme~="fashion"] .news-section .deco .deco--stroke,
  [data-theme] [data-theme~="fashion"] .news-section .deco .deco--stroke {
    color: #FFF7D9; }

[data-theme~="fashion"] .partners .deco,
[data-theme] [data-theme~="fashion"] .partners .deco {
  color: #fe3f24; }
  [data-theme~="fashion"] .partners .deco--stroke,
  [data-theme] [data-theme~="fashion"] .partners .deco--stroke {
    color: #FEEBE8; }

[data-theme~="fashion"] .featured-quote,
[data-theme] [data-theme~="fashion"] .featured-quote {
  background-color: #fe3f24; }

[data-theme~="fashion"] [data-layout="header-course-details"] .deco,
[data-theme] [data-theme~="fashion"] [data-layout="header-course-details"] .deco {
  color: #FFCA00; }
  [data-theme~="fashion"] [data-layout="header-course-details"] .deco .deco--stroke,
  [data-theme] [data-theme~="fashion"] [data-layout="header-course-details"] .deco .deco--stroke {
    color: #ffffff; }

[data-theme~="technology"] .theme-primary-bg, [data-theme~="technology"] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="technology"] .button--control, [data-theme~="technology"] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="technology"] .button--control, [data-theme~="technology"] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control, [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="technology"] .button--control, [data-theme~="design"] .carousel [data-theme~="technology"] .button--control,
[data-theme~="technology"] [data-theme] [data-theme~="design"] .carousel .button--control, [data-theme~="art"] .carousel [data-theme~="technology"] .button--control,
[data-theme~="technology"] [data-theme] [data-theme~="art"] .carousel .button--control, [data-theme~="fashion"] .carousel [data-theme~="technology"] .button--control,
[data-theme~="technology"] [data-theme] [data-theme~="fashion"] .carousel .button--control, [data-theme~="technology"] .carousel .button--control,
[data-theme] [data-theme~="technology"] .carousel .button--control,
[data-theme] [data-theme~="technology"] .theme-primary-bg,
[data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="technology"] [data-theme~="red"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="red"] .carousel[data-carousel-theme="primary"] [data-theme~="technology"] .button--control,
[data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="technology"] [data-theme~="green"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="green"] .carousel[data-carousel-theme="primary"] [data-theme~="technology"] .button--control,
[data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme] [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="technology"] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] .button--control,
[data-theme] [data-theme~="yellow"] .carousel[data-carousel-theme="primary"] [data-theme~="technology"] .button--control,
[data-theme~="design"] .carousel [data-theme] [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="design"] .carousel [data-theme~="technology"] .button--control,
[data-theme~="art"] .carousel [data-theme] [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="art"] .carousel [data-theme~="technology"] .button--control,
[data-theme~="fashion"] .carousel [data-theme] [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="fashion"] .carousel [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="technology"] .carousel .button--control {
  background-color: #00B093; }

[data-theme~="technology"] .theme-secondary-bg, [data-theme~="design"] .carousel[data-carousel-theme="secondary"] [data-theme~="technology"] .button--control,
[data-theme~="technology"] [data-theme] [data-theme~="design"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="art"] .carousel[data-carousel-theme="secondary"] [data-theme~="technology"] .button--control,
[data-theme~="technology"] [data-theme] [data-theme~="art"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] [data-theme~="technology"] .button--control,
[data-theme~="technology"] [data-theme] [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] .button--control, [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="technology"] .theme-secondary-bg,
[data-theme~="design"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="design"] .carousel[data-carousel-theme="secondary"] [data-theme~="technology"] .button--control,
[data-theme~="art"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="art"] .carousel[data-carousel-theme="secondary"] [data-theme~="technology"] .button--control,
[data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] [data-theme] [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="fashion"] .carousel[data-carousel-theme="secondary"] [data-theme~="technology"] .button--control,
[data-theme] [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] .button--control {
  background-color: #fe3f24; }

[data-theme~="technology"] .theme-tertiary-bg,
[data-theme] [data-theme~="technology"] .theme-tertiary-bg {
  background-color: #FEEBE8; }

[data-theme~="technology"] .theme-primary-color,
[data-theme] [data-theme~="technology"] .theme-primary-color {
  color: #00B093; }

[data-theme~="technology"] .theme-secondary-color,
[data-theme] [data-theme~="technology"] .theme-secondary-color {
  color: #fe3f24; }

[data-theme~="technology"] .theme-tertiary-color,
[data-theme] [data-theme~="technology"] .theme-tertiary-color {
  color: #FEEBE8; }

[data-theme~="technology"] .theme-primary-button,
[data-theme] [data-theme~="technology"] .theme-primary-button {
  background-color: #00B093;
  color: #212121;
  transition: .3s ease;
  transition-property: background-color, color; }
  [data-theme~="technology"] .theme-primary-button:hover,
  [data-theme] [data-theme~="technology"] .theme-primary-button:hover {
    background-color: #212121;
    color: #ffffff; }

[data-theme~="technology"] .theme-secondary-button,
[data-theme] [data-theme~="technology"] .theme-secondary-button {
  background-color: #fe3f24;
  color: #212121;
  transition: .3s ease;
  transition-property: background-color, color; }
  [data-theme~="technology"] .theme-secondary-button:hover,
  [data-theme] [data-theme~="technology"] .theme-secondary-button:hover {
    background-color: #212121;
    color: #ffffff; }

[data-theme~="technology"] .button--primary,
[data-theme] [data-theme~="technology"] .button--primary {
  background-color: #00B093; }
  [data-theme~="technology"] .button--primary:hover,
  [data-theme] [data-theme~="technology"] .button--primary:hover {
    background-color: #fe3f24; }

[data-theme~="technology"] .header-logo svg,
[data-theme] [data-theme~="technology"] .header-logo svg {
  color: #fe3f24; }

[data-theme~="technology"] .side-image .deco--technology svg,
[data-theme] [data-theme~="technology"] .side-image .deco--technology svg {
  color: #fe3f24; }

[data-theme~="technology"] .side-image .deco--target svg,
[data-theme] [data-theme~="technology"] .side-image .deco--target svg {
  color: #00B093; }

[data-theme~="technology"] .side-image .deco--design svg,
[data-theme] [data-theme~="technology"] .side-image .deco--design svg {
  color: #00B093; }
  [data-theme~="technology"] .side-image .deco--design svg .deco--stroke,
  [data-theme] [data-theme~="technology"] .side-image .deco--design svg .deco--stroke {
    color: #ffffff; }

[data-theme~="technology"] .carousel .button--control,
[data-theme] [data-theme~="technology"] .carousel .button--control {
  color: #ffffff; }

[data-theme~="technology"] .carousel[data-carousel-theme="secondary"] .button--control,
[data-theme] [data-theme~="technology"] .carousel[data-carousel-theme="secondary"] .button--control {
  color: #ffffff; }

[data-theme~="technology"] .news-section .deco,
[data-theme] [data-theme~="technology"] .news-section .deco {
  color: #fe3f24; }
  [data-theme~="technology"] .news-section .deco .deco--stroke,
  [data-theme] [data-theme~="technology"] .news-section .deco .deco--stroke {
    color: #FEEBE8; }

[data-theme~="technology"] .partners .deco,
[data-theme] [data-theme~="technology"] .partners .deco {
  color: #00B093; }
  [data-theme~="technology"] .partners .deco--stroke,
  [data-theme] [data-theme~="technology"] .partners .deco--stroke {
    color: #E5F7F4; }

[data-theme~="technology"] .featured-quote,
[data-theme] [data-theme~="technology"] .featured-quote {
  background-color: #00B093; }

[data-theme~="technology"] [data-layout="header-course-details"] .deco,
[data-theme] [data-theme~="technology"] [data-layout="header-course-details"] .deco {
  color: #fe3f24; }
  [data-theme~="technology"] [data-layout="header-course-details"] .deco .deco--stroke,
  [data-theme] [data-theme~="technology"] [data-layout="header-course-details"] .deco .deco--stroke {
    color: #ffffff; }

[data-theme~="global"][data-view~="faculty"] [data-layout="header-two-up"] .col:last-child, [data-theme~="global"][data-view~="board-of-directors"] [data-layout="header-two-up"] .col:last-child, [data-theme~="global"][data-view~="prospectus"] [data-layout="header-two-up"] .col:last-child,
[data-theme] [data-theme~="global"][data-view~="faculty"] [data-layout="header-two-up"] .col:last-child,
[data-theme] [data-theme~="global"][data-view~="board-of-directors"] [data-layout="header-two-up"] .col:last-child,
[data-theme] [data-theme~="global"][data-view~="prospectus"] [data-layout="header-two-up"] .col:last-child {
  background-color: #FFCA00; }

[data-theme~="global"][data-view~="faculty"] [data-layout="header-two-up"] .deco, [data-theme~="global"][data-view~="board-of-directors"] [data-layout="header-two-up"] .deco, [data-theme~="global"][data-view~="prospectus"] [data-layout="header-two-up"] .deco,
[data-theme] [data-theme~="global"][data-view~="faculty"] [data-layout="header-two-up"] .deco,
[data-theme] [data-theme~="global"][data-view~="board-of-directors"] [data-layout="header-two-up"] .deco,
[data-theme] [data-theme~="global"][data-view~="prospectus"] [data-layout="header-two-up"] .deco {
  color: #00B093; }

[data-theme~="global"][data-view~="contact"] [data-layout="header-two-up"] .col:last-child,
[data-theme] [data-theme~="global"][data-view~="contact"] [data-layout="header-two-up"] .col:last-child {
  background-color: #00B093; }

[data-theme~="global"][data-view~="contact"] [data-layout="header-two-up"] .deco,
[data-theme] [data-theme~="global"][data-view~="contact"] [data-layout="header-two-up"] .deco {
  color: #FFCA00; }

[data-theme~="global"][data-view~="contact"] [data-layout="header-two-up"] .deco--target,
[data-theme] [data-theme~="global"][data-view~="contact"] [data-layout="header-two-up"] .deco--target {
  color: #00B093; }

[data-theme~="global"] .header-courses .button--secondary,
[data-theme] [data-theme~="global"] .header-courses .button--secondary {
  transition: .3s ease;
  transition-property: background-color, color; }
  [data-theme~="global"] .header-courses .button--secondary:hover,
  [data-theme] [data-theme~="global"] .header-courses .button--secondary:hover {
    color: #212121; }

[data-theme~="global"] .header-courses .button--hover-design:hover,
[data-theme~="global"] .header-courses .button--hover-art:hover,
[data-theme] [data-theme~="global"] .header-courses .button--hover-design:hover,
[data-theme] [data-theme~="global"] .header-courses .button--hover-art:hover {
  background-color: #00B093; }

[data-theme~="global"] .header-courses .button--hover-fashion:hover,
[data-theme] [data-theme~="global"] .header-courses .button--hover-fashion:hover {
  background-color: #FFCA00; }

[data-theme~="global"] .header-courses .button--hover-technology:hover,
[data-theme] [data-theme~="global"] .header-courses .button--hover-technology:hover {
  background-color: #fe3f24; }

[data-theme~="global"] .contact-action--image,
[data-theme] [data-theme~="global"] .contact-action--image {
  background-color: #00B093; }

[data-theme~="global"] .contact-action--icon,
[data-theme] [data-theme~="global"] .contact-action--icon {
  background-color: #FFCA00; }

[data-theme~="global"] .side-image--content .col:nth-child(2),
[data-theme] [data-theme~="global"] .side-image--content .col:nth-child(2) {
  background-color: #00B093; }

[data-theme~="global"] .side-image--content .deco--technology,
[data-theme] [data-theme~="global"] .side-image--content .deco--technology {
  color: #FFCA00; }

[data-theme~="global"] .side-image--content .deco--design,
[data-theme] [data-theme~="global"] .side-image--content .deco--design {
  color: #fe3f24; }

[data-theme~="global"] .carousel[data-carousel-theme="invert"],
[data-theme] [data-theme~="global"] .carousel[data-carousel-theme="invert"] {
  color: #212121; }

[data-theme~="global"] .carousel[data-carousel-theme~="header"] .button--control,
[data-theme] [data-theme~="global"] .carousel[data-carousel-theme~="header"] .button--control {
  background-color: #ffffff;
  opacity: 0.75; }

[data-theme~="global"] .carousel[data-carousel-theme~="default"] .button--control,
[data-theme] [data-theme~="global"] .carousel[data-carousel-theme~="default"] .button--control {
  background-color: #FFCA00;
  color: #ffffff; }

[data-theme~="global"] [data-template="faculty"],
[data-theme~="global"] [data-template="news"],
[data-theme] [data-theme~="global"] [data-template="faculty"],
[data-theme] [data-theme~="global"] [data-template="news"] {
  background-color: #212121; }

[data-theme~="global"][data-view~="home"] .carousel--full .deco--target,
[data-theme] [data-theme~="global"][data-view~="home"] .carousel--full .deco--target {
  color: #fe3f24; }

[data-theme~="global"][data-view~="news"] [data-layout="header-two-up"] .deco--design,
[data-theme] [data-theme~="global"][data-view~="news"] [data-layout="header-two-up"] .deco--design {
  color: #fe3f24; }

[data-theme~="global"][data-view~="news"] [data-layout="header-two-up"] .col:last-child,
[data-theme] [data-theme~="global"][data-view~="news"] [data-layout="header-two-up"] .col:last-child {
  background-color: #fe3f24; }

.flickity-enabled {
  outline: none; }

.flickity-page-dots {
  padding: 0;
  counter-reset: item;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 18px; }
  .flickity-page-dots li {
    display: block; }
    .flickity-page-dots li:before {
      content: counter(item);
      counter-increment: item; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

[data-scrollbar],
[scrollbar],
scrollbar {
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative; }

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
  transform: translateZ(0); }

[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
  background: rgba(222, 222, 222, 0.75); }

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-out, background 0.5s ease-out;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
  opacity: 1; }

[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
  background: rgba(222, 222, 222, 0.75); }

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px; }

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
  top: 0;
  right: 0;
  width: 8px;
  height: 100%; }

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

[data-widget="scroll"] {
  height: 100vh; }

.accordion {
  background-color: #212121; }
  .accordion__section.is-active .icon--plus .icon--plus__wrap {
    transform: rotate(45deg); }
  .accordion__trigger {
    cursor: pointer;
    position: relative;
    font-size: 21px;
    line-height: 24px;
    padding: 24px 50px 24px 20px;
    border-top: 1px solid #ffffff;
    margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      .accordion__trigger {
        font-size: 30px;
        line-height: 36px;
        padding: 25px 100px 25px 35px; } }
    @media screen and (min-width: 993px) {
      .accordion__trigger {
        font-size: 38px;
        line-height: 46px;
        padding-right: 200px; } }
    .accordion__trigger:hover .accordion__trigger-info,
    .accordion__trigger:hover .accordion__trigger-title,
    .accordion__trigger:hover .icon--plus {
      opacity: 0.5; }
  .accordion__trigger-info {
    display: block;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.25px;
    margin-top: 8px; }
    @media screen and (min-width: 769px) {
      .accordion__trigger-info {
        margin-top: 15px;
        transition: .3s ease opacity; } }
    @media screen and (min-width: 993px) {
      .accordion__trigger-info {
        display: inline-block; } }
  @media screen and (min-width: 769px) {
    .accordion__trigger-title {
      transition: .3s ease opacity; } }
  @media screen and (min-width: 993px) {
    .accordion__trigger-title {
      margin-right: 15px; } }
  .accordion__collapsing {
    display: none;
    padding-bottom: 35px; }
    @media screen and (min-width: 769px) {
      .accordion__collapsing {
        padding-bottom: 55px;
        padding-top: 25px; } }
  .accordion .icon--plus {
    position: absolute;
    top: 25px;
    right: 20px; }
    .accordion .icon--plus__wrap {
      transition: .3s ease transform; }
    @media screen and (min-width: 769px) {
      .accordion .icon--plus {
        top: 35px;
        right: 35px;
        transition: .3s ease opacity; } }

.aspect-ratio-image {
  padding-top: 70%; }
  .aspect-ratio-image__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.aspect-video {
  padding-top: 56.25%; }
  .aspect-video__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.button, .clf-d-submitbutton {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.2px;
  padding: 11px 24px;
  border-radius: 50px;
  line-height: 20px; }
  .button--primary {
    color: #212121;
    background-color: #FFCA00;
    transition: .3s ease background-color; }
    .button--primary:hover {
      background-color: #00B093; }
  .button--art {
    background-color: #FFCA00;
    transition: .3s ease background-color; }
    .button--art:hover {
      background-color: #00B093; }
  .button--design {
    background-color: #FFCA00;
    transition: .3s ease background-color; }
    .button--design:hover {
      background-color: #00B093; }
  .button--technology {
    background-color: #00B093;
    transition: .3s ease background-color; }
    .button--technology:hover {
      background-color: #fe3f24; }
  .button--fashion {
    background-color: #fe3f24;
    transition: .3s ease background-color; }
    .button--fashion:hover {
      background-color: #FFCA00; }
  .button--secondary {
    background-color: #212121;
    color: #ffffff; }
  .button--transparent, .clf-d-submitbutton {
    border: 1px solid #212121;
    color: #212121;
    transition: .3s ease opacity; }
    .button--transparent:hover, .clf-d-submitbutton:hover {
      opacity: 0.65; }
    .button--transparent.button--invert, .button--invert.clf-d-submitbutton {
      border: 1px solid #ffffff;
      color: #ffffff; }
  .button--hamburger {
    width: 60px;
    height: 40px;
    position: relative;
    display: block;
    padding: 10px;
    z-index: 2; }
    .button--hamburger__bar {
      width: 100%;
      height: 3px;
      content: '';
      background-color: #212121;
      display: block;
      position: absolute;
      left: 0; }
      .button--hamburger__bar:first-child {
        top: 0; }
      .button--hamburger__bar:last-child {
        bottom: 0; }
      @media screen and (max-width: 992px) {
        .button--hamburger__bar {
          background-color: #ffffff; } }
    .button--hamburger__container {
      height: 16px; }
  .button--control {
    width: 35px;
    height: 35px;
    background-color: #212121;
    padding: 0;
    border-radius: 0;
    transition: .3s ease opacity; }
    @media screen and (min-width: 769px) {
      .button--control {
        width: 80px;
        height: 80px;
        padding: 10px; } }
    .button--control .icon {
      width: 20px;
      height: 13px; }
      @media screen and (min-width: 769px) {
        .button--control .icon {
          transition: .2s ease transform;
          width: 45px;
          height: 29px; } }
    .button--control:hover {
      opacity: 0.95; }
    .button--control:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
    .button--control-prev {
      border-radius: 0px 50% 50% 0; }
      .button--control-prev:hover .icon {
        transform: translateX(-8px); }
    .button--control-next {
      border-radius: 50% 0 0 50%; }
      .button--control-next:hover .icon {
        transform: translateX(8px); }
  .button--close {
    padding: 0;
    transition: .3s ease opacity; }
    .button--close:hover {
      opacity: 0.4; }
  .button--fancy {
    padding: 0;
    font-size: 23px;
    line-height: 29px;
    color: #ffffff;
    font-weight: bold;
    transition: .3s ease opacity;
    position: relative; }
    .button--fancy:hover {
      opacity: 0.7; }
      .button--fancy:hover .icon--down-arrow {
        transform: translateY(4px); }
    @media screen and (min-width: 993px) {
      .button--fancy {
        font-size: 28px;
        line-height: 33px; } }
    .button--fancy .icon--down-arrow {
      white-space: nowrap;
      margin-left: 15px;
      transition: .3s ease transform; }
  .button--cta {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    transition: .2s ease transform; }
    .button--cta .button__content {
      z-index: 1;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: relative;
      pointer-events: none; }
    .button--cta .button__background {
      position: relative;
      pointer-events: none;
      position: absolute;
      left: 0;
      top: 0; }
      .button--cta .button__background:before {
        width: 100px;
        height: 100px;
        background-color: #212121;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fe3f24;
        border-radius: 100%;
        transform: translate(-50%, -50%) scale(0);
        transition: .2s ease transform; }
    .button--cta--yellow .button__background:before {
      background-color: #FFCA00; }
    .button--cta:hover {
      transform: scale(1.1); }
      .button--cta:hover .button__background::before {
        transform: translate(-50%, -50%) scale(1); }
  .button--right-icon .icon {
    margin-left: 6px; }
  .button--left-icon .icon {
    margin-right: 6px; }

.carousel-image-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .carousel-image-caption .carousel {
    width: 100%; }
    .carousel-image-caption .carousel__items {
      margin: auto; }

.carousel__items {
  overflow: hidden; }

.carousel__item {
  width: 100%; }

.carousel__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.carousel__page-dots {
  display: -ms-flexbox;
  display: flex;
  padding-left: 14px;
  padding-right: 14px; }
  @media screen and (max-width: 540px) {
    .carousel__page-dots {
      overflow-x: auto; } }

.carousel__page-dot {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  transition: .3s ease-in-out flex-grow;
  color: #212121; }
  @media screen and (max-width: 540px) {
    .carousel__page-dot {
      margin-right: 20px; } }
  .carousel__page-dot:after {
    width: 0px;
    height: 2px;
    content: '';
    display: inline-block;
    position: relative;
    margin-top: 15px;
    transition: .3s ease-in-out width;
    background-color: #212121; }
    @media screen and (max-width: 540px) {
      .carousel__page-dot:after {
        position: absolute;
        bottom: 0; } }
  .carousel__page-dot span {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 10px; }
    @media screen and (min-width: 541px) {
      .carousel__page-dot span {
        margin-right: 14px;
        margin-left: 14px;
        padding: 2px 0; } }
    @media screen and (min-width: 993px) {
      .carousel__page-dot span {
        font-size: 24px; } }
  @media screen and (max-width: 540px) {
    .carousel__page-dot.is-active:after {
      width: 100%; } }
  @media screen and (min-width: 541px) {
    .carousel__page-dot.is-active {
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .carousel__page-dot.is-active:after {
        width: 100%; } }
  .carousel__page-dot--invert {
    color: #ffffff; }
    .carousel__page-dot--invert:before {
      background-color: #ffffff; }

.carousel .button--control {
  position: absolute; }
  .carousel .button--control-prev {
    left: 0; }
  .carousel .button--control-next {
    right: 0; }

.carousel--spacing {
  overflow: hidden; }
  .carousel--spacing .carousel__item {
    margin-right: 40px; }
    @media screen and (min-width: 769px) {
      .carousel--spacing .carousel__item {
        margin-right: 0; } }
  .carousel--spacing .carousel__items {
    overflow: inherit; }

.carousel--full {
  overflow: initial; }
  .carousel--full .carousel__item {
    padding-top: 60%; }
    @media screen and (min-width: 993px) {
      .carousel--full .carousel__item {
        height: 52.25vw;
        max-height: 100vh;
        padding-top: 0; } }
  .carousel--full .deco--target {
    right: 15vw; }
    @media screen and (max-width: 768px) {
      .carousel--full .deco--target {
        transform: translateY(-50%); } }
    @media screen and (min-width: 769px) {
      .carousel--full .deco--target {
        top: 2vw; } }
  .carousel--full .image-caption {
    position: absolute;
    padding: 15px;
    right: 0;
    bottom: 0; }
    @media screen and (min-width: 769px) {
      .carousel--full .image-caption {
        padding: 35px 40px; } }

.carousel--image-caption .carousel__page-dots {
  margin: 60px auto 0 auto;
  max-width: 280px; }
  @media screen and (min-width: 769px) {
    .carousel--image-caption .carousel__page-dots {
      margin-top: 110px; } }

.carousel--image-caption .image-caption-block {
  margin: auto; }

.carousel--faculty {
  transition: .02s linear transform; }
  .carousel--faculty h2 {
    text-align: center; }
  .carousel--faculty .faculty-block {
    max-width: 400px;
    margin: auto; }
    .carousel--faculty .faculty-block__occupation {
      color: #4B4848; }

.carousel--imagery {
  height: 100%; }
  .carousel--imagery .carousel__items {
    height: 100%; }
  .carousel--imagery .carousel__item {
    height: 100%; }
  @media screen and (max-width: 992px) {
    .carousel--imagery.gradient--menu:before {
      display: none; } }
  .carousel--imagery .flickity-viewport,
  .carousel--imagery .flickity-slider {
    height: 100% !important; }

.carousel[data-carousel-control-align="middle"] .button--control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel[data-carousel-control-align="bottom"] .button--control {
  bottom: 0; }

.contact-action .constrain, .contact-action .carousel--image-caption .carousel__item, .carousel--image-caption .contact-action .carousel__item, .contact-action .course-faculty__header, .contact-action .course-faculty .carousel__item, .course-faculty .contact-action .carousel__item, .contact-action .header-image-caption, .contact-action .header-quick-info__item, .contact-action .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .contact-action .carousel__item, .contact-action .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .contact-action .carousel__page-dots, .contact-action .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .contact-action .col, .contact-action [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .contact-action .image-caption-block, .contact-action [data-layout="grid-blocks"], .contact-action [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .contact-action .carousel__item {
  padding-bottom: 185px;
  height: 100%; }
  @media screen and (min-width: 993px) {
    .contact-action .constrain, .contact-action .carousel--image-caption .carousel__item, .carousel--image-caption .contact-action .carousel__item, .contact-action .course-faculty__header, .contact-action .course-faculty .carousel__item, .course-faculty .contact-action .carousel__item, .contact-action .header-image-caption, .contact-action .header-quick-info__item, .contact-action .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .contact-action .carousel__item, .contact-action .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .contact-action .carousel__page-dots, .contact-action .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .contact-action .col, .contact-action [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .contact-action .image-caption-block, .contact-action [data-layout="grid-blocks"], .contact-action [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .contact-action .carousel__item {
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 35px; } }

.contact-action .col {
  position: unset; }
  @media screen and (max-width: 992px) {
    .contact-action .col:last-child {
      margin-bottom: 40px; } }
  @media screen and (min-width: 993px) {
    .contact-action .col {
      width: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .contact-action .col:first-child {
        padding-right: 50px; } }

.contact-action h2 {
  margin-bottom: 25px; }

.contact-action p:first-child {
  margin-top: 0; }

.contact-action .button--cta {
  text-align: center; }

.contact-action__icon {
  width: 100vw;
  height: 100vw;
  max-width: 300px;
  max-height: 300px;
  margin-left: 0;
  position: absolute;
  bottom: 0;
  left: 0; }
  .contact-action__icon .deco--art {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: rotate(90deg);
    color: #fe3f24; }
  @media screen and (max-width: 992px) {
    .contact-action__icon {
      width: 88%;
      margin-left: 0;
      position: absolute;
      bottom: -78px; } }
  @media screen and (max-width: 768px) {
    .contact-action__icon {
      width: 225px;
      height: 225px;
      bottom: -58px; } }
  @media screen and (min-width: 993px) {
    .contact-action__icon {
      width: 40%;
      height: unset;
      padding-top: 40%;
      bottom: -10px;
      transform: translateY(21%); } }
  @media screen and (min-width: 1200px) {
    .contact-action__icon {
      width: 270px;
      height: 270px;
      padding: 0;
      transform: translateY(22.5%); } }
  @media screen and (min-width: 1600px) {
    .contact-action__icon {
      width: 320px;
      height: 320px; } }

.contact-action__image {
  overflow: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-height: 300px; }
  @media screen and (max-width: 992px) {
    .contact-action__image {
      width: calc(100vw - 20px * 2);
      height: calc(100vw - 20px * 2);
      transform: translate(-50%, 38%);
      position: absolute;
      bottom: 0;
      left: 50%; } }
  @media screen and (min-width: 993px) {
    .contact-action__image {
      width: calc(20vw - 20px * 2);
      height: calc(20vw - 20px * 2);
      position: relative;
      margin: 0 auto -8vw auto; } }
  @media screen and (min-width: 1600px) {
    .contact-action__image {
      margin: 0 auto -140px auto; } }

.contact-action__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.contact-action--icon .constrain, .contact-action--icon .carousel--image-caption .carousel__item, .carousel--image-caption .contact-action--icon .carousel__item, .contact-action--icon .course-faculty__header, .contact-action--icon .course-faculty .carousel__item, .course-faculty .contact-action--icon .carousel__item, .contact-action--icon .header-image-caption, .contact-action--icon .header-quick-info__item, .contact-action--icon .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .contact-action--icon .carousel__item, .contact-action--icon .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .contact-action--icon .carousel__page-dots, .contact-action--icon .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .contact-action--icon .col, .contact-action--icon [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .contact-action--icon .image-caption-block, .contact-action--icon [data-layout="grid-blocks"], .contact-action--icon [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .contact-action--icon .carousel__item {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 992px) {
    .contact-action--icon .constrain, .contact-action--icon .carousel--image-caption .carousel__item, .carousel--image-caption .contact-action--icon .carousel__item, .contact-action--icon .course-faculty__header, .contact-action--icon .course-faculty .carousel__item, .course-faculty .contact-action--icon .carousel__item, .contact-action--icon .header-image-caption, .contact-action--icon .header-quick-info__item, .contact-action--icon .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .contact-action--icon .carousel__item, .contact-action--icon .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .contact-action--icon .carousel__page-dots, .contact-action--icon .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .contact-action--icon .col, .contact-action--icon [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .contact-action--icon .image-caption-block, .contact-action--icon [data-layout="grid-blocks"], .contact-action--icon [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .contact-action--icon .carousel__item {
      padding-bottom: 200px; } }
  @media screen and (max-width: 768px) {
    .contact-action--icon .constrain, .contact-action--icon .carousel--image-caption .carousel__item, .carousel--image-caption .contact-action--icon .carousel__item, .contact-action--icon .course-faculty__header, .contact-action--icon .course-faculty .carousel__item, .course-faculty .contact-action--icon .carousel__item, .contact-action--icon .header-image-caption, .contact-action--icon .header-quick-info__item, .contact-action--icon .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .contact-action--icon .carousel__item, .contact-action--icon .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .contact-action--icon .carousel__page-dots, .contact-action--icon .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .contact-action--icon .col, .contact-action--icon [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .contact-action--icon .image-caption-block, .contact-action--icon [data-layout="grid-blocks"], .contact-action--icon [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .contact-action--icon .carousel__item {
      padding-bottom: 150px; } }

@media screen and (min-width: 993px) {
  .contact-action--icon h2 {
    margin-bottom: 65%; } }

@media screen and (min-width: 1200px) {
  .contact-action--icon h2 {
    margin-bottom: 200px; } }

.contact-action--icon .contact-action__bg {
  color: #fe3f24; }

.contact-action--image .contact-action__image,
.contact-action--image .contact-action__bg {
  transition: .2s ease-in-out transform; }

@media screen and (min-width: 993px) {
  .contact-action--image:hover .contact-action__image {
    transform: translateY(-10px); } }

@media screen and (max-width: 992px) {
  .contact-action--image:hover .contact-action__bg {
    transform: scale(1.1); } }

.contact-action--image .constrain, .contact-action--image .carousel--image-caption .carousel__item, .carousel--image-caption .contact-action--image .carousel__item, .contact-action--image .course-faculty__header, .contact-action--image .course-faculty .carousel__item, .course-faculty .contact-action--image .carousel__item, .contact-action--image .header-image-caption, .contact-action--image .header-quick-info__item, .contact-action--image .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .contact-action--image .carousel__item, .contact-action--image .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .contact-action--image .carousel__page-dots, .contact-action--image .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .contact-action--image .col, .contact-action--image [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .contact-action--image .image-caption-block, .contact-action--image [data-layout="grid-blocks"], .contact-action--image [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .contact-action--image .carousel__item {
  padding-bottom: 40px;
  padding-top: 40px; }
  @media screen and (max-width: 992px) {
    .contact-action--image .constrain, .contact-action--image .carousel--image-caption .carousel__item, .carousel--image-caption .contact-action--image .carousel__item, .contact-action--image .course-faculty__header, .contact-action--image .course-faculty .carousel__item, .course-faculty .contact-action--image .carousel__item, .contact-action--image .header-image-caption, .contact-action--image .header-quick-info__item, .contact-action--image .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .contact-action--image .carousel__item, .contact-action--image .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .contact-action--image .carousel__page-dots, .contact-action--image .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .contact-action--image .col, .contact-action--image [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .contact-action--image .image-caption-block, .contact-action--image [data-layout="grid-blocks"], .contact-action--image [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .contact-action--image .carousel__item {
      padding-bottom: 185px; } }

.contact-block-group .contact-block {
  margin-bottom: 35px; }
  .contact-block-group .contact-block:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 993px) {
    .contact-block-group .contact-block {
      margin-bottom: 70px; } }

.contact-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  @media screen and (min-width: 993px) {
    .contact-block {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media screen and (min-width: 993px) {
    .contact-block__content {
      width: 62%;
      margin: auto; } }
  @media screen and (min-width: 769px) {
    .contact-block__content > p {
      padding-right: 180px; } }
  .contact-block__map {
    margin-bottom: 30px; }
    @media screen and (min-width: 993px) {
      .contact-block__map {
        width: 38%;
        margin-bottom: 0; } }
  .contact-block__map-link {
    overflow: hidden;
    display: block; }
    .contact-block__map-link img {
      transition: .2s ease transform; }
    .contact-block__map-link:hover img {
      transform: scale(1.05); }
  .contact-block__contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contact-block__contact {
    width: 50%;
    margin-bottom: 28px; }
    @media screen and (min-width: 769px) {
      .contact-block__contact {
        padding-right: 60px; } }
    .contact-block__contact *:last-child, .contact-block__contact:nth-last-child(2), .contact-block__contact:last-child {
      margin-bottom: 0; }
  .contact-block h4 {
    margin-bottom: 8px;
    font-weight: bold; }

.content-block a {
  text-decoration: underline; }

.content-block ul {
  list-style-type: disc;
  padding-left: 20px; }

.content-block figure.is-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 35px; }
  .content-block figure.is-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.course-faculty {
  height: 100%; }
  .course-faculty__header {
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (min-width: 769px) {
      .course-faculty__header {
        margin-bottom: 60px; } }
  .course-faculty .carousel {
    height: 100%; }
    .course-faculty .carousel__page-dots {
      margin: 40px auto 0 auto;
      max-width: 280px; }
      @media screen and (min-width: 769px) {
        .course-faculty .carousel__page-dots {
          padding-top: 60px; } }
  .course-faculty .faculty-block {
    max-width: 430px;
    margin: auto; }

.course-info__qualification {
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .course-info__qualification {
      margin-bottom: 34px; } }

.course-info__description {
  margin-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .course-info__description {
      margin-bottom: 35px; } }

.course-info__subtitle {
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .course-info__subtitle {
      font-size: 19px;
      margin-top: 18px; } }

.course-info__buttons {
  margin-top: 25px;
  margin-bottom: 35px; }
  @media screen and (min-width: 769px) {
    .course-info__buttons {
      margin-top: 35px;
      margin-bottom: 0; } }
  .course-info__buttons .button, .course-info__buttons .clf-d-submitbutton {
    margin-right: 18px;
    margin-bottom: 15px; }
    .course-info__buttons .button:last-child, .course-info__buttons .clf-d-submitbutton:last-child {
      margin-right: 0; }

.course-info .icon--course-check {
  margin-right: 9px;
  margin-top: -4px; }

.course-info .col:last-child [data-accordion-close] {
  color: #ffffff;
  display: block;
  margin: 25px auto 0 auto; }
  @media screen and (min-width: 993px) {
    .course-info .col:last-child [data-accordion-close] {
      display: none; } }

.course-info .aspect-ratio-image,
.course-info .aspect-video {
  margin-top: 12px; }
  @media screen and (min-width: 993px) {
    .course-info .aspect-ratio-image,
    .course-info .aspect-video {
      margin-top: 0; } }

.course-oportunities {
  background-color: #212121; }
  .course-oportunities h2 {
    margin-top: 25px;
    margin-bottom: 18px; }
  .course-oportunities h3 {
    margin-top: 40px;
    letter-spacing: 0.3px; }
    @media screen and (max-width: 768px) {
      .course-oportunities h3 {
        margin-top: 25px;
        font-size: 21px; } }
  .course-oportunities .constrain *:first-child, .course-oportunities .carousel--image-caption .carousel__item *:first-child, .carousel--image-caption .course-oportunities .carousel__item *:first-child, .course-oportunities .course-faculty__header *:first-child, .course-oportunities .course-faculty .carousel__item *:first-child, .course-faculty .course-oportunities .carousel__item *:first-child, .course-oportunities .header-image-caption *:first-child, .course-oportunities .header-quick-info__item *:first-child, .course-oportunities .course-faculty-oportunities .carousel__item *:first-child, .course-faculty-oportunities .course-oportunities .carousel__item *:first-child, .course-oportunities .course-faculty-oportunities .carousel__page-dots *:first-child, .course-faculty-oportunities .course-oportunities .carousel__page-dots *:first-child, .course-oportunities .header-student-project [data-layout="two-up"] .col *:first-child, .header-student-project [data-layout="two-up"] .course-oportunities .col *:first-child, .course-oportunities [data-layout="general-slider"] .carousel--image-caption .image-caption-block *:first-child, [data-layout="general-slider"] .carousel--image-caption .course-oportunities .image-caption-block *:first-child, .course-oportunities [data-layout="grid-blocks"] *:first-child, .course-oportunities [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item *:first-child, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .course-oportunities .carousel__item *:first-child {
    margin-top: 0; }
  .course-oportunities .default-list {
    margin-top: 18px; }
  .course-oportunities .button, .course-oportunities .clf-d-submitbutton {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .course-oportunities .button, .course-oportunities .clf-d-submitbutton {
        margin-top: 24px; } }

.courses-intro {
  color: #212121; }
  @media screen and (max-height: 920px) and (min-width: 992px) {
    .courses-intro {
      margin-top: 20px;
      padding-bottom: 55px; } }
  .courses-intro__title {
    margin-top: 25px; }
    @media screen and (min-width: 769px) {
      .courses-intro__title {
        margin-top: 110px; } }
    @media screen and (max-height: 920px) and (min-width: 992px) {
      .courses-intro__title {
        margin-top: 0px; } }
    @media screen and (max-width: 992px) {
      .courses-intro__title {
        margin-top: 0; } }
  @media screen and (max-height: 920px) and (min-width: 992px) {
    .courses-intro__text {
      visibility: hidden;
      opacity: 0; } }
  @media screen and (min-width: 769px) {
    .courses-intro__paragraph {
      margin-top: 25px; } }
  .courses-intro__logo {
    width: 50vh;
    height: 50vh;
    max-width: 1000px;
    max-height: 1000px;
    margin-bottom: -13vh;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-height: 920px) and (min-width: 992px) {
      .courses-intro__logo {
        width: 70vh;
        height: 70vh;
        margin-top: 0;
        margin-bottom: 0; } }
    @media screen and (max-width: 992px) {
      .courses-intro__logo {
        width: 100%;
        height: 100vw;
        margin-top: 0;
        margin-bottom: 0; } }
  .courses-intro__info {
    padding-left: 52.5px;
    padding-right: 52.5px;
    max-width: 500px;
    margin: auto; }
    @media screen and (min-width: 769px) {
      .courses-intro__info {
        padding-left: 87.5px;
        padding-right: 87.5px;
        max-width: calc(500px + (35px * 5)); } }
    @media screen and (max-height: 920px) and (min-width: 992px) {
      .courses-intro__info {
        width: 100%;
        height: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: column;
            flex-direction: column;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 100%); } }
  .courses-intro .button--secondary {
    margin-top: 5px; }
    @media screen and (min-width: 769px) {
      .courses-intro .button--secondary {
        margin-top: 15px; } }
    @media screen and (max-height: 920px) and (min-width: 992px) {
      .courses-intro .button--secondary {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 0; } }
  .courses-intro .icon {
    width: 100%;
    max-height: 100%; }

.deco {
  pointer-events: none;
  position: absolute;
  z-index: 1; }
  .deco svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform-origin: center; }
  .deco--rectangle {
    width: 200px;
    height: 344px; }
  .deco--target {
    width: 54px;
    height: 54px; }
    @media screen and (min-width: 769px) {
      .deco--target {
        width: 68px;
        height: 68px; } }
    @media screen and (min-width: 993px) {
      .deco--target {
        width: 77px;
        height: 77px; } }
  .deco--circle-piece {
    width: 215px;
    height: 202px; }
  .deco--design {
    width: 134px;
    height: 150px; }
    @media screen and (min-width: 993px) {
      .deco--design {
        width: 196px;
        height: 211px; } }
    @media screen and (min-width: 1200px) {
      .deco--design {
        width: 280px;
        height: 316px; } }
  @media screen and (min-width: 993px) {
    .deco--tech-horizontal {
      width: 172px;
      height: 239px; } }
  @media screen and (min-width: 1200px) {
    .deco--tech-horizontal {
      width: 246px;
      height: 341px; } }
  @media screen and (min-width: 993px) {
    .deco--technology {
      width: 150px;
      height: 212px; } }
  @media screen and (min-width: 1200px) {
    .deco--technology {
      width: 172px;
      height: 239px; } }
  @media screen and (min-width: 1600px) {
    .deco--technology {
      width: 246px;
      height: 341px; } }
  .deco--white-stroke .deco--stroke {
    color: #ffffff; }
  .deco--color-red {
    color: #fe3f24; }
  .deco--color-yellow {
    color: #FFCA00; }
  .deco--color-green {
    color: #00B093; }
  .deco--desing-alt path[data-deco-bottom] {
    fill: #E5F7F4; }
  .deco--desing-alt path[data-deco-top] {
    fill: #fe3f24; }

.default-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px; }
  .default-list li:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%; }
  .default-list li:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 769px) {
  .default-list--two-column-tablet {
    columns: 2;
    column-gap: 35px; } }

.desktop-menu-nav {
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .desktop-menu-nav {
      display: -ms-flexbox;
      display: flex; } }
  .desktop-menu-nav__overlay {
    transform: translateY(-100%);
    width: calc(100% + 35px);
    height: 300px;
    background-color: #212121;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 1; }
  .desktop-menu-nav__items {
    display: none;
    z-index: 2; }
    @media screen and (min-width: 1250px) {
      .desktop-menu-nav__items {
        display: block; } }
  .desktop-menu-nav__item {
    display: inline-block;
    margin-right: 27px;
    position: relative; }
    .desktop-menu-nav__item:last-child {
      margin-right: 0; }
    .desktop-menu-nav__item:hover .desktop-menu-nav__sub {
      visibility: visible;
      opacity: 1; }
  .desktop-menu-nav__link {
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #212121; }
    .desktop-menu-nav__link:before, .desktop-menu-nav__link:after {
      width: 0;
      height: 2px;
      content: '';
      position: absolute;
      bottom: -2px;
      transition: .2s ease-out width;
      background-color: #212121; }
    .desktop-menu-nav__link:before {
      right: 50%; }
    .desktop-menu-nav__link:after {
      left: 50%; }
    .desktop-menu-nav__link:hover:before, .desktop-menu-nav__link:hover:after {
      width: 52%; }
  .desktop-menu-nav__sub {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
    transition-property: opacity, visibility;
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px; }
    .desktop-menu-nav__sub.is-active {
      visibility: visible;
      opacity: 1; }
  .desktop-menu-nav__sub-item {
    margin-bottom: 10px; }
  .desktop-menu-nav__sub-link {
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    transition: 0.3s ease opacity; }
    .desktop-menu-nav__sub-link:hover {
      opacity: 0.5; }
  .desktop-menu-nav .icon--search {
    color: #212121;
    transition: .3s ease color; }

.desktop-menu {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 2; }
  @media screen and (min-width: 769px) {
    .desktop-menu {
      top: 40px; } }
  .desktop-menu.is-invert .desktop-menu-nav__link,
  .desktop-menu.is-invert .icon--search {
    color: #ffffff; }
  .desktop-menu.is-invert .desktop-menu-nav__link:before, .desktop-menu.is-invert .desktop-menu-nav__link:after {
    background-color: #7D7D7D; }
  .desktop-menu .constrain, .desktop-menu .carousel--image-caption .carousel__item, .carousel--image-caption .desktop-menu .carousel__item, .desktop-menu .course-faculty__header, .desktop-menu .course-faculty .carousel__item, .course-faculty .desktop-menu .carousel__item, .desktop-menu .header-image-caption, .desktop-menu .header-quick-info__item, .desktop-menu .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .desktop-menu .carousel__item, .desktop-menu .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .desktop-menu .carousel__page-dots, .desktop-menu .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .desktop-menu .col, .desktop-menu [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .desktop-menu .image-caption-block, .desktop-menu [data-layout="grid-blocks"], .desktop-menu [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .desktop-menu .carousel__item {
    display: -ms-flexbox;
    display: flex; }
  .desktop-menu .col {
    width: 50%; }
  .desktop-menu .desktop-menu-nav {
    padding-left: 35px; }
    .desktop-menu .desktop-menu-nav__link {
      transition: .2s ease color; }
  .desktop-menu .button--hamburger {
    margin-left: auto;
    margin-top: 2px; }
    @media screen and (min-width: 1250px) {
      .desktop-menu .button--hamburger {
        display: none; } }

.faculty-block {
  text-align: center; }
  @media screen and (min-width: 769px) {
    .faculty-block:hover .faculty-block__bg {
      transform: scale3d(1.1, 1.1, 1); } }
  .faculty-block__picture {
    width: 290px;
    height: 290px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    border-radius: 100%; }
    @media screen and (min-width: 769px) {
      .faculty-block__picture {
        margin-bottom: 26px; } }
    .faculty-block__picture--top {
      border-top-left-radius: 50%;
      border-top-right-radius: 50%; }
    .faculty-block__picture--right {
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%; }
    .faculty-block__picture--bottom {
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%; }
  .faculty-block__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: scale3d(1.001, 1.001, 1);
    transition: .3s ease transform; }
  .faculty-block__name {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 6px; }
    @media screen and (min-width: 769px) {
      .faculty-block__name {
        font-size: 28px;
        line-height: 33px; } }
  .faculty-block__occupation {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 18px;
    color: #D8D8D8; }
  .faculty-block__info {
    margin-top: 8px;
    margin-bottom: 26px; }

.featured-quote {
  display: block;
  margin: 0;
  padding: 25px;
  color: #212121; }
  .featured-quote__quote {
    display: block;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.3px; }
    .featured-quote__quote:before {
      content: '“'; }
    .featured-quote__quote:after {
      content: '”'; }
    @media screen and (min-width: 1200px) {
      .featured-quote__quote {
        font-size: 26px;
        line-height: 32px; } }
  .featured-quote__cite {
    display: block;
    margin-top: 25px;
    font-weight: 400;
    font-style: normal; }

.filter-select {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px; }
  .filter-select.is-open .filter-select__label {
    border-color: #7D7D7D; }
    .filter-select.is-open .filter-select__label:before {
      transform: rotateX(180deg); }
  .filter-select.is-open .filter-select__dropdown {
    visibility: visible;
    opacity: 1; }
  .filter-select__label {
    z-index: 2;
    border: 1px solid transparent;
    border-bottom: 0;
    transition: .3s ease;
    transition-property: border, background-color, color;
    position: relative;
    text-align: right;
    width: 100%;
    display: block;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .filter-select__label {
        text-align: left; } }
    .filter-select__label:before {
      width: 17px;
      height: 11px;
      content: '';
      position: absolute;
      background-image: url("/assets/img/icons/dropdown-arrow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      right: 15px;
      top: 12px;
      transform-origin: center;
      transition: .3s ease;
      transition-property: transform; }
      @media screen and (max-width: 768px) {
        .filter-select__label:before {
          right: unset;
          left: 12px; } }
  .filter-select__dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #212121;
    margin-top: 36px;
    border: 1px solid #7D7D7D;
    border-top: 0;
    transition: .3s ease;
    transition-property: opacity, visibility;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 371px;
    overflow-y: overlay; }
  .filter-select__label, .filter-select__option {
    position: relative;
    display: block;
    padding: 6px 45px 6px 30px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .filter-select__label, .filter-select__option {
        padding: 6px 30px 6px 45px; } }
  .filter-select__option-label {
    display: block;
    padding: 6px 45px 0px 30px; }
  .filter-select__option-label {
    display: block;
    text-transform: uppercase;
    opacity: 0.5;
    font-size: 15px;
    text-align: right; }
  .filter-select__option {
    transition: .3s ease;
    transition-property: background-color, color;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .filter-select__option {
        text-align: left; } }
    .filter-select__option:hover, .filter-select__option.is-active {
      background-color: #D8D8D8;
      color: #212121; }

.footer {
  overflow: hidden;
  background-color: #212121;
  color: #ffffff; }
  .footer__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    @media screen and (min-width: 769px) {
      .footer__wrap {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .footer__info {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .footer__info {
        width: 75%;
        padding-left: 40px; } }
    @media screen and (min-width: 1200px) {
      .footer__info {
        padding-left: 0; } }
  .footer__logo {
    width: 100%;
    max-width: 310px;
    margin-top: 75px;
    margin-right: auto;
    padding-bottom: 35px; }
    @media screen and (min-width: 769px) {
      .footer__logo {
        padding-bottom: 0;
        width: 25%;
        margin-top: 0; } }
  .footer__info-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px; }
    .footer__info-row:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .footer__info-row {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    @media screen and (min-width: 769px) {
      .footer__info-row {
        margin-bottom: 0;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .footer__info-row--contact {
      margin-bottom: 90px;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      @media screen and (max-width: 1600px) {
        .footer__info-row--contact {
          -ms-flex-pack: justify;
              justify-content: space-between; } }
      @media screen and (max-width: 768px) {
        .footer__info-row--contact {
          margin-bottom: 30px; } }
    @media screen and (max-width: 1600px) {
      .footer__info-row--addresses .footer__info-location {
        margin-bottom: 35px; } }
    .footer__info-row--links {
      margin-top: 70px; }
      @media screen and (max-width: 768px) {
        .footer__info-row--links {
          margin-top: 45px; } }
  .footer__info-location {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .footer__info-location {
        width: calc(50% - 35px); } }
    @media screen and (min-width: 1200px) {
      .footer__info-location {
        padding-left: 35px; } }
    @media screen and (min-width: 1600px) {
      .footer__info-location {
        width: 25%; } }
    .footer__info-location p {
      margin-bottom: 0; }
  .footer__info-location-title {
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 16px;
    display: inline-block; }
    @media screen and (min-width: 769px) {
      .footer__info-location-title {
        font-size: 28px;
        line-height: 33px; } }
  @media screen and (min-width: 769px) {
    .footer__info-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .footer__info-social {
    width: 100%;
    margin-bottom: 18px; }
    @media screen and (min-width: 1200px) {
      .footer__info-social {
        padding-left: 35px; } }
    @media screen and (min-width: 1600px) {
      .footer__info-social {
        width: 25%; } }
  .footer__info-link {
    margin-right: 20px;
    margin-bottom: 8px; }
    @media screen and (min-width: 769px) {
      .footer__info-link {
        margin-bottom: 0; } }
    @media screen and (min-width: 993px) {
      .footer__info-link {
        width: 33.333%;
        margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      .footer__info-link {
        padding-left: 35px; } }
    @media screen and (min-width: 1600px) {
      .footer__info-link {
        width: 25%; } }
  .footer__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 1200px) {
      .footer__col:first-child {
        width: 68%; }
      .footer__col:last-child {
        width: 32%; } }
  .footer [data-widget="expander"] [data-expander-trigger] {
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .footer [data-widget="expander"] [data-expander-trigger] {
        font-size: 18px;
        line-height: 21px;
        font-weight: bold;
        letter-spacing: 0.2px;
        padding: 16px 0;
        display: inline-block; } }
    @media screen and (min-width: 1200px) {
      .footer [data-widget="expander"] [data-expander-trigger] {
        margin-bottom: 26px; } }
  @media screen and (max-width: 768px) {
    .footer [data-widget="expander"] [data-expander-target] {
      height: 0;
      overflow: hidden; }
      .footer [data-widget="expander"] [data-expander-target] p {
        margin-top: 5px;
        margin-bottom: 18px; } }
  @media screen and (max-width: 768px) {
    .footer [data-widget="expander"] {
      border-top: 1px solid #ffffff;
      margin-bottom: 0; }
      .footer [data-widget="expander"].is-active .icon--plus {
        transform: rotate(45deg); } }
  .footer .icon--plus {
    position: absolute;
    top: 15px;
    right: 0;
    transition: .3s ease transform; }
    @media screen and (min-width: 769px) {
      .footer .icon--plus {
        display: none; } }
  .footer .constrain, .footer .carousel--image-caption .carousel__item, .carousel--image-caption .footer .carousel__item, .footer .course-faculty__header, .footer .course-faculty .carousel__item, .course-faculty .footer .carousel__item, .footer .header-image-caption, .footer .header-quick-info__item, .footer .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .footer .carousel__item, .footer .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .footer .carousel__page-dots, .footer .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .footer .col, .footer [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .footer .image-caption-block, .footer [data-layout="grid-blocks"], .footer [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .footer .carousel__item {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media screen and (min-width: 769px) {
      .footer .constrain, .footer .carousel--image-caption .carousel__item, .carousel--image-caption .footer .carousel__item, .footer .course-faculty__header, .footer .course-faculty .carousel__item, .course-faculty .footer .carousel__item, .footer .header-image-caption, .footer .header-quick-info__item, .footer .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .footer .carousel__item, .footer .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .footer .carousel__page-dots, .footer .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .footer .col, .footer [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .footer .image-caption-block, .footer [data-layout="grid-blocks"], .footer [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .footer .carousel__item {
        padding-top: 130px;
        padding-bottom: 88px; } }
  .footer a {
    color: #ffffff;
    transition: .3s ease opacity; }
    .footer a:hover {
      opacity: 0.6; }
  .footer .logo {
    width: 100%;
    margin-left: auto; }
  .footer .quote {
    margin-bottom: 70px; }
    @media screen and (min-width: 769px) {
      .footer .quote {
        margin-bottom: 140px; } }
    @media screen and (min-width: 993px) {
      .footer .quote {
        margin-bottom: 210px; } }

#form1 h3, #form1 h2 {
  float: none !important;
  font-weight: bold;
  color: #00af92;
  font-size: 30px !important; }

#Form {
  padding-top: 20px; }

.clf-d-control.clf-form-input-2parts-50-50 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .clf-d-control.clf-form-input-2parts-50-50 select {
    width: 49% !important; }

.clf-d-control.clf-form-input-3parts-30-30-40 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .clf-d-control.clf-form-input-3parts-30-30-40 select {
    width: 32%; }

.clf-d-section-sub-heading, .clf-d-section-heading {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 100; }
  .clf-d-section-sub-heading p, .clf-d-section-heading p {
    font-weight: normal !important;
    color: black; }

.clf-d-control {
  margin-bottom: 20px;
  z-index: 0; }
  .clf-d-control input:not([type="checkbox"]), .clf-d-control select {
    outline: none;
    width: 100%;
    background-color: transparent;
    border: 1px solid #D8D8D8;
    height: 50px;
    font-size: 18px;
    transition: .3s ease border;
    letter-spacing: 0.2px;
    color: #7D7D7D; }
  .clf-d-control input {
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px; }
    .clf-d-control input.active, .clf-d-control input:focus {
      border: 1px solid #00B093; }
  .clf-d-control input[type="checkbox"] {
    height: 25px;
    margin-right: 20px; }
  .clf-d-control select {
    background-image: url("https://whitecliffe.ac.nz/assets/img/icons/select-icon.svg");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    padding-left: 15px;
    padding-right: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }

.clf-form-crbox {
  z-index: 20;
  background-color: white; }
  .clf-form-crbox input[type="checkbox"] {
    height: 15px; }

.clf-d-submitbutton {
  background-color: #ffffff;
  margin-bottom: 30px;
  transition: .3s ease background-color;
  transition-property: background-color, border-color; }
  .clf-d-submitbutton:hover {
    border-color: transparent;
    background-color: #FFCA00;
    opacity: 1; }

.clf-d-label {
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  font-size: 18px;
  margin-left: 16px;
  -ms-flex-align: center;
      align-items: center;
  height: 34px;
  top: 8px;
  color: #7D7D7D;
  background-color: #ffffff;
  transition: all ease 0.3s;
  padding-right: 20px;
  z-index: 22; }
  .clf-d-label.active {
    background-color: #ffffff;
    font-size: 12px;
    height: auto;
    margin-left: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -13px;
    z-index: 22;
    color: #00B093; }

.form-checkbox {
  background-color: transparent; }

.form-checkbox-group .form-checkbox {
  margin-right: 5px; }

.form-label {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2px; }

.form-search-input {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  line-height: 48px; }
  @media screen and (min-width: 769px) {
    .form-search-input {
      font-size: 68px;
      line-height: 90px; } }

.form-search-label {
  font-size: 36px;
  line-height: 42px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2; }
  @media screen and (min-width: 769px) {
    .form-search-label {
      font-size: 68px;
      line-height: 84px; } }

.form-checkbox-group .form-inline-label {
  padding-left: 28px; }

.form-inline-label {
  cursor: pointer; }

.form-checkbox {
  position: absolute;
  left: -9999px;
  opacity: 0; }
  .form-checkbox + .form-inline-label:before, .form-checkbox + .form-inline-label:after {
    content: '';
    cursor: pointer;
    position: absolute;
    transition: .2s ease all; }
  .form-checkbox + .form-inline-label:before {
    width: 16px;
    height: 16px;
    background-color: #212121;
    border: 1px solid #ffffff;
    border-radius: 3px;
    left: 0px;
    top: 3px; }
  .form-checkbox + .form-inline-label:after {
    width: 13px;
    height: 10px;
    visibility: hidden;
    opacity: 0;
    left: 3px;
    top: 8px;
    background: url("https://whitecliffe.ac.nz/assets/img/icons/check.png") no-repeat;
    background-size: contain; }
  .form-checkbox:checked + .form-inline-label:before {
    background-color: #ffffff; }
  .form-checkbox:checked + .form-inline-label:after {
    visibility: visible;
    opacity: 1; }
  .form-checkbox:invalid + label + .form-error {
    visibility: visible;
    opacity: 1; }

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 0; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 0; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 0; }

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 0; }

#AttributeId_5245Set .clf-d-label,
#upload1Set .clf-d-label {
  display: none; }

form #FormProcessResultDiv,
form #ThankyouDiv,
form #FormProcessResultDiv1 {
  display: none; }

#AttributeDate_5091 {
  width: 100% !important; }

#AttributeDate_5091 {
  width: 100% !important; }

#AttributeId_5245Div {
  display: -ms-flexbox;
  display: flex; }

#AttributeId_5245 {
  width: auto; }

#DocumentTypePanel {
  margin-bottom: 30px; }

#UploadFilePanel {
  display: -ms-flexbox;
  display: flex; }

#upload1 {
  -ms-flex: 2;
      flex: 2;
  border: none; }

#upload1_UploadButton {
  -ms-flex: 1;
      flex: 1; }

#upload1_Response {
  line-height: 30px;
  font-size: 16px;
  color: #00af92; }

.headingClass h4 {
  font-size: 20px;
  font-weight: bold;
  color: #00af92; }

.clf-form, .clf-form * {
  font-family: "GT Walshein Pro", sans-serif !important; }

.ui-dialog {
  font-family: "GT Walshein Pro", sans-serif;
  font-size: 15px;
  line-height: 24px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden; }
  .ui-dialog .ui-dialog-content {
    padding: 3.5em 3em 4.4em; }
  .ui-dialog .ui-widget-header {
    border: none;
    background: none; }
  .ui-dialog .ui-widget-content {
    border: none;
    margin-top: 15px; }
  .ui-dialog .ui-state-default .ui-icon {
    background: none; }
  .ui-dialog .ui-icon-closethick {
    width: 25px;
    height: 25px;
    background-image: none !important; }
  .ui-dialog .ui-dialog-titlebar-close {
    height: 25px; }
  .ui-dialog.ui-state-default, .ui-dialog.ui-widget-content .ui-state-default, .ui-dialog.ui-widget-header .ui-state-default {
    border: none;
    background: none; }
    .ui-dialog.ui-state-default .ui-button-text, .ui-dialog.ui-widget-content .ui-state-default .ui-button-text, .ui-dialog.ui-widget-header .ui-state-default .ui-button-text {
      position: relative; }
      .ui-dialog.ui-state-default .ui-button-text:before, .ui-dialog.ui-state-default .ui-button-text:after, .ui-dialog.ui-widget-content .ui-state-default .ui-button-text:before, .ui-dialog.ui-widget-content .ui-state-default .ui-button-text:after, .ui-dialog.ui-widget-header .ui-state-default .ui-button-text:before, .ui-dialog.ui-widget-header .ui-state-default .ui-button-text:after {
        content: '';
        background-color: #212121;
        width: 20px;
        height: 3px;
        position: absolute;
        top: 12px;
        left: 0; }
      .ui-dialog.ui-state-default .ui-button-text:before, .ui-dialog.ui-widget-content .ui-state-default .ui-button-text:before, .ui-dialog.ui-widget-header .ui-state-default .ui-button-text:before {
        transform: rotate(45deg); }
      .ui-dialog.ui-state-default .ui-button-text:after, .ui-dialog.ui-widget-content .ui-state-default .ui-button-text:after, .ui-dialog.ui-widget-header .ui-state-default .ui-button-text:after {
        transform: rotate(-45deg); }
    .ui-dialog.ui-state-default .ui-widget-header, .ui-dialog.ui-widget-content .ui-state-default .ui-widget-header, .ui-dialog.ui-widget-header .ui-state-default .ui-widget-header {
      display: none; }

.ui-widget-overlay {
  background: none;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8); }

#ui-datepicker-div {
  z-index: 23 !important; }

#FormProcessResult {
  margin: auto;
  font-size: 15px;
  line-height: 24px; }

.two-col-form select {
  padding-right: 30px; }

.two-col-form .clf-d-label {
  margin-right: 26px;
  padding-right: 10px; }

.two-col-form .clf-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .two-col-form .clf-form > div {
    width: calc(50% - 15px);
    margin-right: 30px; }
    .two-col-form .clf-form > div:nth-child(even) {
      margin-right: 0; }
    @media (max-width: 500px) {
      .two-col-form .clf-form > div {
        width: 100%;
        margin-right: 0; } }

.gradient-base, .gradient--menu:before, .gradient--content:after {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1; }

.gradient--menu:before {
  height: 140px;
  top: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%); }

.gradient--content:after {
  height: 60%;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%); }

.header-course-logo {
  display: none;
  height: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  -ms-flex-align: center;
      align-items: center; }
  .header-course-logo__image {
    max-width: 400px;
    margin: auto; }
  @media screen and (min-width: 993px) {
    .header-course-logo {
      display: -ms-flexbox;
      display: flex; } }

.hidden-element {
  display: block;
  height: calc(35vw); }

.header-courses {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  bottom: 0;
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media screen and (max-width: 992px) {
    .header-courses {
      height: auto; } }
  .header-courses__logo {
    max-width: 600px;
    margin: 0 auto 68px auto; }
  .header-courses h2 {
    margin-bottom: 20px; }
  .header-courses .button--primary {
    margin-top: 15px; }
  .header-courses .carousel {
    width: 100%;
    text-align: center; }
    .header-courses .carousel__items {
      overflow: hidden; }
    .header-courses .carousel__content {
      margin: auto; }
    .header-courses .carousel__item {
      margin-right: 210px; }
      .header-courses .carousel__item .courses-intro__logo {
        transition: .3s ease opacity; }
      .header-courses .carousel__item.is-hover .courses-intro__logo {
        opacity: 0; }
    .header-courses .carousel__page-dots {
      margin: auto;
      max-width: 600px; }
      @media screen and (min-width: 993px) {
        .header-courses .carousel__page-dots {
          display: -ms-flexbox;
          display: flex; } }
  @media screen and (max-width: 768px) {
    .header-courses {
      padding-bottom: 52.5px; } }

.header-image-caption .image-caption-block {
  width: 100%;
  margin: auto;
  padding: 35px 52.5px; }
  @media screen and (min-width: 769px) {
    .header-image-caption .image-caption-block {
      padding: 60px 30px; } }
  @media screen and (min-width: 993px) {
    .header-image-caption .image-caption-block {
      max-width: 31vw;
      padding: 5vw 0; } }

.header-intro {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-top: 110px;
  padding-bottom: 35px; }
  @media screen and (min-width: 769px) {
    .header-intro {
      min-height: auto;
      padding-top: 190px;
      padding-bottom: 60px; } }
  .header-intro__title {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 46px; }
    @media screen and (min-width: 769px) {
      .header-intro__title {
        font-size: 58px;
        line-height: 72px;
        margin-bottom: 28px; } }
    .header-intro__title--large {
      font-size: 39px;
      line-height: 48px; }
      @media (min-width: 992px) and (min-height: 900px) {
        .header-intro__title--large {
          font-size: 62px;
          line-height: 66px; } }
    .header-intro__title--big {
      font-size: 28px;
      line-height: 35px; }
      @media screen and (min-width: 769px) {
        .header-intro__title--big {
          font-size: 46px;
          line-height: 56px; } }
    .header-intro__title--small {
      font-size: 28px;
      line-height: 35px; }
      @media screen and (min-width: 769px) {
        .header-intro__title--small {
          font-size: 40px;
          line-height: 50px; } }
  .header-intro__subtitle {
    font-size: 25px;
    letter-spacing: 0.32px; }
    .header-intro__subtitle--large {
      font-size: 22px;
      line-height: 28px; }
      @media (min-width: 992px) and (min-height: 900px) {
        .header-intro__subtitle--large {
          font-size: 36px;
          line-height: 44px; } }
  .header-intro__intro {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 16px; }
    @media screen and (min-width: 769px) {
      .header-intro__intro {
        font-size: 28px;
        line-height: 33px; } }
  .header-intro__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  .header-intro__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; }
  .header-intro__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .header-intro__buttons .button, .header-intro__buttons .clf-d-submitbutton {
      display: inline-block;
      margin: 10px auto 5px 0; }
      .header-intro__buttons .button:last-child, .header-intro__buttons .clf-d-submitbutton:last-child {
        margin-bottom: 0; }
    @media screen and (min-width: 541px) {
      .header-intro__buttons {
        display: block; }
        .header-intro__buttons .button, .header-intro__buttons .clf-d-submitbutton {
          margin-right: 10px; } }
  @media screen and (min-width: 541px) {
    .header-intro__event {
      display: -ms-flexbox;
      display: flex; } }
  .header-intro__event .link {
    opacity: 0.5;
    display: block;
    text-decoration: none;
    font-size: 15px; }
  .header-intro__event-item {
    margin-bottom: 20px; }
    @media screen and (min-width: 541px) {
      .header-intro__event-item {
        width: 50%;
        margin-bottom: 0; } }
  .header-intro__event-title {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 22px; }
  .header-intro__event-text {
    font-size: 15px;
    line-height: 22px; }
  .header-intro__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 60px; }
    @media screen and (min-width: 769px) {
      .header-intro__contact {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .header-intro__contact-item {
    margin-right: 35px;
    font-size: 15px; }
    @media screen and (min-width: 769px) {
      .header-intro__contact-item {
        margin-top: 35px;
        margin-bottom: 30px; } }
  .header-intro__contact-item-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-bottom: 0; }
  .header-intro__two-up {
    display: -ms-flexbox;
    display: flex; }
    .header-intro__two-up .header-intro__col {
      width: 50%; }
  .header-intro .constrain, .header-intro .carousel--image-caption .carousel__item, .carousel--image-caption .header-intro .carousel__item, .header-intro .course-faculty__header, .header-intro .course-faculty .carousel__item, .course-faculty .header-intro .carousel__item, .header-intro .header-image-caption, .header-intro .header-quick-info__item, .header-intro .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .header-intro .carousel__item, .header-intro .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .header-intro .carousel__page-dots, .header-intro .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .header-intro .col, .header-intro [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .header-intro .image-caption-block, .header-intro [data-layout="grid-blocks"], .header-intro [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .header-intro .carousel__item {
    max-width: 730px;
    width: 100%; }
  .header-intro .button--fancy {
    display: block; }
  .header-intro--home {
    padding-top: 220px; }
    .header-intro--home .header-intro__bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    @media screen and (min-width: 993px) {
      .header-intro--home .header-intro__buttons {
        margin-top: 35px; } }
    @media screen and (max-width: 768px) {
      .header-intro--home .header-intro__buttons .button, .header-intro--home .header-intro__buttons .clf-d-submitbutton {
        width: 100%;
        text-align: center; } }
    .header-intro--home .constrain, .header-intro--home .carousel--image-caption .carousel__item, .carousel--image-caption .header-intro--home .carousel__item, .header-intro--home .course-faculty__header, .header-intro--home .course-faculty .carousel__item, .course-faculty .header-intro--home .carousel__item, .header-intro--home .header-image-caption, .header-intro--home .header-quick-info__item, .header-intro--home .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .header-intro--home .carousel__item, .header-intro--home .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .header-intro--home .carousel__page-dots, .header-intro--home .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .header-intro--home .col, .header-intro--home [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .header-intro--home .image-caption-block, .header-intro--home [data-layout="grid-blocks"], .header-intro--home [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .header-intro--home .carousel__item {
      width: 100%;
      max-width: unset;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .header-intro--home .constrain, .header-intro--home .carousel--image-caption .carousel__item, .carousel--image-caption .header-intro--home .carousel__item, .header-intro--home .course-faculty__header, .header-intro--home .course-faculty .carousel__item, .course-faculty .header-intro--home .carousel__item, .header-intro--home .header-image-caption, .header-intro--home .header-quick-info__item, .header-intro--home .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .header-intro--home .carousel__item, .header-intro--home .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .header-intro--home .carousel__page-dots, .header-intro--home .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .header-intro--home .col, .header-intro--home [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .header-intro--home .image-caption-block, .header-intro--home [data-layout="grid-blocks"], .header-intro--home [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .header-intro--home .carousel__item {
          width: 100%; } }
  .header-intro--contact .deco--target {
    position: absolute;
    bottom: 0;
    right: 35px; }
  .header-intro--courses {
    padding-bottom: 40px;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media screen and (min-width: 769px) {
      .header-intro--courses {
        padding-bottom: 55px; } }
    @media screen and (min-width: 993px) {
      .header-intro--courses {
        padding-bottom: 70px; } }
    .header-intro--courses .header-intro__buttons {
      margin-top: 26px; }
    .header-intro--courses .button--fancy {
      margin-top: 40px;
      text-align: left; }
      @media screen and (min-width: 769px) {
        .header-intro--courses .button--fancy {
          margin-top: 60px; } }
      @media screen and (min-width: 993px) {
        .header-intro--courses .button--fancy {
          max-width: calc(100% - 100px);
          margin-top: 90px; } }
      .header-intro--courses .button--fancy .icon--down-arrow {
        width: 18px;
        height: 16px; }
  .header-intro--news {
    -ms-flex-align: start;
        align-items: flex-start; }
    @media screen and (min-width: 993px) {
      .header-intro--news {
        padding-bottom: 0; } }
    .header-intro--news .deco--design {
      width: 200px;
      height: 200px;
      display: none;
      position: relative;
      margin-top: 50px;
      margin-bottom: -25px; }
      .header-intro--news .deco--design svg {
        transform: rotate(90deg);
        transform-origin: center; }
      @media screen and (min-width: 769px) {
        .header-intro--news .deco--design {
          width: 235px;
          height: 235px;
          margin-top: 65px;
          margin-bottom: -6.5%; } }
      @media screen and (min-width: 993px) {
        .header-intro--news .deco--design {
          width: 285px;
          height: 285px;
          display: block;
          padding-bottom: 0; } }
      @media screen and (min-width: 1200px) {
        .header-intro--news .deco--design {
          margin-top: 150px; } }
  .header-intro--general {
    height: 100%;
    -ms-flex-align: start;
        align-items: flex-start; }
    .header-intro--general .header-intro__event {
      margin-top: 40px; }
    .header-intro--general .constrain, .header-intro--general .carousel--image-caption .carousel__item, .carousel--image-caption .header-intro--general .carousel__item, .header-intro--general .course-faculty__header, .header-intro--general .course-faculty .carousel__item, .course-faculty .header-intro--general .carousel__item, .header-intro--general .header-image-caption, .header-intro--general .header-quick-info__item, .header-intro--general .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .header-intro--general .carousel__item, .header-intro--general .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .header-intro--general .carousel__page-dots, .header-intro--general .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .header-intro--general .col, .header-intro--general [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .header-intro--general .image-caption-block, .header-intro--general [data-layout="grid-blocks"], .header-intro--general [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .header-intro--general .carousel__item {
      max-width: 730px; }
      .header-intro--general .constrain > *:last-child, .header-intro--general .carousel--image-caption .carousel__item > *:last-child, .carousel--image-caption .header-intro--general .carousel__item > *:last-child, .header-intro--general .course-faculty__header > *:last-child, .header-intro--general .course-faculty .carousel__item > *:last-child, .course-faculty .header-intro--general .carousel__item > *:last-child, .header-intro--general .header-image-caption > *:last-child, .header-intro--general .header-quick-info__item > *:last-child, .header-intro--general .course-faculty-oportunities .carousel__item > *:last-child, .course-faculty-oportunities .header-intro--general .carousel__item > *:last-child, .header-intro--general .course-faculty-oportunities .carousel__page-dots > *:last-child, .course-faculty-oportunities .header-intro--general .carousel__page-dots > *:last-child, .header-intro--general .header-student-project [data-layout="two-up"] .col > *:last-child, .header-student-project [data-layout="two-up"] .header-intro--general .col > *:last-child, .header-intro--general [data-layout="general-slider"] .carousel--image-caption .image-caption-block > *:last-child, [data-layout="general-slider"] .carousel--image-caption .header-intro--general .image-caption-block > *:last-child, .header-intro--general [data-layout="grid-blocks"] > *:last-child, .header-intro--general [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item > *:last-child, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .header-intro--general .carousel__item > *:last-child {
        margin-bottom: 0; }
  .header-intro--prospectus .constrain, .header-intro--prospectus .carousel--image-caption .carousel__item, .carousel--image-caption .header-intro--prospectus .carousel__item, .header-intro--prospectus .course-faculty__header, .header-intro--prospectus .course-faculty .carousel__item, .course-faculty .header-intro--prospectus .carousel__item, .header-intro--prospectus .header-image-caption, .header-intro--prospectus .header-quick-info__item, .header-intro--prospectus .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .header-intro--prospectus .carousel__item, .header-intro--prospectus .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .header-intro--prospectus .carousel__page-dots, .header-intro--prospectus .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .header-intro--prospectus .col, .header-intro--prospectus [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .header-intro--prospectus .image-caption-block, .header-intro--prospectus [data-layout="grid-blocks"], .header-intro--prospectus [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .header-intro--prospectus .carousel__item {
    width: 100%; }
  .header-intro--prospectus .header-intro__two-up {
    margin-top: 91px; }

.header-logo-image {
  overflow: hidden;
  height: 100%; }
  .header-logo-image__image {
    width: 33vw;
    height: 58vw;
    max-width: 575px;
    max-height: 72%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .header-logo-image__logo {
    width: 70%;
    height: 50%;
    transform: translate(60%, -25%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  .header-logo-image__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .header-logo-image svg {
    width: 100%; }
  .header-logo-image .deco--fashion {
    right: -50%;
    left: unset; }
  .header-logo-image .deco--technology {
    max-width: 250px;
    bottom: -15%;
    transform: rotate(90deg); }
  .header-logo-image .deco--art {
    transform: rotate(-90deg);
    max-width: 250px;
    right: -30%; }
  .header-logo-image .deco--design {
    transform: rotate(90deg);
    right: -15%;
    max-width: 280px; }
  .header-logo-image--student-projects .header-logo-image__image {
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset; }
  .header-logo-image--student-projects .header-logo-image__logo {
    right: 45%;
    top: 50%;
    bottom: unset;
    transform: translate(70%, -50%); }

.header-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .header-logo__logo {
    width: 100%;
    height: 100%; }
    .header-logo__logo .icon {
      max-width: inherit;
      max-height: inherit; }

.header-quick-info {
  text-align: center;
  background-color: lightgrey;
  color: #212121; }
  @media screen and (min-width: 993px) {
    .header-quick-info__items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .header-quick-info__item {
    padding-top: 40px;
    padding-bottom: 40px; }
    .header-quick-info__item:last-child {
      border-bottom: none; }
    @media screen and (max-width: 992px) {
      .header-quick-info__item {
        border-bottom: 1px solid #212121; }
        .header-quick-info__item:last-child {
          border-bottom: none; } }
    @media screen and (min-width: 993px) {
      .header-quick-info__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 25vw;
        height: 25vw; }
        .header-quick-info__item:nth-child(2n+2) {
          border-left: 1px solid #212121; }
        .header-quick-info__item:nth-child(1n+3) {
          border-top: 1px solid #212121; } }
  .header-quick-info__title {
    margin-bottom: 10px; }
  .header-quick-info__text {
    margin-top: 0;
    margin-bottom: 0; }
  .header-quick-info .button, .header-quick-info .clf-d-submitbutton {
    color: #212121;
    font-size: 15px;
    opacity: 0.7;
    padding: 8px 0; }

.header-social {
  margin-left: auto;
  width: 100%; }
  .header-social__image {
    margin-bottom: 75px;
    padding-top: 100%;
    width: 100%; }
  .header-social__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .header-social .constrain, .header-social .carousel--image-caption .carousel__item, .carousel--image-caption .header-social .carousel__item, .header-social .course-faculty__header, .header-social .course-faculty .carousel__item, .course-faculty .header-social .carousel__item, .header-social .header-image-caption, .header-social .header-quick-info__item, .header-social .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .header-social .carousel__item, .header-social .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .header-social .carousel__page-dots, .header-social .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .header-social .col, .header-social [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .header-social .image-caption-block, .header-social [data-layout="grid-blocks"], .header-social [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .header-social .carousel__item {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 769px) {
      .header-social .constrain, .header-social .carousel--image-caption .carousel__item, .carousel--image-caption .header-social .carousel__item, .header-social .course-faculty__header, .header-social .course-faculty .carousel__item, .course-faculty .header-social .carousel__item, .header-social .header-image-caption, .header-social .header-quick-info__item, .header-social .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .header-social .carousel__item, .header-social .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .header-social .carousel__page-dots, .header-social .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .header-social .col, .header-social [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .header-social .image-caption-block, .header-social [data-layout="grid-blocks"], .header-social [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .header-social .carousel__item {
        max-width: 730px;
        margin-left: auto; } }
  .header-social .col:first-child {
    -ms-flex-preferred-size: 215px;
        flex-basis: 215px; }
    @media screen and (min-width: 993px) {
      .header-social .col:first-child {
        -ms-flex-preferred-size: 180px;
            flex-basis: 180px; } }
    @media screen and (min-width: 1200px) {
      .header-social .col:first-child {
        -ms-flex-preferred-size: 230px;
            flex-basis: 230px; } }
  .header-social .col:last-child {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .header-social .link--big {
    display: block; }

.header-student-work {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 35px;
  color: #212121; }
  @media screen and (min-width: 769px) {
    .header-student-work {
      padding-top: 60px;
      padding-bottom: 45px; } }
  @media screen and (min-width: 993px) {
    .header-student-work {
      padding-top: 180px;
      padding-bottom: 0; } }
  .header-student-work__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    @media screen and (min-width: 993px) {
      .header-student-work__group {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 33vw;
        padding-bottom: 35px; } }
    .header-student-work__group p:last-child {
      margin-bottom: 0; }
  .header-student-work__info {
    max-width: 130px;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 16px; }
  .header-student-work__primary {
    height: 66vw;
    margin-bottom: 20px; }
    @media screen and (min-width: 769px) {
      .header-student-work__primary {
        margin-bottom: 35px; } }
    @media screen and (min-width: 993px) {
      .header-student-work__primary {
        margin-bottom: 0;
        height: calc(100% - 33vw); } }
    .header-student-work__primary img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .header-student-work__secondary {
    margin-bottom: 20px; }
    @media screen and (min-width: 769px) {
      .header-student-work__secondary {
        margin-bottom: 35px; } }
    @media screen and (min-width: 993px) {
      .header-student-work__secondary {
        margin-bottom: 0;
        width: calc(100% - 200px); } }
  .header-student-work .constrain, .header-student-work .carousel--image-caption .carousel__item, .carousel--image-caption .header-student-work .carousel__item, .header-student-work .course-faculty__header, .header-student-work .course-faculty .carousel__item, .course-faculty .header-student-work .carousel__item, .header-student-work .header-image-caption, .header-student-work .header-quick-info__item, .header-student-work .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .header-student-work .carousel__item, .header-student-work .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .header-student-work .carousel__page-dots, .header-student-work .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .header-student-work .col, .header-student-work [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .header-student-work .image-caption-block, .header-student-work [data-layout="grid-blocks"], .header-student-work [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .header-student-work .carousel__item {
    width: 100%;
    height: 100%; }

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat; }
  .icon--plus {
    display: block; }
    .icon--plus__wrap {
      width: 25px;
      height: 25px;
      display: block; }
      .icon--plus__wrap:before, .icon--plus__wrap:after {
        content: '';
        position: absolute;
        background-color: #ffffff; }
      .icon--plus__wrap:after {
        width: 3px;
        height: 25px;
        top: 0;
        left: 11px;
        transition: .3s ease transform; }
      .icon--plus__wrap:before {
        width: 25px;
        height: 3px;
        top: 11px;
        left: 0px; }
  .icon--control {
    width: 21px;
    height: 14px; }
    @media screen and (min-width: 769px) {
      .icon--control {
        width: 46px;
        height: 30px; } }
    .icon--control-prev {
      background-image: url("/assets/img/icons/arrow-prev.svg");
      transform: rotate(180deg); }
    .icon--control-next {
      background-image: url("/assets/img/icons/arrow-next.svg"); }
  .icon--down-arrow {
    width: 14px;
    height: 9px; }
  .icon--search {
    width: 17px;
    height: 17px; }
  .icon--play {
    width: 11px;
    height: 11px; }
  .icon--close {
    width: 29px;
    height: 29px;
    background-image: url("/assets/img/icons/close.svg"); }
  .icon--logo-simple {
    width: 100px;
    height: 58px;
    color: #ffffff; }
  .icon--logo-text {
    width: inherit;
    height: inherit; }
  .icon--download {
    width: 13px;
    height: 17px;
    background-image: url("/assets/img/icons/download.svg"); }
  .icon--course-check {
    width: 14px;
    height: 14px;
    background-image: url("/assets/img/icons/course-check.svg"); }

.image-block {
  overflow: hidden;
  height: 100%; }
  .image-block__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.image-caption-block__image {
  padding-top: 70%;
  margin-bottom: 3px; }
  .image-caption-block__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.image-caption-block__caption {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #4B4848; }

.image-caption-block--align-left {
  text-align: left; }

.image-caption-block--bg-contain img {
  -o-object-fit: contain;
     object-fit: contain; }

.image-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2px; }
  .image-caption__caption {
    display: inline-block;
    text-align: right; }
  .image-caption__category {
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap; }
    .image-caption__category--dark {
      background-color: rgba(75, 72, 72, 0.5);
      color: #ffffff; }
    .image-caption__category--light {
      background-color: rgba(255, 255, 255, 0.5);
      color: #212121; }

.link {
  display: inline-block;
  text-decoration: underline; }
  .link--big {
    font-size: 23px;
    line-height: 33px;
    text-decoration: none; }
    @media screen and (min-width: 769px) {
      .link--big {
        font-size: 28px;
        line-height: 39px; } }
  .link--underline {
    text-decoration: underline; }
  .link--control {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.4px;
    text-decoration: none;
    padding-top: 40px;
    transition: .3s ease opacity; }
    @media screen and (min-width: 993px) {
      .link--control {
        font-size: 24px;
        line-height: 30px;
        padding-top: 60px; } }
    .link--control:hover {
      opacity: 0.7; }
    .link--control:before {
      width: 30px;
      height: 20px;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      transition: .3s ease transform;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (min-width: 993px) {
        .link--control:before {
          width: 45px;
          height: 30px; } }
  .link--control-prev:before {
    background-image: url("/assets/img/icons/arrow-left.svg"); }
  .link--control-prev:hover:before {
    transform: translateX(-10px); }
  .link--control-next:before {
    background-image: url("/assets/img/icons/arrow-right.svg"); }
  .link--control-next:hover:before {
    transform: translateX(10px); }
  .link--hover {
    transition: .3s ease opacity; }
    .link--hover:hover {
      opacity: 0.7; }

.logo {
  display: block; }
  .logo--menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    transition: .3s ease opacity;
    width: 100%; }
    .logo--menu:hover {
      opacity: 0.7; }
    .logo--menu svg {
      display: block; }
    .logo--menu .icon--logo-simple {
      max-width: 86px; }
      @media screen and (min-width: 769px) {
        .logo--menu .icon--logo-simple {
          max-width: 100px; } }
    .logo--menu .icon--logo-text {
      width: 160px;
      margin-left: 15px;
      margin-top: 20px; }
      @media screen and (min-width: 769px) {
        .logo--menu .icon--logo-text {
          width: 240px;
          margin-left: 15px;
          margin-top: 20px; } }
    @media screen and (min-width: 769px) {
      .logo--menu {
        width: auto; } }
  .logo--top {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block; }
    @media screen and (min-width: 769px) {
      .logo--top {
        top: 40px;
        left: 35px; } }

.marquee {
  display: block;
  overflow: hidden; }

.mobile-menu {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transition-property: opacity, visibility;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  padding: 35px 0;
  z-index: 3;
  background-color: #212121;
  overflow-y: auto; }
  @media screen and (min-width: 1250px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu__block {
    margin-bottom: 18px; }
  .mobile-menu__title {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 33px;
    color: #ffffff; }
  .mobile-menu__wrap {
    overflow: hidden;
    height: 0; }
  .mobile-menu__items {
    padding-top: 15px;
    padding-bottom: 30px; }
  .mobile-menu__item {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px); }
  .mobile-menu__link {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff; }
  .mobile-menu .constrain, .mobile-menu .carousel--image-caption .carousel__item, .carousel--image-caption .mobile-menu .carousel__item, .mobile-menu .course-faculty__header, .mobile-menu .course-faculty .carousel__item, .course-faculty .mobile-menu .carousel__item, .mobile-menu .header-image-caption, .mobile-menu .header-quick-info__item, .mobile-menu .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .mobile-menu .carousel__item, .mobile-menu .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .mobile-menu .carousel__page-dots, .mobile-menu .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .mobile-menu .col, .mobile-menu [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .mobile-menu .image-caption-block, .mobile-menu [data-layout="grid-blocks"], .mobile-menu [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .mobile-menu .carousel__item {
    padding-bottom: 52.5px; }
  .mobile-menu .button--close {
    position: absolute;
    right: 35px;
    top: 35px;
    z-index: 2;
    color: #ffffff; }
  .mobile-menu .icon--search {
    width: 24px;
    height: 24px; }

.modal-video {
  width: 100%;
  padding-top: 56.25%; }
  .modal-video__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.modal {
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  overflow-y: auto;
  text-align: center;
  position: fixed;
  z-index: 10;
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 769px) {
    .modal {
      padding-right: 35px;
      padding-left: 35px; } }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -6px; }
  .modal__wrap {
    z-index: 1;
    margin: 70px auto;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (min-width: 769px) {
      .modal__wrap {
        margin: 90px auto; } }
  .modal__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.92);
    top: 0;
    left: 0; }
  .modal .button--close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1; }
    @media screen and (min-width: 769px) {
      .modal .button--close {
        top: 35px;
        right: 35px; } }
  .modal--video .modal__wrap {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .modal--video .modal__wrap {
        max-width: 900px; } }
    @media screen and (min-width: 993px) {
      .modal--video .modal__wrap {
        max-width: 1100px; } }
    @media screen and (min-width: 1200px) {
      .modal--video .modal__wrap {
        max-width: 1400px; } }
  .modal--project {
    padding: 0;
    text-align: left;
    overflow-y: scroll; }
    .modal--project .modal__wrap {
      width: 100%;
      min-height: 100%;
      margin: 0;
      padding: 40px 20px 35px 20px;
      background-color: #212121;
      vertical-align: top; }
      @media screen and (min-width: 993px) {
        .modal--project .modal__wrap {
          padding: 70px 35px 35px 35px; } }
    .modal--project .button--close {
      z-index: 4;
      position: fixed;
      right: 50px; }
      @media screen and (max-width: 992px) {
        .modal--project .button--close {
          right: 30px;
          top: 15px; } }
    @media screen and (max-width: 992px) {
      .modal--project .icon--close {
        width: 25px;
        height: 25px; } }

.news-block {
  display: block;
  color: #ffffff; }
  @media screen and (min-width: 769px) {
    .news-block:hover .news-block__bg {
      transform: scale3d(1.1, 1.1, 1); } }
  .news-block__intro {
    margin: 0; }
  .news-block__image {
    padding-bottom: 66%;
    margin-bottom: 25px;
    overflow: hidden; }
  .news-block__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    transition: .3s ease;
    transition-property: opacity, visibility, transform; }
    .news-block__bg--lazy-load {
      visibility: hidden;
      opacity: 0; }
      .news-block__bg--lazy-load.is-loaded {
        visibility: visible;
        opacity: 1; }
  .news-block__info {
    margin-top: 12px; }
  .news-block__date {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    border-radius: 20px;
    padding: 1px 12px;
    background-color: #ffffff;
    color: #212121;
    margin-bottom: 10px; }
  .news-block__category {
    display: inline-block;
    color: #D8D8D8;
    font-size: 15px;
    line-height: 18px; }
  .news-block__read-more {
    display: block;
    margin-top: 20px;
    text-decoration: underline; }

.page-transition {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background-color: #212121;
  z-index: 11;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .page-transition.is-active {
    visibility: visible;
    opacity: 1; }
  .page-transition__container {
    width: 80vw;
    height: 110vw;
    max-height: 90vh; }
    @media screen and (min-width: 769px) {
      .page-transition__container {
        width: 730px;
        height: 585px; } }
    @media screen and (min-width: 1200px) {
      .page-transition__container {
        width: 912px;
        height: 730px; } }
    @media screen and (max-height: 800px) {
      .page-transition__container {
        width: 120vh;
        height: calc(100vh - 35px * 2);
        max-width: 90vw; } }
    @media screen and (max-height: 800px) and (max-width: 768px) {
      .page-transition__container {
        width: 35vw; } }
  .page-transition__logo-text {
    width: 160px;
    height: 27px;
    position: absolute;
    top: 45px;
    left: 121px; }
    @media screen and (min-width: 769px) {
      .page-transition__logo-text {
        width: 240px;
        height: 58px;
        top: 50px;
        left: 150px; } }
  .page-transition .deco--target {
    width: 15%;
    height: 15%;
    bottom: 0;
    left: 5%; }
    .page-transition .deco--target [data-deco-bottom] {
      visibility: hidden;
      opacity: 0; }
    @media screen and (min-width: 769px) {
      .page-transition .deco--target {
        width: 15%;
        height: 18%;
        right: 0;
        top: 0;
        bottom: unset;
        left: unset; } }
  .page-transition .deco--rectangle {
    width: 38%;
    height: 47%;
    visibility: hidden;
    opacity: 0; }
    @media screen and (min-width: 769px) {
      .page-transition .deco--rectangle {
        width: 27%;
        height: 59%; } }
    .page-transition .deco--rectangle--default {
      top: 0;
      right: 0; }
      @media screen and (min-width: 769px) {
        .page-transition .deco--rectangle--default {
          left: 40%;
          right: unset; } }
    .page-transition .deco--rectangle--fill {
      bottom: 30%; }
      @media screen and (min-width: 769px) {
        .page-transition .deco--rectangle--fill {
          bottom: 0;
          left: 0; } }
  .page-transition .deco--circle-piece {
    width: 27%;
    height: 25%;
    bottom: 15%;
    right: 8%;
    color: #ffffff; }
    @media screen and (min-width: 769px) {
      .page-transition .deco--circle-piece {
        right: 2%;
        bottom: 3%; } }

.pagination {
  background-color: #212121; }
  .pagination .constrain, .pagination .carousel--image-caption .carousel__item, .carousel--image-caption .pagination .carousel__item, .pagination .course-faculty__header, .pagination .course-faculty .carousel__item, .course-faculty .pagination .carousel__item, .pagination .header-image-caption, .pagination .header-quick-info__item, .pagination .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .pagination .carousel__item, .pagination .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .pagination .carousel__page-dots, .pagination .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .pagination .col, .pagination [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .pagination .image-caption-block, .pagination [data-layout="grid-blocks"], .pagination [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .pagination .carousel__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 50px; }
  .pagination__page {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 5px 11px; }
    .pagination__page:after {
      width: 0px;
      height: 1px;
      content: '';
      display: inline-block;
      background-color: #ffffff;
      margin-bottom: 4px;
      transition: .3s ease width; }
    @media screen and (max-width: 768px) {
      .pagination__page {
        padding: 5px 8px; } }
    .pagination__page.is-active:after {
      width: 90px;
      margin-left: 15px; }
      @media screen and (max-width: 768px) {
        .pagination__page.is-active:after {
          width: 30px; } }

.parallax-image {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }
  .parallax-image__backdrop {
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center; }

.project-block {
  display: block;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    .project-block:hover .project-block__thumb-img {
      transform: scale3d(1.1, 1.1, 1); } }
  .project-block__thumb {
    padding-top: 70%;
    overflow: hidden; }
  .project-block__thumb-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: .3s ease;
    transition-property: opacity, visibility, transform;
    display: block; }
    .project-block__thumb-img--lazy-load {
      visibility: hidden;
      opacity: 0; }
      .project-block__thumb-img--lazy-load.is-loaded {
        visibility: visible;
        opacity: 1; }
  .project-block__caption {
    display: block;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 16px;
    color: #7D7D7D;
    margin-top: 14px; }

.prospectus-block {
  text-align: center; }
  .prospectus-block__content {
    margin-top: 10px; }
  .prospectus-block__cover {
    transition: .2s ease transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding-top: 135%; }
  .prospectus-block__cover-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .prospectus-block__title {
    display: block;
    font-size: 15px;
    letter-spacing: 0.2px; }
  .prospectus-block .button, .prospectus-block .clf-d-submitbutton {
    margin-top: 10px; }
  .prospectus-block:hover .prospectus-block__cover {
    transform: translateY(-9px) scale(1.05); }

.prospectus-blocks {
  padding: 70px 0;
  background-color: #212121; }
  @media screen and (min-width: 769px) {
    .prospectus-blocks {
      padding: 105px 0; } }
  @media screen and (min-width: 993px) {
    .prospectus-blocks {
      padding: 157.5px 0; } }
  .prospectus-blocks .constrain, .prospectus-blocks .carousel--image-caption .carousel__item, .carousel--image-caption .prospectus-blocks .carousel__item, .prospectus-blocks .course-faculty__header, .prospectus-blocks .course-faculty .carousel__item, .course-faculty .prospectus-blocks .carousel__item, .prospectus-blocks .header-image-caption, .prospectus-blocks .header-quick-info__item, .prospectus-blocks .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .prospectus-blocks .carousel__item, .prospectus-blocks .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .prospectus-blocks .carousel__page-dots, .prospectus-blocks .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .prospectus-blocks .col, .prospectus-blocks [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .prospectus-blocks .image-caption-block, .prospectus-blocks [data-layout="grid-blocks"], .prospectus-blocks [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .prospectus-blocks .carousel__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .prospectus-blocks .prospectus-block {
    width: calc(50% - (35px / 4));
    margin-top: 59.5px;
    margin-right: 17.5px; }
    .prospectus-blocks .prospectus-block:nth-child(2n - 4) {
      margin-right: 0; }
    .prospectus-blocks .prospectus-block:nth-child(-n + 2) {
      margin-top: 0; }
    @media screen and (min-width: 541px) {
      .prospectus-blocks .prospectus-block {
        width: calc(50% - (35px / 2));
        margin-right: 35px; } }
    @media screen and (min-width: 769px) {
      .prospectus-blocks .prospectus-block {
        width: calc(33.333% - (35px * 2 / 3)); }
        .prospectus-blocks .prospectus-block:nth-child(1n) {
          margin-right: 35px; }
        .prospectus-blocks .prospectus-block:nth-child(3n - 6) {
          margin-right: 0; }
        .prospectus-blocks .prospectus-block:nth-child(-n + 3) {
          margin-top: 0; } }
    @media screen and (min-width: 1200px) {
      .prospectus-blocks .prospectus-block {
        width: calc(25% - (35px * 3 / 4)); }
        .prospectus-blocks .prospectus-block:nth-child(1n) {
          margin-right: 35px; }
        .prospectus-blocks .prospectus-block:nth-child(4n - 8) {
          margin-right: 0; }
        .prospectus-blocks .prospectus-block:nth-child(-n + 4) {
          margin-top: 0; } }

.prospectus-nav__item {
  margin-bottom: 17px; }
  .prospectus-nav__item:last-child {
    margin-bottom: 0; }

.prospectus-nav__link {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 9px; }
  .prospectus-nav__link:before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #D8D8D8;
    transition: .3s ease width; }
  .prospectus-nav__link:hover:before, .prospectus-nav__link.is-active:before {
    width: 35px; }
  .prospectus-nav__link--all:before {
    background-color: #4B4848; }
  .prospectus-nav__link--art:before {
    background-color: #FFCA00; }
  .prospectus-nav__link--design:before {
    background-color: #FFCA00; }
  .prospectus-nav__link--fashion:before {
    background-color: #fe3f24; }
  .prospectus-nav__link--technology:before {
    background-color: #00B093; }

.sign-up {
  max-width: 700px;
  overflow: hidden; }
  .sign-up__deco-wrap {
    max-width: 450px; }
  .sign-up__deco {
    width: 100%;
    padding-top: 64%;
    margin-top: 15px;
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .sign-up__deco {
        margin-bottom: 80px;
        margin-top: 40px; } }
  .sign-up h2 {
    margin-bottom: 20px; }
  .sign-up p {
    max-width: 450px; }
  .sign-up .button--cta {
    margin-top: 20px; }
  .sign-up .deco {
    position: absolute; }
  .sign-up .deco--circle-piece {
    width: 56%;
    height: 82%;
    top: 0;
    left: 8%; }
    .sign-up .deco--circle-piece path[data-circle-piece-mask] {
      transform-origin: center; }
  .sign-up .deco--target {
    width: 40%;
    height: 61.5%;
    right: 0;
    bottom: 0; }

.social-media {
  display: -ms-flexbox;
  display: flex; }
  .social-media__item {
    margin-right: 35px; }
    .social-media__item:last-child {
      margin-right: 0; }
    @media screen and (min-width: 769px) {
      .social-media__item {
        margin-right: 20px; } }
  .social-media__link {
    display: block; }
  .social-media__icon {
    width: auto;
    height: 30px; }

.student-project-next-prev {
  padding-top: 35px;
  padding-bottom: 70px; }
  @media screen and (min-width: 769px) {
    .student-project-next-prev {
      padding-top: 70px;
      padding-bottom: 140px; } }
  .student-project-next-prev .constrain, .student-project-next-prev .carousel--image-caption .carousel__item, .carousel--image-caption .student-project-next-prev .carousel__item, .student-project-next-prev .course-faculty__header, .student-project-next-prev .course-faculty .carousel__item, .course-faculty .student-project-next-prev .carousel__item, .student-project-next-prev .header-image-caption, .student-project-next-prev .header-quick-info__item, .student-project-next-prev .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .student-project-next-prev .carousel__item, .student-project-next-prev .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .student-project-next-prev .carousel__page-dots, .student-project-next-prev .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .student-project-next-prev .col, .student-project-next-prev [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .student-project-next-prev .image-caption-block, .student-project-next-prev [data-layout="grid-blocks"], .student-project-next-prev [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .student-project-next-prev .carousel__item {
    display: -ms-flexbox;
    display: flex;
    max-width: 1270px;
    margin: auto; }
  @media screen and (max-width: 768px) {
    .student-project-next-prev .link--control {
      width: 50%; } }
  .student-project-next-prev .link--control-prev {
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .student-project-next-prev .link--control-prev {
        margin-right: 15px; } }
  .student-project-next-prev .link--control-next {
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .student-project-next-prev .link--control-next {
        margin-left: 15px; } }

.video-block {
  padding-top: 70%; }
  .video-block__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .video-block .button, .video-block .clf-d-submitbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }

.video-player {
  padding-top: 56.25%;
  width: 100%; }

.apply-online {
  background-color: #fe3f24;
  color: #212121; }
  .apply-online [data-layout="two-up"] > .col:first-child {
    padding-top: 40px;
    padding-bottom: 40px; }
  .apply-online [data-layout="two-up"] > .col:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .apply-online .button--cta {
    margin-right: 20px; }
  .apply-online .contact-action {
    -ms-flex-positive: 1;
        flex-grow: 1; }

.contact-info {
  background-color: #212121; }
  .contact-info .contact-block-group {
    margin-bottom: 50px; }
    .contact-info .contact-block-group:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 993px) {
      .contact-info .contact-block-group {
        margin-bottom: 80px; } }
  .contact-info .contact-block {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto; }

.course-faculty-oportunities .carousel__item {
  margin-right: 35px; }

.course-faculty-oportunities .carousel__page-dots {
  margin: auto;
  margin-top: 60px; }

.course-faculty-oportunities [data-layout="two-up-desktop"] .col:first-child {
  overflow: hidden; }

.course-outline {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #212121; }
  @media screen and (min-width: 993px) {
    .course-outline {
      padding-top: 120px;
      padding-bottom: 130px; } }
  .course-outline h2 {
    text-align: center;
    margin-bottom: 25px; }
    @media screen and (min-width: 993px) {
      .course-outline h2 {
        margin-bottom: 105px; } }
  .course-outline .col *:first-child {
    margin-top: 0; }

.course-progression .course-progression-info {
  padding-top: 10px;
  padding-bottom: 20px; }
  @media screen and (min-width: 993px) {
    .course-progression .course-progression-info {
      padding-top: 25px;
      padding-bottom: 20px; } }

.featured-cta {
  text-align: center; }
  .featured-cta__title {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      .featured-cta__title {
        font-size: 48px;
        line-height: 56px; } }
    @media screen and (min-width: 993px) {
      .featured-cta__title {
        font-size: 68px;
        line-height: 80px; } }
    .featured-cta__title a {
      color: #ffffff; }
  .featured-cta__underline {
    text-decoration: underline; }
  .featured-cta.bg-color-yellow .featured-cta__title, .featured-cta.bg-color-red .featured-cta__title, .featured-cta.bg-color-green .featured-cta__title {
    color: #212121; }
    .featured-cta.bg-color-yellow .featured-cta__title a, .featured-cta.bg-color-red .featured-cta__title a, .featured-cta.bg-color-green .featured-cta__title a {
      color: #212121; }

.featured-projects__title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 50px; }
  @media screen and (min-width: 769px) {
    .featured-projects__title {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 80px; } }

.featured-projects__footer {
  text-align: center;
  margin-top: 35px; }

.filter {
  background-color: #212121; }
  .filter__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      .filter__wrap {
        -ms-flex-align: start;
            align-items: flex-start; } }
  @media screen and (max-width: 768px) {
    .filter__group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .filter__empty {
    display: block;
    text-align: center;
    color: #7D7D7D; }
    .filter__empty.is-hidden {
      display: none; }
    .filter__empty.is-disabled {
      display: none; }
  .filter h2 {
    margin-bottom: 13px;
    text-align: center; }
    @media screen and (min-width: 993px) {
      .filter h2 {
        font-size: 68px;
        line-height: 84px; } }
  .filter .form-checkbox-group {
    display: inline-block;
    margin-right: 26px; }
    .filter .form-checkbox-group:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .filter .form-checkbox-group {
        margin-bottom: 11px; }
        .filter .form-checkbox-group:last-child {
          margin-bottom: 0; } }
  .filter--news {
    padding-top: 60px;
    padding-bottom: 60px; }
    .filter--news .filter__group:last-child {
      margin-right: 60px; }
  .filter--courses .filter__group {
    margin: auto; }
    @media screen and (max-width: 768px) {
      .filter--courses .filter__group {
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .filter--courses h2 {
      display: none; } }
  .filter--student-gallery .filter__group {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .filter--student-gallery .filter__group {
        width: 100%; } }
    .filter--student-gallery .filter__group:first-child {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .filter--student-gallery .filter__group:last-child {
      -ms-flex-item-align: end;
          align-self: flex-end; }
      @media screen and (max-width: 992px) {
        .filter--student-gallery .filter__group:last-child {
          margin-top: 30px; } }
      @media screen and (max-width: 768px) {
        .filter--student-gallery .filter__group:last-child {
          -ms-flex-item-align: unset;
              -ms-grid-row-align: unset;
              align-self: unset; } }
  .filter--student-gallery .filter__wrap {
    margin-bottom: 60px; }
    @media screen and (max-width: 992px) {
      .filter--student-gallery .filter__wrap {
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media screen and (max-width: 768px) {
    .filter--student-gallery .filter-select {
      margin-left: -10px;
      margin-right: -10px;
      width: calc(100% + 18px); } }
  .filter--student-gallery [data-filter-name="year"] {
    z-index: 1; }
    @media screen and (min-width: 769px) {
      .filter--student-gallery [data-filter-name="year"] {
        min-width: 150px;
        max-width: 150px;
        margin-left: 20px; } }
  .filter--student-gallery [data-filter-name="course"] {
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .filter--student-gallery [data-filter-name="course"] {
        margin-bottom: 8px; } }
    @media screen and (min-width: 769px) {
      .filter--student-gallery [data-filter-name="course"] {
        min-width: 400px;
        max-width: 400px;
        margin-right: 10px; } }
    @media screen and (min-width: 993px) {
      .filter--student-gallery [data-filter-name="course"] {
        min-width: 300px;
        max-width: 300px; } }
    @media screen and (min-width: 1200px) {
      .filter--student-gallery [data-filter-name="course"] {
        min-width: 400px;
        max-width: 400px; } }

.header-student-project {
  font-size: 20px; }
  @media screen and (min-width: 769px) {
    .header-student-project {
      font-size: 22px; } }
  @media screen and (min-width: 993px) {
    .header-student-project {
      font-size: 26px; } }
  .header-student-project__content {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto; }
  .header-student-project__title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px; }
    @media screen and (min-width: 769px) {
      .header-student-project__title {
        font-size: 44px;
        line-height: 56px;
        margin-bottom: 50px; } }
    @media screen and (min-width: 993px) {
      .header-student-project__title {
        font-size: 68px;
        line-height: 84px;
        margin-bottom: 34px; } }
  .header-student-project__sub {
    margin: 0; }
    @media screen and (max-width: 768px) {
      .header-student-project__sub {
        display: block;
        margin-top: 12px; } }
    .header-student-project__sub--year {
      margin-right: 45px; }
      @media screen and (min-width: 769px) {
        .header-student-project__sub--year {
          margin-bottom: 12px; } }
  .header-student-project [data-layout="two-up"] .col:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

[data-view~="home"] .news-section .deco--art {
  display: none; }

.news-section {
  background-color: #212121; }
  .news-section__title {
    color: #ffffff; }
  .news-section__deco {
    width: 119px;
    height: 129px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .news-section__deco {
        width: 210px;
        height: 240px; } }
    @media screen and (min-width: 1600px) {
      .news-section__deco {
        width: 388px;
        height: 309px; } }
  .news-section--stories .news-section__title {
    text-align: center; }
  .news-section .deco--art {
    width: inherit;
    height: inherit;
    position: absolute;
    left: 10px; }
    .news-section .deco--art svg {
      transform: rotate(-90deg); }
    @media screen and (min-width: 769px) {
      .news-section .deco--art {
        left: 40px; } }
    @media screen and (min-width: 1600px) {
      .news-section .deco--art {
        left: 80px; } }
  .news-section .carousel {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
    .news-section .carousel__control {
      right: 0; }

.not-found {
  padding-top: 130px;
  height: 100vh; }
  .not-found__title {
    font-size: 120px;
    line-height: 100px;
    font-weight: bold;
    margin-bottom: 15px; }
    @media screen and (min-width: 769px) {
      .not-found__title {
        font-size: 160px;
        line-height: 140px; } }
    @media screen and (min-width: 993px) {
      .not-found__title {
        font-size: 220px;
        line-height: 180px; } }
  .not-found__info {
    font-size: 18px; }
  .not-found .constrain, .not-found .carousel--image-caption .carousel__item, .carousel--image-caption .not-found .carousel__item, .not-found .course-faculty__header, .not-found .course-faculty .carousel__item, .course-faculty .not-found .carousel__item, .not-found .header-image-caption, .not-found .header-quick-info__item, .not-found .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .not-found .carousel__item, .not-found .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .not-found .carousel__page-dots, .not-found .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .not-found .col, .not-found [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .not-found .image-caption-block, .not-found [data-layout="grid-blocks"], .not-found [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .not-found .carousel__item {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }

.partners {
  background-color: #D8D8D8;
  color: #212121;
  text-align: center; }
  .partners__header {
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px; }
  .partners__logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 900px;
    margin: auto; }
  @media screen and (max-width: 768px) {
    .partners__logo {
      width: calc(50% - 20px / 2);
      margin-right: 20px;
      margin-top: 15px; }
      .partners__logo:nth-child(2n+2) {
        margin-right: 0; }
      .partners__logo:nth-child(-1n+2) {
        margin-top: 0; } }
  @media screen and (min-width: 769px) {
    .partners__logo {
      width: 200px;
      margin-right: calc((100% - 200px * 3) / 2);
      margin-top: 55px; }
      .partners__logo:nth-child(3n+3) {
        margin-right: 0; }
      .partners__logo:nth-child(-1n+3) {
        margin-top: 0; } }
  .partners .deco--fashion-invert {
    width: 14vw;
    height: 33vw;
    max-width: 190px;
    max-height: 368px;
    transform: translate(-8%, -30%);
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
    @media screen and (min-width: 769px) {
      .partners .deco--fashion-invert {
        display: block; } }
    @media screen and (min-width: 993px) {
      .partners .deco--fashion-invert {
        transform: translate(-8%, -35%); } }

.related-courses {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 110px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .related-courses {
      padding-top: 40px;
      padding-bottom: 70px; } }
  .related-courses__buttons {
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .related-courses__buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
  .related-courses h2 {
    margin-bottom: 18px; }
  .related-courses .constrain, .related-courses .carousel--image-caption .carousel__item, .carousel--image-caption .related-courses .carousel__item, .related-courses .course-faculty__header, .related-courses .course-faculty .carousel__item, .course-faculty .related-courses .carousel__item, .related-courses .header-image-caption, .related-courses .header-quick-info__item, .related-courses .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .related-courses .carousel__item, .related-courses .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .related-courses .carousel__page-dots, .related-courses .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .related-courses .col, .related-courses [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .related-courses .image-caption-block, .related-courses [data-layout="grid-blocks"], .related-courses [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .related-courses .carousel__item {
    max-width: 1270px;
    margin: auto; }
  .related-courses .button--primary {
    margin-top: 20px; }
  .related-courses .deco--design {
    z-index: 0;
    position: absolute;
    width: 230px;
    height: 290px;
    right: 0;
    bottom: 0;
    transform: translate(5%, 45%); }
    @media screen and (max-width: 768px) {
      .related-courses .deco--design {
        display: none; } }

.search {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 4;
  background-color: #212121;
  overflow-y: auto; }
  .search__header {
    padding-top: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 190px; }
    @media screen and (min-width: 769px) {
      .search__header {
        height: 350px; } }
    @media screen and (min-width: 993px) {
      .search__header {
        min-height: 500px;
        height: 60vh; } }
  .search__no-results {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    transition-property: opacity, visibility;
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 45px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px; }
    .search__no-results.is-visible {
      visibility: visible;
      opacity: 1; }
    @media screen and (min-width: 769px) {
      .search__no-results {
        top: 80px;
        font-size: 20px; } }
  .search__results {
    opacity: 0;
    margin-top: 35px;
    transition: .3s ease opacity; }
    .search__results.is-active {
      opacity: 1; }
    .search__results.is-hidden {
      display: none; }
    @media screen and (min-width: 769px) {
      .search__results {
        margin-top: 0; } }
  .search .logo--menu {
    z-index: 1; }
  .search .icon--close {
    color: #ffffff; }
  .search .form-search-label {
    color: #ffffff; }
    .search .form-search-label.is-visible {
      display: none; }
  .search .form-search-input {
    z-index: 1;
    position: relative; }
  .search .scroll-content {
    width: 100%; }
  .search .button--close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1; }
    @media screen and (min-width: 769px) {
      .search .button--close {
        right: 35px;
        top: 35px; } }
  .search .constrain, .search .carousel--image-caption .carousel__item, .carousel--image-caption .search .carousel__item, .search .course-faculty__header, .search .course-faculty .carousel__item, .course-faculty .search .carousel__item, .search .header-image-caption, .search .header-quick-info__item, .search .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .search .carousel__item, .search .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .search .carousel__page-dots, .search .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .search .col, .search [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .search .image-caption-block, .search [data-layout="grid-blocks"], .search [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .search .carousel__item {
    width: inherit; }
  .search.is-hidden .search__results.is-active {
    visibility: hidden;
    opacity: 0; }

@media screen and (min-width: 993px) {
  .side-image {
    display: -ms-flexbox;
    display: flex; } }

.side-image__bg {
  width: 100%;
  height: 100%;
  padding-top: 100%; }
  @media screen and (min-width: 769px) {
    .side-image__bg {
      padding-top: 80%; } }
  @media screen and (min-width: 993px) {
    .side-image__bg {
      padding-top: 0; } }

.side-image__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.side-image__content-image {
  width: 80vw;
  height: 52vw;
  margin-left: -35px;
  padding-top: 60%;
  margin-top: 40px; }
  @media screen and (min-width: 769px) {
    .side-image__content-image {
      margin-top: 100px;
      padding-top: 0; } }
  @media screen and (min-width: 993px) {
    .side-image__content-image {
      width: 30vw;
      height: 22vw;
      margin-bottom: -90px; } }

.side-image__content-image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.side-image .deco--technology {
  display: none; }
  @media screen and (min-width: 993px) {
    .side-image .deco--technology {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      bottom: -65px; } }
  @media screen and (min-width: 1200px) {
    .side-image .deco--technology {
      bottom: -75px; } }
  @media screen and (min-width: 1600px) {
    .side-image .deco--technology {
      bottom: -100px; } }

@media screen and (max-width: 768px) {
  .side-image h2 {
    margin-bottom: 15px; } }

.side-image .col {
  overflow: hidden; }
  @media screen and (min-width: 993px) {
    .side-image .col {
      width: 50%; } }

.side-image .carousel__items {
  height: 100%; }

.side-image--content .constrain, .side-image--content .carousel--image-caption .carousel__item, .carousel--image-caption .side-image--content .carousel__item, .side-image--content .course-faculty__header, .side-image--content .course-faculty .carousel__item, .course-faculty .side-image--content .carousel__item, .side-image--content .header-image-caption, .side-image--content .header-quick-info__item, .side-image--content .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .side-image--content .carousel__item, .side-image--content .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .side-image--content .carousel__page-dots, .side-image--content .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .side-image--content .col, .side-image--content [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .side-image--content .image-caption-block, .side-image--content [data-layout="grid-blocks"], .side-image--content [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .side-image--content .carousel__item {
  max-width: 550px; }

.side-image--content .deco--design {
  right: 0;
  top: 35px; }
  @media screen and (min-width: 993px) {
    .side-image--content .deco--design {
      top: 50px; } }
  .side-image--content .deco--design svg {
    transform: rotate(-270deg) translateY(-50%);
    right: 0; }
  .side-image--content .deco--design .deco--stroke {
    color: #ffffff; }

.side-image--content-image .constrain, .side-image--content-image .carousel--image-caption .carousel__item, .carousel--image-caption .side-image--content-image .carousel__item, .side-image--content-image .course-faculty__header, .side-image--content-image .course-faculty .carousel__item, .course-faculty .side-image--content-image .carousel__item, .side-image--content-image .header-image-caption, .side-image--content-image .header-quick-info__item, .side-image--content-image .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .side-image--content-image .carousel__item, .side-image--content-image .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .side-image--content-image .carousel__page-dots, .side-image--content-image .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .side-image--content-image .col, .side-image--content-image [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .side-image--content-image .image-caption-block, .side-image--content-image [data-layout="grid-blocks"], .side-image--content-image [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .side-image--content-image .carousel__item {
  max-width: 650px; }

.side-image--content-image .deco--target {
  display: none; }
  @media screen and (min-width: 993px) {
    .side-image--content-image .deco--target {
      width: 70px;
      height: 70px;
      display: block;
      bottom: 10vw;
      right: 10vw; } }

.side-image--content-image .deco--design {
  right: 0;
  top: 50px;
  transform: translateX(25%); }
  @media screen and (max-width: 768px) {
    .side-image--content-image .deco--design {
      width: 92px;
      height: 104px; } }
  @media screen and (min-width: 993px) {
    .side-image--content-image .deco--design {
      top: 0;
      right: 0;
      transform: translateY(-50%); } }

.student-gallery {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212121; }

.student-project-content .constrain, .student-project-content .carousel--image-caption .carousel__item, .carousel--image-caption .student-project-content .carousel__item, .student-project-content .course-faculty__header, .student-project-content .course-faculty .carousel__item, .course-faculty .student-project-content .carousel__item, .student-project-content .header-image-caption, .student-project-content .header-quick-info__item, .student-project-content .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .student-project-content .carousel__item, .student-project-content .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .student-project-content .carousel__page-dots, .student-project-content .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .student-project-content .col, .student-project-content [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .student-project-content .image-caption-block, .student-project-content [data-layout="grid-blocks"], .student-project-content [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .student-project-content .carousel__item {
  max-width: 1270px;
  margin: auto; }

.unibuddy-carousel {
  background-color: #ffffff;
  text-align: center;
  color: #212121; }
  .unibuddy-carousel [data-layout="general-form"] {
    margin-top: 0;
    margin-bottom: 0; }

@media screen and (min-width: 993px) {
  .visit-us {
    display: -ms-flexbox;
    display: flex; } }

.visit-us__image {
  width: 100%;
  height: 100%;
  padding-top: 100%; }
  @media screen and (min-width: 769px) {
    .visit-us__image {
      padding-top: 80%; } }
  @media screen and (min-width: 993px) {
    .visit-us__image {
      padding-top: 0; } }

.visit-us__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.visit-us .deco--design {
  right: 0;
  top: 35px;
  transform: translateX(50%); }
  @media screen and (min-width: 993px) {
    .visit-us .deco--design {
      top: 50px; } }

.visit-us .deco--technology {
  display: none; }
  @media screen and (min-width: 993px) {
    .visit-us .deco--technology {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      bottom: -65px; } }
  @media screen and (min-width: 1200px) {
    .visit-us .deco--technology {
      bottom: -100px; } }

@media screen and (max-width: 768px) {
  .visit-us h2 {
    margin-bottom: 15px; } }

@media screen and (min-width: 993px) {
  .visit-us h2 {
    max-width: 500px; } }

@media screen and (min-width: 993px) {
  .visit-us p {
    max-width: 400px; } }

@media screen and (max-width: 768px) {
  .visit-us .constrain, .visit-us .carousel--image-caption .carousel__item, .carousel--image-caption .visit-us .carousel__item, .visit-us .course-faculty__header, .visit-us .course-faculty .carousel__item, .course-faculty .visit-us .carousel__item, .visit-us .header-image-caption, .visit-us .header-quick-info__item, .visit-us .course-faculty-oportunities .carousel__item, .course-faculty-oportunities .visit-us .carousel__item, .visit-us .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities .visit-us .carousel__page-dots, .visit-us .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] .visit-us .col, .visit-us [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption .visit-us .image-caption-block, .visit-us [data-layout="grid-blocks"], .visit-us [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .visit-us .carousel__item {
    padding-top: 58px;
    padding-bottom: 58px; } }

.visit-us .col {
  overflow: hidden; }
  @media screen and (min-width: 993px) {
    .visit-us .col {
      width: 50%; } }

.visit-us .carousel__items {
  height: 100%; }

[data-layout="course-outline"] .constrain, [data-layout="course-outline"] .carousel--image-caption .carousel__item, .carousel--image-caption [data-layout="course-outline"] .carousel__item, [data-layout="course-outline"] .course-faculty__header, [data-layout="course-outline"] .course-faculty .carousel__item, .course-faculty [data-layout="course-outline"] .carousel__item, [data-layout="course-outline"] .header-image-caption, [data-layout="course-outline"] .header-quick-info__item, [data-layout="course-outline"] .course-faculty-oportunities .carousel__item, .course-faculty-oportunities [data-layout="course-outline"] .carousel__item, [data-layout="course-outline"] .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities [data-layout="course-outline"] .carousel__page-dots, [data-layout="course-outline"] .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] [data-layout="course-outline"] .col, [data-layout="course-outline"] [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption [data-layout="course-outline"] .image-caption-block, [data-layout="course-outline"] [data-layout="grid-blocks"], [data-layout="course-outline"] [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption [data-layout="course-outline"] .carousel__item {
  max-width: 1270px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px) {
    [data-layout="course-outline"] .constrain, [data-layout="course-outline"] .carousel--image-caption .carousel__item, .carousel--image-caption [data-layout="course-outline"] .carousel__item, [data-layout="course-outline"] .course-faculty__header, [data-layout="course-outline"] .course-faculty .carousel__item, .course-faculty [data-layout="course-outline"] .carousel__item, [data-layout="course-outline"] .header-image-caption, [data-layout="course-outline"] .header-quick-info__item, [data-layout="course-outline"] .course-faculty-oportunities .carousel__item, .course-faculty-oportunities [data-layout="course-outline"] .carousel__item, [data-layout="course-outline"] .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities [data-layout="course-outline"] .carousel__page-dots, [data-layout="course-outline"] .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] [data-layout="course-outline"] .col, [data-layout="course-outline"] [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption [data-layout="course-outline"] .image-caption-block, [data-layout="course-outline"] [data-layout="grid-blocks"], [data-layout="course-outline"] [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption [data-layout="course-outline"] .carousel__item {
      padding-left: 100px;
      padding-right: 100px; } }
  @media screen and (min-width: 993px) {
    [data-layout="course-outline"] .constrain, [data-layout="course-outline"] .carousel--image-caption .carousel__item, .carousel--image-caption [data-layout="course-outline"] .carousel__item, [data-layout="course-outline"] .course-faculty__header, [data-layout="course-outline"] .course-faculty .carousel__item, .course-faculty [data-layout="course-outline"] .carousel__item, [data-layout="course-outline"] .header-image-caption, [data-layout="course-outline"] .header-quick-info__item, [data-layout="course-outline"] .course-faculty-oportunities .carousel__item, .course-faculty-oportunities [data-layout="course-outline"] .carousel__item, [data-layout="course-outline"] .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities [data-layout="course-outline"] .carousel__page-dots, [data-layout="course-outline"] .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] [data-layout="course-outline"] .col, [data-layout="course-outline"] [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption [data-layout="course-outline"] .image-caption-block, [data-layout="course-outline"] [data-layout="grid-blocks"], [data-layout="course-outline"] [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption [data-layout="course-outline"] .carousel__item {
      -ms-flex-direction: row;
          flex-direction: row;
      padding-left: 35px;
      padding-right: 35px; } }

@media screen and (min-width: 993px) {
  [data-layout="course-outline"] .col:first-child {
    width: calc(64% - 100px);
    margin-right: 100px; }
  [data-layout="course-outline"] .col:last-child {
    width: 36%; } }

[data-layout="general-asset"] {
  margin-top: 35px;
  margin-bottom: 35px; }
  @media screen and (min-width: 769px) {
    [data-layout="general-asset"] {
      margin-top: 52.5px;
      margin-bottom: 52.5px; } }
  @media screen and (min-width: 541px) {
    [data-layout="general-asset"] .constrain, [data-layout="general-asset"] .carousel--image-caption .carousel__item, .carousel--image-caption [data-layout="general-asset"] .carousel__item, [data-layout="general-asset"] .course-faculty__header, [data-layout="general-asset"] .course-faculty .carousel__item, .course-faculty [data-layout="general-asset"] .carousel__item, [data-layout="general-asset"] .header-image-caption, [data-layout="general-asset"] .header-quick-info__item, [data-layout="general-asset"] .course-faculty-oportunities .carousel__item, .course-faculty-oportunities [data-layout="general-asset"] .carousel__item, [data-layout="general-asset"] .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities [data-layout="general-asset"] .carousel__page-dots, [data-layout="general-asset"] .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] [data-layout="general-asset"] .col, [data-layout="general-asset"] [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption [data-layout="general-asset"] .image-caption-block, [data-layout="general-asset"] [data-layout="grid-blocks"], [data-layout="general-asset"] [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption [data-layout="general-asset"] .carousel__item {
      max-width: 1270px;
      margin: auto; } }
  [data-layout="general-asset"] .img {
    width: 100%; }
  [data-layout="general-asset"] span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #7D7D7D;
    margin-top: 12px; }
    @media screen and (min-width: 769px) {
      [data-layout="general-asset"] span {
        font-size: 18px;
        line-height: 26px; } }

[data-layout="general-content"] .constrain, [data-layout="general-content"] .carousel--image-caption .carousel__item, .carousel--image-caption [data-layout="general-content"] .carousel__item, [data-layout="general-content"] .course-faculty__header, [data-layout="general-content"] .course-faculty .carousel__item, .course-faculty [data-layout="general-content"] .carousel__item, [data-layout="general-content"] .header-image-caption, [data-layout="general-content"] .header-quick-info__item, [data-layout="general-content"] .course-faculty-oportunities .carousel__item, .course-faculty-oportunities [data-layout="general-content"] .carousel__item, [data-layout="general-content"] .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities [data-layout="general-content"] .carousel__page-dots, [data-layout="general-content"] .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] [data-layout="general-content"] .col, [data-layout="general-content"] [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption [data-layout="general-content"] .image-caption-block, [data-layout="general-content"] [data-layout="grid-blocks"], [data-layout="general-content"] [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption [data-layout="general-content"] .carousel__item {
  max-width: 730px;
  margin: auto; }

[data-layout="general-form"] {
  margin-top: 35px;
  margin-bottom: 40px; }
  [data-layout="general-form"] .constrain, [data-layout="general-form"] .carousel--image-caption .carousel__item, .carousel--image-caption [data-layout="general-form"] .carousel__item, [data-layout="general-form"] .course-faculty__header, [data-layout="general-form"] .course-faculty .carousel__item, .course-faculty [data-layout="general-form"] .carousel__item, [data-layout="general-form"] .header-image-caption, [data-layout="general-form"] .header-quick-info__item, [data-layout="general-form"] .course-faculty-oportunities .carousel__item, .course-faculty-oportunities [data-layout="general-form"] .carousel__item, [data-layout="general-form"] .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities [data-layout="general-form"] .carousel__page-dots, [data-layout="general-form"] .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] [data-layout="general-form"] .col, [data-layout="general-form"] [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption [data-layout="general-form"] .image-caption-block, [data-layout="general-form"] [data-layout="grid-blocks"], [data-layout="general-form"] [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption [data-layout="general-form"] .carousel__item {
    max-width: 970px;
    margin: auto; }

@media screen and (min-width: 541px) {
  [data-layout="general-gallery"] .constrain, [data-layout="general-gallery"] .carousel--image-caption .carousel__item, .carousel--image-caption [data-layout="general-gallery"] .carousel__item, [data-layout="general-gallery"] .course-faculty__header, [data-layout="general-gallery"] .course-faculty .carousel__item, .course-faculty [data-layout="general-gallery"] .carousel__item, [data-layout="general-gallery"] .header-image-caption, [data-layout="general-gallery"] .header-quick-info__item, [data-layout="general-gallery"] .course-faculty-oportunities .carousel__item, .course-faculty-oportunities [data-layout="general-gallery"] .carousel__item, [data-layout="general-gallery"] .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities [data-layout="general-gallery"] .carousel__page-dots, [data-layout="general-gallery"] .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] [data-layout="general-gallery"] .col, [data-layout="general-gallery"] [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption [data-layout="general-gallery"] .image-caption-block, [data-layout="general-gallery"] [data-layout="grid-blocks"], [data-layout="general-gallery"] [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption [data-layout="general-gallery"] .carousel__item {
    max-width: 970px;
    margin: auto;
    column-count: 2;
    column-gap: 20px; } }

@media screen and (min-width: 769px) {
  [data-layout="general-gallery"] .constrain, [data-layout="general-gallery"] .carousel--image-caption .carousel__item, .carousel--image-caption [data-layout="general-gallery"] .carousel__item, [data-layout="general-gallery"] .course-faculty__header, [data-layout="general-gallery"] .course-faculty .carousel__item, .course-faculty [data-layout="general-gallery"] .carousel__item, [data-layout="general-gallery"] .header-image-caption, [data-layout="general-gallery"] .header-quick-info__item, [data-layout="general-gallery"] .course-faculty-oportunities .carousel__item, .course-faculty-oportunities [data-layout="general-gallery"] .carousel__item, [data-layout="general-gallery"] .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities [data-layout="general-gallery"] .carousel__page-dots, [data-layout="general-gallery"] .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] [data-layout="general-gallery"] .col, [data-layout="general-gallery"] [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption [data-layout="general-gallery"] .image-caption-block, [data-layout="general-gallery"] [data-layout="grid-blocks"], [data-layout="general-gallery"] [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption [data-layout="general-gallery"] .carousel__item {
    column-gap: 35px; } }

[data-layout="general-gallery"] img {
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    [data-layout="general-gallery"] img {
      margin-bottom: 35px; } }

[data-layout="general-group-content"] > *:last-child {
  margin-bottom: 0; }

[data-layout="general-group-content"] > *:first-child {
  margin-top: 0; }

[data-layout="general-group-content"] [data-layout="general-content"] {
  margin-bottom: 25px; }
  @media screen and (min-width: 769px) {
    [data-layout="general-group-content"] [data-layout="general-content"] {
      margin-bottom: 55px; } }

[data-layout="general-paragraphs"] {
  margin-top: 35px;
  margin-bottom: 35px; }
  @media screen and (min-width: 769px) {
    [data-layout="general-paragraphs"] {
      margin-top: 52.5px;
      margin-bottom: 52.5px; } }
  [data-layout="general-paragraphs"] p:first-child {
    margin-top: 0; }
  [data-layout="general-paragraphs"] p:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 541px) {
    [data-layout="general-paragraphs"] [data-layout="two-up"] {
      max-width: 1270px;
      margin: auto; } }

[data-layout="general-quote"] {
  margin-top: 75px;
  margin-bottom: 45px; }
  @media screen and (min-width: 769px) {
    [data-layout="general-quote"] {
      margin-top: 150px;
      margin-bottom: 90px; } }

[data-layout="general-slider"] .carousel--image-caption .image-caption-block {
  max-width: 730px; }

[data-layout="general-slider"] .carousel__item {
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 769px) {
  [data-layout="grid-blocks"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

[data-layout="grid-blocks"] .col {
  margin-top: 40px; }
  [data-layout="grid-blocks"] .col:nth-child(1) {
    margin-top: 0; }
  @media screen and (min-width: 769px) {
    [data-layout="grid-blocks"] .col {
      width: calc(50% - 35px / 2);
      margin-right: 35px; }
      [data-layout="grid-blocks"] .col:nth-child(2n+2) {
        margin-right: 0; }
      [data-layout="grid-blocks"] .col:nth-child(-n+2) {
        margin-top: 0; } }
  @media screen and (min-width: 993px) {
    [data-layout="grid-blocks"] .col {
      width: calc(33.333% - 35px * 2 / 3);
      margin-top: 60px; }
      [data-layout="grid-blocks"] .col:nth-child(1n) {
        margin-right: 35px; }
      [data-layout="grid-blocks"] .col:nth-child(3n+3) {
        margin-right: 0; }
      [data-layout="grid-blocks"] .col:nth-child(-n+3) {
        margin-top: 0; } }
  @media screen and (min-width: 1600px) {
    [data-layout="grid-blocks"] .col {
      width: calc(25% - 35px * 3 / 4); }
      [data-layout="grid-blocks"] .col:nth-child(1n) {
        margin-right: 35px; }
      [data-layout="grid-blocks"] .col:nth-child(4n+4) {
        margin-right: 0; }
      [data-layout="grid-blocks"] .col:nth-child(-n+4) {
        margin-top: 0; } }

@media screen and (min-width: 993px) {
  [data-layout="header-course-details"] .row:first-child {
    min-height: 800px; } }

[data-layout="header-course-details"] .row:last-child .col:last-child {
  padding-top: 65px;
  padding-bottom: 40px; }
  @media screen and (min-width: 769px) {
    [data-layout="header-course-details"] .row:last-child .col:last-child {
      padding-top: 110px; } }

@media screen and (min-width: 769px) {
  [data-layout="header-course-details"] .row {
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 769px) {
  [data-layout="header-course-details"] .col {
    width: 50%; } }

@media screen and (min-width: 993px) {
  [data-layout="header-courses"] {
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 993px) {
  [data-layout="header-courses"] .col {
    width: 50%; } }

[data-layout="header-courses"] .header-logo {
  display: none; }
  @media screen and (min-width: 993px) {
    [data-layout="header-courses"] .header-logo {
      display: -ms-flexbox;
      display: flex;
      height: 820px; } }

[data-layout="header-courses"] .header-logo {
  width: 125px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0; }

@media screen and (max-width: 992px) {
  [data-layout="header-courses"] .carousel {
    height: 75vw; } }

@media screen and (min-width: 993px) {
  [data-layout="header-courses"] .featured-quote {
    position: absolute;
    bottom: 0;
    right: 35px;
    left: 0;
    transform: translateY(calc(100% - 120px));
    z-index: 1; } }

[data-layout="header-courses"] .video-block {
  height: 66vw; }
  @media screen and (min-width: 993px) {
    [data-layout="header-courses"] .video-block {
      height: 33vw; } }

@media screen and (min-width: 993px) {
  [data-layout="header-home"] .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (min-width: 993px) {
  [data-layout="header-home"] .row--top {
    height: 100vh;
    min-height: 600px; } }

@media screen and (min-width: 993px) {
  [data-layout="header-home"] .row--top .constrain, [data-layout="header-home"] .row--top .carousel--image-caption .carousel__item, .carousel--image-caption [data-layout="header-home"] .row--top .carousel__item, [data-layout="header-home"] .row--top .course-faculty__header, [data-layout="header-home"] .row--top .course-faculty .carousel__item, .course-faculty [data-layout="header-home"] .row--top .carousel__item, [data-layout="header-home"] .row--top .header-image-caption, [data-layout="header-home"] .row--top .header-quick-info__item, [data-layout="header-home"] .row--top .course-faculty-oportunities .carousel__item, .course-faculty-oportunities [data-layout="header-home"] .row--top .carousel__item, [data-layout="header-home"] .row--top .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities [data-layout="header-home"] .row--top .carousel__page-dots, [data-layout="header-home"] .row--top .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] [data-layout="header-home"] .row--top .col, [data-layout="header-home"] .row--top [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption [data-layout="header-home"] .row--top .image-caption-block, [data-layout="header-home"] .row--top [data-layout="grid-blocks"], [data-layout="header-home"] .row--top [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption [data-layout="header-home"] .row--top .carousel__item {
    width: 50%; } }

@media screen and (max-width: 992px) {
  [data-layout="header-home"] .row--bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

[data-layout="header-home"] .row--bottom .col:last-child {
  z-index: 1; }
  @media screen and (min-width: 993px) {
    [data-layout="header-home"] .row--bottom .col:last-child {
      margin-top: -130px; } }

@media screen and (min-width: 993px) {
  [data-layout="header-home"] .col {
    width: 50%; }
    [data-layout="header-home"] .col:nth-child(1) {
      height: 100vh;
      min-height: 75vw; }
    [data-layout="header-home"] .col:nth-child(2) {
      height: calc(100vh + 130px);
      min-height: calc(75vw + 130px); } }

[data-layout="header-home"] .header-courses {
  padding-top: 35px;
  padding-bottom: 35px; }

[data-layout="header-home"] .header-intro {
  min-height: 100vh; }
  @media screen and (min-width: 993px) {
    [data-layout="header-home"] .header-intro {
      height: 100%;
      min-height: auto;
      padding-bottom: 52.5px; } }

@media screen and (min-width: 993px) {
  [data-layout="header-two-up"] {
    display: -ms-flexbox;
    display: flex;
    min-height: 700px; } }

@media screen and (max-width: 992px) {
  [data-layout="header-two-up"] > .col:last-child {
    display: none; } }

@media screen and (min-width: 993px) {
  [data-layout="header-two-up"] > .col {
    width: 50%; } }

[data-layout="masonry-grid"] .ais-Hits-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 769px) {
    [data-layout="masonry-grid"] .ais-Hits-list {
      display: -ms-grid;
      display: grid;
      grid-gap: 35px;
      -ms-grid-columns: (minmax(250px, 1fr))[2];
          grid-template-columns: repeat(2, minmax(250px, 1fr));
      grid-auto-rows: 40px; } }
  @media screen and (min-width: 993px) {
    [data-layout="masonry-grid"] .ais-Hits-list {
      -ms-grid-columns: (minmax(250px, 1fr))[3];
          grid-template-columns: repeat(3, minmax(250px, 1fr)); } }
  @media screen and (min-width: 1600px) {
    [data-layout="masonry-grid"] .ais-Hits-list {
      -ms-grid-columns: (minmax(250px, 1fr))[4];
          grid-template-columns: repeat(4, minmax(250px, 1fr)); } }

@media screen and (max-width: 768px) {
  [data-layout="masonry-grid"] .ais-Hits-item {
    margin-bottom: 35px; } }

[data-layout="masonry-grid"] .ais-Hits--empty {
  display: none; }

@media screen and (min-width: 769px) {
  [data-layout="news-grid"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media screen and (min-width: 769px) {
  [data-layout="news-grid"] .col {
    width: calc(33.333% - 35px * 2 / 3); } }

@media screen and (min-width: 541px) {
  [data-layout="three-up"] .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -17.5px;
    margin-right: -17.5px; } }

[data-layout="three-up"] .col {
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    [data-layout="three-up"] .col:first-child {
      margin-top: 0; } }
  @media screen and (min-width: 541px) {
    [data-layout="three-up"] .col {
      width: 50%;
      padding-right: 17.5px;
      padding-left: 17.5px; }
      [data-layout="three-up"] .col:nth-child(-n+2) {
        margin-top: 0; } }
  @media screen and (min-width: 769px) {
    [data-layout="three-up"] .col {
      width: 33.333%;
      margin-top: 52.5px; }
      [data-layout="three-up"] .col:nth-child(-n+3) {
        margin-top: 0; } }

@media screen and (min-width: 993px) {
  [data-layout="two-up-desktop"] {
    display: -ms-flexbox;
    display: flex; }
    [data-layout="two-up-desktop"] > .col {
      width: 50%; } }

@media screen and (min-width: 769px) {
  [data-layout="two-up"] {
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 769px) {
  [data-layout="two-up"] > .col {
    width: 50%; } }

[data-view~="global"] .bg-color-yellow {
  background-color: #FFCA00; }

[data-view~="global"] .bg-color-green {
  background-color: #00B093; }

[data-view~="global"] .bg-color-red {
  background-color: #fe3f24; }

@media screen and (min-width: 993px) {
  [data-view~="global"] [data-layout*="header-"] .carousel-image-caption {
    height: 35vw; } }

@media screen and (min-width: 993px) {
  [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item {
    padding: 0 10vw; } }

@media screen and (min-width: 1200px) {
  [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item {
    padding: 0 8vw; } }

[data-view~="board-of-directors"] [data-layout="grid-blocks"] {
  padding-top: 52.5px;
  padding-bottom: 105px; }
  @media screen and (min-width: 993px) {
    [data-view~="board-of-directors"] [data-layout="grid-blocks"] {
      padding-top: 122.5px;
      padding-bottom: 175px; } }

[data-view~="course-overview"] .desktop-menu-nav__link {
  color: #ffffff; }
  [data-view~="course-overview"] .desktop-menu-nav__link:before, [data-view~="course-overview"] .desktop-menu-nav__link:after {
    background-color: #7D7D7D; }

[data-view~="course-overview"] .desktop-menu-nav .icon--search {
  color: #ffffff; }

[data-view~="course-overview"] .button--hamburger__bar {
  background-color: #ffffff; }

[data-view~="course-overview"] [data-layout="general-paragraphs"] a {
  color: #ffffff; }

[data-view~="faculty"] [data-layout="grid-blocks"] {
  margin-bottom: 45px; }
  @media screen and (min-width: 769px) {
    [data-view~="faculty"] [data-layout="grid-blocks"] {
      margin-bottom: 100px; } }

[data-view~="form-success"] {
  background-color: #212121; }
  [data-view~="form-success"] [data-layout="header-two-up"] {
    min-height: auto;
    height: 100vh; }
    [data-view~="form-success"] [data-layout="header-two-up"] .col:last-child {
      background-color: #ffffff; }
  [data-view~="form-success"] footer {
    display: none; }

[data-view~="home"] .desktop-menu-nav__link {
  color: #ffffff; }
  [data-view~="home"] .desktop-menu-nav__link:before, [data-view~="home"] .desktop-menu-nav__link:after {
    background-color: #7D7D7D; }

[data-view~="home"] .desktop-menu-nav .icon--search {
  color: #ffffff; }

[data-view~="home"] .button--hamburger__bar {
  background-color: #ffffff; }

@media screen and (min-width: 993px) {
  [data-view~="home"] [data-layout*="header-"] .carousel-image-caption {
    height: 100%; } }

[data-view~="home"] [data-layout*="header-"] .carousel-image-caption .image-caption-block {
  margin-bottom: 35px; }
  @media screen and (min-width: 769px) {
    [data-view~="home"] [data-layout*="header-"] .carousel-image-caption .image-caption-block {
      margin-bottom: 52.5px; } }
  @media screen and (min-width: 993px) {
    [data-view~="home"] [data-layout*="header-"] .carousel-image-caption .image-caption-block {
      margin-bottom: 70px; } }
  [data-view~="home"] [data-layout*="header-"] .carousel-image-caption .image-caption-block:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 993px) {
  [data-view~="home"] [data-layout*="header-"] .carousel-image-caption .carousel__item {
    padding: 0 5vw; } }

[data-view~="home"] .button--hamburger__bar {
  background-color: #ffffff; }

[data-view~="news"] [data-layout="header-two-up"] > .col:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }

[data-view~="not-found"] .desktop-menu-nav .icon--search {
  color: #ffffff; }

[data-view~="not-found"] .desktop-menu-nav__link {
  color: #ffffff; }
  [data-view~="not-found"] .desktop-menu-nav__link:before, [data-view~="not-found"] .desktop-menu-nav__link:after {
    background-color: #7D7D7D; }

[data-view~="prospectus"] .prospectus-blocks .constrain, [data-view~="prospectus"] .prospectus-blocks .carousel--image-caption .carousel__item, .carousel--image-caption [data-view~="prospectus"] .prospectus-blocks .carousel__item, [data-view~="prospectus"] .prospectus-blocks .course-faculty__header, [data-view~="prospectus"] .prospectus-blocks .course-faculty .carousel__item, .course-faculty [data-view~="prospectus"] .prospectus-blocks .carousel__item, [data-view~="prospectus"] .prospectus-blocks .header-image-caption, [data-view~="prospectus"] .prospectus-blocks .header-quick-info__item, [data-view~="prospectus"] .prospectus-blocks .course-faculty-oportunities .carousel__item, .course-faculty-oportunities [data-view~="prospectus"] .prospectus-blocks .carousel__item, [data-view~="prospectus"] .prospectus-blocks .course-faculty-oportunities .carousel__page-dots, .course-faculty-oportunities [data-view~="prospectus"] .prospectus-blocks .carousel__page-dots, [data-view~="prospectus"] .prospectus-blocks .header-student-project [data-layout="two-up"] .col, .header-student-project [data-layout="two-up"] [data-view~="prospectus"] .prospectus-blocks .col, [data-view~="prospectus"] .prospectus-blocks [data-layout="general-slider"] .carousel--image-caption .image-caption-block, [data-layout="general-slider"] .carousel--image-caption [data-view~="prospectus"] .prospectus-blocks .image-caption-block, [data-view~="prospectus"] .prospectus-blocks [data-layout="grid-blocks"], [data-view~="prospectus"] .prospectus-blocks [data-view~="global"] [data-layout*="header-"] .carousel-image-caption .carousel__item, [data-view~="global"] [data-layout*="header-"] .carousel-image-caption [data-view~="prospectus"] .prospectus-blocks .carousel__item {
  max-width: 1270px;
  margin: auto; }

[data-view~="senior-leadership-team"] [data-layout="grid-blocks"] {
  padding-top: 52.5px;
  padding-bottom: 105px; }
  @media screen and (min-width: 993px) {
    [data-view~="senior-leadership-team"] [data-layout="grid-blocks"] {
      padding-top: 122.5px;
      padding-bottom: 175px; } }

[data-view~="student-gallery"] .desktop-menu-nav__link {
  color: #ffffff; }
  [data-view~="student-gallery"] .desktop-menu-nav__link:before, [data-view~="student-gallery"] .desktop-menu-nav__link:after {
    background-color: #7D7D7D; }

[data-view~="student-gallery"] .desktop-menu-nav .icon--search {
  color: #ffffff; }

[data-view~="student-gallery"] .button--hamburger__bar {
  background-color: #ffffff; }

[data-view~="student-gallery"].is-firefox .filter-select__dropdown {
  overflow-y: scroll; }

[data-view~="student-gallery"] .header-intro {
  color: #ffffff;
  background-color: #212121; }

[data-view~="student-project"] .desktop-menu-nav__link {
  color: #ffffff; }
  [data-view~="student-project"] .desktop-menu-nav__link:before, [data-view~="student-project"] .desktop-menu-nav__link:after {
    background-color: #7D7D7D; }

[data-view~="student-project"] .desktop-menu-nav .icon--search {
  color: #ffffff; }

[data-view~="student-project"] .button--hamburger__bar {
  background-color: #ffffff; }

[data-view~="student-project"] .desktop-menu-nav__overlay {
  opacity: 0.96; }

[data-view~="student-project"] .header-student-project {
  padding-top: 130px; }
  @media screen and (min-width: 769px) {
    [data-view~="student-project"] .header-student-project {
      padding-top: 180px; } }

[data-view~="student-project"] [data-layout="general-paragraphs"] a {
  color: #ffffff;
  text-decoration: underline; }
